1. fa20e93 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 4 years ago
  2. 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 4 years ago
  3. 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 4 years ago
  4. 4dcacfc common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 7 months ago
  5. dbd7954 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 7 months ago
  6. 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
  7. 4ff710a mmc: t210: Fix 'bad' SD-card clock when doing 400KHz card detect by Tom Warren · 5 years ago
  8. 2e86e81 mmc: t210: Add autocal and tap/trim updates for SDMMC1/3 by Tom Warren · 5 years ago
  9. d66c5f7 dm: core: Require users of devres to include the header by Simon Glass · 4 years, 10 months ago
  10. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  11. bdfb5c4 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · 7 years ago
  12. 9c3b0e4 dm: tegra: mmc: Convert to livetree by Simon Glass · 7 years ago
  13. 9d6551a tegra: mmc: Set the bus width correctly by Simon Glass · 7 years ago
  14. 8c4c5c8 tegra: Convert MMC to use driver model for operations by Simon Glass · 8 years ago
  15. ba1dea4 dm: Rename dev_addr..() functions by Simon Glass · 8 years ago
  16. 11c89f3 dm: Use dm.h header when driver mode is used by Simon Glass · 8 years ago
  17. 8670885 mmc: tegra: allow disabling external clock loopback by Marcel Ziswiler · 8 years ago
  18. dd79d6e dm: core: Replace of_offset with accessor by Simon Glass · 8 years ago
  19. b6cd1d3 mmc: change the set_ios return type from void to int by Jaehoon Chung · 8 years ago
  20. f79df4b mmc: tegra: only use new clock/reset APIs by Stephen Warren · 8 years ago
  21. a66f772 mmc: tegra: Add DM_MMC support to Tegra MMC driver by Tom Warren · 8 years ago
  22. 6d9ccbb mmc: tegra: priv struct and naming cleanup by Stephen Warren · 8 years ago
  23. 4b12484 mmc: tegra: don't use periph_id in pad_init_mmc() by Stephen Warren · 8 years ago
  24. c76e936 mmc: tegra: move pad_init_mmc() into MMC driver by Stephen Warren · 8 years ago
  25. d55aadc mmc: tegra: use correct alias for SDHCI/MMC nodes by Stephen Warren · 8 years ago
  26. 0a81e58 ARM: tegra: fix Tegra186 SDHCI clock/reset names by Stephen Warren · 8 years ago
  27. d26e24d mmc: tegra: port to standard clock/reset APIs by Stephen Warren · 8 years ago
  28. 7825d20 mmc: use the generic error number by Jaehoon Chung · 8 years ago
  29. dfbdc12 mmc: tegra: add basic Tegra186 support by Stephen Warren · 9 years ago
  30. a40f7a2 tegra: mmc: Fix comments in the MMC driver init by Simon Glass · 9 years ago
  31. 366b24f of: clean up OF_CONTROL ifdef conditionals by Masahiro Yamada · 9 years ago
  32. ab0cc6b ARM: Tegra210: Add support to common Tegra source/config files by Tom Warren · 10 years ago
  33. 1f5419e mmc: tegra: Build warning fixes for 64-bit by Thierry Reding · 9 years ago
  34. 7bcaf2a tegra: mmc: Set the removable flag correctly by Simon Glass · 10 years ago
  35. 5fd3edd mmc: remove the MMC_MODE_HC flag by Rob Herring · 10 years ago
  36. a30d4ba dm: mmc: Remove use of fdtdec GPIO support by Simon Glass · 10 years ago
  37. 93dfae7 tegra: make local functions static by Jeroen Hofstee · 10 years ago
  38. e1207e9 mmc: Tegra: Fix timeout issue seen on certain eMMC parts by Marcel Ziswiler · 10 years ago
  39. 2c0ea60 ARM: tegra: set CONFIG_SYS_MMC_MAX_DEVICE by Stephen Warren · 11 years ago
  40. 2c85046 mmc: Split mmc struct, rework mmc initialization (v2) by Pantelis Antoniou · 11 years ago
  41. e7bef3a mmc: Convert mmc struct's name array to a pointer by Pantelis Antoniou · 11 years ago
  42. c9e7591 mmc: Remove ops from struct mmc and put in mmc_ops by Pantelis Antoniou · 11 years ago
  43. 65e0eb1 mmc: tegra: support Tegra124 by Stephen Warren · 11 years ago
  44. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  45. 35ae07b mmc: Tegra: Add SD bus power/voltage function and MMC pad init call. by Tom Warren · 12 years ago
  46. 9745cf8 Tegra: MMC: Add DT support to MMC driver for all T20 boards by Tom Warren · 12 years ago
  47. 020f261 mmc: add support for write protection by Nikita Kiryanov · 12 years ago
  48. 56b3ba1 Merge branch 'master' of git://git.denx.de/u-boot into resolve by Minkyu Kang · 12 years ago
  49. f227e45 mmc: tegra: use bounce buffer APIs by Stephen Warren · 12 years ago
  50. 58bb99b mmc: tegra: support 4-bit operation too on 8-bit slots by Stephen Warren · 12 years ago
  51. ab37196 Tegra20: Move some include files to arch-tegra for sharing with Tegra30 by Tom Warren · 12 years ago
  52. 22562a4 Tegra: Change Tegra20 to Tegra in common code, prep for T30 by Tom Warren · 12 years ago
  53. 55d98a1 tegra20: rename tegra2 -> tegra20 by Allen Martin · 12 years ago
  54. 8c57e96 mmc: tegra2: rename tegra2_mmc.* to tegra_mmc.* by Tom Warren · 13 years ago[Renamed (99%) from drivers/mmc/tegra2_mmc.c]
  55. e1f5341 drivers/mmc/tegra2_mmc.c: fix GCC 4.6 warning by Anatolij Gustschin · 13 years ago
  56. 5d331d8 Tegra: mmc: Fixed handling of interrupts in timeouts. by Tom Warren · 13 years ago
  57. 9c9b7b1 tegra: mmc: Support operation with dcache enabled by Simon Glass · 13 years ago
  58. f149411 mmc: tegra2: Implement card-detect hook. by Thierry Reding · 13 years ago
  59. fba8754 tegra2: Modify MMC driver to handle power and cd GPIOs by Stephen Warren · 13 years ago
  60. 5ab3fba Tegra2: mmc: Factor out mmc_wait_inhibit functionality by Anton staaf · 13 years ago
  61. bd34842 Tegra2: mmc: Add data transfer completion timeout by Anton staaf · 13 years ago
  62. 3ade210 Tegra2: mmc: Support DMA restarts at buffer boundaries by Anton staaf · 13 years ago
  63. 0dfb31c Tegra2: mmc: define register field values in tegra2_mmc.h by Anton staaf · 13 years ago
  64. 85a6c07 tegra2: Move MMC clock initialization into MMC driver by Stephen Warren · 13 years ago
  65. 97bf58f tegra2: Enable MMC for Seaboard by Tom Warren · 13 years ago
  66. c2ea5e4 tegra2: Add more clock functions by Simon Glass · 13 years ago
  67. 85f0ee4 mmc: Tegra2: SD/MMC driver for Seaboard - eMMC on SDMMC4, SDIO on SDMMC3 by Tom Warren · 14 years ago