1. 84c0f69 ti: keystone: Move away from CONFIG_SOC_KEYSTONE by Tom Rini · 3 years, 3 months ago
  2. 3580f6d treewide: Simply conditions with the new OF_REAL by Simon Glass · 3 years, 4 months ago
  3. 035939e Rename GPIO_SUPPORT to GPIO by Simon Glass · 3 years, 5 months ago
  4. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 1 month ago
  5. aad29ae dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · 4 years ago
  6. fa20e93 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 4 years ago
  7. 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 4 years ago
  8. 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 4 years ago
  9. a89b4de treewide: convert devfdt_get_addr() to dev_read_addr() by Masahiro Yamada · 4 years, 5 months ago
  10. 5a9ecb2 Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm" by Tom Rini · 4 years, 4 months ago
  11. a831cef treewide: convert devfdt_get_addr() to dev_read_addr() by Masahiro Yamada · 4 years, 5 months ago
  12. b2d1e56 mmc: omap_hsmmc: Set 3.3V for IO voltage on all places by Pali Rohár · 4 years, 5 months ago
  13. bf3e246 mmc: omap_hsmmc: Add guards around omap_hsmmc_get_cfg() by Tom Rini · 4 years, 6 months ago
  14. 4dcacfc common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 7 months ago
  15. dbd7954 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 7 months ago
  16. 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
  17. 274e0b0 common: Drop net.h from common header by Simon Glass · 4 years, 7 months ago
  18. 01db77e mmc: Merge SD_LEGACY and MMC_LEGACY bus modes by Faiz Abbas · 4 years, 9 months ago
  19. d66c5f7 dm: core: Require users of devres to include the header by Simon Glass · 4 years, 10 months ago
  20. fa4689a dm: gpio: Allow control of GPIO uclass in SPL by Simon Glass · 5 years ago
  21. 6333448 common: Move ARM cache operations out of common.h by Simon Glass · 5 years ago
  22. db174c6 mmc: Rename timeout parameters for clarification by Sam Protsenko · 5 years ago
  23. 4527b50 mmc: omap_hsmmc: provide wait_dat0 even if UHS modes are not supported by Jean-Jacques Hiblot · 5 years ago
  24. 6574396 mmc: omap_hsmmc: don't fill the send_init_stream callback by Jean-Jacques Hiblot · 5 years ago
  25. a1e7a4d mmc: omap_hsmmc: reset FSM for DAT and CMD lines if needed before a new command by Jean-Jacques Hiblot · 5 years ago
  26. fc1ad62 mmc: omap_hsmmc: Set 3.3V for IO voltage by Faiz Abbas · 6 years ago
  27. b3f9dd9 Merge tag 'dm-pull-10feb19' of git://git.denx.de/u-boot-dm by Tom Rini · 6 years ago
  28. b269197 mmc: omap_hsmmc: Use regulator_set_enable_if_allowed for enabling regulator by Lokesh Vutla · 6 years ago
  29. e4d3056 mmc: omap_hsmmc: Workaround errata regarding SDR104/HS200 tuning failures (i929) by Faiz Abbas · 6 years ago
  30. 793260a mmc: omap: Surround DM_FLAG_PRE_RELOC flag with OF_CONTROL check by Bin Meng · 6 years ago
  31. ac740ff mmc: omap_mmc: Remove invert references by Adam Ford · 6 years ago
  32. f2eb432 mmc: omap_hsmmc: Fix pbias for omap3_logic to enable CD pin by Adam Ford · 6 years ago
  33. 6122af4 mmc: omap_hsmmc: Make DM_GPIO calls dependent on DM_GPIO by Adam Ford · 6 years ago
  34. 8e2bdbd mmc: omap_hsmmc: use a default 52MHz max clock rate if none is specified by Jean-Jacques Hiblot · 7 years ago
  35. cebf059 mmc: omap_hsmmc: make it possible to compile out ADMA support by Jean-Jacques Hiblot · 7 years ago
  36. 9882155 mmc: omap_hsmmc: compile out write support if not needed by Jean-Jacques Hiblot · 7 years ago
  37. 4cb36a2 mmc: omap_hsmmc: do not embed struct mmc in struct omap_hsmmc_plat by Jean-Jacques Hiblot · 7 years ago
  38. 4b9cb77 mmc: Fix uninitialised priv member by Alex Kiernan · 7 years ago
  39. 7a41bb4 mmc: omap_hsmmc: add signal voltage selection support by Jean-Jacques Hiblot · 7 years ago
  40. e1f25c0 mmc: omap_hsmmc: allow mmc clock to be gated by Kishon Vijay Abraham I · 7 years ago
  41. 20157d4 mmc: omap_hsmmc: implement send_init_stream callback by Jean-Jacques Hiblot · 7 years ago
  42. 6ce31e4 mmc: omap_hsmmc: update mmc->clock with the actual bus speed by Jean-Jacques Hiblot · 7 years ago
  43. dae1ad4 mmc: omap_hsmmc: allow the simple HS modes to use the default pinctrl by Jean-Jacques Hiblot · 7 years ago
  44. 8c2efe9 mmc: omap_hsmmc: Add support to get pinctrl values and max frequency for different hw revisions by Kishon Vijay Abraham I · 7 years ago
  45. e7da6ac mmc: omap_hsmmc: Add support to set IODELAY values by Kishon Vijay Abraham I · 7 years ago
  46. 569c3d5 mmc: omap_hsmmc: use mmc_of_parse to populate mmc_config by Kishon Vijay Abraham I · 7 years ago
  47. 192e430 mmc: omap_hsmmc: Reduce the max timeout for reset controller fsm by Jean-Jacques Hiblot · 7 years ago
  48. a420d7d mmc: omap_hsmmc: Workaround for errata id i802 by Jean-Jacques Hiblot · 7 years ago
  49. f0f821b mmc: omap_hsmmc: Add tuning support by Jean-Jacques Hiblot · 7 years ago
  50. 0c1f3d0 mmc: omap_hsmmc: Enable DDR mode support by Kishon Vijay Abraham I · 7 years ago
  51. cf38d4e mmc: omap_hsmmc: set MMC mode in the UHSMS bit field by Jean-Jacques Hiblot · 7 years ago
  52. 73897ed mmc: omap_hsmmc: add support to set default io voltage by Kishon Vijay Abraham I · 7 years ago
  53. 2e18c9b mmc: omap_hsmmc: cleanup omap_hsmmc_set_ios by Kishon Vijay Abraham I · 7 years ago
  54. 7fe2f19 mmc: omap_hsmmc: cleanup clock configuration by Jean-Jacques Hiblot · 7 years ago
  55. 6e54381 mmc: omap_hsmmc: Fix incorrect bit operations for disabling a bit by Kishon Vijay Abraham I · 7 years ago
  56. 316e7ae mmc: omap_hsmmc: Enable Auto command (CMD12) enable by Kishon Vijay Abraham I · 7 years ago
  57. 826be2a mmc: omap_hsmmc: Add support for DMA (ADMA2) by Kishon Vijay Abraham I · 7 years ago
  58. 3d45bb4 Revert "omap_hsmmc: update struct hsmmc to accommodate omap3 from DT" by Jean-Jacques Hiblot · 7 years ago
  59. 419eed2 mmc: sanitize includes for DM i2c by Felix Brack · 7 years ago
  60. 5f4bd8c dm: mmc: Allow disabling driver model in SPL by Simon Glass · 7 years ago
  61. ba1dea4 dm: Rename dev_addr..() functions by Simon Glass · 8 years ago
  62. 8fc9d3a drivers: omap_hsmmc: move to DM_MMC_OPS by Jean-Jacques Hiblot · 8 years ago
  63. c38e645 dm: mmc: omap_hsmmc: Add pre-reloc flag to the driver by Lokesh Vutla · 8 years ago
  64. 9a696fb dm: mmc: omap_hsmmc: Update to support of-platdata by Lokesh Vutla · 8 years ago
  65. c0edb0f omap_hsmmc: update struct hsmmc to accommodate omap3 from DT by Adam Ford · 8 years ago
  66. a3c556c mmc: omap_hsmmc: add support for CONFIG_BLK by Jean-Jacques Hiblot · 8 years ago
  67. ae51a66 mmc: omap_hsmmc: move the mmc_config to platdata when DM_MMC is used by Jean-Jacques Hiblot · 8 years ago
  68. 26319b1 mmc: omap_hsmmc: use mmc_get_blk_desc() to get the block device desc by Jean-Jacques Hiblot · 8 years ago
  69. d58ef8e mmc: omap_hsmmc: use an accessor to get the private data by Jean-Jacques Hiblot · 8 years ago
  70. df5338c omap_hsmmc.c: Fix build warning on non-omap3 by Tom Rini · 8 years ago
  71. ef35496 drivers: mmc: omap_hsmmc: Fix IO Buffer on OMAP36xx by Adam Ford · 8 years ago
  72. dd79d6e dm: core: Replace of_offset with accessor by Simon Glass · 8 years ago
  73. b6cd1d3 mmc: change the set_ios return type from void to int by Jaehoon Chung · 8 years ago
  74. d999d05 ARM: OMAP4+: Add support for getting pbias info from board by Lokesh Vutla · 8 years ago
  75. 813fe9d ARM: DRA7x/AM57xx: Get rid of CONFIG_AM57XX by Nishanth Menon · 8 years ago
  76. 640fd70 drivers: mmc: omap_hsmmc: fix build breakage by Sekhar Nori · 8 years ago
  77. 7825d20 mmc: use the generic error number by Jaehoon Chung · 8 years ago
  78. 280f715 mmc: omap_hsmmc: enable 8bit interface for eMMC for AM33xx by Heiko Schocher · 8 years ago
  79. 77ca42b dm: mmc: Set up the device pointer when using the MMC uclass by Simon Glass · 9 years ago
  80. a9a0aa7 drivers: mmc: omap_hsmmc: request cd and wp gpios when DM_MMC is defined by Mugunthan V N · 9 years ago
  81. 1fda80c drivers: mmc: omap_hsmmc: Fix conversion of address to a pointer by Mugunthan V N · 9 years ago
  82. 4bbf2b3 omap_hsmmc: Board-specific TWL6030 MMC power initialization by Paul Kocialkowski · 9 years ago
  83. b649748 power: twl6030: Device-index-specific MMC power initialization by Paul Kocialkowski · 9 years ago
  84. 2f26fff dm: block: Rename device number member dev to devnum by Simon Glass · 9 years ago
  85. d97631a drivers: mmc: omap_hsmmc: convert driver to adopt device driver model by Mugunthan V N · 9 years ago
  86. 44157de ARM: k2g: add SD card and eMMC support by Roger Quadros · 9 years ago
  87. e343afb mmc: omap_hsmmc: enable 8bit interface for eMMC for AM43xx by Nikita Kiryanov · 9 years ago
  88. 5ffdd85 mmc: omap_hsmmc: enable proper CMD(DAT) lines reset procedure for am43xx by Nikita Kiryanov · 9 years ago
  89. 5fd3edd mmc: remove the MMC_MODE_HC flag by Rob Herring · 10 years ago
  90. 6ad0981 omap3: mmc: add 1.8v bias setting for MMC1 by Albert ARIBAUD \(3ADEV\) · 10 years ago
  91. 6955989 omap_hsmmc: Board-specific TWL4030 MMC power initializations by Paul Kocialkowski · 10 years ago
  92. f745ba4 twl4030: device-index-specific MMC power initializations, common ramp-up delay by Paul Kocialkowski · 10 years ago
  93. a51c615 arm: omap: add support for am57xx devices by Felipe Balbi · 10 years ago
  94. 2f4e095 omap: hsmmc: assume cd gpio is active low by Igor Grinberg · 10 years ago
  95. 1a96d7f dm: omap: gpio: Support driver model by Simon Glass · 10 years ago
  96. aedeeaa mmc: prevent some warnings with make W=1 by Jeroen Hofstee · 10 years ago
  97. 2c85046 mmc: Split mmc struct, rework mmc initialization (v2) by Pantelis Antoniou · 11 years ago
  98. e7bef3a mmc: Convert mmc struct's name array to a pointer by Pantelis Antoniou · 11 years ago
  99. c9e7591 mmc: Remove ops from struct mmc and put in mmc_ops by Pantelis Antoniou · 11 years ago
  100. 19df412 ARM: OMAP: Enable 8-bit eMMC access for OMAP4/5/DRA7xx by Lubomir Popov · 11 years ago