summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/sdhci-s3c.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-03mmc: sdhci-s3c: Do not allow frequencies higher than requestedTomasz Figa1-1/+8
2014-03-03mmc: sdhci-s3c: Fix handling of bus clock switchingTomasz Figa1-61/+17
2014-03-03mmc: sdhci-s3c: Simplify min/max clock calculationTomasz Figa1-20/+40
2014-03-03mmc: sdhci-s3c: Use correct condition to check for clock presenceTomasz Figa1-5/+3
2014-03-03mmc: sdhci-s3c: Cache bus clock ratesTomasz Figa1-3/+6
2014-03-03mmc: sdhci-s3c: Use shifts to divide by powers of twoTomasz Figa1-5/+5
2013-08-29mmc: sdhci-s3c: initialize host->quirks2 for using quirks2Jaehoon Chung1-0/+1
2013-08-29mmc: sdhci-s3c: fix the wrong register value, when clock is disabledJaehoon Chung1-2/+5
2013-05-26mmc: remove unnecessary platform_set_drvdata()Jingoo Han1-1/+0
2013-05-04Merge tag 'mmc-updates-for-3.10-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-78/+10
2013-04-19mmc: sdhci-s3c: remove platform dependenciesArnd Bergmann1-3/+2
2013-03-22mmc: sdhci-s3c: let device core setup the default pin configurationThomas Abraham1-63/+8
2013-03-22mmc: sdhci-s3c: Use devm_clk_get()Jingoo Han1-15/+2
2013-02-26Merge tag 'mmc-updates-for-3.9-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-4/+4
2013-02-24mmc: sdhci: rename platform_8bit_width to platform_bus_widthSascha Hauer1-4/+4
2013-01-25mmc: Convert to devm_ioremap_resource()Thierry Reding1-4/+3
2012-12-11Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-5/+5
2012-12-07mmc: sdhci-s3c: Fix compilation warningSachin Kamat1-0/+2
2012-12-06mmc: host: sdhci-s3c: Add support for pinctrlTomasz Figa1-2/+10
2012-12-06mmc: host: sdhci-s3c: Use devm_gpio_request to request GPIOsTomasz Figa1-31/+9
2012-12-06mmc: sdhci-s3c: Use NULL instead of 0 for pointersTushar Behera1-2/+2
2012-12-06mmc: sdhci-s3c: fix missing clock for gpio card-detectHeiko Stübner1-0/+7
2012-11-28mmc: remove use of __devexitBill Pemberton1-1/+1
2012-11-28mmc: remove use of __devinitBill Pemberton1-3/+3
2012-11-28mmc: remove use of __devexit_pBill Pemberton1-1/+1
2012-11-07mmc: sdhci-s3c: fix the card detection in runtime-pmSeungwon Jeon1-2/+4
2012-11-07mmc: sdhci-s3c: use clk_prepare_enable and clk_disable_unprepareThomas Abraham1-14/+14
2012-10-07mmc: sdhci-s3c: Add clk_(enable/disable) in runtime suspend/resumeChander Kashyap1-2/+27
2012-10-07mmc: sdhci-s3c: fix the wrong number of max bus clocksJaehoon Chung1-1/+1
2012-10-03mmc: sdhci-s3c: Fix crash on module insertion for second timeChander Kashyap1-0/+1
2012-10-03mmc: sdhci-s3c: Enable only required bus clockChander Kashyap1-5/+7
2012-10-03mmc: sdhci-s3c: Add device tree supportThomas Abraham1-6/+152
2012-09-04mmc: sdhci-s3c: fix checkpatch error and warningsJingoo Han1-6/+8
2012-06-06mmc: sdhci-s3c: pass IRQF ONESHOT to request threaded irqHeiko Stübner1-1/+1
2012-04-05mmc: sdhci-s3c: Enable runtime power managementMark Brown1-0/+28
2012-04-05mmc: sdhci-s3c: Use CONFIG_PM_SLEEP to ifdef system suspendMark Brown1-4/+7
2012-04-05mmc: sdhci-s3c: use devm_ functionsJulia Lawall1-24/+3
2012-04-05mmc: sdhci-s3c: Keep a copy of platform data and use itThomas Abraham1-2/+9
2012-04-05mmc: sdhci-s3c: derive transfer width host cap from max_width in platdataThomas Abraham1-0/+8
2012-04-05mmc: sdhci-s3c: Remove usage of clk_type member in platform dataThomas Abraham1-4/+70
2012-03-10mmc: sdhci-s3c: add platform data for the second capabilityJaehoon Chung1-3/+3
2012-01-13Merge tag 'mmc-merge-for-3.3-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-13/+5
2012-01-11mmc: sdhci-s3c: use S3C_SDHCI_CONTROL2 instead of hardcoded offset valueJingoo Han1-1/+1
2012-01-11mmc: sdhci-s3c: Add pm_caps into SD/MMC hostSangwook Lee1-0/+3
2012-01-11mmc: convert drivers/mmc/host/* to use module_platform_driver()Axel Lin1-12/+1
2012-01-09Merge branch 'samsung/dt' into samsung/cleanupArnd Bergmann1-7/+14
2011-12-23mmc: sdhci-s3c: Use generic clock names for sdhci bus clock optionsRajeshwari Shinde1-5/+2
2011-12-19mmc: sdhci: remove "state" argument from sdhci_suspend_hostManuel Lauss1-7/+14
2011-12-10mmc: sdhci-s3c: Remove old and misprototyped suspend operationsMark Brown1-2/+0
2011-10-26mmc: sdhci-s3c: fix potential NULL dereferenceJaehoon Chung1-2/+4