1. 3267524 ddr: altera: Clean up scc_mgr_*_delay() args by Marek Vasut · 9 years ago
  2. 300c2e6 ddr: altera: Clean up scc_mgr_apply_group_dq_out1_delay() by Marek Vasut · 9 years ago
  3. 5be355c ddr: altera: Clean up scc_mgr_set_oct_out1_delay() by Marek Vasut · 9 years ago
  4. c5c5f53 ddr: altera: Clean up scc_set_bypass_mode() by Marek Vasut · 9 years ago
  5. 5e83789 ddr: altera: Clean up scc_mgr_load_dqs_for_write_group() by Marek Vasut · 9 years ago
  6. 0b69b80 ddr: altera: Implement universal scc_mgr_set_all_ranks() by Marek Vasut · 9 years ago
  7. 162d60e ddr: altera: Shuffle around scc_mgr_set_*all_ranks() by Marek Vasut · 9 years ago
  8. e893f4d ddr: altera: Clean up scc_mgr_initialize() by Marek Vasut · 9 years ago
  9. c76976d ddr: altera: Implement universal scc manager config function by Marek Vasut · 9 years ago
  10. 5ff825b ddr: altera: Reorder scc manager functions by Marek Vasut · 9 years ago
  11. 07aee5b ddr: altera: Clean up scc manager function args by Marek Vasut · 9 years ago
  12. 2c0d2d9 ddr: altera: Clean up reg_file_set*() by Marek Vasut · 9 years ago
  13. 2ca151f ddr: altera: Clean up initialize_hps_phy() by Marek Vasut · 9 years ago
  14. 9c1ab2c ddr: altera: Clean up initialize_reg_file() by Marek Vasut · 9 years ago
  15. bb06434 ddr: altera: Clean up hc_initialize_rom_data() by Marek Vasut · 9 years ago
  16. 1273dd9 ddr: altera: Massage addr into I/O accessors by Marek Vasut · 9 years ago
  17. 6cb9f16 ddr: altera: Stop using SDR_CTRLGRP_ADDRESS directly by Marek Vasut · 9 years ago
  18. 17fdc91 ddr: altera: Wrap SOCFPGA_SDR_ADDRESS into SDR_PHYGRP.*ADDRESS by Marek Vasut · 9 years ago
  19. c4815f7 ddr: altera: Pluck out remaining sdr_get_addr() calls by Marek Vasut · 9 years ago
  20. 1bc6f14 ddr: altera: Dissolve invocation of sdr_get_addr(&sdr_mgr_.*->.*) by Marek Vasut · 9 years ago
  21. 6afb4fe ddr: altera: Dissolve invocation of sdr_get_addr(&sdr_rw_load.*->.*) by Marek Vasut · 9 years ago
  22. e79025a ddr: altera: Dissolve invocation of sdr_get_addr(&sdr_scc_mgr->.*) by Marek Vasut · 9 years ago
  23. a1c654a ddr: altera: Dissolve invocation of sdr_get_addr(&sdr_reg_file->.*) by Marek Vasut · 9 years ago
  24. a4bfa46 ddr: altera: Zap invocation of sdr_get_addr((u32 *)BASE_RW_MGR)" by Marek Vasut · 9 years ago
  25. 23f62b3 ddr: altera: Clean up ugly casts in sdram_calibration_full() by Marek Vasut · 9 years ago
  26. 963bca6 ddr: altera: Minor indent fix in set_rank_and_odt_mask() by Marek Vasut · 9 years ago
  27. 7ac40d2 ddr: altera: Fix debug message format in sequencer by Marek Vasut · 9 years ago
  28. 452a81e ddr: altera: Fix typo in mp_threshold1 programming by Marek Vasut · 9 years ago
  29. 42f7ebb ddr: altera: Move struct sdram_prot_rule prototype by Marek Vasut · 9 years ago
  30. d04941c arm: socfpga: Move sdram_config.h to board dir by Marek Vasut · 9 years ago
  31. 3da4285 driver/ddr/altera: Add the sdram calibration portion by Dinh Nguyen · 9 years ago
  32. 9bbd213 driver/ddr/altera: Add DDR driver for Altera's SDRAM controller by Dinh Nguyen · 9 years ago
  33. 9f76f10 net: designware: Rename the driver var name to eth_designware by Marek Vasut · 9 years ago
  34. b962859 net: designware: Add SoCFPGA GMAC DT compatible string by Marek Vasut · 9 years ago
  35. bfa89d2 arm: socfpga: Fix FPGA bitstream programming routine by Marek Vasut · 9 years ago
  36. ae27120 Merge git://git.denx.de/u-boot-dm by Tom Rini · 9 years ago
  37. f5c67ea dm: core: Add a way to set a device name by Simon Glass · 9 years ago
  38. 40b6f2d devres: add debug command to dump device resources by Masahiro Yamada · 9 years ago
  39. e2282d7 devres: make Devres optional with CONFIG_DEVRES by Masahiro Yamada · 9 years ago
  40. 2b07f68 devres: add devm_kmalloc() and friends (managed memory allocators) by Masahiro Yamada · 9 years ago
  41. 608f26c devres: introduce Devres (Managed Device Resource) framework by Masahiro Yamada · 9 years ago
  42. aed1a4d dm: add DM_FLAG_BOUND flag by Masahiro Yamada · 9 years ago
  43. f330177 dm: Support address translation for simple-bus by Simon Glass · 9 years ago
  44. 0990fcb net: smsc95xx: Add driver-model support by Simon Glass · 9 years ago
  45. 527298c net: smsc95xx: Prepare for conversion to driver model by Simon Glass · 9 years ago
  46. 25a9e98 net: smsc95xx: Correct the error numbers by Simon Glass · 9 years ago
  47. d62a1dc net: smsc95xx: Rename AX_RX_URB_SIZE to RX_URB_SIZE by Simon Glass · 9 years ago
  48. a269259 net: smsc95xx: Sort the include files by Simon Glass · 9 years ago
  49. f58a41e dm: usb: Add driver-model support to dwc2 by Simon Glass · 9 years ago
  50. cc3e3a9 dm: usb: Prepare dwc2 driver for driver-model conversion by Simon Glass · 9 years ago
  51. 2e5350f dm: usb: Add an errno.h header to usb_ether.c by Simon Glass · 9 years ago
  52. 12dc8e7 dm: Make regmap and syscon optional by Simon Glass · 9 years ago
  53. fdb9f34 lib/fdtdec: Fix compiling warning caused by changing fdt_addr_t type by York Sun · 9 years ago
  54. a7a73ef exynos: video: Remove non-device-tree code by Simon Glass · 9 years ago
  55. 68964db video: Remove the old parade driver by Simon Glass · 9 years ago
  56. 24696e2 cros_ec: Remove the old tunnel code by Simon Glass · 9 years ago
  57. 05bccbc power: Remove old TPS65090 drivers by Simon Glass · 9 years ago
  58. eca4866 dm: gpio: Check a GPIO is valid before using it by Simon Glass · 9 years ago
  59. 129c942 exynos: video: Correct debug output by Simon Glass · 9 years ago
  60. c95ed7d exynos: Correct return value in exynos_mmc_init() by Simon Glass · 9 years ago
  61. c7d50e7 exynos: spi: Convert the timeout to debug() by Simon Glass · 9 years ago
  62. 048dba0 dm: video: Add support for the NXP PTN3460 bridge by Simon Glass · 9 years ago
  63. bcd5dff dm: video: Add support for the Parade PS8622/625 bridge by Simon Glass · 9 years ago
  64. 5eaeada video: Work around lack of pinctrl by Simon Glass · 9 years ago
  65. 801ab9e dm: video: Add support for video bridges by Simon Glass · 9 years ago
  66. d08504d dm: power: Don't return an error when regulators are not autoset by Simon Glass · 9 years ago
  67. 75a429f dm: pmic: max77686: Support all BUCK regulators by Simon Glass · 9 years ago
  68. 8c42870 dm: power: max77686: Correct BUCK register access by Simon Glass · 9 years ago
  69. cd367d8 dm: pmic: Correct the pmic_reg_write() implementation by Simon Glass · 9 years ago
  70. b5ffa4f dm: pmic: max77686: Correct a few nits by Simon Glass · 9 years ago
  71. f615e6a dm: power: Add support for S5M8767 regulators by Simon Glass · 9 years ago
  72. d308c01 dm: power: Add support for the S5M8767 PMIC by Simon Glass · 9 years ago
  73. 1c88b67 dm: power: Add support for TPS65090 FETs by Simon Glass · 9 years ago
  74. 151b223 dm: power: Add a new driver for the TPS65090 PMIC by Simon Glass · 9 years ago
  75. 7fb5739 exynos: Enable the debug UART in SPL by Simon Glass · 9 years ago
  76. bf6e702 exynos: Add debug UART support for Samsung S5P serial by Simon Glass · 9 years ago
  77. 89ca935 exynos: serial: Refactor init code for debug UART by Simon Glass · 9 years ago
  78. f48eaf0 cros_ec: Support the LDO access method used by spring by Simon Glass · 9 years ago
  79. cc456bd dm: cros_ec: Convert the I2C tunnel code to use driver model by Simon Glass · 9 years ago
  80. 45d9ae8 exynos: i2c: Tidy up the driver model code by Simon Glass · 9 years ago
  81. 26ea768 exynos: i2c: Fix code style with ReadWriteByte() by Simon Glass · 9 years ago
  82. b725dc4 i2c: Add a mux for GPIO-based I2C bus arbitration by Simon Glass · 9 years ago
  83. 3d1957f dm: i2c: Add support for multiplexed I2C buses by Simon Glass · 9 years ago
  84. df358c6 dm: i2c: Add a function to transfer messages by Simon Glass · 9 years ago
  85. 7d7db22 dm: i2c: Add a message debug function by Simon Glass · 9 years ago
  86. d82ba4c dm: core: Support finding a device by phandle by Simon Glass · 9 years ago
  87. 3e8650c Tegra: clocks: Add 38.4MHz OSC support for T210 use by Tom Warren · 9 years ago
  88. 1a2728a Merge git://git.denx.de/u-boot-x86 by Tom Rini · 9 years ago
  89. ae05182 pci: Remove DEBUG from pci_compat.c by Bin Meng · 9 years ago
  90. 1472712 net: asix: fix operation without eeprom by Marcel Ziswiler · 9 years ago
  91. 0fa5999 usb: USB storage-specific part ifdef in uclass by Paul Kocialkowski · 9 years ago
  92. 1feda63 musb: sunxi: Force EP0 on re-enable by Maxime Ripard · 9 years ago
  93. 6bed24c sunxi: usb: USB_MUSB_SUNXI move to musb-new Kconfig by Paul Kocialkowski · 9 years ago
  94. 5d6c2f4 usb: musb-new: Kconfig support for USB_MUSB_HOST and USB_MUSB_GADGET by Paul Kocialkowski · 9 years ago
  95. 95de1e2 usb: musb-new: CONFIG_MUSB prefix replacement with CONFIG_USB_MUSB by Paul Kocialkowski · 9 years ago
  96. 68f7c5d usb: Generic USB Kconfig option, that fits both host and gadget and comments by Paul Kocialkowski · 9 years ago
  97. 9ad4374 usb: USB_ARCH_HAS_HCD Kconfig option removal by Paul Kocialkowski · 9 years ago
  98. 93b9957 usb: dwc2: Call board_usb_init() from usb_lowlevel_init() by Peter Griffin · 9 years ago
  99. ad11dbf x86: Gracefully disable the vesa driver when running from EFI by Simon Glass · 9 years ago
  100. 275854b efi: Add a serial driver by Simon Glass · 9 years ago