1. 29685f6 mmc: msm_sdcc: Move away from using deprecated APIs by Ulf Hansson · 11 years ago
  2. 7f371b9 msm_sdcc: Convert to clk_prepare/unprepare by Stephen Boyd · 11 years ago
  3. 805b3e4 mmc: msm_sdcc: Remove unnecessary include by Stephen Boyd · 11 years ago
  4. 1ef21f6 ARM: msm: move platform_data definitions by Arnd Bergmann · 12 years ago
  5. 482fce9 mmc: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago
  6. d1f81a6 mmc: convert drivers/mmc/host/* to use module_platform_driver() by Axel Lin · 13 years ago
  7. a3c76eb mmc: replace printk with appropriate display macro by Girish K S · 13 years ago
  8. 190657c mmc: msm_sdcc: Handle dma resource not present case by Subhash Jadavani · 13 years ago
  9. 19207f0 mmc: msm_sdcc: Change initialization order of busclk_timer in probe by Sahitya Tummala · 13 years ago
  10. 4a268e0 mmc: msm_sdcc: Use MCI_INT_MASK0 for PIO interrupts by Sahitya Tummala · 13 years ago
  11. 4a92fe8 msm: mmc: Remove "pio_irq" resource by Sahitya Tummala · 13 years ago
  12. 514d9ed mmc: msm_sdcc: Enable SDC host->clk only after setting the rate. by Sahitya Tummala · 13 years ago
  13. dce7c75 mmc: msm_sdcc: Handle error cases in probe by Sahitya Tummala · 13 years ago
  14. e91957e msm: Implement init_card operation for MSM SDCC by Alexander Tarasikov · 13 years ago
  15. 435f3e3 mmc: msm_sdcc: Fix a typo in MSM SDCC driver gpio setup by Alexander Tarasikov · 13 years ago
  16. a8c91da Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc by Linus Torvalds · 13 years ago
  17. dffc55a mmc: msm_sdcc: remove needless cache flush after dma_unmap_sg() by Linus Walleij · 13 years ago
  18. 7a89248 mmc: msm_sdcc: Add gpio handling function to driver by Sahitya Tummala · 13 years ago
  19. 727a99a drivers: mmc: msm: remove clock disable in probe by Daniel Walker · 13 years ago
  20. 208028d mmc: msm: fix dma usage not to use internal APIs by Daniel Walker · 13 years ago
  21. 0c521cc mmc: msm_sdcc: Check for only DATA_END interrupt to end a request by Sahitya Tummala · 14 years ago
  22. 71dd910 mmc: msm_sdcc: Fix bug in PIO mode when data size is not word aligned by Sahitya Tummala · 14 years ago
  23. b08bb35 mmc: msm_sdcc: Reset SDCC in case of data transfer errors by Sahitya Tummala · 14 years ago
  24. d5137bd mmc: msm_sdcc: Add prog done interrupt support by Sahitya Tummala · 14 years ago
  25. 62612cf mmc: msm_sdcc: Fix possible circular locking dependency warning by Sahitya Tummala · 14 years ago
  26. a36274e mmc: Remove distinction between hw and phys segments by Martin K. Petersen · 14 years ago
  27. eb3bbf8 Merge branch 'msm-mmc_sdcc' of git://codeaurora.org/quic/kernel/dwalker/linux-msm by Linus Torvalds · 14 years ago
  28. ce4327d Merge branch 'msm-core' of git://codeaurora.org/quic/kernel/dwalker/linux-msm by Linus Torvalds · 14 years ago
  29. 762333e drivers/mmc/host/msm-sdcc: remove dead config options by Christian Dietrich · 14 years ago
  30. edd4dd0 mmc: msm_sdcc: Compile the driver for msm7x30 by Sahitya Tummala · 14 years ago
  31. b5d643d msm: mmc: Add msm prefix to platform data structure by Sahitya Tummala · 14 years ago
  32. 08ecfde mmc: msm: fix up build breakage on !PM by Daniel Walker · 14 years ago
  33. 1a13f8f mmc: remove the "state" argument to mmc_suspend_host() by Matt Fleming · 14 years ago
  34. da7806f Merge branch 'msm-mmc_sdcc' of git://codeaurora.org/quic/kernel/dwalker/linux-msm by Linus Torvalds · 14 years ago
  35. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  36. 1cd2296 drivers: mmc: msm_sdcc: Add EMBEDDED_SDIO support by San Mehat · 14 years ago
  37. d0719e5 mmc: msm_sdcc: Fix issue where clocks could be disabled mid transaction by San Mehat · 15 years ago
  38. 6ac9ea6 mmc: msm_sdcc: Fix the dma exec function to use the proper delays by San Mehat · 15 years ago
  39. 91bb649 mmc: msm_sdcc: Don't set host->curr.mrq until after we're sure the busclk timer won't fire by Dmitry Shmidt · 15 years ago
  40. 24bbd7d mmc: msm_sdcc: Enable busclk idle timer for power savings by San Mehat · 15 years ago
  41. 673ce00d mmc: msm_sdcc: Don't disable interrupts while suspending by San Mehat · 15 years ago
  42. b3b0ca8 mmc: msm_sdcc: Fix issue where we might not end a sucessfull request by San Mehat · 15 years ago
  43. f474849 mmc: msm_sdcc: Featurize busclock power save and disable it by default by San Mehat · 15 years ago
  44. c7fc937 mmc: msm_sdcc: Fix bug where busclk expiry timer was not properly disabled by San Mehat · 15 years ago
  45. 56a8b5b mmc: msm_sdcc: Reduce command timeouts and improve reliability. by San Mehat · 15 years ago
  46. 51905dc mmc: msm_sdcc: Schedule clock disable after probe by San Mehat · 15 years ago
  47. 8b1c2ba mmc: msm_sdcc: Wrap readl/writel calls with appropriate clk delays by San Mehat · 15 years ago
  48. 865c806 mmc: msm_sdcc: Driver clocking/irq improvements by San Mehat · 15 years ago
  49. 5b00f40 msm: Add 'execute' datamover callback by San Mehat · 15 years ago
  50. b3fa579 mmc: msm_sdcc: Snoop SDIO_CCCR_ABORT register by San Mehat · 15 years ago
  51. 4adbbcc mmc: msm_sdcc: Clean up clock management and add a 10us delay after enabling clocks by San Mehat · 15 years ago
  52. 5b8a2fb msm_sdcc.c: missing brackets in msmsdcc_resume() by Roel Kluin · 14 years ago
  53. 3989d17 HTC Dream: mmc compilation fixes by Pavel Machek · 15 years ago
  54. b5a74d6 msm_sdcc.c: move overly indented code to separate function by Joe Perches · 15 years ago
  55. 75d1452 msm_sdcc.c: stylistic cleaning by Joe Perches · 15 years ago
  56. 0a7ff7c msm_sdcc.c: convert printk(KERN_<level> to pr_<level>( by Joe Perches · 15 years ago
  57. 9d2bd73 mmc: msm_sdccc: driver for HTC Dream by San Mehat · 15 years ago