- 571e2a4 spi: designware_spi: Some fixes / changes by Stefan Roese · 10 years ago
- d987ea6 spi: Add designware master SPI DM driver used on SoCFPGA by Stefan Roese · 10 years ago
- 1c60fe7 spi: Add Cadence QSPI DM driver used by SoCFPGA by Stefan Roese · 10 years ago
- 870345b Merge git://git.denx.de/u-boot-fdt by Tom Rini · 10 years ago
- 8510133 Merge git://git.denx.de/u-boot-x86 by Tom Rini · 10 years ago
- f181047 Merge branch 'master' of git://git.denx.de/u-boot-uniphier by Tom Rini · 10 years ago
- 9a72462 usb: UniPhier: support OF configuration by Masahiro Yamada · 10 years ago
- f8cd9b0 serial: UniPhier: support OF configuration by Masahiro Yamada · 10 years ago
- 8d72f28 fdt: remove fdtdec_get_alias_node() function by Masahiro Yamada · 10 years ago
- 9bfc6cc mtd: nand: s3c: Unify the register definition and naming by Marek Vasut · 10 years ago
- b63e906 mtd/nand/vf610_nfc: Disable subpage writes by Sanchayan Maity · 10 years ago
- 628ee1e mtd: denali: set some registers after nand_scan_ident() by Masahiro Yamada · 10 years ago
- da0763d mtd: denali: use CONFIG_SYS_NAND_SELF_INIT by Masahiro Yamada · 10 years ago
- dc17bdc nand: reinstate lazy bad block scanning by Rostislav Lisovy · 10 years ago
- faf5692 Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 10 years ago
- 2907a30 Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Tom Rini · 10 years ago
- 0e16b8a Merge branch 'master' of http://git.denx.de/u-boot-samsung by Tom Rini · 10 years ago
- b91ea30 bios_emulator: Always print errors when opcode decode fails by Simon Glass · 10 years ago
- d8414fc bios_emulator: Add an option to enable debugging by Simon Glass · 10 years ago
- 658273a bios_emulator: Allow a custom interrupt handler to be installed by Simon Glass · 10 years ago
- acda1cc bios_emulator: Add vesa support and allow ROMs to be passed in as data by Simon Glass · 10 years ago
- 8917216 bios_emulator: Allow x86 to use the emulator by Simon Glass · 10 years ago
- 1a3b66d x86: video: Add video driver for bare x86 boards by Simon Glass · 10 years ago
- f87bbff pci: Add general support for execution of video ROMs by Simon Glass · 10 years ago
- c30ea60 Introduce a header file for the BIOS emulator by Simon Glass · 10 years ago
- 6ac5af4 pci: Add functions to read and write a BAR address by Simon Glass · 10 years ago
- 538059d rtc: mc146818: Set up RTC at start of day by Simon Glass · 10 years ago
- 4869a8c sunxi: video: Add simplefb support by Luc Verhaegen · 10 years ago
- f651e0a sunxi: video: Add sun6i support by Hans de Goede · 10 years ago
- b01df1e sunxi: video: Add cfb console driver for sunxi by Luc Verhaegen · 10 years ago
- 67f4b26 drivers : usb: fsl: Implement usb Erratum A007798 workaround by Nikhil Badola · 10 years ago
- 36f9f1b Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 10 years ago
- 7e08a1f Merge git://git.denx.de/u-boot-dm by Tom Rini · 10 years ago
- b660ae7 Merge git://git.denx.de/u-boot-x86 by Tom Rini · 10 years ago
- b9666d6 sata: implement reset_sata for dwc_ahsata by Nikita Kiryanov · 10 years ago
- 96171fb fs: API changes enabling extra parameter to return size of type loff_t by Suriyan Ramasami · 10 years ago
- 699b6d3 pci: Honour pci_skip_dev() by Thierry Reding · 10 years ago
- 886d367 sata: fix a bug in init_sata() for pci-sata card by li pengbo · 10 years ago
- db20464 linux/kernel.h: sync min, max, min3, max3 macros with Linux by Masahiro Yamada · 10 years ago
- 927609a dm: core: remove unnecessary return condition in uclass lookup by Masahiro Yamada · 10 years ago
- 251daad dm: core: remove unnecessary return condition in driver lookup by Masahiro Yamada · 10 years ago
- 75c6f67 dm: core: remove meaningless if conditional by Masahiro Yamada · 10 years ago
- 6cac81a dm: core: a trivial clean up by Masahiro Yamada · 10 years ago
- 73c1ecf cros_ec: Fix uninitialised variable in cros_ec.c by Simon Glass · 10 years ago
- d8a21f6 dm: spi: Use device_bind_driver() instead of our own function by Simon Glass · 10 years ago
- 5ef36f2 dm: spi: Correct handling of SPI chip selects in sandbox by Simon Glass · 10 years ago
- 54f79a0 dm: Add a function to bind a device by driver name by Simon Glass · 10 years ago
- 43f488a dm: core: Add functions to find parent and OF data by Simon Glass · 10 years ago
- 70c3a0e dm: core: Allow access to the device's driver_id data by Simon Glass · 10 years ago
- 76c2f2e drivers: usb: fsl: Move USB Errata checking code by Nikhil Badola · 10 years ago
- d049afa DM: thermal: Add imx thermal DM driver by Ye.Li · 10 years ago
- 19d3700 dm: tegra: Add platform data for the SPL uart by Simon Glass · 10 years ago
- c058d8b dm: Allow stdio registration to be dropped by Simon Glass · 10 years ago
- b38ea5a dm: Allow device removal features to be dropped by Simon Glass · 10 years ago
- 593f50b dm: serial: Support changing the baud rate by Simon Glass · 10 years ago
- 7cbab24 dm: at91: Add driver model support for the serial driver by Simon Glass · 10 years ago
- 1e5c2a8 dm: at91: Refactor serial driver slightly for driver model by Simon Glass · 10 years ago
- 4d71788 dm: at91: Add driver model support for atmel GPIO driver by Simon Glass · 10 years ago
- 60af017 x86: ivybridge: Add support for early GPIO init by Simon Glass · 10 years ago
- 2c97a8f dm: gpio: Add a function to read an ID from a list of GPIOs by Simon Glass · 10 years ago
- a4c2e13 dm: serial: Move current serial port pointer to global_data by Simon Glass · 10 years ago
- bd42662 include: move various macros to include/linux/kernel.h by Masahiro Yamada · 10 years ago
- eff8e68 replace DIV_ROUND with DIV_ROUND_CLOSEST by Masahiro Yamada · 10 years ago
- 7a5b292 ARM: remove CONFIG_ARM920T defines by Masahiro Yamada · 10 years ago
- 3d46c31 mmc: fsl_esdhc: Update esdhc driver for iMX6SX by Ye.Li · 10 years ago
- de45a1a Merge branch 'master' of git://git.denx.de/u-boot-ubi by Tom Rini · 10 years ago
- ddf191a Merge branch 'master' of git://git.denx.de/u-boot-i2c by Tom Rini · 10 years ago
- 2d46589 mmc: fsl_esdhc: fix f_max retrieval during init by Markus Niebel · 10 years ago
- 9540368 net/fm: add 2.5G SGMII support by Shengzhou Liu · 10 years ago
- a985f82 u_qe: add u_qe_upload_firmware for u_qe by Zhao Qiang · 10 years ago
- 5ad9395 qe: add u-qe support to arm board by Zhao Qiang · 10 years ago
- 892de18 mtd: Handle 29LV800BT by Dirk Eibach · 10 years ago
- d7f1fa4 mtd, cfi, ubi: add missing writebufsize initialization by Heiko Schocher · 10 years ago
- 4660b33 net: macb: enable GMAC IP without GE feature support by Bo Shen · 10 years ago
- f259ad2 mtd: atmel_nand: runtime to build gf table for pmecc by Josh Wu · 10 years ago
- ae2af0a spl, mtd, nand, atmel_nand: invert device ready pin logic by Heiko Schocher · 10 years ago
- 4ff0c37 spl, nand, atmel_nand: add erase one block function by Heiko Schocher · 10 years ago
- fd68338 mtd: atmel_nand: add missing include by Heiko Schocher · 10 years ago
- 0b5e6c2 spi, atmel: move CONFIG_SYS_SPI_WRITE_TOUT into common header by Heiko Schocher · 10 years ago
- 26562fe net: macb: write mac address when initialization by Bo Shen · 10 years ago
- 9773e70 Merge branch 'master' of git://git.denx.de/u-boot-sh by Tom Rini · 10 years ago
- 97f4ef6 arm: odroid: usb: add support for usb host including ethernet by Suriyan Ramasami · 10 years ago
- cab8ef9 arm: odroid: pmic77686: allow buck voltage settings by Suriyan Ramasami · 10 years ago
- 80d27fa blackfin: convert to use CONFIG_SYS_I2C framework by Scott Jiang · 10 years ago
- 0030ed7 adi_i2c: convert to use general io accessors. by Scott Jiang · 10 years ago
- 655761e blackfin: rename bfin-twi_i2c driver to adi_i2c by Scott Jiang · 10 years ago
- c75f97d Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Tom Rini · 10 years ago
- ede2150 Merge branch 'master' of git://git.denx.de/u-boot-video by Tom Rini · 10 years ago
- b583b4c driver/net/fm/memac_phy: set NEG bit for external MDIOs by Shaohui Xie · 10 years ago
- 182fea2 Fman/mEMAC: mEMAC fix for 10G MAC and PHY by Shaohui Xie · 10 years ago
- 84d2b22 Merge branch 'master' of git://git.denx.de/u-boot-sunxi by Tom Rini · 10 years ago
- b5ab8ce sun6i: ehci: Add sun6i ehci support by Hans de Goede · 10 years ago
- af4273b sunxi: ehci: Add proper Kconfig options to select the usb Vbus gpio-s by Hans de Goede · 10 years ago
- d3a558d sun6i: Add basic axp221 driver by Oliver Schinagl · 11 years ago
- 4770e41 sh: move CONFIG_{SH2, SH2A, SH3, SH4} to Kconfig by Masahiro Yamada · 10 years ago
- 33faf63 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 10 years ago
- 21b8890 usb: UniPhier: add UniPhier on-chip EHCI host driver support by Masahiro Yamada · 10 years ago
- 1b0a06b usb: add basic USB configs in Kconfig by Masahiro Yamada · 10 years ago
- 9caae5e serial: UniPhier: borrow macros from linux/serial_reg.h by Masahiro Yamada · 10 years ago
- 8edb116 Merge branch 'master' of git://git.denx.de/u-boot-i2c by Tom Rini · 10 years ago