1. bc5aa99 dm: serial: Support CONFIG_CONS_INDEX if available by Simon Glass · 10 years ago
  2. 3bf04f3 dm: ns16550: Correct the probe logic for platform data by Simon Glass · 10 years ago
  3. 2546394 dm: ns16550: Use an address instead of a pointer for the uart base by Simon Glass · 10 years ago
  4. ddb958c dm: serial: ns16550: Correct logic for checking for character by Simon Glass · 10 years ago
  5. 5c60b2a dm: serial: Reset the watchdog while waiting in getc() by Simon Glass · 10 years ago
  6. 43b2e1a dm: gpio: Support numbered GPIOs by Simon Glass · 10 years ago
  7. bc810dc Merge branch 'master' of git://git.denx.de/u-boot-tegra by Tom Rini · 10 years ago
  8. 54cd2b2 i2c: mvtwsi: Add support for Marvell Armada XP by Stefan Roese · 10 years ago
  9. 3e10381 net: mvneta.c: Add support for the ethernet controller of the Marvell Armada XP SoC by Stefan Roese · 10 years ago
  10. 1b258d5 spi: kirkwood_spi.c: Change KW_SPI_BASE to MVEBU_SPI_BASE by Stefan Roese · 10 years ago
  11. 2a88a53 spi: kirkwood_spi.c: Compile MPP (pin-mux) only for kirkwood SoC's by Stefan Roese · 10 years ago
  12. 2da296f arm: marvell: Move arch-kirkwood/spi.h to arch-mvebu/spi.h by Stefan Roese · 10 years ago
  13. c243784 arm: marvell: Move arch/kirkwood.h to arch/soc.h by Stefan Roese · 10 years ago
  14. 56b661f Merge git://git.denx.de/u-boot-x86 by Tom Rini · 10 years ago
  15. a1a3430 x86: cros_ec: Update LPC driver for new cros_ec header by Simon Glass · 10 years ago
  16. 3ad93fe dm: serial: Support driver model in pl01x driver by Simon Glass · 10 years ago
  17. f35484d dm: serial: Tidy up the pl01x driver by Simon Glass · 10 years ago
  18. 7480762 dm: rpi: Convert GPIO driver to driver model by Simon Glass · 10 years ago
  19. 599447c dm: core: Add support for simple-bus by Simon Glass · 10 years ago
  20. 8bc8519 dm: imx: serial: Support driver model in the MXC serial driver by Simon Glass · 10 years ago
  21. 2772b4d dm: imx: gpio: Support driver model in MXC gpio driver by Simon Glass · 10 years ago
  22. 73285a2 dm: serial: Put common code into separate functions by Simon Glass · 10 years ago
  23. ffae791 dm: exynos: cros_ec: Move cros_ec_spi to driver model by Simon Glass · 10 years ago
  24. ff425d8 dm: sandbox: cros_ec: Move sandbox cros_ec to driver module by Simon Glass · 10 years ago
  25. 44569b5 dm: cros_ec: Add support for driver model by Simon Glass · 10 years ago
  26. 1121b1b dm: tegra: spi: Convert to driver model by Simon Glass · 10 years ago
  27. 0186238 dm: sf: sandbox: Convert SPI flash driver to driver model by Simon Glass · 10 years ago
  28. 6f7d259 dm: Convert spi_flash_probe() and 'sf probe' to use driver model by Simon Glass · 10 years ago
  29. d6eedf7 dm: sf: Add a uclass for SPI flash by Simon Glass · 10 years ago
  30. c10c3d4 spi: Use error return value in sf_ops by Simon Glass · 10 years ago
  31. d34b456 sf: Tidy up public and private header files by Simon Glass · 10 years ago
  32. ca7eafe dm: exynos: Convert SPI to driver model by Simon Glass · 10 years ago
  33. 456dd7c dm: spi: Add soft_spi implementation by Simon Glass · 10 years ago
  34. 43d4a54 dm: spi: Remove SPI_INIT feature by Simon Glass · 10 years ago
  35. 6fd26bc dm: spi: Rename soft_spi.c to soft_spi_legacy.c by Simon Glass · 10 years ago
  36. 95429fe dm: sandbox: spi: Move to driver model by Simon Glass · 10 years ago
  37. def9215 dm: Add spi.h header to a few files by Simon Glass · 10 years ago
  38. 10a4a33 dm: sandbox: Add a SPI emulation uclass by Simon Glass · 10 years ago
  39. dd82d44 dm: spi: Add a uclass for SPI by Simon Glass · 10 years ago
  40. 1586a84 dm: core: Allow parents to pass data to children during probe by Simon Glass · 10 years ago
  41. 44da735 dm: core: Add functions for iterating through device children by Simon Glass · 10 years ago
  42. 767e737 dm: exynos: Move serial to driver model by Simon Glass · 10 years ago
  43. 9b4e0e8 dm: exynos: gpio: Convert to driver model by Simon Glass · 10 years ago
  44. 4f83d3d dm: exynos: Make sure that GPIOs are requested by Simon Glass · 10 years ago
  45. 3898ab7 dm: exynos: Tidy up GPIO defines by Simon Glass · 10 years ago
  46. 37f1162 dm: exynos: Tidy up GPIO headers by Simon Glass · 10 years ago
  47. 94b83d6 dm: simplify the loop in lists_driver_lookup_name() by Masahiro Yamada · 10 years ago
  48. 892e38c dm: do not check the existence of uclass operation by Masahiro Yamada · 10 years ago
  49. 9ddceb6 tegra: gpio: fix null label regression by Marcel Ziswiler · 10 years ago
  50. e1207e9 mmc: Tegra: Fix timeout issue seen on certain eMMC parts by Marcel Ziswiler · 10 years ago
  51. c7ae09b Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 10 years ago
  52. 4345a57 crypto/fsl: Add command for encapsulating/decapsulating blobs by Ruchika Gupta · 10 years ago
  53. ac1b269 fsl_sec: Add hardware accelerated SHA256 and SHA1 by Ruchika Gupta · 10 years ago
  54. 9cf0e2d video: ipu_disp: remove pixclk fixup by Jeroen Hofstee · 10 years ago
  55. 9827621 video: ipu: fix debug and comment by Jeroen Hofstee · 10 years ago
  56. 88ccfd8 sunxi: axp152: dcdc3 scale is 50mV / step not 25mV / step by Hans de Goede · 10 years ago
  57. c8ac489 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 10 years ago
  58. ab43536 Merge branch 'u-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · 10 years ago
  59. d43a89a macb: simplify gmac initialisation by Andreas Bießmann · 10 years ago
  60. 4c4150c serial-uclass: Fix compilation error by Hans de Goede · 10 years ago
  61. 6057854 Merge branch 'master' of git://git.denx.de/u-boot-nand-flash by Tom Rini · 10 years ago
  62. 26dc25b ahci: Don't start command DMA engine before buffers are set by Roger Quadros · 10 years ago
  63. b5a9992 Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' by Albert ARIBAUD · 10 years ago
  64. b692b3f mtd: denali: support NAND_CMD_RNDOUT command by Masahiro Yamada · 10 years ago
  65. 40525e2 mtd: denali: fix NAND_CMD_PARAM command by Masahiro Yamada · 10 years ago
  66. cfb8ff2 Merge remote-tracking branch 'u-boot-imx/master' by Albert ARIBAUD · 10 years ago
  67. 96aa072 samsung: Enable device tree for s5p_goni by Simon Glass · 10 years ago
  68. 7a5a79f cros_ec: exynos: Use the correct tps65090 driver in each case by Simon Glass · 10 years ago
  69. f46fc92 cros_ec: power: Add a tunnelled version of the tps65090 driver by Simon Glass · 10 years ago
  70. 428ea9e Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 10 years ago
  71. 2cfb0c7 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 10 years ago
  72. 700dc65 Merge branch 'topic/arm/socfpga-20141006' of git://git.denx.de/u-boot-socfpga by Tom Rini · 10 years ago
  73. 3d626cd usb: gadget: fastboot: terminate commands with NULL by Eric Nelson · 10 years ago
  74. ed4262c usb: musb-new: core: set MUSB_POWER_HSENAB in MUSB_POWER for host mode by Daniel Mack · 10 years ago
  75. c721380 arm: socfpga: fpga: Add SoCFPGA FPGA programming interface by Pavel Machek · 10 years ago
  76. 51d2113 arm: socfpga: mmc: Pick the clock from clock manager by Pavel Machek · 10 years ago
  77. 99f0c22 Merge branches 'topic/drivers/fpga-20141006', 'topic/drivers/mmc-20141006', 'topic/drivers/net-20141006', 'topic/tools/mkimage-20141006' and 'topic/arm/cache-20141006' into HEAD by Marek Vasut · 10 years ago
  78. 1519304 net: dwc: Make the cache handling less cryptic by Marek Vasut · 10 years ago
  79. 16ef0a8 net: dwc: Fix cache alignment issues by Marek Vasut · 10 years ago
  80. 5f02211 net: phy: Cleanup drivers/net/phy/micrel.c by Pavel Machek · 10 years ago
  81. a425f5d mmc: dw_mmc: cleanups by Pavel Machek · 10 years ago
  82. f5d25e4 fpga: altera: Turn the switches into table lookup by Marek Vasut · 10 years ago
  83. b9d4df3 fpga: altera: Make altera_validate return normal values by Marek Vasut · 10 years ago
  84. ff4072c fpga: altera: Move altera_validate to the top by Marek Vasut · 10 years ago
  85. 1822135 fpga: altera: More indentation trimdown by Marek Vasut · 10 years ago
  86. c5e53b5 fpga: altera: Clean up altera_validate function by Marek Vasut · 10 years ago
  87. 9e3a844 fpga: altera: Clean up the printing and debug by Marek Vasut · 10 years ago
  88. afc106e usb: tegra: ULPI regression on tegra20 by Marcel Ziswiler · 10 years ago
  89. 33004ab usb: gadget: fastboot: explicitly set radix of maximum download size by Eric Nelson · 10 years ago
  90. 70567d9a usb: gadget: fastboot: add max-download-size variable by Eric Nelson · 10 years ago
  91. fe24e16 usb: ci_udc: respect CONFIG_USB_GADGET_DUALSPEED by Eric Nelson · 10 years ago
  92. c65503a usb: gadget: fastboot: improve download progress bar by Bo Shen · 10 years ago
  93. e1d833a usb: f_mass_storage: set removable flag in do_inquiry based on LUN by Eric Nelson · 10 years ago
  94. 3e3a136 usb: dfu: add fullspeed support for DFU by Heiko Schocher · 10 years ago
  95. 3f3a240 usb: dfu: thor: gadget: Remove dead code by Lukasz Majewski · 10 years ago
  96. 1a58638 stdio: Add force parameter to stdio_deregister by Hans de Goede · 10 years ago
  97. 8f5f4f7 usb: ehci: Make periodic_schedules a per controller variable by Hans de Goede · 10 years ago
  98. 9db174c usb: ehci: poll_int_queue check real qtd, not the overlay by Hans de Goede · 10 years ago
  99. 8e00cf6 usb: ehci: Add missing cache flush to destroy_int_queue by Hans de Goede · 10 years ago
  100. da16677 usb: ehci: Properly set hub devnum and portnr with usb-1 hubs in the chain by Hans de Goede · 10 years ago