Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
cccc9da88740312a71898cef028860452dc8db11
/
drivers
4a7c11d
Merge branch 'zynq' of git://www.denx.de/git/u-boot-microblaze
by Tom Rini
· 10 years ago
049e003
zynqmp: sdhci: Remove the quirk SDHCI_QUIRK_NO_CD
by Siva Durga Prasad Paladugu
· 10 years ago
1a4d32e
serial: zynq: Add support for slow emulation platform
by Michal Simek
· 10 years ago
4bbf3ca
gpio: add Xilinx Zynq PS GPIO driver
by Andrea Scian
· 10 years ago
8fc6c91
Merge branch 'master' of git://www.denx.de/git/u-boot-socfpga
by Tom Rini
· 10 years ago
46cc8ba9
dm: core: Correct bug introduced in uclass_first/next_device()
by Simon Glass
· 10 years ago
90ea115
serial: ns16550: Remove hard-coded baud_divisor setting
by Axel Lin
· 10 years ago
ce4021b
dm: core: drop device removal error path correctly
by Masahiro Yamada
· 10 years ago
0d1ce19
Merge branch 'master' of git://git.denx.de/u-boot-spi
by Tom Rini
· 10 years ago
dc1e3ae
sf: Fix to compute proper sector_size
by Jagannadha Sutradharudu Teki
· 10 years ago
fe0d080
dm: sf: Make SST flash write op work again
by Bin Meng
· 10 years ago
c4801ad
dm: sf: Save flash flags to struct spi_flash
by Bin Meng
· 10 years ago
a11b2a6
spi: omap3: Fix timeout handling
by David Dueck
· 10 years ago
c35f6cb
Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq
by Tom Rini
· 10 years ago
d0e295d
ls2085a: esdhc: Add esdhc support for ls2085a
by Yangbo Lu
· 10 years ago
8e728cd
armv8/ls2085aqds: NAND boot support
by Scott Wood
· 10 years ago
dd88806
driver/ifc: Add 64KB page support
by Jaiprakash Singh
· 10 years ago
c158fad
board/ls2085qds: Add support ethernet
by Prabhakar Kushwaha
· 10 years ago
3636534
Merge branch 'master' of git://git.denx.de/u-boot-dm
by Tom Rini
· 10 years ago
1b320bd
usb: host: Add ehci-vf USB driver for ARM Vybrid SoC's
by Sanchayan Maity
· 10 years ago
d749678
mvgpio: remove CONFIG_SHEEVA_88SV331xV5 dependency
by Zhou Zhu
· 10 years ago
009bb35
gpio: mvmfp: support newer MFP bit definitions
by Xiang Wang
· 10 years ago
2dd335f
driver/ldpaa: Add support of WRIOP static data structure
by Prabhakar Kushwaha
· 10 years ago
835c72b
net/memac_phy: reuse driver for little endian SoCs
by Shaohui Xie
· 10 years ago
f4fed4b
drivers/fsl-mc: Changed MC firmware loading for new boot architecture
by J. German Rivera
· 10 years ago
787ea07
net/phy/cortina: Fix compilation warning
by pankaj chauhan
· 10 years ago
dbe0f2a
driver/ldpaa_eth: Update ldpaa ethernet driver
by Prabhakar Kushwaha
· 10 years ago
674bcd5
drivers/net/e1000.c: Cleanup whitespace
by Minghuan Lian
· 10 years ago
1f8d706
driver/ddr/fsl: Add workaround for DDR erratum A008511
by York Sun
· 10 years ago
b6a35f8
driver/ddr/fsl: Add built-in memory test for DDR4 driver
by York Sun
· 10 years ago
fc63b28
driver/ddr/fsl: Fix driver to support empty first slot
by York Sun
· 10 years ago
55eb5fa
drivers/ddr/fsl: Update DDR driver for DDR4
by York Sun
· 10 years ago
f1a5216
driver/i2c/mxc: Enable I2C bus 3 and 4
by York Sun
· 10 years ago
7036549
nand/fsl_ifc: Increase eccstat[] for IFC 2.0
by Scott Wood
· 10 years ago
1c56fb2
driver/fsl_ifc: Add support to finalize CS1, CS3 address binding
by Prabhakar Kushwaha
· 10 years ago
5350b99
driver/ldpaa_eth: Add LDPAA Ethernet driver
by Prabhakar Kushwaha
· 10 years ago
0704b85
dm: core: Select device tree control correctly for SPL
by Simon Glass
· 10 years ago
e70a4f4
dm: core: Drop device removal error path when not supported
by Simon Glass
· 10 years ago
509dbf9
dm: Add a panic_str() function to reduce code size
by Simon Glass
· 10 years ago
8914c8a
dm: core: Remove unbind operations when not required
by Simon Glass
· 10 years ago
1bd3deb
dm: core: Allow sequence alias support to be removed for SPL
by Simon Glass
· 10 years ago
8f039c6
Revert "spi: add config option to enable the WP pin function on st micron flashes"
by Jagannadha Sutradharudu Teki
· 10 years ago
448e9df
cmd_led: Extend led command to support blinking and more leds
by Stefan Roese
· 10 years ago
5c74fba
dm: spi: Correct SPI claim/release_bus() methods
by Simon Glass
· 10 years ago
c538328
serial: ns16550: Remove unnecessary init on UART setup
by Simon Glass
· 10 years ago
b31fb12
dm: ns16550: Support non-byte register spacing with driver model
by Simon Glass
· 10 years ago
5411129
serial: ns16550: Add an option to specify the debug UART register shift
by Simon Glass
· 10 years ago
f5823c0
dm: usb: Add a terminator to the string destructor list
by Simon Glass
· 10 years ago
f33663d
dm: core: Handle recursive unbinding of uclass devices
by Simon Glass
· 10 years ago
fa277fc
dm: core: remove type 'static' of function uclass_get_device_tail()
by Przemyslaw Marczak
· 10 years ago
5ed2e42
dm: core: device: add function: dev_get_uclass_name()
by Przemyslaw Marczak
· 10 years ago
d3ef0d7
dm: core: device: add function: dev_get_driver_ops()
by Przemyslaw Marczak
· 10 years ago
a12a1f5
dm: core: uclass: add function: uclass_get_device_by_name()
by Przemyslaw Marczak
· 10 years ago
2ffdf14
dm: core: uclass: add function: uclass_find_device_by_name()
by Przemyslaw Marczak
· 10 years ago
d850e67
dm: core: Extend struct udevice by '.uclass_platdata' field.
by Przemyslaw Marczak
· 10 years ago
f9d156e
dm: core: add internal functions for getting the device without probe
by Przemyslaw Marczak
· 10 years ago
af9873c
stm32f4: Add serial driver
by rev13@wp.pl
· 10 years ago
fec465a
ARMv7M: Add STM32F4 support
by rev13@wp.pl
· 10 years ago
54473a4
mtd: spi: check return value of spi_setup_slave
by Peng Fan
· 10 years ago
778079a
zynq: spi: Remove unnecessary error condition
by Siva Durga Prasad Paladugu
· 10 years ago
bf4e865
sf: Poll both the read status and flag status
by Siva Durga Prasad Paladugu
· 10 years ago
cfd9fbf
driver/fsl-mc: Add support of MC Flibs
by Prabhakar Kushwaha
· 10 years ago
25b8efe
armv8/fsl-lsch3: Add Freescale Debug Server driver
by Bhupesh Sharma
· 10 years ago
cfd7671
QE/DeepSleep: add QE deepsleep support for mpc85xx
by Zhao Qiang
· 10 years ago
767169f
drivers:usb: Check if USB Erratum A005697 is applicable on BSC913x
by Nikhil Badola
· 10 years ago
d225527
pci/layerscape: fix link and class issues to support ls2085a
by Minghuan Lian
· 10 years ago
0c53524
pci/layerscape: remove unnecessary pcie_layerscape.h
by Minghuan Lian
· 10 years ago
5d93fe0
drivers:usb: Add device-tree fixup to identify socs having dual phy
by Nikhil Badola
· 10 years ago
70864f6
serial: pl01x: fix PL010 regression
by Linus Walleij
· 10 years ago
14be9b3
spi: Add Cadence QSPI controller Kconfig entry
by Marek Vasut
· 10 years ago
4562556
spi: Add Designware SPI controller Kconfig entry
by Marek Vasut
· 10 years ago
2f0c6ce
Merge branch 'master' of git://git.denx.de/u-boot-net
by Tom Rini
· 10 years ago
21340e6
net: pch_gbe: Fix pch_gbe device name
by Bin Meng
· 10 years ago
0afb6b2
net: gem: Use correct type for casting
by Michal Simek
· 10 years ago
072b0fa
net/phy: fixup for get_phy_id
by Shengzhou Liu
· 10 years ago
adeb9ea
net: phy: micrel: add support for KSZ8081MNX
by Luca Ellero
· 10 years ago
207edd6
net: rtl8169: Build warning fixes for 64-bit
by Thierry Reding
· 10 years ago
de947a1
net: phy: realtek: Disable interrupt on Realtek Ethernet PHY drivers
by Codrin Ciubotariu
· 10 years ago
e9684b4
Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
by Tom Rini
· 10 years ago
6aff153
MPC8541/MPC8555: Enable SS_EN in DDR_SDRAM_CLK_CNLT register
by Curt Brune
· 10 years ago
13ba5d0
Merge branch 'master' of git://git.denx.de/u-boot-video
by Tom Rini
· 10 years ago
337fb3d
video, lg4573: add support for the lg4573 display
by Heiko Schocher
· 10 years ago
2729883
video, ipu: make ldb clock frequency overwritable through board code
by Heiko Schocher
· 10 years ago
086f081
video, ipu: make ldb_clock configurable
by Heiko Schocher
· 10 years ago
16519a3
ahci: mmio_base is a virtual address
by Scott Wood
· 10 years ago
9c2d7af
sandbox: exynos: Move CONFIG_SOUND_SANDBOX to Kconfig
by Simon Glass
· 10 years ago
bb3315f
sandbox: exynos: Move CONFIG_SOUND_WM8994 to Kconfig
by Simon Glass
· 10 years ago
015b4a5
sandbox: exynos: Move CONFIG_SOUND_MAX98095 to Kconfig
by Simon Glass
· 10 years ago
67402f0
sandbox: exynos: Move CONFIG_I2S_SAMSUNG to Kconfig
by Simon Glass
· 10 years ago
c62d28e
sandbox: exynos: Move CONFIG_I2S to Kconfig
by Simon Glass
· 10 years ago
3f111d4
sandbox: exynos: Move CONFIG_SOUND to Kconfig
by Simon Glass
· 10 years ago
86232c8
sandbox: Move CONFIG_TPM_TIS_SANDBOX to Kconfig
by Simon Glass
· 10 years ago
632310b
sandbox: Move CONFIG_SPI_FLASH_SANDBOX to Kconfig
by Simon Glass
· 10 years ago
4b322d3
sandbox: Move CONFIG_SANDBOX_SPI to Kconfig
by Simon Glass
· 10 years ago
39bc3be
sandbox: Move CONFIG_SYS_I2C_SANDBOX to Kconfig
by Simon Glass
· 10 years ago
084a3fe
sandbox: Move GPIO CONFIGs to Kconfig
by Simon Glass
· 10 years ago
90e627b
dm: net: Adjust designware driver to support driver model
by Simon Glass
· 10 years ago
e50c4d1
dm: net: Tidy up designware driver ready for driver model
by Simon Glass
· 10 years ago
dbad346
dm: net: Adjust PHY interface to work with CONFIG_DM_ETH
by Simon Glass
· 10 years ago
6e37874
Kconfig: Move CONFIG_DESIGNWARE_ETH to Kconfig
by Simon Glass
· 10 years ago
Next »