Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
d8b49ff4f24c3ad80b15ac5e692dbb260821fbca
/
drivers
4a269f2
misc: Add simple driver for some Nuvoton NCT6102D devices
by Stefan Roese
· 8 years ago
05d0c5d
xtensa: add support for the 'xtfpga' evaluation board
by Chris Zankel
· 8 years ago
4009b7e
Merge branch 'master' of git://git.denx.de/u-boot-atmel
by Tom Rini
· 8 years ago
83e88a4
mmc: atmel_sdhci: Convert to the driver model support
by Wenyou Yang
· 8 years ago
11e2665
dm: atmel: Add driver model support for the ehci driver
by Wenyou Yang
· 8 years ago
309686c
pinctrl: at91-pio4: Add pinctrl driver
by Wenyou Yang
· 8 years ago
0b97152
gpio: atmel_pio4: Rework to support DM & DT
by Wenyou Yang
· 8 years ago
312bf89
gpio: atmel_pio4: Move PIO4 definitions to head file
by Wenyou Yang
· 8 years ago
3f51e0f
Merge branch 'master' of git://git.denx.de/u-boot-net
by Tom Rini
· 8 years ago
0c33319
net: mii: Changes not made by spatch
by Joe Hershberger
· 8 years ago
ece1aa6
net: mii: Fix changes made by spatch
by Joe Hershberger
· 8 years ago
1fbcbed
net: mii: Use spatch to update miiphy_register
by Joe Hershberger
· 8 years ago
8c772bd
clk: at91: Add clock driver
by Wenyou Yang
· 8 years ago
ec951ad
tpm: atmel_twi: Make compatible with DM I2C busses
by mario.six@gdsys.cc
· 8 years ago
26d8828
i2c: atmel: add i2c driver
by Songjun Wu
· 8 years ago
848e08b
net/ethoc: implement MDIO bus and support phylib
by Max Filippov
· 8 years ago
19e7a9e
net/ethoc: support private memory configurations
by Max Filippov
· 8 years ago
d6338ff
net/ethoc: don't mix virtual and physical addresses
by Max Filippov
· 8 years ago
a6429a9
net/ethoc: support device tree
by Max Filippov
· 8 years ago
c91eb0c
net/ethoc: add CONFIG_DM_ETH support
by Max Filippov
· 8 years ago
f9ffa42
net/ethoc: use priv instead of dev internally
by Max Filippov
· 8 years ago
e07d3d2
net/ethoc: add Kconfig entry for the driver
by Max Filippov
· 8 years ago
c1255dd
net: e1000: Fix the build with driver model and SPI EEPROM
by Alban Bedel
· 8 years ago
fd3224b
net: smsc95xx: Use correct get_unaligned functions
by Chris Packham
· 8 years ago
7b81185
net: macb: Fix build error for CONFIG_DM_ETH enabled
by Wenyou Yang
· 9 years ago
c704d18
i2c: tegra: add standardized clk/reset API support
by Bryan Wu
· 8 years ago
86f6a94
pci: tegra: port to standard clock/reset/pwr domain APIs
by Stephen Warren
· 8 years ago
d26e24d
mmc: tegra: port to standard clock/reset APIs
by Stephen Warren
· 8 years ago
67a8348
i2c: add Tegra186 BPMP driver
by Stephen Warren
· 8 years ago
402a0fa
power domain: add Tegra186 driver
by Stephen Warren
· 8 years ago
fccc9c5
reset: add Tegra186 reset driver
by Stephen Warren
· 8 years ago
e8e3f20
clock: add Tegra186 clock driver
by Stephen Warren
· 8 years ago
a214892
misc: add Tegra BPMP driver
by Stephen Warren
· 8 years ago
5cd3727
Merge git://git.denx.de/u-boot-dm
by Tom Rini
· 8 years ago
0163269
misc: add "call" uclass op
by Stephen Warren
· 8 years ago
f7f311d
power: pmic: act8846: add missing newline to debug statements
by John Keeping
· 8 years ago
bfea23a
power: regulator: act8846: fix reading values
by John Keeping
· 8 years ago
7d30e10
fdt: allow fdtdec_get_addr_size_*() to translate addresses
by Stephen Warren
· 8 years ago
78cd22a
kconfig: use bool instead of boolean for type definition attributes
by Masahiro Yamada
· 8 years ago
f9f4ced
drivers: net: cpsw: always flush cache of size aligned to PKTALIGN
by Lokesh Vutla
· 8 years ago
8857405
drivers/sysreset: group sysreset drivers
by Max Filippov
· 8 years ago
70ab454
i2c: Drop redundant platform data setting in drivers
by Simon Glass
· 8 years ago
5abb9eb
Merge branch 'master' of git://git.denx.de/u-boot-usb
by Tom Rini
· 8 years ago
5600d9c
eth: asix88179: Add support for the driver model
by Alban Bedel
· 8 years ago
c51acfa
eth: asix88179: Prepare supporting the driver model
by Alban Bedel
· 8 years ago
c344b6a
i2c: i2c-uclass-compat: avoid any BSS usage
by Vignesh R
· 8 years ago
1bf9c6f
drivers: net: keystone_net: add support for multi slave ethernet
by Mugunthan V N
· 8 years ago
b499a3c
drivers: net: keystone_net: fix line termination with semi-colon
by Mugunthan V N
· 8 years ago
8e9473d
net: cpsw: Add support to drive gpios for ethernet to be functional
by Vignesh R
· 8 years ago
0caf07c
gpio: Add driver for TI PCF8575 I2C GPIO expander
by Vignesh R
· 8 years ago
dec81d0
eth: asix88179: Fix receiving on big endian system
by Alban Bedel
· 8 years ago
10a6e1c
eth: asix88179: Add VID:DID for Cypress GX3 USB Ethernet Adapter
by Alban Bedel
· 8 years ago
885f29a
usb: xhci: fsl: Add code to use CONFIG_DM_USB
by Rajesh Bhagat
· 8 years ago
48c5c51
usb: ehci: fsl: Add code to use CONFIG_DM_USB
by Rajesh Bhagat
· 8 years ago
2542d96
drivers: usb: fsl: Make function for initialization to use in CONFIG_DM_USB
by Rajesh Bhagat
· 8 years ago
59cfdc0
usb: add (move) CONFIG_USB_HOST to Kconfig
by Masahiro Yamada
· 8 years ago
718ba3c
usb: add CONFIG_USB_UHCI_HCD in Kconfig
by Masahiro Yamada
· 8 years ago
78a9c79
usb: add CONFIG_USB_OHCI_HCD in Kconfig
by Masahiro Yamada
· 8 years ago
47c5097
net: usb: r8152: Add DM support
by Stefan Roese
· 8 years ago
5c363c1
dm: ehci-mx6: support driver model
by Peng Fan
· 8 years ago
91b2c19
spi: cadence_qspi_apb: Ensure baudrate doesn't exceed max value
by Chin Liang See
· 8 years ago
f61e4bc
Merge git://git.denx.de/u-boot-rockchip
by Tom Rini
· 8 years ago
1937380
zynq_sdhci.c: Fix warning in arasan_sdhci_probe
by Tom Rini
· 8 years ago
2befe0c
Merge branch 'master' of git://git.denx.de/u-boot-tegra
by Tom Rini
· 8 years ago
1b7dcc3
rockchip: remove log2 reimplementation from clock drivers
by Heiko Stübner
· 8 years ago
dc850de
clock: rk3399: add support for dwmmc 400K
by Kever Yang
· 8 years ago
4776f0b
move: rockchip: move clock drivers into a subdirectory
by Heiko Stübner
· 8 years ago
ca19eac
rk3399: add basic soc driver
by Kever Yang
· 8 years ago
fcc8c76
mmc: sdhci: fix the compiler warning when disable CONFIG_MMC_SDMA
by Jaehoon Chung
· 8 years ago
5b8bf12
mmc: dw_mmc: fix data starvation by host timeout under FIFO mode
by Xu Ziyuan
· 8 years ago
6577a2a
mmc: dw_mmc: transfer proper bytes to FIFO
by Xu Ziyuan
· 8 years ago
8a5ffbb
mmc: sdhci: remove the unnecessary arguments for sdhci_setup_cfg
by Jaehoon Chung
· 8 years ago
1ebd242
mmc: sdhci: remove the unused argument for sdhci_setup_cfg
by Jaehoon Chung
· 8 years ago
5c47c40
mmc: sdhci: revert "mmc: sdhci: Claer high speed if not supported"
by Jaehoon Chung
· 8 years ago
77d747e
mmc: display mmc list information like mmc_legacy type
by Xu Ziyuan
· 8 years ago
7825d20
mmc: use the generic error number
by Jaehoon Chung
· 8 years ago
0bd193d
mmc: fsl_esdhc: remove the duplicated header file
by Jaehoon Chung
· 8 years ago
edd9d1dc
mmc: dw_mmc: remove the duplicated header file
by Jaehoon Chung
· 8 years ago
a2f94cd
mmc: s5p_sdhci: unset the SDHCI_QUIRK_BROKEN_R1B
by Jaehoon Chung
· 8 years ago
d0d1b25
mmc: sdhci: set to INT_DATA_END when there are data
by Jaehoon Chung
· 8 years ago
a63aaa0
mmc: sdhci: clean up timeout detection
by Masahiro Yamada
· 8 years ago
c531731
ARM: tegra: adapt to latest HSP DT binding
by Stephen Warren
· 8 years ago
e3cef9f
driver/ddr/fsl: Fix timing_cfg_2
by York Sun
· 8 years ago
ff9eb05
crypto/fsl: Update blob cmd to accept 64bit addresses
by Sumit Garg
· 8 years ago
e4584cc
driver: spi: fsl-qspi: remove compile Warnings
by Yunhui Cui
· 8 years ago
6f72634
Merge git://git.denx.de/u-boot-rockchip
by Tom Rini
· 8 years ago
fcdb3b3
net: sun8i_emac: Fix DMA alignment issues with the rx / tx buffers
by Hans de Goede
· 8 years ago
f3aa282
sunxi: gpio: Add .xlate function for gpio phandle resolution
by Chen-Yu Tsai
· 8 years ago
b135335
rockchip: rk3288: Fix pinctrl for GPIO bank 0
by John Keeping
· 8 years ago
3845660
mmc-uclass: correct the device number
by Kever Yang
· 8 years ago
1535e5a
spi: ti_qspi: dra7xx: Add support to use 76.8MHz clock
by Vignesh R
· 8 years ago
391b12c
sf: sf_params: Add AT25DF321 flash support
by Wenyou Yang
· 8 years ago
a158ff9
spi: ti_qspi: Remove delay in read path for dra7xx
by Vignesh R
· 8 years ago
b970767
spi: ti_qspi: Fix compiler warning when DEBUG macro is set
by Vignesh R
· 8 years ago
aa29130
spi: ti_qspi: Fix failure on multiple READ_ID cmd
by Vignesh R
· 8 years ago
b0a00d3
spi: Add support for N25Q016A
by Moritz Fischer
· 8 years ago
7d20368
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
by Tom Rini
· 8 years ago
341fcb1
pci: allow disabling of pci init/enum via env
by Tim Harvey
· 8 years ago
b3a9699
Merge git://git.denx.de/u-boot-dm
by Tom Rini
· 8 years ago
34a10d3
mmc: dw_mmc: reduce timeout detection cycle
by Xu Ziyuan
· 8 years ago
Next »