aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc/host/s3cmci.c
AgeCommit message (Expand)AuthorFilesLines
2019-09-11mmc: Remove dev_err() usage after platform_get_irq()Gravatar Stephen Boyd 1-1/+0
2019-07-11Merge tag 'mmc-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcGravatar Linus Torvalds 1-21/+6
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-4/+1
2019-06-17mmc: host: s3cmci: no need to check return value of debugfs_create functionsGravatar Greg Kroah-Hartman 1-21/+6
2019-02-25mmc: slot-gpio: Remove override_active_level on WPGravatar Linus Walleij 1-1/+1
2018-12-17mmc: convert to DEFINE_SHOW_ATTRIBUTEGravatar Yangtao Li 1-26/+4
2018-12-17mmc: s3cmci: Use the slot GPIO descriptorGravatar Linus Walleij 1-18/+11
2018-01-04Merge branch 'fixes' into nextGravatar Ulf Hansson 1-2/+4
2018-01-04mmc: s3mci: mark debug_regs[] as staticGravatar Arnd Bergmann 1-2/+4
2017-12-15mmc: s3cmci: Fix platform_get_irq's error checkingGravatar Arvind Yadav 1-1/+1
2017-08-30mmc: s3cmci: constify mmc_host_ops structuresGravatar Julia Lawall 1-1/+1
2017-04-24mmc: host: s3cmci: allow probing from device treeGravatar Sergio Prado 1-131/+126
2017-04-24mmc: use new core function mmc_get_dma_dirGravatar Heiner Kallweit 1-2/+2
2017-02-13mmc: s3cmci: include linux/interrupt.h for tasklet_structGravatar Arnd Bergmann 1-0/+1
2016-11-29mmc: s3cmci: Use DMA slave map rather than exported DMA filterGravatar Sylwester Nawrocki 1-11/+4
2016-07-25mmc: s3cmci: Register cpufreq notifier only on S3C24xxGravatar Krzysztof Kozlowski 1-1/+1
2016-02-29mmc: s3cmci: remove the MMC_DATA_STREAM flagGravatar Jaehoon Chung 1-2/+1
2015-06-01mmc: s3cmci: Constify platform_device_idGravatar Krzysztof Kozlowski 1-1/+1
2014-09-24mmc: Convert pr_warning to pr_warnGravatar Joe Perches 1-1/+2
2014-09-09mmc: remove .owner field for drivers using module_platform_driverGravatar Peter Griffin 1-1/+0
2014-07-09mmc: s3cmci: port DMA code to dmaengine APIGravatar Vasily Khoruzhick 1-130/+50
2014-07-09mmc: s3cmci: Move to clk_prepare_enable/clk_disable_unprepareGravatar Vasily Khoruzhick 1-3/+3
2014-01-14ARM: s3c24xx: explicit dependency on <plat/gpio-cfg.h>Gravatar Linus Walleij 1-0/+1
2014-01-14ARM: S3C[24|64]xx: move includes back under <mach/> scopeGravatar Linus Walleij 1-1/+1
2013-12-20ARM: s3c24xx: get rid of custom <mach/gpio.h>Gravatar Linus Walleij 1-0/+1
2013-10-30mmc: s3cmci: Remove redundant suspend and resume callbacksGravatar Ulf Hansson 1-29/+0
2013-03-05mmc: s3cmci: moved mach/regs-sdi.h into s3cmci device driverGravatar Kukjin Kim 1-2/+81
2012-11-28mmc: remove use of __devexitGravatar Bill Pemberton 1-1/+1
2012-11-28mmc: remove use of __devinitGravatar Bill Pemberton 1-1/+1
2012-11-28mmc: remove use of __devexit_pGravatar Bill Pemberton 1-1/+1
2012-09-19ARM: samsung: move platform_data definitionsGravatar Arnd Bergmann 1-1/+1
2012-07-22mmc: s3cmci: Convert s3cmci driver to gpiolib APIGravatar Sylwester Nawrocki 1-7/+3
2012-02-05mmc: Fix typo in s3cmci.cGravatar Masanari Iida 1-2/+2
2012-01-11mmc: convert drivers/mmc/host/* to use module_platform_driver()Gravatar Axel Lin 1-12/+1
2011-11-04Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaGravatar Linus Torvalds 1-3/+3
2011-10-26mmc: replace printk with appropriate display macroGravatar Girish K S 1-2/+2
2011-09-14ARM: SAMSUNG: Remove Samsung specific enum type for dma directionGravatar Boojin Kim 1-3/+3
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-3/+3
2010-10-23mmc: Remove distinction between hw and phys segmentsGravatar Martin K. Petersen 1-2/+1
2010-09-09ARM: SAMSUNG: MMC: fix build error when both DMA and PIO mode selectedGravatar Jiri Pinkava 1-1/+1
2010-05-27mmc: remove the "state" argument to mmc_suspend_host()Gravatar Matt Fleming 1-2/+1
2010-03-06s3cmci: s3cmci_card_present: Use no_detect to decide whether there is a card ...Gravatar Lars-Peter Clausen 1-1/+1
2010-03-06s3cmci: initialize default platform data no_wprotect and no_detect with 1Gravatar Lars-Peter Clausen 1-0/+2
2009-12-15s3cmci: convert missed s3c2410_gpio calls to gpiolib callsGravatar Ben Dooks 1-5/+3
2009-12-15drivers/mmc: Move dereference after NULL testGravatar Julia Lawall 1-1/+2
2009-12-15const: constify remaining dev_pm_opsGravatar Alexey Dobriyan 1-1/+1
2009-12-04tree-wide: fix assorted typos all over the placeGravatar André Goddard Rosa 1-1/+1
2009-10-01s3cmci: add better support for no card detect or write protect availableGravatar Ben Dooks 1-21/+25
2009-10-01s3cmci: make SDIO IRQ hardware IRQ support build-time configurableGravatar Ben Dooks 1-2/+7
2009-10-01s3cmci: DMA fixesGravatar Ben Dooks 1-15/+47