1. c69cda2 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 3 years, 11 months ago
  2. caa4daa dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 3 years, 11 months ago
  3. 41575d8 dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 3 years, 11 months ago
  4. cd93d62 common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 5 months ago
  5. c05ed00 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 5 months ago
  6. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 5 months ago
  7. a482f32 mmc: t210: Fix 'bad' SD-card clock when doing 400KHz card detect by Tom Warren · 5 years ago
  8. 5e965e8 mmc: t210: Add autocal and tap/trim updates for SDMMC1/3 by Tom Warren · 5 years ago
  9. 61b29b8 dm: core: Require users of devres to include the header by Simon Glass · 4 years, 9 months ago
  10. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  11. d024236 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · 7 years ago
  12. 49cb930 dm: tegra: mmc: Convert to livetree by Simon Glass · 7 years ago
  13. 542b5f8 tegra: mmc: Set the bus width correctly by Simon Glass · 7 years ago
  14. 0e513e7 tegra: Convert MMC to use driver model for operations by Simon Glass · 7 years ago
  15. a821c4a dm: Rename dev_addr..() functions by Simon Glass · 7 years ago
  16. 9d92245 dm: Use dm.h header when driver mode is used by Simon Glass · 7 years ago
  17. 4119b70 mmc: tegra: allow disabling external clock loopback by Marcel Ziswiler · 8 years ago
  18. e160f7d dm: core: Replace of_offset with accessor by Simon Glass · 8 years ago
  19. 07b0b9c mmc: change the set_ios return type from void to int by Jaehoon Chung · 8 years ago
  20. e8adca9 mmc: tegra: only use new clock/reset APIs by Stephen Warren · 8 years ago
  21. 6a474db mmc: tegra: Add DM_MMC support to Tegra MMC driver by Tom Warren · 8 years ago
  22. f53c4e4 mmc: tegra: priv struct and naming cleanup by Stephen Warren · 8 years ago
  23. 6138d5b mmc: tegra: don't use periph_id in pad_init_mmc() by Stephen Warren · 8 years ago
  24. 6b83588 mmc: tegra: move pad_init_mmc() into MMC driver by Stephen Warren · 8 years ago
  25. 67748a7 mmc: tegra: use correct alias for SDHCI/MMC nodes by Stephen Warren · 8 years ago
  26. eb3f68a ARM: tegra: fix Tegra186 SDHCI clock/reset names by Stephen Warren · 8 years ago
  27. c049307 mmc: tegra: port to standard clock/reset APIs by Stephen Warren · 8 years ago
  28. 915ffa5 mmc: use the generic error number by Jaehoon Chung · 8 years ago
  29. 39f6333 mmc: tegra: add basic Tegra186 support by Stephen Warren · 8 years ago
  30. e05ab0d tegra: mmc: Fix comments in the MMC driver init by Simon Glass · 9 years ago
  31. 0f92582 of: clean up OF_CONTROL ifdef conditionals by Masahiro Yamada · 9 years ago
  32. 7aaa5a6 ARM: Tegra210: Add support to common Tegra source/config files by Tom Warren · 10 years ago
  33. c39e2a7 mmc: tegra: Build warning fixes for 64-bit by Thierry Reding · 9 years ago
  34. 707ac1a tegra: mmc: Set the removable flag correctly by Simon Glass · 9 years ago
  35. 5a20397 mmc: remove the MMC_MODE_HC flag by Rob Herring · 10 years ago
  36. 0347960 dm: mmc: Remove use of fdtdec GPIO support by Simon Glass · 10 years ago
  37. 19d7bf3 tegra: make local functions static by Jeroen Hofstee · 10 years ago
  38. 09fb736 mmc: Tegra: Fix timeout issue seen on certain eMMC parts by Marcel Ziswiler · 10 years ago
  39. f175603 ARM: tegra: set CONFIG_SYS_MMC_MAX_DEVICE by Stephen Warren · 11 years ago
  40. 93bfd61 mmc: Split mmc struct, rework mmc initialization (v2) by Pantelis Antoniou · 11 years ago
  41. 22cb7d3 mmc: Convert mmc struct's name array to a pointer by Pantelis Antoniou · 11 years ago
  42. ab769f2 mmc: Remove ops from struct mmc and put in mmc_ops by Pantelis Antoniou · 11 years ago
  43. a73ca47 mmc: tegra: support Tegra124 by Stephen Warren · 11 years ago
  44. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  45. 2d348a1 mmc: Tegra: Add SD bus power/voltage function and MMC pad init call. by Tom Warren · 12 years ago
  46. c9aa831 Tegra: MMC: Add DT support to MMC driver for all T20 boards by Tom Warren · 12 years ago
  47. d23d8d7 mmc: add support for write protection by Nikita Kiryanov · 12 years ago
  48. 2c601c7 Merge branch 'master' of git://git.denx.de/u-boot into resolve by Minkyu Kang · 12 years ago
  49. 1981539 mmc: tegra: use bounce buffer APIs by Stephen Warren · 12 years ago
  50. 8c0ec0d mmc: tegra: support 4-bit operation too on 8-bit slots by Stephen Warren · 12 years ago
  51. 150c249 Tegra20: Move some include files to arch-tegra for sharing with Tegra30 by Tom Warren · 12 years ago
  52. 29f3e3f Tegra: Change Tegra20 to Tegra in common code, prep for T30 by Tom Warren · 12 years ago
  53. 00a2749 tegra20: rename tegra2 -> tegra20 by Allen Martin · 12 years ago
  54. 3f82d89 mmc: tegra2: rename tegra2_mmc.* to tegra_mmc.* by Tom Warren · 12 years ago[Renamed (99%) from drivers/mmc/tegra2_mmc.c]
  55. 60e242e drivers/mmc/tegra2_mmc.c: fix GCC 4.6 warning by Anatolij Gustschin · 13 years ago
  56. cf39cf5 Tegra: mmc: Fixed handling of interrupts in timeouts. by Tom Warren · 13 years ago
  57. 98450d0 tegra: mmc: Support operation with dcache enabled by Simon Glass · 13 years ago
  58. bf83662 mmc: tegra2: Implement card-detect hook. by Thierry Reding · 13 years ago
  59. 9877841 tegra2: Modify MMC driver to handle power and cd GPIOs by Stephen Warren · 13 years ago
  60. 0963ff3 Tegra2: mmc: Factor out mmc_wait_inhibit functionality by Anton staaf · 13 years ago
  61. 9b3d187 Tegra2: mmc: Add data transfer completion timeout by Anton staaf · 13 years ago
  62. 5a762e2 Tegra2: mmc: Support DMA restarts at buffer boundaries by Anton staaf · 13 years ago
  63. 8e42f0d Tegra2: mmc: define register field values in tegra2_mmc.h by Anton staaf · 13 years ago
  64. de71fbe tegra2: Move MMC clock initialization into MMC driver by Stephen Warren · 13 years ago
  65. ccf7988 tegra2: Enable MMC for Seaboard by Tom Warren · 13 years ago
  66. 4ed59e7 tegra2: Add more clock functions by Simon Glass · 13 years ago
  67. 21ef6a1 mmc: Tegra2: SD/MMC driver for Seaboard - eMMC on SDMMC4, SDIO on SDMMC3 by Tom Warren · 13 years ago