1. dd79d6e dm: core: Replace of_offset with accessor by Simon Glass · Tue Jan 17 16:52:55 2017 -0700
  2. b6cd1d3 mmc: change the set_ios return type from void to int by Jaehoon Chung · Fri Dec 30 15:30:16 2016 +0900
  3. f79df4b mmc: tegra: only use new clock/reset APIs by Stephen Warren · Tue Sep 13 10:46:01 2016 -0600
  4. a66f772 mmc: tegra: Add DM_MMC support to Tegra MMC driver by Tom Warren · Tue Sep 13 10:45:48 2016 -0600
  5. 6d9ccbb mmc: tegra: priv struct and naming cleanup by Stephen Warren · Tue Sep 13 10:45:46 2016 -0600
  6. 4b12484 mmc: tegra: don't use periph_id in pad_init_mmc() by Stephen Warren · Tue Sep 13 10:45:45 2016 -0600
  7. c76e936 mmc: tegra: move pad_init_mmc() into MMC driver by Stephen Warren · Tue Sep 13 10:45:44 2016 -0600
  8. d55aadc mmc: tegra: use correct alias for SDHCI/MMC nodes by Stephen Warren · Tue Sep 13 10:45:43 2016 -0600
  9. 0a81e58 ARM: tegra: fix Tegra186 SDHCI clock/reset names by Stephen Warren · Thu Aug 18 11:08:44 2016 -0600
  10. d26e24d mmc: tegra: port to standard clock/reset APIs by Stephen Warren · Fri Aug 05 16:10:33 2016 -0600
  11. 7825d20 mmc: use the generic error number by Jaehoon Chung · Tue Jul 19 16:33:36 2016 +0900
  12. dfbdc12 mmc: tegra: add basic Tegra186 support by Stephen Warren · Thu May 12 12:11:23 2016 -0600
  13. a40f7a2 tegra: mmc: Fix comments in the MMC driver init by Simon Glass · Sat Jan 30 16:37:42 2016 -0700
  14. 366b24f of: clean up OF_CONTROL ifdef conditionals by Masahiro Yamada · Wed Aug 12 07:31:55 2015 +0900
  15. ab0cc6b ARM: Tegra210: Add support to common Tegra source/config files by Tom Warren · Wed Mar 04 16:36:00 2015 -0700
  16. 1f5419e mmc: tegra: Build warning fixes for 64-bit by Thierry Reding · Wed Jul 22 15:34:33 2015 -0600
  17. 7bcaf2a tegra: mmc: Set the removable flag correctly by Simon Glass · Mon May 04 11:31:16 2015 -0600
  18. 5fd3edd mmc: remove the MMC_MODE_HC flag by Rob Herring · Mon Mar 23 17:56:59 2015 -0500
  19. a30d4ba dm: mmc: Remove use of fdtdec GPIO support by Simon Glass · Mon Jan 05 20:05:38 2015 -0700
  20. 93dfae7 tegra: make local functions static by Jeroen Hofstee · Wed Oct 08 22:57:46 2014 +0200
  21. e1207e9 mmc: Tegra: Fix timeout issue seen on certain eMMC parts by Marcel Ziswiler · Sat Oct 04 01:48:53 2014 +0200
  22. 2c0ea60 ARM: tegra: set CONFIG_SYS_MMC_MAX_DEVICE by Stephen Warren · Fri Apr 18 10:56:11 2014 -0600
  23. 2c85046 mmc: Split mmc struct, rework mmc initialization (v2) by Pantelis Antoniou · Tue Mar 11 19:34:20 2014 +0200
  24. e7bef3a mmc: Convert mmc struct's name array to a pointer by Pantelis Antoniou · Mon Mar 10 20:05:51 2014 +0200
  25. c9e7591 mmc: Remove ops from struct mmc and put in mmc_ops by Pantelis Antoniou · Wed Feb 26 19:28:45 2014 +0200
  26. 65e0eb1 mmc: tegra: support Tegra124 by Stephen Warren · Fri Jan 24 12:46:06 2014 -0700
  27. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  28. 35ae07b mmc: Tegra: Add SD bus power/voltage function and MMC pad init call. by Tom Warren · Tue Feb 26 12:31:26 2013 -0700
  29. 9745cf8 Tegra: MMC: Add DT support to MMC driver for all T20 boards by Tom Warren · Thu Feb 21 12:31:30 2013 +0000
  30. 020f261 mmc: add support for write protection by Nikita Kiryanov · Mon Dec 03 02:19:46 2012 +0000
  31. 56b3ba1 Merge branch 'master' of git://git.denx.de/u-boot into resolve by Minkyu Kang · Mon Dec 10 13:44:41 2012 +0900
  32. f227e45 mmc: tegra: use bounce buffer APIs by Stephen Warren · Tue Nov 06 11:27:30 2012 +0000
  33. 58bb99b mmc: tegra: support 4-bit operation too on 8-bit slots by Stephen Warren · Fri Nov 02 06:56:12 2012 +0000
  34. ab37196 Tegra20: Move some include files to arch-tegra for sharing with Tegra30 by Tom Warren · Wed Sep 19 15:50:56 2012 -0700
  35. 22562a4 Tegra: Change Tegra20 to Tegra in common code, prep for T30 by Tom Warren · Tue Sep 04 17:00:24 2012 -0700
  36. 55d98a1 tegra20: rename tegra2 -> tegra20 by Allen Martin · Fri Aug 31 08:30:00 2012 +0000
  37. 8c57e96 mmc: tegra2: rename tegra2_mmc.* to tegra_mmc.* by Tom Warren · Tue May 22 11:44:48 2012 +0000[Renamed (99%) from drivers/mmc/tegra2_mmc.c]
  38. e1f5341 drivers/mmc/tegra2_mmc.c: fix GCC 4.6 warning by Anatolij Gustschin · Wed Mar 28 03:40:00 2012 +0000
  39. 5d331d8 Tegra: mmc: Fixed handling of interrupts in timeouts. by Tom Warren · Tue Feb 07 06:17:16 2012 +0000
  40. 9c9b7b1 tegra: mmc: Support operation with dcache enabled by Simon Glass · Mon Jan 09 13:20:40 2012 +0000
  41. f149411 mmc: tegra2: Implement card-detect hook. by Thierry Reding · Mon Jan 02 01:15:39 2012 +0000
  42. fba8754 tegra2: Modify MMC driver to handle power and cd GPIOs by Stephen Warren · Mon Oct 31 06:51:36 2011 +0000
  43. 5ab3fba Tegra2: mmc: Factor out mmc_wait_inhibit functionality by Anton staaf · Thu Nov 10 11:56:52 2011 +0000
  44. bd34842 Tegra2: mmc: Add data transfer completion timeout by Anton staaf · Thu Nov 10 11:56:51 2011 +0000
  45. 3ade210 Tegra2: mmc: Support DMA restarts at buffer boundaries by Anton staaf · Thu Nov 10 11:56:50 2011 +0000
  46. 0dfb31c Tegra2: mmc: define register field values in tegra2_mmc.h by Anton staaf · Thu Nov 10 11:56:49 2011 +0000
  47. 85a6c07 tegra2: Move MMC clock initialization into MMC driver by Stephen Warren · Mon Oct 31 06:51:34 2011 +0000
  48. 97bf58f tegra2: Enable MMC for Seaboard by Tom Warren · Wed Sep 21 12:40:07 2011 +0000
  49. c2ea5e4 tegra2: Add more clock functions by Simon Glass · Wed Sep 21 12:40:04 2011 +0000
  50. 85f0ee4 mmc: Tegra2: SD/MMC driver for Seaboard - eMMC on SDMMC4, SDIO on SDMMC3 by Tom Warren · Tue May 31 10:30:37 2011 +0000