summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/s3cmci.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mmc-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2019-07-121-21/+6Star
|\
| * mmc: host: s3cmci: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-171-21/+6Star
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1Star
|/
* mmc: slot-gpio: Remove override_active_level on WPLinus Walleij2019-02-251-1/+1
* mmc: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li2018-12-171-26/+4Star
* mmc: s3cmci: Use the slot GPIO descriptorLinus Walleij2018-12-171-18/+11Star
* 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/+126Star
* 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/+4Star
* 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/+1Star
* 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/+0Star
* mmc: s3cmci: port DMA code to dmaengine APIVasily Khoruzhick2014-07-091-130/+50Star
* 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-311-29/+0Star
* 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/+3Star
* mmc: Fix typo in s3cmci.cMasanari Iida2012-02-051-2/+2
* mmc: convert drivers/mmc/host/* to use module_platform_driver()Axel Lin2012-01-121-12/+1Star
* Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2011-11-051-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/+1Star
* ARM: SAMSUNG: MMC: fix build error when both DMA and PIO mode selectedJiri Pinkava2010-09-101-1/+1
* mmc: remove the "state" argument to mmc_suspend_host()Matt Fleming2010-05-271-2/+1Star
* 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/+3Star
* 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-021-21/+25
* s3cmci: make SDIO IRQ hardware IRQ support build-time configurableBen Dooks2009-10-021-2/+7
* s3cmci: DMA fixesBen Dooks2009-10-021-15/+47
* s3cmci: Kconfig selection for PIO/DMA/BothBen Dooks2009-10-021-8/+31