1. 9a4fbe4 mmc: add bcm2835 driver by Stephen Warren · 12 years ago
  2. 6be3c9f video: add a driver for the bcm2835 by Stephen Warren · 12 years ago
  3. bb8215f sf: Enable FDT-based configuration and memory mapping by Simon Glass · 12 years ago
  4. 5e6fb69 x86: spi: Set maximum write size for ICH by Simon Glass · 12 years ago
  5. 1e566bc sf: Respect maximum SPI write size by Simon Glass · 12 years ago
  6. 1853030 x86: spi: Add Intel ICH driver by Simon Glass · 12 years ago
  7. c0f87dd sf: Use spi_flash_alloc() in each SPI flash driver by Simon Glass · 12 years ago
  8. b5aec14 sf: Add spi_flash_alloc() to create a new SPI flash struct by Simon Glass · 12 years ago
  9. d3504fe spi: Use spi_alloc_slave() in each SPI driver by Simon Glass · 12 years ago
  10. ba6c3ce spi: Add function to allocate a new SPI slave by Simon Glass · 12 years ago
  11. 3c47f2f Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 12 years ago
  12. 0ce033d Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 12 years ago
  13. ae003d0 usb: Add multiple controllers support for EHCI PCI by Vincent Palatin · 12 years ago
  14. 032868a usb: usbeth: smsc95xx: remove EEPROM loaded check by Michael Spang · 12 years ago
  15. 61755c7 usb: ehci: Fix aliasing issue in EHCI interrupt code by Vincent Palatin · 12 years ago
  16. 8f62ca6 usb: ehci: Support interrupt transfers via periodic list by Patrick Georgi · 12 years ago
  17. c74b011 usb: ehci: exynos: Enable non-dt path by Vivek Gautam · 12 years ago
  18. 24a4775 usb: ehci: exynos: Fix multiple FDT decode by Vivek Gautam · 12 years ago
  19. b528f71 usb:gadget: USB Mass Storage Gadget support by Lukasz Majewski · 12 years ago
  20. b4d36f6 usb:composite: USB Mass Storage - f_mass_storage.c from Linux kernel by Piotr Wilczek · 12 years ago
  21. dee1d99 usb:composite: USB Mass Storage - storage_common.c from Linux kernel by Lukasz Majewski · 12 years ago
  22. f7b4162 usb:composite:fix Provide function data when addressing device with only one interface by Lukasz Majewski · 12 years ago
  23. b2caefb usbtty: adapt buffers for large packet support by Shiraz Hashim · 12 years ago
  24. 39fd634 usb/host/ehci: Add support for EHCI on spear by Vipin Kumar · 12 years ago
  25. a04983d usb: Fix bug when both DFU & ETHER are defined by Pantelis Antoniou · 12 years ago
  26. 1b6ca18 dfu: Add a partition type target by Pantelis Antoniou · 12 years ago
  27. 80eb1bd dfu: Properly zero out timeout value by Pantelis Antoniou · 12 years ago
  28. 2982837 usb: ehci: Add 64-bit controller support by Vincent Palatin · 12 years ago
  29. 7c38e90 usb: ehci: generic PCI support by Vincent Palatin · 12 years ago
  30. 69e0683 serial: ns16550: Remove unwanted cast by Simon Glass · 12 years ago
  31. b27673c Merge branch 'u-boot-tegra/master' into 'u-boot-arm/master' by Albert ARIBAUD · 12 years ago
  32. 6579d15 Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' by Albert ARIBAUD · 12 years ago
  33. 2d348a1 mmc: Tegra: Add SD bus power/voltage function and MMC pad init call. by Tom Warren · 12 years ago
  34. c9aa831 Tegra: MMC: Add DT support to MMC driver for all T20 boards by Tom Warren · 12 years ago
  35. e32624e Tegra: I2C: Add T114 clock support to tegra_i2c driver by Tom Warren · 12 years ago
  36. d7a55e1 tegra: usb: move [start|stop]_port into ehci_hcd_[init|stop] by Lucas Stach · 12 years ago
  37. 7ae18f3 tegra: usb: move implementation into right directory by Lucas Stach · 12 years ago
  38. cb466c0 I2C: S3C24X0: Bug fixes in i2c_transfer by Rajeshwari Shinde · 12 years ago
  39. cecf3c0 I2C: S3C24X0: Remove the dead code by Rajeshwari Shinde · 12 years ago
  40. ce0c1bc mmc:sdhci:fix: Change default interrupts enabled at SDHCI initialization by Łukasz Majewski · 12 years ago
  41. 3a0b1da Exynos5: TMU: Add hardware tripping by Akshay Saraswat · 12 years ago
  42. 39d182d Exynos5: TMU: Add driver for Thermal Management Unit by Akshay Saraswat · 12 years ago
  43. c08349e mvsata_ide.c: Correction of typo in comments by Gray Remlin · 12 years ago
  44. 7c9e89b ppc: Remove PCIPPC2 and PCIPPC6 boards by Stefan Roese · 12 years ago
  45. 76b40ab Merge u-boot/master into u-boot-ti/master by Tom Rini · 12 years ago
  46. c43c833 ARM: OMAP4+: Make control module register structure generic by Lokesh Vutla · 12 years ago
  47. 48ec529 am335x: cpsw: optimize cpsw_send to increase network performance by Mugunthan V N · 12 years ago
  48. f996137 SPL: ONENAND: Fix onenand_spl_load_image implementation. by Enric Balletbo i Serra · 12 years ago
  49. bcc6cc9 omap3: allow dynamic selection of gfx_format by Nikita Kiryanov · 12 years ago
  50. e3913f5 omap_hsmmc: add driver check for write protection by Nikita Kiryanov · 12 years ago
  51. d23d8d7 mmc: add support for write protection by Nikita Kiryanov · 12 years ago
  52. e874d5b omap_hsmmc: implement driver check for card detection by Nikita Kiryanov · 12 years ago
  53. cc22b0c omap_hsmmc: introduce omap_hsmmc_data struct by Nikita Kiryanov · 12 years ago
  54. 5964dad omap_hsmmc: fix out of bounds array access by Nikita Kiryanov · 12 years ago
  55. 14d2dfc Sound: Support for MAX98095 codec in driver by Rajeshwari Shinde · 12 years ago
  56. 5febe8d Sound: MAX98095: Add the driver for codec by Rajeshwari Shinde · 12 years ago
  57. afa8721 mxs: Make ehci-mxs multiport capable by Marek Vasut · 12 years ago
  58. 47f1331 mxs: Squash the header file usage in ehci-mxs by Marek Vasut · 12 years ago
  59. d3f26a2 mxs: spi: Remove CONFIG_MXS_SPI_DMA_ENABLE by Marek Vasut · 12 years ago
  60. c96e78c mxs: spi: Fix the MXS SPI for mx23 by Marek Vasut · 12 years ago
  61. 3430e0b mxs: mmc: spi: dma: Better wrap the MXS differences by Marek Vasut · 12 years ago
  62. 62db0b3 USB: drop unneeded header in ehci-mx6 by Stefano Babic · 12 years ago
  63. 1c9f47a Merge branch 'mem' of git://git.denx.de/u-boot-x86 by Tom Rini · 12 years ago
  64. c259188 Merge branch 'master' of git://git.denx.de/u-boot-blackfin by Tom Rini · 12 years ago
  65. 4a207e8 blackfin: add bf6xx spi driver by Scott Jiang · 13 years ago
  66. 187f32f blackfin: bf60x: add rsi/sdh support by Sonic Zhang · 12 years ago
  67. 978226d net: Use new numeric setenv functions by Simon Glass · 12 years ago
  68. e101550 sandbox: Improve sandbox serial port keyboard interface by Taylor Hutt · 12 years ago
  69. 4cfc611 ARM: ns9750dev: remove remainders of dead board by Wolfgang Denk · 12 years ago
  70. fcecb4a mtd: nand: Check if NAND is locked tight before lock cmds by Joe Hershberger · 12 years ago
  71. 03414ac gpio: Build the da8xx_gpio code for the davinci644x device by Holger Hans Peter Freyther · 12 years ago
  72. 55db9cc serial/ns16550: don't generate functions for undefined ports by Scott Wood · 12 years ago
  73. b9f5669 da8xx: Add the missing pinmux for da830 to the gpio driver by Tomas Novotny · 12 years ago
  74. 9381873 kmeter1_nand: allow uasge of NAND_ECC_SOFT_BCH by Holger Brunck · 12 years ago
  75. 951c6ba Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 12 years ago
  76. b19f574 tegra: add SPI SLINK driver by Allen Martin · 12 years ago
  77. 8f1b46b tegra: spi: add fdt support to tegra SPI SFLASH driver by Allen Martin · 12 years ago
  78. d62ef56 sf: stmicro: Add support for N25Q256A by Jagannadha Sutradharudu Teki · 12 years ago
  79. b1431da sf: stmicro: Add support for N25Q32A by Jagannadha Sutradharudu Teki · 12 years ago
  80. c75c921 sf: stmicro: Add support for N25Q32 by Jagannadha Sutradharudu Teki · 12 years ago
  81. f785fcb sf: stmicro: Add support for N25Q64A by Jagannadha Sutradharudu Teki · 12 years ago
  82. 5818a09 sf: winbond: Add W25Q64W by Jagannadha Sutradharudu Teki · 12 years ago
  83. 4e994c1 sf: spansion: Correct the first byte of idcode1 for S25FL256S part by Jagannadha Sutradharudu Teki · 12 years ago
  84. 2d795c9 Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · 12 years ago
  85. 10ec0f8 serial: arm_dcc: Fix compilation warning and remove unneeded initialization by Michal Simek · 12 years ago
  86. e70fb53 serial: arm_dcc: Remove CONFIG_ARM_DCC_MULTI option by Michal Simek · 12 years ago
  87. 3981d02 sf: stmicro: add support for N25Q064 by Jagannadha Sutradharudu Teki · 12 years ago
  88. ac1048a drivers/block/systemace - fixed data type in "systemace_read" to match prototype in "block_dev_desc_t" by Alexey Brodkin · 12 years ago
  89. e9adeca ppc: arm: Move sdhc_clk into arch_global_data by Simon Glass · 12 years ago
  90. fefb098 ppc: Move mpc512x clocks to arch_global_data by Simon Glass · 12 years ago
  91. b287749 ppc: Move mpc5xxx clocks to arch_global_data by Simon Glass · 12 years ago
  92. 45bae2e ppc: Move CONFIG_QE to arch_global_data by Simon Glass · 12 years ago
  93. 609e6ec ppc: m68k: Move i2c1_clk, i2c2_clk to arch_global_data by Simon Glass · 12 years ago
  94. 85e9c65 spi: xilinx_spi: Perform software reset during slave setup by Jason Wu · 12 years ago
  95. 7cde9f3 block: systemace: Added missing "else" in "ace_writew" by Alexey Brodkin · 12 years ago
  96. e5f5c4a Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' by Albert ARIBAUD · 12 years ago
  97. 1206c18 ppc: Move brg_clk to arch_global_data by Simon Glass · 12 years ago
  98. e1dbdd8 powerpc/mpc85xx:Add support of B4420 SoC by Poonam Aggrwal · 12 years ago
  99. e394ceb powerpc/mpc85xx: Few updates for B4860 cpu changes by Poonam Aggrwal · 12 years ago
  100. 49c28b5 i2c: mxs: Staticize the functions in the driver by Marek Vasut · 12 years ago