1. 3f0d680 env: Drop the ACTION typedef by Simon Glass · 5 years ago
  2. dd2408c env: Drop the ENTRY typedef by Simon Glass · 5 years ago
  3. 7b51b57 env: Move env_get() to env.h by Simon Glass · 5 years ago
  4. 9fb625c env: Move env_set() to env.h by Simon Glass · 5 years ago
  5. 168068f env: Move env_set_ulong() to env.h by Simon Glass · 5 years ago
  6. c7694dd env: Move env_set_hex() to env.h by Simon Glass · 5 years ago
  7. 3a7d557 env: Move env_get_f() to env.h by Simon Glass · 5 years ago
  8. f1f0ae6 env: Move get_env_id() to env.h by Simon Glass · 5 years ago
  9. 0c670fc common: Move gzip functions into a new gzip header by Simon Glass · 5 years ago
  10. 122537e mmc: Add support for HI3660 SoC reusing hi6220_dw_mmc driver by Manivannan Sadhasivam · 5 years ago
  11. af325e9 serial_lpuart: Fix config check issue when using clk driver in SPL by Ye Li · 5 years ago
  12. d44f793 pci: intel: Fix configuration type based on secondary number by Ley Foon Tan · 5 years ago
  13. bf9b981 pci: intel: Fix error when enumerating multi-function PCIe device by Ley Foon Tan · 5 years ago
  14. d0e52c6 pci: intel: Increase TLP polling counter by Ley Foon Tan · 5 years ago
  15. feb5a02 Merge branch 'master' of git://git.denx.de/u-boot-sh by Tom Rini · 5 years ago
  16. 31d1369 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 5 years ago
  17. 9fd8b2c Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 by Tom Rini · 5 years ago
  18. ca6da6d clk: renesas: Add R8A77980 V3H clock tables by Marek Vasut · 5 years ago
  19. f497ec3 pinctrl: renesas: Add R8A77980 V3H PFC tables by Marek Vasut · 5 years ago
  20. 7234a28 net: sh_eth: Fix 64bit build warnings by Marek Vasut · 5 years ago
  21. 46c3316 net: sh_eth: Add R8A77980 V3H gether support by Marek Vasut · 5 years ago
  22. b78d97e mmc: Move tegra loopback disable option to be under tegra by Trent Piepho · 6 years ago
  23. 0709ddb x86: ich-spi: Convert driver to spi-mem ops by Bernhard Messerklinger · 5 years ago
  24. fd95e10 bios_emulator: remove stray break by Heinrich Schuchardt · 5 years ago
  25. 163bc1e Merge tag 'mmc-8-9' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc by Tom Rini · 5 years ago
  26. 21bc193 Merge tag 'u-boot-rockchip-20190809' of https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · 5 years ago
  27. d569b4b mmc: tangier_sdhci: fix uninitialized pointer deref on probe by Peng Fan · 5 years ago
  28. d703104 mmc: sdhci-cadence: fix uninitialized pointer deref on probe by Peng Fan · 5 years ago
  29. 6f16cbe mmc: s5p: fix uninitialized pointer deref on probe by Peng Fan · 5 years ago
  30. a5abe15 mmc: pci: fix uninitialized pointer deref on probe by Peng Fan · 5 years ago
  31. 6904e1b mmc: msm_sdhci: fix uninitialized pointer deref on probe by Peng Fan · 5 years ago
  32. 425d833 mmc: bcm: fix uninitialized pointer deref on probe by Peng Fan · 5 years ago
  33. 7835e87 mmc: atmel_sdhci: fix uninitialized pointer deref on probe by Peng Fan · 5 years ago
  34. 3148a3c mmc: zynq_sdhci: fix uninitialized pointer deref on probe by Matwey V. Kornilov · 5 years ago
  35. 68b3e8b mmc: Select SPL_HS200_SUPPORT if SPL_HS400_SUPPORT is selected by Faiz Abbas · 5 years ago
  36. fef4086 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · 5 years ago
  37. 29a8114 fastboot: Remove "bootloader-version" variable by Sam Protsenko · 5 years ago
  38. 139db35 fastboot: getvar: Add "is-userspace" variable by Sam Protsenko · 5 years ago
  39. fe87698 usb: gadget: f_dfu.c: fix memory leak by Ralph Siemsen · 5 years ago
  40. 160102d fastboot: Remove "slot-suffixes" variable by Sam Protsenko · 5 years ago
  41. 991e660 usb, ohci, pci: add DM support for PCI-based OHCI USB controller by Heiko Schocher · 5 years ago
  42. f9c7fec usb, ohci: add warning if none on pci found by Heiko Schocher · 5 years ago
  43. dc4e48d usb, ohci-hcd: set OHCI_USE_NPS if DM_PCI by Heiko Schocher · 5 years ago
  44. a5a7486 usb, ohci: fix ohci swap register access by Heiko Schocher · 5 years ago
  45. b005d7d usb, ohci-hdc: fix warning 'ohci_pci_ids' defined but not used by Heiko Schocher · 5 years ago
  46. 5608331 usb: musb-new: Add support for da8xx-musb by Adam Ford · 5 years ago
  47. fc58263 phy: Add support for phy-da8xx-usb by Adam Ford · 5 years ago
  48. 6948f10 pci_ep: Fix Coverity warning by Ramon Fried · 5 years ago
  49. 2d88b5a clk: MediaTek: add hifsys entry for MT7623 SoC. by Ryder Lee · 5 years ago
  50. 85a3874 rockchip: ram: add full feature rk3328 DRAM driver by Kever Yang · 5 years ago
  51. c07f68d watchdog: mtk_wdt: Cosmetic cleanup of latest changes by Stefan Roese · 5 years ago
  52. c7adc0b watchdog: bcm2835_wdt: Remove unused BCM283x watchdog driver and its references by Stefan Roese · 5 years ago
  53. 898c40c Merge https://gitlab.denx.de/u-boot/custodians/u-boot-clk by Tom Rini · 5 years ago
  54. bbaf56e Merge tag 'u-boot-amlogic-20190731' of https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic by Tom Rini · 5 years ago
  55. 08c41ca Merge branch '2019-07-31-ti-imports' by Tom Rini · 5 years ago
  56. 51443f5 nand: davinci: avoid out of bounds array access by Heinrich Schuchardt · 5 years ago
  57. 3fe483b Merge tag 'mmc-7-31' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc by Tom Rini · 5 years ago
  58. 0c0cdc8 clk: meson: remove duplicate logic by Heinrich Schuchardt · 5 years ago
  59. fea3939 mmc: relocate code comment by Baruch Siach · 5 years ago
  60. caa3323 mmc: mtk-sd: add WATCHDOG_RESET() to prevent watchdog timeout by Weijie Gao · 5 years ago
  61. 58d65d5 mmc: sdhci: fix chip detect gpio property name by Baruch Siach · 5 years ago
  62. 41a9fab mmc: mv_sdhci: fix uninitialized pointer deref on probe by Baruch Siach · 5 years ago
  63. 8f611dc clk: sandbox: add composite clk by Peng Fan · 5 years ago
  64. 2b12957 clk: gate: support sandbox by Peng Fan · 5 years ago
  65. 0009763 clk: add composite clk support by Peng Fan · 5 years ago
  66. 91944ef dm: clk: ignore default settings when node not valid by Peng Fan · 5 years ago
  67. 4b91ec0 clk: imx: gate2 add set rate by Peng Fan · 5 years ago
  68. b6c56d9 clk: imx: import clk heplers by Peng Fan · 5 years ago
  69. 4f305bf clk: fixed_rate: export clk_fixed_rate by Peng Fan · 5 years ago
  70. fe69b03 clk: divider set rate supporrt by Peng Fan · 5 years ago
  71. 1c64330 clk: add clk-gate support by Peng Fan · 5 years ago
  72. 4b04408 clk: mux: add set parent support by Peng Fan · 5 years ago
  73. 5b27ff8 clk: use clk_dev_binded by Peng Fan · 5 years ago
  74. 2457612 clk: introduce clk_dev_binded by Peng Fan · 5 years ago
  75. 2b15701 dw_mmc: turn on the IO supply by Urja Rannikko · 5 years ago
  76. a239147 Merge tag 'video-for-2019.10-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boot-video by Tom Rini · 5 years ago
  77. 476a314 Merge tag 'xilinx-for-v2019.10' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · 5 years ago
  78. dcf722e Merge branch 'master' of git://git.denx.de/u-boot-sh by Tom Rini · 5 years ago
  79. 42a7ce2 mxc_ipuv3_fb.c: enable a backlight on a panel by Heiko Schocher · 5 years ago
  80. f4ec1ae mxc_ipuv3_fb.c: call display_enable by Heiko Schocher · 5 years ago
  81. f03e56a mxc_ipuv3_fb.c: set gd->fb_base by Heiko Schocher · 5 years ago
  82. b283d6b fpga: altera: cyclon2: Check function pointer before calling by Alexander Dahl · 5 years ago
  83. 3911b19 fpga: altera: cyclon2: Fix indentation by Alexander Dahl · 5 years ago
  84. bb2c0fa fpga: altera: cyclon2: Fix most checkpatch warnings by Alexander Dahl · 5 years ago
  85. 175dccd fpga: virtex2: Add slave serial programming support by Robert Hancock · 5 years ago
  86. a0549f7 fpga: virtex2: Add additional clock cycles after DONE assertion by Robert Hancock · 5 years ago
  87. 3372081 fpga: virtex2: Split out image writing from pre/post operations by Robert Hancock · 5 years ago
  88. 25d63a3 fpga: virtex2: added Kconfig option by Robert Hancock · 5 years ago
  89. fa57af0 fpga: virtex2: cosmetic: Cleanup code style by Robert Hancock · 5 years ago
  90. 333755e Merge branch '2019-07-29-ti-imports' by Tom Rini · 5 years ago
  91. 29d8eb3 nand: davinci: add support for driver model by Bartosz Golaszewski · 5 years ago
  92. 7bf9972 nand: davinci: make davinci_nand_init() static by Bartosz Golaszewski · 5 years ago
  93. e311482 i2c: remove i2c driver-model compatibility layer by Bartosz Golaszewski · 5 years ago
  94. 2d64a0f Merge branch '2019-07-29-master-imports' by Tom Rini · 5 years ago
  95. 0c4e81e rtc, rx8025: add DM support by Heiko Schocher · 5 years ago
  96. f91fb72 rtc, rx8025: fix Coding Style by Heiko Schocher · 5 years ago
  97. a7e6d0c rtc: move RTC_RX8025 to Kconfig by Heiko Schocher · 5 years ago
  98. e66b202 pinctrl: mediatek: fix warning by Fabien Parent · 5 years ago
  99. 49b10cb gpio: fixes for gpio-hog support by Heiko Schocher · 5 years ago
  100. 5917d0b doc: arch: sandbox: Replace all the instances of README.sandbox by Keerthy · 5 years ago