summaryrefslogtreecommitdiff
path: root/drivers/mmc/host/s3cmci.c
AgeCommit message (Expand)Author
2017-02-13mmc: s3cmci: include linux/interrupt.h for tasklet_structArnd Bergmann
2016-11-29mmc: s3cmci: Use DMA slave map rather than exported DMA filterSylwester Nawrocki
2016-07-25mmc: s3cmci: Register cpufreq notifier only on S3C24xxKrzysztof Kozlowski
2016-02-29mmc: s3cmci: remove the MMC_DATA_STREAM flagJaehoon Chung
2015-06-01mmc: s3cmci: Constify platform_device_idKrzysztof Kozlowski
2014-09-24mmc: Convert pr_warning to pr_warnJoe Perches
2014-09-09mmc: remove .owner field for drivers using module_platform_driverPeter Griffin
2014-07-09mmc: s3cmci: port DMA code to dmaengine APIVasily Khoruzhick
2014-07-09mmc: s3cmci: Move to clk_prepare_enable/clk_disable_unprepareVasily Khoruzhick
2014-01-14ARM: s3c24xx: explicit dependency on <plat/gpio-cfg.h>Linus Walleij
2014-01-14ARM: S3C[24|64]xx: move includes back under <mach/> scopeLinus Walleij
2013-12-20ARM: s3c24xx: get rid of custom <mach/gpio.h>Linus Walleij
2013-10-30mmc: s3cmci: Remove redundant suspend and resume callbacksUlf Hansson
2013-03-05mmc: s3cmci: moved mach/regs-sdi.h into s3cmci device driverKukjin Kim
2012-11-28mmc: remove use of __devexitBill Pemberton
2012-11-28mmc: remove use of __devinitBill Pemberton
2012-11-28mmc: remove use of __devexit_pBill Pemberton
2012-09-19ARM: samsung: move platform_data definitionsArnd Bergmann
2012-07-22mmc: s3cmci: Convert s3cmci driver to gpiolib APISylwester Nawrocki
2012-02-05mmc: Fix typo in s3cmci.cMasanari Iida
2012-01-11mmc: convert drivers/mmc/host/* to use module_platform_driver()Axel Lin
2011-11-04Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2011-10-26mmc: replace printk with appropriate display macroGirish K S
2011-09-14ARM: SAMSUNG: Remove Samsung specific enum type for dma directionBoojin Kim
2011-03-31Fix common misspellingsLucas De Marchi
2010-10-23mmc: Remove distinction between hw and phys segmentsMartin K. Petersen
2010-09-09ARM: SAMSUNG: MMC: fix build error when both DMA and PIO mode selectedJiri Pinkava
2010-05-27mmc: remove the "state" argument to mmc_suspend_host()Matt Fleming
2010-03-06s3cmci: s3cmci_card_present: Use no_detect to decide whether there is a card ...Lars-Peter Clausen
2010-03-06s3cmci: initialize default platform data no_wprotect and no_detect with 1Lars-Peter Clausen
2009-12-15s3cmci: convert missed s3c2410_gpio calls to gpiolib callsBen Dooks
2009-12-15drivers/mmc: Move dereference after NULL testJulia Lawall
2009-12-15const: constify remaining dev_pm_opsAlexey Dobriyan
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa
2009-10-01s3cmci: add better support for no card detect or write protect availableBen Dooks
2009-10-01s3cmci: make SDIO IRQ hardware IRQ support build-time configurableBen Dooks
2009-10-01s3cmci: DMA fixesBen Dooks
2009-10-01s3cmci: Kconfig selection for PIO/DMA/BothBen Dooks
2009-10-01s3cmci: add SDIO IRQ supportBen Dooks
2009-10-01s3cmci: add debugfs support for examining driver and hardware stateBen Dooks
2009-10-01s3cmci: fix direct write to interrupt maskBen Dooks
2009-10-01s3cmci: change to use dev_pm_opsBen Dooks
2009-10-01s3cmci: change GPIO to gpiolib from S3C24XX specific callsBen Dooks
2009-10-01s3cmci: update probe to use new platform id listBen Dooks
2009-10-01s3cmci: use resource_size() instead of local macroBen Dooks
2009-06-21s3cmci: fix dma configuration callBen Dooks
2009-05-21[ARM] S3C24XX: Merge devel-gpioBen Dooks
2009-05-18[ARM] S3C24XX: GPIO: Move gpio functions out of <mach/hardware.h>Ben Dooks
2009-05-01[ARM] S3C24XX: Remove hardware specific registers from DMABen Dooks
2009-03-12mmc: s3cmci: fix s3c2410_dma_config() arguments.Ben Dooks