summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/s3cmci.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'fixes' into nextUlf Hansson2018-01-041-2/+4
|\
| * mmc: s3mci: mark debug_regs[] as staticArnd Bergmann2018-01-041-2/+4
* | mmc: s3cmci: Fix platform_get_irq's error checkingArvind Yadav2017-12-151-1/+1
|/
* mmc: s3cmci: constify mmc_host_ops structuresJulia Lawall2017-08-301-1/+1
* mmc: host: s3cmci: allow probing from device treeSergio Prado2017-04-241-131/+126
* mmc: use new core function mmc_get_dma_dirHeiner Kallweit2017-04-241-2/+2
* mmc: s3cmci: include linux/interrupt.h for tasklet_structArnd Bergmann2017-02-131-0/+1
* mmc: s3cmci: Use DMA slave map rather than exported DMA filterSylwester Nawrocki2016-11-291-11/+4
* 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