summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/s3cmci.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: s3cmci: Register cpufreq notifier only on S3C24xxKrzysztof Kozlowski2016-07-251-1/+1
* mmc: s3cmci: remove the MMC_DATA_STREAM flagJaehoon Chung2016-02-291-2/+1
* mmc: s3cmci: Constify platform_device_idKrzysztof Kozlowski2015-06-011-1/+1
* mmc: Convert pr_warning to pr_warnJoe Perches2014-09-241-1/+2
* mmc: remove .owner field for drivers using module_platform_driverPeter Griffin2014-09-091-1/+0
* mmc: s3cmci: port DMA code to dmaengine APIVasily Khoruzhick2014-07-091-130/+50
* mmc: s3cmci: Move to clk_prepare_enable/clk_disable_unprepareVasily Khoruzhick2014-07-091-3/+3
* ARM: s3c24xx: explicit dependency on <plat/gpio-cfg.h>Linus Walleij2014-01-141-0/+1
* ARM: S3C[24|64]xx: move includes back under <mach/> scopeLinus Walleij2014-01-141-1/+1
* ARM: s3c24xx: get rid of custom <mach/gpio.h>Linus Walleij2013-12-201-0/+1
* mmc: s3cmci: Remove redundant suspend and resume callbacksUlf Hansson2013-10-301-29/+0
* mmc: s3cmci: moved mach/regs-sdi.h into s3cmci device driverKukjin Kim2013-03-051-2/+81
* mmc: remove use of __devexitBill Pemberton2012-11-281-1/+1
* mmc: remove use of __devinitBill Pemberton2012-11-281-1/+1
* mmc: remove use of __devexit_pBill Pemberton2012-11-281-1/+1
* ARM: samsung: move platform_data definitionsArnd Bergmann2012-09-191-1/+1
* mmc: s3cmci: Convert s3cmci driver to gpiolib APISylwester Nawrocki2012-07-221-7/+3
* mmc: Fix typo in s3cmci.cMasanari Iida2012-02-051-2/+2
* mmc: convert drivers/mmc/host/* to use module_platform_driver()Axel Lin2012-01-111-12/+1
* Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2011-11-041-3/+3
|\
| * ARM: SAMSUNG: Remove Samsung specific enum type for dma directionBoojin Kim2011-09-141-3/+3
* | mmc: replace printk with appropriate display macroGirish K S2011-10-261-2/+2
|/
* Fix common misspellingsLucas De Marchi2011-03-311-3/+3
* mmc: Remove distinction between hw and phys segmentsMartin K. Petersen2010-10-231-2/+1
* ARM: SAMSUNG: MMC: fix build error when both DMA and PIO mode selectedJiri Pinkava2010-09-091-1/+1
* mmc: remove the "state" argument to mmc_suspend_host()Matt Fleming2010-05-271-2/+1
* s3cmci: s3cmci_card_present: Use no_detect to decide whether there is a card ...Lars-Peter Clausen2010-03-061-1/+1
* s3cmci: initialize default platform data no_wprotect and no_detect with 1Lars-Peter Clausen2010-03-061-0/+2
* s3cmci: convert missed s3c2410_gpio calls to gpiolib callsBen Dooks2009-12-151-5/+3
* drivers/mmc: Move dereference after NULL testJulia Lawall2009-12-151-1/+2
* const: constify remaining dev_pm_opsAlexey Dobriyan2009-12-151-1/+1
* tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-041-1/+1
* s3cmci: add better support for no card detect or write protect availableBen Dooks2009-10-011-21/+25
* s3cmci: make SDIO IRQ hardware IRQ support build-time configurableBen Dooks2009-10-011-2/+7
* s3cmci: DMA fixesBen Dooks2009-10-011-15/+47
* s3cmci: Kconfig selection for PIO/DMA/BothBen Dooks2009-10-011-8/+31
* s3cmci: add SDIO IRQ supportBen Dooks2009-10-011-10/+151
* s3cmci: add debugfs support for examining driver and hardware stateBen Dooks2009-10-011-0/+126
* s3cmci: fix direct write to interrupt maskBen Dooks2009-10-011-3/+3
* s3cmci: change to use dev_pm_opsBen Dooks2009-10-011-11/+18
* s3cmci: change GPIO to gpiolib from S3C24XX specific callsBen Dooks2009-10-011-18/+69
* s3cmci: update probe to use new platform id listBen Dooks2009-10-011-47/+24
* s3cmci: use resource_size() instead of local macroBen Dooks2009-10-011-6/+4
* s3cmci: fix dma configuration callBen Dooks2009-06-211-1/+1
* [ARM] S3C24XX: Merge devel-gpioBen Dooks2009-05-211-1/+2
|\
| * [ARM] S3C24XX: GPIO: Move gpio functions out of <mach/hardware.h>Ben Dooks2009-05-181-1/+2
* | [ARM] S3C24XX: Remove hardware specific registers from DMABen Dooks2009-05-011-1/+1
|/
* mmc: s3cmci: fix s3c2410_dma_config() arguments.Ben Dooks2009-03-121-2/+1
* s3cmci: Fix hangup in do_pio_write()Yauhen Kharuzhy2009-02-181-1/+1
* [ARM] 5365/1: s3cmci: Use new include path of dma.hRamax Lo2009-01-241-1/+1
OpenPOWER on IntegriCloud