1. dcfb625 mmc: atmel: when sending a data command, use the provided block size by Jean-Jacques Hiblot · Thu Jan 04 15:23:29 2018 +0100
  2. ee61532 common: do not compile common fastboot code when building the SPL by Jean-Jacques Hiblot · Thu Jan 04 15:23:28 2018 +0100
  3. 9778631 am335x_hs_evm: Trim options in SPL to reduce binary size by Tom Rini · Sat Dec 16 23:01:22 2017 -0500
  4. ef72fd3 dm: mmc: sandbox: Update SD card emulation by Jean-Jacques Hiblot · Thu Dec 14 11:47:14 2017 +0100
  5. 1d1a32d configs: omapl138_lcdk: decrease the loglevel to reduce the size of the SPL by Jean-Jacques Hiblot · Thu Nov 30 17:44:04 2017 +0100
  6. bc0d36b configs: openrd: removed support for eMMC hardware partitioning by Jean-Jacques Hiblot · Thu Nov 30 17:44:03 2017 +0100
  7. 1d7769a mmc: make optional the support for eMMC hardware partitioning by Jean-Jacques Hiblot · Thu Nov 30 17:44:02 2017 +0100
  8. 6051e78 mmc: make UHS and HS200 optional by Jean-Jacques Hiblot · Thu Nov 30 17:44:01 2017 +0100
  9. 678b608 mmc: convert most of printf() to pr_err() and pr_warn() by Jean-Jacques Hiblot · Thu Nov 30 17:44:00 2017 +0100
  10. 06976eb mmc: don't use malloc_cache_aligned() by Jean-Jacques Hiblot · Thu Nov 30 17:43:59 2017 +0100
  11. 7ab1b62 mmc: fix for old MMCs (below version 4) by Jean-Jacques Hiblot · Thu Nov 30 17:43:58 2017 +0100
  12. d7e5e03 mmc: all hosts support 1-bit bus width and legacy timings by Jean-Jacques Hiblot · Thu Nov 30 17:43:57 2017 +0100
  13. 3f2ffc2 mmc: Fixed a problem with old sd or mmc that do not support High speed by Jean-Jacques Hiblot · Thu Nov 30 17:43:56 2017 +0100
  14. d39be65 dm: mmc: update mmc_of_parse() by Jean-Jacques Hiblot · Thu Nov 30 17:43:55 2017 +0100
  15. 93c31d1 mmc: dump card and host capabilities if debug is enabled by Jean-Jacques Hiblot · Thu Nov 30 17:43:54 2017 +0100
  16. f36bb2c mmc: meson_gx_mmc: fix the complie error by Jaehoon Chung · Mon Nov 27 18:42:05 2017 +0900
  17. 422b294 dm: mmc: Add a library function to parse generic dt binding by Kishon Vijay Abraham I · Thu Sep 21 16:30:13 2017 +0200
  18. 71264bb mmc: add a library function to send tuning command by Jean-Jacques Hiblot · Thu Sep 21 16:30:12 2017 +0200
  19. b6937d6 mmc: use the right voltage level for MMC DDR and HS200 modes by Jean-Jacques Hiblot · Thu Sep 21 16:30:11 2017 +0200
  20. 07baaa6 mmc: Retry some MMC cmds on failure by Kishon Vijay Abraham I · Thu Sep 21 16:30:10 2017 +0200
  21. 3d30972b mmc: Change mode when switching to a boot partition by Jean-Jacques Hiblot · Thu Sep 21 16:30:09 2017 +0200
  22. dc030fb mmc: disable UHS modes if Vcc cannot be switched on and off by Jean-Jacques Hiblot · Thu Sep 21 16:30:08 2017 +0200
  23. f4d5b3e mmc: Add support for UHS modes by Jean-Jacques Hiblot · Thu Sep 21 16:30:07 2017 +0200
  24. 210369f mmc: add HS200 support in MMC core by Kishon Vijay Abraham I · Thu Sep 21 16:30:06 2017 +0200
  25. ae7174f mmc: Add a execute_tuning() callback to the mmc operations. by Kishon Vijay Abraham I · Thu Sep 21 16:30:05 2017 +0200
  26. aa434c5 mmc: disable the mmc clock during power off by Kishon Vijay Abraham I · Thu Sep 21 16:30:04 2017 +0200
  27. d6246bf mmc: add a new mmc parameter to disable mmc clock by Kishon Vijay Abraham I · Thu Sep 21 16:30:03 2017 +0200
  28. 80b87e1 mmc: add power cyle support in mmc core by Kishon Vijay Abraham I · Thu Sep 21 16:30:02 2017 +0200
  29. 5f23d87 mmc: Add a new callback function to perform the 74 clocks cycle sequence by Jean-Jacques Hiblot · Thu Sep 21 16:30:01 2017 +0200
  30. 4afb12b mmc: Enable signal voltage to be selected from mmc core by Kishon Vijay Abraham I · Thu Sep 21 16:30:00 2017 +0200
  31. e178c11 mmc: make mmc_set_ios() return status by Kishon Vijay Abraham I · Thu Sep 21 16:29:59 2017 +0200
  32. ec34683 mmc: refactor MMC startup to make it easier to support new modes by Jean-Jacques Hiblot · Thu Sep 21 16:29:58 2017 +0200
  33. 5b1a4d9 mmc: refactor SD startup to make it easier to support new modes by Jean-Jacques Hiblot · Thu Sep 21 16:29:57 2017 +0200
  34. f62caf9 cmd: mmc: display the mode name and current bus speed in the mmc info by Jean-Jacques Hiblot · Thu Sep 21 16:29:56 2017 +0200
  35. 7842231 mmc: use mmc modes to select the correct bus speed by Jean-Jacques Hiblot · Thu Sep 21 16:29:55 2017 +0200
  36. 00de504 mmc: Add a function to dump the mmc capabilities by Jean-Jacques Hiblot · Thu Sep 21 16:29:54 2017 +0200
  37. a94fb41 mmc: introduce mmc modes by Jean-Jacques Hiblot · Thu Sep 21 16:29:53 2017 +0200
  38. 933d126 mmc: add a function to read and test the ext csd (mmc >= 4) by Jean-Jacques Hiblot · Thu Sep 21 16:29:52 2017 +0200
  39. ed9506b mmc: make ext_csd part of struct mmc by Jean-Jacques Hiblot · Thu Sep 21 16:29:51 2017 +0200
  40. e84459c mmc: move the MMC startup for version above v4.0 in a separate function by Jean-Jacques Hiblot · Thu Sep 21 16:29:50 2017 +0200
  41. 31e7cf3 mmc: split mmc_startup() by Jean-Jacques Hiblot · Thu Sep 21 16:29:49 2017 +0200
  42. a49ffa1 mmc: dm: get the IO-line and main voltage regulators from the dts by Jean-Jacques Hiblot · Thu Sep 21 16:29:48 2017 +0200
  43. 730636b mmc: sdhci: do not compare pointer to 0 by Heinrich Schuchardt · Fri Nov 10 21:13:34 2017 +0100
  44. 65da8be mmc: sdhci: don't clear SDHCI_INT_STATUS register during CMD_INHIBIT by Jorge Ramirez-Ortiz · Thu Nov 02 15:10:21 2017 +0100
  45. 419eed2 mmc: sanitize includes for DM i2c by Felix Brack · Wed Oct 11 17:05:28 2017 +0200
  46. e178c62 drivers: mmc: Avoid memory leak in case of failure by Suniel Mahesh · Thu Oct 05 11:48:56 2017 +0530
  47. 2f423da drivers: mmc: Change buffer type in ALLOC_CACHE_ALIGN_BUFFER macro by Suniel Mahesh · Thu Oct 05 11:32:00 2017 +0530
  48. 212df2a Prepare v2018.01 by Tom Rini · Mon Jan 08 20:25:29 2018 -0500
  49. 5d40f5f Merge git://git.denx.de/u-boot-imx by Tom Rini · Mon Jan 08 12:51:47 2018 -0500
  50. adeceb2 mtd: nand: mxs_nand_spl: Remove nand size print by Jagan Teki · Fri Jan 05 12:34:23 2018 +0530
  51. 5e50b51 board: engicam: Fix to remove legacy board/icorem6_rqs by Jagan Teki · Fri Jan 05 12:34:21 2018 +0530
  52. be8b7c5 imx: initialize and use generic timer on i.MX 6UL/ULL by Stefan Agner · Fri Jan 05 15:08:19 2018 +0100
  53. 4bb73f1 imx: introduce CONFIG_GPT_TIMER by Stefan Agner · Fri Jan 05 15:08:18 2018 +0100
  54. 4296041 imx: move CONFIG_SYSCOUNTER_TIMER to Kconfig by Stefan Agner · Fri Jan 05 15:08:17 2018 +0100
  55. 988553c Merge git://git.denx.de/u-boot-x86 by Tom Rini · Mon Jan 08 08:26:46 2018 -0500
  56. 58b1396 crypto/fsl: fix BLOB encapsulation and decapsulation by Clemens Gruber · Sun Jan 07 20:26:29 2018 +0100
  57. 565b4ca x86: tangier: Add Bluetooth to ACPI table by Andy Shevchenko · Thu Jan 04 18:40:13 2018 +0200
  58. 7ec9243 x86: tangier: Use actual GPIO hardware numbers by Andy Shevchenko · Thu Jan 04 18:40:12 2018 +0200
  59. 4a4ee45 x86: Move commands from under arch/x86 to cmd/x86/ by Tom Rini · Wed Jan 03 08:54:27 2018 -0500
  60. 1b691df mx6ull: Handle the CONFIG_MX6ULL cases correctly by Fabio Estevam · Wed Jan 03 12:33:05 2018 -0200
  61. 2e3e422 Merge git://git.denx.de/u-boot-rockchip by Tom Rini · Wed Jan 03 12:27:12 2018 -0500
  62. cae5b2e ARM: imx: cm_fx6: env: don't run boot scripts twice by Christopher Spinrath · Sat Dec 09 16:37:43 2017 +0100
  63. a671592 ARM: imx: cm_fx6: env: support distro boot command by Christopher Spinrath · Sat Dec 09 16:37:42 2017 +0100
  64. bf78517 ARM: imx: cm_fx6: env: use standard variables by Christopher Spinrath · Sat Dec 09 16:37:41 2017 +0100
  65. d373cf5 rockchip: firefly-rk3399: enable SPL_ATF_NO_PLATFORM_PARAM by Philipp Tomsich · Tue Jan 02 21:16:44 2018 +0100
  66. c4078af spl: atf: add SPL_ATF_NO_PLATFORM_PARAM option by Philipp Tomsich · Tue Jan 02 21:16:43 2018 +0100
  67. 5fa7ca6 imx: spl: Fix NAND bootmode detection by Eran Matityahu · Thu Dec 14 20:20:02 2017 +0200
  68. 4c64479 mx6: Add board mx6memcal for use in validating DDR by Eric Nelson · Mon Dec 11 13:52:11 2017 -0200
  69. 1d0ccac video: Support multiple lines version string display by Peng Fan · Tue Jan 02 15:25:37 2018 +0800
  70. fcb41e2 video: ipu: Fix dereferencing NULL pointer problem by Peng Fan · Tue Jan 02 15:25:36 2018 +0800
  71. dffef96 rockchip: board: lion-rk3368: reduce env-size default to 8KiB by Philipp Tomsich · Tue Jan 02 18:43:37 2018 +0100
  72. b0e9f29 boards: amlogic: khadas-vim: Typo fixup by Neil Armstrong · Tue Jan 02 13:34:59 2018 +0100
  73. 98ce227 Prepare v2018.01-rc3 by Tom Rini · Mon Jan 01 19:46:43 2018 -0500
  74. e833d5b Merge branch 'master' of git://git.denx.de/u-boot-rockchip by Tom Rini · Mon Jan 01 09:04:35 2018 -0500
  75. abdd51d power: tps65910: replace error() by pr_err() by Felix Brack · Mon Dec 18 15:38:28 2017 +0100
  76. 3e3d942 configs: am335x_boneblack: Bring back missed bootcmd by Sam Protsenko · Thu Dec 28 23:03:25 2017 +0200
  77. cab559a dm: core: remove orphaned parameter description in platdata.h by Heinrich Schuchardt · Sun Dec 24 13:14:12 2017 +0100
  78. ad147bf ARM: omap3: evm: Refactor 'board_eth_init' by Derald D. Woods · Sat Dec 16 14:14:50 2017 -0600
  79. 45c66b0 ARM: dts: omap3-evm: Enable DM and devicetree for TMDSEVM{3530, 3730} by Derald D. Woods · Wed Dec 27 09:40:16 2017 -0600
  80. 3f782ca ARM: dts: omap3-evm: Add support for TMDSEVM{3530, 3730} by Derald D. Woods · Sat Dec 16 14:14:48 2017 -0600
  81. 3126cfd ARM: omap3: evm: Do not relocate FDT address by Derald D. Woods · Thu Dec 28 01:25:43 2017 -0600
  82. 9f3fed0 rockchip: dts: rk3399-evb: support boot from sd-card by Kever Yang · Wed Dec 20 10:40:40 2017 +0800
  83. b856681 rockchip: rk3399-puma: reduce env size to 8kiB by Jakob Unterwurzacher · Thu Dec 21 11:03:01 2017 +0100
  84. 82c73ab Merge git://git.denx.de/u-boot-imx by Tom Rini · Fri Dec 29 09:27:04 2017 -0500
  85. 44b2133 arm: imx: add tzic interrupt controller for imx53 by Patrick Bruenn · Mon Dec 11 13:09:14 2017 +0100
  86. fe4a909 ARM: imx6: Disable DDR DRAM calibration DHCOM i.MX6 PDK by Marek Vasut · Mon Dec 11 16:19:33 2017 +0100
  87. 6e5ce26 imx: Fix missing spl_sd configuration for wandboard. by Vagrant Cascadian · Wed Dec 06 16:31:50 2017 -0800
  88. 998ffd3 imx: Kconfig: Add HAS_CAAM option by Breno Lima · Mon Nov 27 21:09:00 2017 -0200
  89. e18f1b7 Kconfig: mx6ull: Deselect MX6UL from CONFIG_MX6ULL by Breno Lima · Mon Nov 27 21:07:40 2017 -0200
  90. 628adac mx6sl: Select MX6SL option via Kconfig by Breno Lima · Mon Nov 27 21:06:01 2017 -0200
  91. d5824ce warp: imximage.cfg: Handle the CONFIG_SECURE_BOOT case by Breno Lima · Mon Nov 27 21:04:11 2017 -0200
  92. 26f66d9 mx6slevk: imximage.cfg: Handle the CONFIG_SECURE_BOOT case by Breno Lima · Mon Nov 27 21:02:43 2017 -0200
  93. 8f60c3f mx6sxsabresd: Load the correct dtb for revA board by Fabio Estevam · Mon Nov 27 10:25:10 2017 -0200
  94. 49bcdd7 imx: Add a common way for detecting NXP boards revision by Fabio Estevam · Mon Nov 27 10:25:09 2017 -0200
  95. f819dec ARM: imx: display5: config: Update display5_factory_defconfig to use USE_BOOTCOMMAND by Lukasz Majewski · Mon Nov 27 12:29:18 2017 +0100
  96. 6c6d647 power: pmic.h: include dm/ofnode.h by Peng Fan · Mon Dec 04 12:31:20 2017 +0800
  97. 458eec8 ARM: imx: cm_fx6: remove esdhc init code from board file by Christopher Spinrath · Thu Nov 30 22:38:40 2017 +0100
  98. 8ebee02 ARM: imx: cm_fx6: remove sata init code from board file by Christopher Spinrath · Thu Nov 30 22:38:39 2017 +0100
  99. fc07e87 ARM: imx: cm_fx6: defconfig: enable CONFIG_DM_KEYBOARD by Christopher Spinrath · Thu Nov 30 22:38:38 2017 +0100
  100. d22352e ARM: imx: cm-fx6: reinstate USB support by syncing the devicetree with Linux by Christopher Spinrath · Thu Nov 30 22:38:37 2017 +0100