1. bb06434 ddr: altera: Clean up hc_initialize_rom_data() by Marek Vasut · 9 years ago
  2. 1273dd9 ddr: altera: Massage addr into I/O accessors by Marek Vasut · 9 years ago
  3. 6cb9f16 ddr: altera: Stop using SDR_CTRLGRP_ADDRESS directly by Marek Vasut · 9 years ago
  4. 17fdc91 ddr: altera: Wrap SOCFPGA_SDR_ADDRESS into SDR_PHYGRP.*ADDRESS by Marek Vasut · 9 years ago
  5. c4815f7 ddr: altera: Pluck out remaining sdr_get_addr() calls by Marek Vasut · 9 years ago
  6. 1bc6f14 ddr: altera: Dissolve invocation of sdr_get_addr(&sdr_mgr_.*->.*) by Marek Vasut · 9 years ago
  7. 6afb4fe ddr: altera: Dissolve invocation of sdr_get_addr(&sdr_rw_load.*->.*) by Marek Vasut · 9 years ago
  8. e79025a ddr: altera: Dissolve invocation of sdr_get_addr(&sdr_scc_mgr->.*) by Marek Vasut · 9 years ago
  9. a1c654a ddr: altera: Dissolve invocation of sdr_get_addr(&sdr_reg_file->.*) by Marek Vasut · 9 years ago
  10. a4bfa46 ddr: altera: Zap invocation of sdr_get_addr((u32 *)BASE_RW_MGR)" by Marek Vasut · 9 years ago
  11. 23f62b3 ddr: altera: Clean up ugly casts in sdram_calibration_full() by Marek Vasut · 9 years ago
  12. 963bca6 ddr: altera: Minor indent fix in set_rank_and_odt_mask() by Marek Vasut · 9 years ago
  13. 333b720 Makefile: Add target for building bootable SPL image for SoCFPGA by Marek Vasut · 9 years ago
  14. 55b4312 arm: socfpga: config: Make CONFIG_SPI_FLASH_MTD useful by Marek Vasut · 9 years ago
  15. 4c6d8b9 arm: socfpga: config: Fix LOADADDR by Marek Vasut · 9 years ago
  16. ab48b19 arm: socfpga: config: Enable CONFIG_SPI_FLASH_BAR by Marek Vasut · 9 years ago
  17. cbc9544 arm: socfpga: config: Exclude CONFIG_SPI_FLASH_MTD from SPL build by Marek Vasut · 9 years ago
  18. 251faa2 arm: socfpga: config: Zap incorrect config options by Marek Vasut · 9 years ago
  19. 7599b53 arm: socfpga: config: Move SPL GD and malloc to RAM by Marek Vasut · 9 years ago
  20. 6ab00db arm: socfpga: misc: Reset ethernet from OF by Marek Vasut · 9 years ago
  21. e14d3f7 arm: socfpga: misc: Probe ethernet GMAC from OF by Marek Vasut · 9 years ago
  22. 9ec7414 arm: socfpga: misc: Export bootmode into environment variable by Marek Vasut · 9 years ago
  23. d85e311 arm: socfpga: misc: Add support for printing boot mode by Marek Vasut · 9 years ago
  24. ef84861 arm: socfpga: misc: Fix warm reset by Marek Vasut · 9 years ago
  25. 066ad14 arm: socfpga: spl: Add support for selecting boot device from BSEL by Marek Vasut · 9 years ago
  26. 346d6f5 arm: socfpga: spl: Add support for booting from QSPI by Marek Vasut · 9 years ago
  27. d3f34e7 arm: socfpga: spl: Add support for booting from SD/MMC by Marek Vasut · 9 years ago
  28. 1d8c939 arm: socfpga: spl: Remove custom linker script by Marek Vasut · 9 years ago
  29. 6473054 arm: socfpga: spl: Merge spl_board_init() into board_init_f() by Marek Vasut · 9 years ago
  30. bd65fe3 arm: socfpga: spl: Add missing reset logic by Marek Vasut · 9 years ago
  31. 232fcc6 arm: socfpga: spl: Configure SCU and NIC-301 early by Marek Vasut · 9 years ago
  32. 4a0080d arm: socfpga: spl: Toggle warm reset config I/O bit by Marek Vasut · 9 years ago
  33. 2d779b3 arm: socfpga: system: Clean up pinmux_config.c by Marek Vasut · 9 years ago
  34. 40687b4 arm: socfpga: system: Rework sysmgr_enable_warmrstcfgio() by Marek Vasut · 9 years ago
  35. 575d741 arm: socfpga: scan: Zap iocsr_scan_chain*_table() by Marek Vasut · 9 years ago
  36. 03a92b2 arm: socfpga: scan: Zap redundant params in scan_mgr_io_scan_chain_prg() by Marek Vasut · 9 years ago
  37. 2df7b2a arm: socfpga: scan: Staticize scan_mgr_io_scan_chain_prg() by Marek Vasut · 9 years ago
  38. 93b4abd arm: socfpga: clock: Clean up pll_config.h by Marek Vasut · 9 years ago
  39. 163ee7d arm: socfpga: clock: Get rid of cm_config_t typedef by Marek Vasut · 9 years ago
  40. 34122eb arm: socfpga: reset: Add SDMMC, QSPI and DMA defines by Marek Vasut · 9 years ago
  41. 3191611 arm: socfpga: reset: Add function to reset add peripherals by Marek Vasut · 9 years ago
  42. 292260c arm: socfpga: reset: Repair bridge reset handling by Marek Vasut · 9 years ago
  43. a71df7a arm: socfpga: reset: Replace ad-hoc reset functions by Marek Vasut · 9 years ago
  44. bdfc2ef arm: socfpga: reset: Implement unified function to toggle reset by Marek Vasut · 9 years ago
  45. 1115cd2 arm: socfpga: reset: Start reworking the SoCFPGA reset manager by Marek Vasut · 9 years ago
  46. 8d009e4 arm: socfpga: reset: Add missing reset manager regs by Marek Vasut · 9 years ago
  47. 7ac40d2 ddr: altera: Fix debug message format in sequencer by Marek Vasut · 9 years ago
  48. 452a81e ddr: altera: Fix typo in mp_threshold1 programming by Marek Vasut · 9 years ago
  49. 42f7ebb ddr: altera: Move struct sdram_prot_rule prototype by Marek Vasut · 9 years ago
  50. d04941c arm: socfpga: Move sdram_config.h to board dir by Marek Vasut · 9 years ago
  51. cdd4e6c arm: socfpga: enable the Altera SDRAM controller driver by Dinh Nguyen · 9 years ago
  52. 3da4285 driver/ddr/altera: Add the sdram calibration portion by Dinh Nguyen · 9 years ago
  53. 9bbd213 driver/ddr/altera: Add DDR driver for Altera's SDRAM controller by Dinh Nguyen · 9 years ago
  54. 9f76f10 net: designware: Rename the driver var name to eth_designware by Marek Vasut · 9 years ago
  55. b962859 net: designware: Add SoCFPGA GMAC DT compatible string by Marek Vasut · 9 years ago
  56. 9617ceb arm: socfpga: Move generated files into qts subdir by Marek Vasut · 9 years ago
  57. 2e8fcc7 arm: dts: socfpga: Add mmc alias by Marek Vasut · 9 years ago
  58. b09b72d arm: dts: socfpga: Fix SPI aliases by Marek Vasut · 9 years ago
  59. bfa89d2 arm: socfpga: Fix FPGA bitstream programming routine by Marek Vasut · 9 years ago
  60. ae27120 Merge git://git.denx.de/u-boot-dm by Tom Rini · 9 years ago
  61. f05fa67 ARM: tegra: Add p2371-0000 board by Stephen Warren · 9 years ago
  62. b692009 ARM: tegra: Add e2220-1170 board by Stephen Warren · 9 years ago
  63. 04037c8 ARM: tegra: p2571: remove another unused define by Stephen Warren · 9 years ago
  64. a38a3c4 ARM: tegra: enable GPU DT node when appropriate by Alexandre Courbot · 9 years ago
  65. 871d78e ARM: tegra: move VPR configuration to a later stage by Alexandre Courbot · 9 years ago
  66. 95486f8 ARM: tegra: add comment re: autogeneration to pinmux headers by Stephen Warren · 9 years ago
  67. 424afc0 ARM: tegra: restrict usable RAM size further by Stephen Warren · 9 years ago
  68. fac971b exynos: dts: Correct LDO and BUCK naming by Simon Glass · 9 years ago
  69. bbbe55f x86: Enable debug UART for Minnowmax by Simon Glass · 9 years ago
  70. 74356d7 dm: core: Fix a typo in the uclass_get_device_by_name() comment by Simon Glass · 9 years ago
  71. f5c67ea dm: core: Add a way to set a device name by Simon Glass · 9 years ago
  72. c3e6847 sandbox: Enable devres subsystem by Simon Glass · 9 years ago
  73. 40b6f2d devres: add debug command to dump device resources by Masahiro Yamada · 9 years ago
  74. e2282d7 devres: make Devres optional with CONFIG_DEVRES by Masahiro Yamada · 9 years ago
  75. 2b07f68 devres: add devm_kmalloc() and friends (managed memory allocators) by Masahiro Yamada · 9 years ago
  76. 608f26c devres: introduce Devres (Managed Device Resource) framework by Masahiro Yamada · 9 years ago
  77. aed1a4d dm: add DM_FLAG_BOUND flag by Masahiro Yamada · 9 years ago
  78. f330177 dm: Support address translation for simple-bus by Simon Glass · 9 years ago
  79. 0990fcb net: smsc95xx: Add driver-model support by Simon Glass · 9 years ago
  80. 527298c net: smsc95xx: Prepare for conversion to driver model by Simon Glass · 9 years ago
  81. 25a9e98 net: smsc95xx: Correct the error numbers by Simon Glass · 9 years ago
  82. d62a1dc net: smsc95xx: Rename AX_RX_URB_SIZE to RX_URB_SIZE by Simon Glass · 9 years ago
  83. a269259 net: smsc95xx: Sort the include files by Simon Glass · 9 years ago
  84. f58a41e dm: usb: Add driver-model support to dwc2 by Simon Glass · 9 years ago
  85. cc3e3a9 dm: usb: Prepare dwc2 driver for driver-model conversion by Simon Glass · 9 years ago
  86. 2e5350f dm: usb: Add an errno.h header to usb_ether.c by Simon Glass · 9 years ago
  87. 12dc8e7 dm: Make regmap and syscon optional by Simon Glass · 9 years ago
  88. 28445aa lib/fdtdec: Fix fdt_addr_t and fdt_size_t typedef by York Sun · 9 years ago
  89. fdb9f34 lib/fdtdec: Fix compiling warning caused by changing fdt_addr_t type by York Sun · 9 years ago
  90. d1de41d exynos: Add support for spring by Simon Glass · 9 years ago
  91. a7a73ef exynos: video: Remove non-device-tree code by Simon Glass · 9 years ago
  92. 5ae3a5e dts: Drop unused compatible ID for the NXP video bridge by Simon Glass · 9 years ago
  93. 68964db video: Remove the old parade driver by Simon Glass · 9 years ago
  94. 24696e2 cros_ec: Remove the old tunnel code by Simon Glass · 9 years ago
  95. 05bccbc power: Remove old TPS65090 drivers by Simon Glass · 9 years ago
  96. 54abb00 exynos: Drop old exynos5250-specific board code by Simon Glass · 9 years ago
  97. c512123 exynos: Drop old exynos5420-specific board code by Simon Glass · 9 years ago
  98. bf637ea exynos: config: Move common options to the common headers and tidy up by Simon Glass · 9 years ago
  99. bae3433 exynos: Remove unneeded device tree control #ifdefs by Simon Glass · 9 years ago
  100. d4061aa exynos: Enable new features for exynos5 boards by Simon Glass · 9 years ago