1. bfc55a8 mmc: s3cmci: Remove redundant suspend and resume callbacks by Ulf Hansson · 11 years ago
  2. 24fae0f mmc: s3cmci: moved mach/regs-sdi.h into s3cmci device driver by Kukjin Kim · 12 years ago
  3. 6e0ee71 mmc: remove use of __devexit by Bill Pemberton · 12 years ago
  4. c3be1ef mmc: remove use of __devinit by Bill Pemberton · 12 years ago
  5. 0433c14 mmc: remove use of __devexit_p by Bill Pemberton · 12 years ago
  6. 436d42c ARM: samsung: move platform_data definitions by Arnd Bergmann · 12 years ago
  7. b9929f0 mmc: s3cmci: Convert s3cmci driver to gpiolib API by Sylwester Nawrocki · 12 years ago
  8. 4aa6ded mmc: Fix typo in s3cmci.c by Masanari Iida · 13 years ago
  9. d1f81a6 mmc: convert drivers/mmc/host/* to use module_platform_driver() by Axel Lin · 13 years ago
  10. fba9569 Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 13 years ago
  11. a3c76eb mmc: replace printk with appropriate display macro by Girish K S · 13 years ago
  12. 51ddf31 ARM: SAMSUNG: Remove Samsung specific enum type for dma direction by Boojin Kim · 13 years ago
  13. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  14. a36274e mmc: Remove distinction between hw and phys segments by Martin K. Petersen · 14 years ago
  15. 60c2c0d ARM: SAMSUNG: MMC: fix build error when both DMA and PIO mode selected by Jiri Pinkava · 14 years ago
  16. 1a13f8f mmc: remove the "state" argument to mmc_suspend_host() by Matt Fleming · 14 years ago
  17. dc2ed55 s3cmci: s3cmci_card_present: Use no_detect to decide whether there is a card detect pin by Lars-Peter Clausen · 14 years ago
  18. c212808 s3cmci: initialize default platform data no_wprotect and no_detect with 1 by Lars-Peter Clausen · 14 years ago
  19. c78402e s3cmci: convert missed s3c2410_gpio calls to gpiolib calls by Ben Dooks · 15 years ago
  20. 3423d80 drivers/mmc: Move dereference after NULL test by Julia Lawall · 15 years ago
  21. 4714521 const: constify remaining dev_pm_ops by Alexey Dobriyan · 15 years ago
  22. af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  23. 00acfae s3cmci: add better support for no card detect or write protect available by Ben Dooks · 15 years ago
  24. 5a2c4fe s3cmci: make SDIO IRQ hardware IRQ support build-time configurable by Ben Dooks · 15 years ago
  25. 68c5ed5 s3cmci: DMA fixes by Ben Dooks · 15 years ago
  26. 26f1494 s3cmci: Kconfig selection for PIO/DMA/Both by Ben Dooks · 15 years ago
  27. c225889 s3cmci: add SDIO IRQ support by Ben Dooks · 15 years ago
  28. 9bdd203 s3cmci: add debugfs support for examining driver and hardware state by Ben Dooks · 15 years ago
  29. e6130ae s3cmci: fix direct write to interrupt mask by Ben Dooks · 15 years ago
  30. 50d7fa9 s3cmci: change to use dev_pm_ops by Ben Dooks · 15 years ago
  31. 916a307 s3cmci: change GPIO to gpiolib from S3C24XX specific calls by Ben Dooks · 15 years ago
  32. 44d0e19 s3cmci: update probe to use new platform id list by Ben Dooks · 15 years ago
  33. da52a7c s3cmci: use resource_size() instead of local macro by Ben Dooks · 15 years ago
  34. fe9db6c s3cmci: fix dma configuration call by Ben Dooks · 15 years ago
  35. 99ae995 [ARM] S3C24XX: Merge devel-gpio by Ben Dooks · 15 years ago
  36. ec976d6 [ARM] S3C24XX: GPIO: Move gpio functions out of <mach/hardware.h> by Ben Dooks · 15 years ago
  37. 8970ef4 [ARM] S3C24XX: Remove hardware specific registers from DMA calls by Ben Dooks · 15 years ago
  38. 7c48ed3 mmc: s3cmci: fix s3c2410_dma_config() arguments. by Ben Dooks · 15 years ago
  39. 9942448 s3cmci: Fix hangup in do_pio_write() by Yauhen Kharuzhy · 16 years ago
  40. 7ad14f8 [ARM] 5365/1: s3cmci: Use new include path of dma.h by Ramax Lo · 16 years ago
  41. e3bd9ec [ARM] S3C24XX: Move mci.h to arch/arm/plat-s3c24xx/include/plat by Ben Dooks · 16 years ago
  42. 08c55e2 s3cmci: Add Ben Dooks/Simtec Electronics to header & copyright by ben@fluff.org.uk · 16 years ago
  43. 18280ff s3cmci: fix continual accesses to host->pio_ptr by ben@fluff.org.uk · 16 years ago
  44. 088a78a s3cmci: Support transfers which are not multiple of 32 bits. by Christer Weinigel · 16 years ago
  45. f87e6d0 s3cmci: cpufreq support by ben@fluff.org.uk · 16 years ago
  46. 9c2e7e4 s3cmci: Make general protocol errors less noisy by ben@fluff.org.uk · 16 years ago
  47. 87dd980 s3cmci: attach get_cd host ops by Ben Dooks · 16 years ago
  48. 5d30440 s3cmci: fix sparse errors from non-exported functions by Ben Dooks · 16 years ago
  49. a09e64f [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach by Russell King · 16 years ago
  50. 907b2cd s3cmci: ensure host stopped on machine shutdown by Ben Dooks · 16 years ago
  51. d2f2761 s3cmci: fixes for section mismatch warnings by Ben Dooks · 16 years ago
  52. 7e9c7b6 MMC: S3C24XX: Refuse incorrectly aligned transfers by Ben Dooks · 16 years ago
  53. ff8c804 MMC: S3C24XX: Update error debugging. by Ben Dooks · 16 years ago
  54. 50a8457 MMC: S3C24XX: Add media presence test to request handling. by Ben Dooks · 16 years ago
  55. 2de5f79 MMC: S3C24XX: Fix use of msecs where jiffies are needed by Ben Dooks · 16 years ago
  56. 318f905 MMC: S3C24XX: Add MODULE_ALIAS() entries for the platform devices by Ben Dooks · 16 years ago
  57. 3886ff5 MMC: S3C24XX: Fix s3c2410_dma_request() return code check. by Ben Dooks · 16 years ago
  58. 55d70f5 MMC: S3C24XX: Allow card-detect on non-IRQ capable pin by Ben Dooks · 16 years ago
  59. 7c14450 MMC: S3C24XX: Ensure host->mrq->data is valid by Ben Dooks · 16 years ago
  60. cf0984c MMC: S3C24XX: Add support to invert write protect line by Ben Dooks · 16 years ago
  61. edb5a98 MMC: S3C24XX: Add platform data for MMC/SD driver by Ben Dooks · 16 years ago
  62. d643b5f MMC: Fix S3C24XX IRQ enable during PIO transfers by Roman Moracik · 16 years ago
  63. bdbc9c3 Fix the request finalisation by ensuring the controller is stopped. by Thomas Kleffel · 16 years ago
  64. ceb3ac2 MMC: DMA free fix for S3C24XX SD/MMC driver by Harald Welte · 16 years ago
  65. 679f0f8 MMC: S3C24XX MMC/SD driver write fixes by Harald Welte · 16 years ago
  66. be51801 MMC: S3C24XX MMC/SD driver. by Thomas Kleffel · 16 years ago