1. f61fcc3 mmc: mxs: Constify platform_device_id by Krzysztof Kozlowski · 9 years ago
  2. 9ef219c5 mmc: mxs-mmc: remove unneeded NULL check by Dan Carpenter · 10 years ago
  3. e34d467 mmc: mxs-mmc: Check for clk_prepare_enable() error by Fabio Estevam · 10 years ago
  4. 5654d90 mmc: mxs-mmc: Propagate the real error by Fabio Estevam · 10 years ago
  5. c3cd5c07 mmc: mxs-mmc: No need to do NULL check on 'iores' by Fabio Estevam · 10 years ago
  6. d135529 mmc: mxs-mmc: Simplify PM hooks by Fabio Estevam · 10 years ago
  7. cc87a35 mmc: mxs-mmc: Register the irq with the device name by Fabio Estevam · 10 years ago
  8. 2137f5d mmc: remove .owner field for drivers using module_platform_driver by Peter Griffin · 10 years ago
  9. 6f726f4 mmc: mxs: fix card detection in case of 'broken-cd' flag set by Roman Peniaev · 10 years ago
  10. 9176998 mmc: mxs: fix card detection function for broken card detect by Daniel Willmann · 10 years ago
  11. d1a1dfb mmc: mxs: use mmc_of_parse to parse devicetree properties by Sascha Hauer · 11 years ago
  12. abd37cc mmc: mxs: use mmc_gpio_get_ro for detecting read-only status by Sascha Hauer · 11 years ago
  13. 6c3331d mmc: mxs: use standard flag for cd inverted by Sascha Hauer · 11 years ago
  14. a91fe27 mmc: mxs: use standard flag for broken card detection by Sascha Hauer · 11 years ago
  15. c5f4bc8 mmc: mxs: use standard flag for non-removable status by Sascha Hauer · 11 years ago
  16. 6835907 mmc: mxs-mmc: Move away from using deprecated APIs by Ulf Hansson · 11 years ago
  17. 02c18c4 mmc: mxs-mmc: Check the return value from stmp_reset_block() by Fabio Estevam · 11 years ago
  18. a5adbff mmc: mxs-mmc: Use devm_clk_get() by Fabio Estevam · 11 years ago
  19. dcac5fe mmc: mxs-mmc: Let device core handle pinctrl by Fabio Estevam · 11 years ago
  20. 113a87f mmc: remove unnecessary platform_set_drvdata() by Jingoo Han · 11 years ago
  21. 0c5ce16 mmc: mxs-mmc: fix error return code in mxs_mmc_probe() by Wei Yongjun · 11 years ago
  22. 38f56f3 Merge tag 'dt-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
  23. 1d53196 mmc: mxs-mmc: add broken-cd property by Hector Palacios · 11 years ago
  24. 5086e5f mmc: mxs-mmc: add non-removable property by Marc Kleine-Budde · 11 years ago
  25. 4c0c9be mmc: mxs-mmc: add cd-inverted property by Marc Kleine-Budde · 11 years ago
  26. 0e91e43 mmc: mxs-mmc: move to use generic DMA helper by Shawn Guo · 12 years ago
  27. ed5dc23 Merge tag 'mmc-updates-for-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc by Linus Torvalds · 12 years ago
  28. fd63ac7 mmc: mxs-mmc: Fix warning due to incorrect type by Fabio Estevam · 12 years ago
  29. e7be434 mmc: mxs-mmc: Add MODULE_ALIAS() by Fabio Estevam · 12 years ago
  30. a3e2cd7 mmc: Convert to devm_ioremap_resource() by Thierry Reding · 12 years ago
  31. d6ed91a mmc: mxs-mmc: Remove platform data by Fabio Estevam · 12 years ago
  32. 4c5bb2e mmc: mxs-mmc: Fix merge issue causing build error by Marek Vasut · 12 years ago
  33. ac48f6c Merge tag 'v3.6-rc6' into spi-mxs by Mark Brown · 12 years ago
  34. fc108d2 mmc: mxs-mmc: fix deadlock caused by recursion loop by Lauri Hintsala · 12 years ago
  35. 1af36b2 mmc: mxs-mmc: fix deadlock in SDIO IRQ case by Lauri Hintsala · 12 years ago
  36. 65defb9 mmc: spi: Pull out common DMA parts from MXS MMC by Marek Vasut · 12 years ago
  37. 1308239 mmc: spi: Pull out the SSP clock configuration function by Marek Vasut · 12 years ago
  38. 829c1bf mmc: spi: Pull out parts shared between MMC and SPI by Marek Vasut · 12 years ago
  39. 600a991 mmc: spi: Rename IMX2[38]_MMC to IMX2[38]_SSP by Marek Vasut · 12 years ago
  40. 8be3d3b mmc: spi: Move SSP register definitions into separate file by Marek Vasut · 12 years ago
  41. b6e76f1 mmc: mxs-mmc: Add wp-inverted property by Marek Vasut · 12 years ago
  42. 4dc5a79 mmc: mxs-mmc: enable regulator for mmc slot by Shawn Guo · 12 years ago
  43. a3e545e mmc: mxs-mmc: Move of_match_table out of CONFIG_PM by Marek Vasut · 12 years ago
  44. 6de4d81 mmc: mxs-mmc: add device tree support by Shawn Guo · 12 years ago
  45. 31b0ff5 mmc: mxs-mmc: copy wp_gpio in struct mxs_mmc_host by Shawn Guo · 12 years ago
  46. b60188c mmc: mxs-mmc: have dma_channel than dma_res in mxs_mmc_host by Shawn Guo · 12 years ago
  47. df06bfc mmc: mxs-mmc: use devm_* helper to make cleanup simpler by Shawn Guo · 12 years ago
  48. 81f38ee mmc: mxs-mmc: move header from mach into linux folder by Shawn Guo · 12 years ago
  49. ef9b4d3 mmc: mxs-mmc: get rid of the use of cpu_is_xxx by Shawn Guo · 12 years ago
  50. e0bf141 mmc: mxs-mmc: let ssp_is_old take host as parameter by Shawn Guo · 12 years ago
  51. 70e6020 mmc: mxs-mmc: use global stmp_device functionality by Shawn Guo · 12 years ago
  52. 9c92cf2 mmc: mxs-mmc: adopt pinctrl support by Shawn Guo · 12 years ago
  53. d04525e dma: mxs-dma: enable channel in device_issue_pending call by Shawn Guo · 12 years ago
  54. 623ff77 Merge tag 'for-linus-3.4' of git://git.infradead.org/mtd-2.6 by Linus Torvalds · 13 years ago
  55. 921de86 mxs-dma : rewrite the last parameter of mxs_dma_prep_slave_sg() by Huang Shijie · 13 years ago
  56. 3946860 mxs-dma : move the mxs dma.h to a more common place by Huang Shijie · 13 years ago
  57. 1605282 dmaengine/dma_slave: introduce inline wrappers by Alexandre Bounine · 13 years ago
  58. 57f2685 Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 13 years ago
  59. 4b8be38 Merge tag 'mmc-merge-for-3.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc by Linus Torvalds · 13 years ago
  60. d1f81a6 mmc: convert drivers/mmc/host/* to use module_platform_driver() by Axel Lin · 13 years ago
  61. efdfc52 mmc: mxs-mmc: convert to clk_prepare/clk_unprepare by Shawn Guo · 13 years ago
  62. a4e3e86 mmc: mxs-mmc: fix the dma_transfer_direction migration by Shawn Guo · 13 years ago
  63. e0d23ef Merge branch 'dma_slave_direction' into next_test_dirn by Vinod Koul · 13 years ago
  64. 05f5799 mmc-host: move to dma_transfer_direction by Vinod Koul · 13 years ago
  65. 88b4767 mmc: Add module.h to drivers/mmc users assuming implicit presence. by Paul Gortmaker · 13 years ago
  66. d982dcd mmc: mxs-mmc: fix clock rate setting by Koen Beel · 13 years ago
  67. e4243f1 mmc: mxs-mmc: add mmc host driver for i.MX23/28 by Shawn Guo · 14 years ago