Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
1167a6c9aa61adede125154c5bee8237269e0118
/
drivers
752abb7
net: fix netconsole when CONFIG_DM_ETH is set
by Bernhard Nortmann
· 9 years ago
bbc97ba
net: phy: on phy device create do not initialize link to 1
by Mugunthan V N
· 9 years ago
31cf7e7
mmc: dw_mmc: Increase timeout to 4 minutes (as in Linux kernel)
by Łukasz Majewski
· 9 years ago
b98cdce
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
by Tom Rini
· 9 years ago
7c22c1e
Merge branch 'master' of git://git.denx.de/u-boot-uniphier
by Tom Rini
· 9 years ago
1fa0b01
ARM: uniphier: rename CONFIG_MACH_* to CONFIG_ARCH_UNIPHIER_*
by Masahiro Yamada
· 9 years ago
472391a
pinctrl: uniphier: add UniPhier PH1-LD6b pinctrl driver
by Masahiro Yamada
· 9 years ago
a39e94c
pinctrl: uniphier: add UniPhier ProXstream2 pinctrl driver
by Masahiro Yamada
· 9 years ago
7cd8906
pinctrl: uniphier: add UniPhier PH1-Pro5 pinctrl driver
by Masahiro Yamada
· 9 years ago
fce5219
pinctrl: uniphier: add UniPhier PH1-sLD8 pinctrl driver
by Masahiro Yamada
· 9 years ago
9a9999e
pinctrl: uniphier: add UniPhier PH1-Pro4 pinctrl driver
by Masahiro Yamada
· 9 years ago
adc1974
pinctrl: uniphier: add UniPhier PH1-LD4 pinctrl driver
by Masahiro Yamada
· 9 years ago
847e618b8
pinctrl: uniphier: add UniPhier pinctrl core support
by Masahiro Yamada
· 9 years ago
2250cf7
Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq
by Tom Rini
· 9 years ago
681e0b2
drivers/net/vsc9953: Add GPL-2.0+ SPDX-License-Identifier
by Codrin Ciubotariu
· 9 years ago
d1c9fe5
drivers/net/vsc9953: Add commands for VLAN ingress filtering
by Codrin Ciubotariu
· 9 years ago
3a74bbe
drivers/net/vsc9953: Add command for shared/private VLAN learning
by Codrin Ciubotariu
· 9 years ago
4718f95
drivers/net/vsc9953: Add VLAN commands for VSC9953
by Codrin Ciubotariu
· 9 years ago
4732e35
drivers/net/vsc9953: Add commands to manipulate the FDB for VSC9953
by Codrin Ciubotariu
· 9 years ago
2d1607f
drivers/net/vsc9953: Add commands to enable/disable HW learning
by Codrin Ciubotariu
· 9 years ago
c003473
drivers/net/vsc9953: Add command to show/clear port counters
by Codrin Ciubotariu
· 9 years ago
2f52a3f
drivers/net/vsc9953: Use the generic Ethernet Switch parser
by Codrin Ciubotariu
· 9 years ago
43db970
drivers/net/vsc9953: Add default configuration for VSC9953 L2 Switch
by Codrin Ciubotariu
· 9 years ago
9f3c87f
drivers/net/vsc9953: Fix bug when enabling a port
by Codrin Ciubotariu
· 9 years ago
e111c32
drivers/net/vsc9953: Cleanup patch
by Codrin Ciubotariu
· 9 years ago
5ab9644
drivers/net/vsc9953: Remove 'CONFIG_' from macros' name
by Codrin Ciubotariu
· 9 years ago
2a0bb35
mtd: nand: mxs check maximum ecc that platfrom supports
by Peng Fan
· 9 years ago
838cf7b
imx: wdog: correct wcr register settings
by Peng Fan
· 9 years ago
7778b03
pinctrl: move dm_scan_fdt_node() out of pinctrl uclass
by Masahiro Yamada
· 9 years ago
ed89bd7
net: designware: Add support to PCI designware devices
by Bin Meng
· 9 years ago
05bedb1
dm: pci: Add an inline API to test if a device is on a PCI bus
by Bin Meng
· 9 years ago
f2e60cf
Merge git://git.denx.de/u-boot-fdt
by Tom Rini
· 9 years ago
3b1bb09
arm: Remove unused ST-Ericsson u8500 arch
by Stefan Roese
· 9 years ago
56b6902
mtd: nand: fsmc: Fixes and cleanup for fsmc_nand_switch_ecc()
by Stefan Roese
· 9 years ago
6dfe618
fdt: add new fdt address parsing functions
by Stephen Warren
· 9 years ago
700db47
Merge branch 'rmobile' of git://git.denx.de/u-boot-sh
by Tom Rini
· 9 years ago
1d0b7e3
pcie_imx: Use 'ms' for milliseconds
by Fabio Estevam
· 9 years ago
eab45b1
thermal: imx_thermal: Do not print on error
by Fabio Estevam
· 9 years ago
9f883e0
imx: imx7d: add imx-common cpu support for imx7d
by Adrian Alonso
· 9 years ago
c69675e
thermal: imx: add imx7d soc thermal support
by Adrian Alonso
· 9 years ago
ce08c36
thermal: imx_thermal: rework driver to be reused
by Adrian Alonso
· 9 years ago
ea6bf69
usb: ci_udc: fix emissions of ZLPs
by Stephen Warren
· 9 years ago
0afb2a9
usb: gadget: ci_udc: implement usb_ep_ops dequeue callback
by Peng Fan
· 9 years ago
06dc5c0
gpio: lpc32xx: fix issues with port3 gpio
by Sylvain Lemieux
· 9 years ago
69bab55
bitops: introduce BIT() definition
by Heiko Schocher
· 9 years ago
7ae42bd
dfu: mmc: buffer file reads too
by Stephen Warren
· 9 years ago
0898da5
dfu: don't keep freeing/reallocating
by Stephen Warren
· 9 years ago
1c377dc
usb: gadget: don't leak configs when unbinding
by Stephen Warren
· 9 years ago
2dd337a
Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header
by Simon Glass
· 9 years ago
a87fc0a
Move malloc_cache_aligned() to its own header
by Simon Glass
· 9 years ago
b2ef232
mtd: nand: fsmc: Add BCH4 SW ECC support for SPEAr600
by Stefan Roese
· 9 years ago
6731d13
arm: Remove xaeniax board
by Simon Glass
· 9 years ago
f52e1dc
arm: Remove nhk8815 boards and nomadik arch
by Simon Glass
· 9 years ago
fb6166a
driver: misc: correct Kconfig entry
by Peng Fan
· 9 years ago
88491ee
Merge branch 'master' of http://git.denx.de/u-boot-sunxi
by Tom Rini
· 9 years ago
774e1d4
usb: gadget: at91_udc: add at91_udc into U-Boot
by Heiko Schocher
· 9 years ago
04cb585
usb: gadget: at91_udc: port linux driver at91_udc
by Heiko Schocher
· 9 years ago
8b9d291
sunxi_nand_spl: Add config parameter for 4KiB page sized NAND devices
by Stefan Roese
· 9 years ago
dfc90f5
net: designware: Fix build warnings
by Bin Meng
· 9 years ago
7d07e59
dm: pci: Allow a PCI bus to be found without an alias
by Simon Glass
· 9 years ago
64d3dca
net: pch_gbe: Add Kconfig option
by Bin Meng
· 9 years ago
4525394
net: pch_gbe: Convert to driver model
by Bin Meng
· 9 years ago
fc34e90
Merge git://git.denx.de/u-boot-usb
by Tom Rini
· 9 years ago
71eced3
usb: ehci: remember init mode
by Stephen Warren
· 9 years ago
770a801
dfu: tftp: Kconfig: Add Kconfig entry for dfu tftp feature
by Lukasz Majewski
· 9 years ago
cc2d026
dfu: tftp: update: Add dfu_write_from_mem_addr() function
by Lukasz Majewski
· 9 years ago
507375c
dfu: tftp: update: Provide tftp support for the DFU subsystem
by Lukasz Majewski
· 9 years ago
0af4df8
dfu: Delete superfluous initialization of the dfu_buf_size static variable
by Lukasz Majewski
· 9 years ago
13b24e0
usb: gadget: f_thor: Allocate request up to THOR_PACKET_SIZE
by Siva Durga Prasad Paladugu
· 10 years ago
4bad106
f_thor: Dont perform reset at the end of thor
by Siva Durga Prasad Paladugu
· 10 years ago
49aa3f4
net: altera_tse: Zap unused variable
by Marek Vasut
· 9 years ago
1749723
mmc: dw_mmc: Probe the MMC from OF
by Marek Vasut
· 9 years ago
e2cb6c5
Merge git://git.denx.de/u-boot-rockchip
by Tom Rini
· 9 years ago
df8aa52
mmc: Probe DM based mmc devices in u-boot
by Sjoerd Simons
· 9 years ago
d1c1377
rockchip: Add SPI driver
by Simon Glass
· 9 years ago
3595f95
rockchip: Add I2C driver
by Simon Glass
· 9 years ago
4ecaa6d
rockchip: Add an MMC driver
by Simon Glass
· 9 years ago
8844296
rockchip: rk3288: Add pinctrl driver
by Simon Glass
· 9 years ago
421358c
rockchip: rk3288: Add clock driver
by Simon Glass
· 9 years ago
d102cf6
power: regulator: Add a driver for ACT8846 regulators
by Simon Glass
· 9 years ago
b08ce89
power: Add support for ACT8846 PMIC
by Simon Glass
· 9 years ago
8fa4d5a
rockchip: gpio: Add rockchip GPIO driver
by Simon Glass
· 9 years ago
9880c4b
rockchip: Add serial support
by Simon Glass
· 9 years ago
c90b917
dm: Provide better debugging when a device fails to bind
by Simon Glass
· 9 years ago
43313de
dm: Improve handling of a missing uclass
by Simon Glass
· 9 years ago
eff7668
mmc: Support bypass mode with the get_mmc_clk() method
by Simon Glass
· 9 years ago
965f4da
dm: led: Tidy up SPL options for the led and led-gpio
by Simon Glass
· 9 years ago
ac2ee65
pinctrl: Add the concept of peripheral IDs
by Simon Glass
· 9 years ago
8d6510d
pinctrl: Add help text to Kconfig
by Simon Glass
· 9 years ago
6913cd9
powerpc: ppc4xx: remove lwmon5 support
by Masahiro Yamada
· 9 years ago
a831867
serial: drop redundant depends on
by Masahiro Yamada
· 9 years ago
ca17858
Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
by Tom Rini
· 9 years ago
b60688a
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
by Tom Rini
· 9 years ago
52bae46
mxc: ocotp fix hole in shadow registers
by Peng Fan
· 9 years ago
322587d
video, lg4573: make spi bus and cs configurable
by Heiko Schocher
· 9 years ago
57b0013
imx: ocotp: mxc add i.MX7D support
by Adrian Alonso
· 9 years ago
840d2e3
imx: mxc_gpio: add support for imx7d SoC
by Adrian Alonso
· 9 years ago
9072cb2
power: pmic: add pfuze3000 support
by Adrian Alonso
· 9 years ago
13433fd
net: fec: do not access reserved register for i.MX6UL
by Peng Fan
· 9 years ago
82e0fff
mxs_ocotp: Shift the HBUS divider correctly
by Chris Smith
· 9 years ago
Next »