aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * mmc: dw_mmc: change the macro name from DTO to DRTOJaehoon Chung2013-06-272-3/+3
| * mmc: mxs-mmc: Let device core handle pinctrlFabio Estevam2013-06-271-8/+0
| * mmc: core: Update the ext-csd.rev check for eMMC5.1Yuvaraj Kumar C D2013-06-271-1/+1
| * mmc: sdhci-sirf: let device core setup the default pin configurationBarry Song2013-06-271-8/+0
| * mmc: mvsdio: use standard MMC device-tree binding parser mmc_of_parse()Simon Baatz2013-06-271-33/+40
| * mmc: tegra: handle mmc_of_parse() errors during probeSimon Baatz2013-06-271-3/+6
| * mmc: sdhci-pxav3: handle mmc_of_parse() errors during probeSimon Baatz2013-06-271-2/+5
| * mmc: mxcmmc: handle mmc_of_parse() errors during probeSimon Baatz2013-06-271-1/+3
| * mmc: tmio-mmc: handle mmc_of_parse() errors during probeSimon Baatz2013-06-271-1/+3
| * mmc: sh_mmcif: handle mmc_of_parse() errors during probeSimon Baatz2013-06-271-1/+6
| * mmc: return mmc_of_parse() errors to callerSimon Baatz2013-06-271-5/+25
| * mmc: jz4740: Use clk_prepare_enable/clk_disable_unprepareLars-Peter Clausen2013-06-271-2/+2
| * mmc: tmio: reset the controller after power-upGuennadi Liakhovetski2013-06-061-1/+2
| * mmc: tmio: fix unbalanced power-on calls with clock-gating enabledGuennadi Liakhovetski2013-06-062-12/+35
| * mmc: sh_mmcif: don't clear masked interruptsGuennadi Liakhovetski2013-06-061-1/+2
| * mmc: tmio: postpone controller reset during resumeGuennadi Liakhovetski2013-06-062-1/+6
| * mmc: sdhci: Add size for caller in init+registerChristian Daudt2013-05-3111-19/+29
| * mmc: sdhci-pci: support runtime PM for BYT SD cardsAdrian Hunter2013-05-261-0/+2
| * mmc: sdhci-acpi: support runtime PM for ACPI HID 80860F14 SD cardsAdrian Hunter2013-05-261-1/+63
| * mmc: sdhci: add ability to stay runtime-resumed if the card is powered upAdrian Hunter2013-05-261-1/+34
| * mmc: remove unnecessary platform_set_drvdata()Jingoo Han2013-05-2623-40/+0
| * mmc: sdhci-pltfm: Allow drivers to set quirks2 from platform dataAl Cooper2013-05-262-1/+5
| * mmc: atmel-mci: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han2013-05-261-6/+4
| * mmc: sdhi/tmio: add DT DMA supportGuennadi Liakhovetski2013-05-262-14/+19
| * mmc: sdhi/tmio: switch to using dmaengine_slave_config()Guennadi Liakhovetski2013-05-262-17/+41
| * mmc: sdhi/tmio: make DMA filter implementation specificGuennadi Liakhovetski2013-05-262-10/+11
| * mmc: dw_mmc: clear IDSTS register when initialize IDMACJoonyoung Shim2013-05-261-0/+6
| * mmc: core: Fix select power class after resumeFredrik Soderstedt2013-05-261-24/+50
| * mmc: core: Restructure and simplify code for mmc sleep|awakeUlf Hansson2013-05-265-119/+41
| * mmc: core: Support aggressive power management for (e)MMC/SDUlf Hansson2013-05-262-0/+99
| * mmc: block: Enable runtime pm for mmc blkdeviceUlf Hansson2013-05-265-14/+57
| * mmc: core: Add bus_ops for runtime pm callbacksUlf Hansson2013-05-264-3/+32
| * mmc: core: Stop bkops for eMMC only from mmc suspendUlf Hansson2013-05-262-21/+7
| * mmc: mxs-mmc: fix error return code in mxs_mmc_probe()Wei Yongjun2013-05-261-0/+1
| * mmc: dw_mmc: fix error return code in dw_mci_probe()Wei Yongjun2013-05-261-1/+3
| * mmc: card: Adding support for sanitize in eMMC 4.5Maya Erez2013-05-264-22/+69
| * mmc: core: Re-use code for MMC_CAP2_DETECT_ON_ERR in polling modeUlf Hansson2013-05-261-3/+2
| * mmc: core: Only execute tuning for SDR50 and SDR104Fredrik Soderstedt2013-05-262-4/+17
* | Merge tag 'for-3.11-rc1' of git://gitorious.org/linux-pwm/linux-pwmLinus Torvalds2013-07-1015-14/+1198
|\ \
| * | pwm: pwm-tiehrpwm: Use clk_enable/disable instead clk_prepare/unprepare.Marek Belisko2013-06-261-2/+11
| * | pwm: pca9685: Fix wrong argument to set MODE1_SLEEP bitAxel Lin2013-06-261-2/+3
| * | pwm: renesas-tpu: Add MODULE_ALIAS to make module auto loading workAxel Lin2013-06-261-0/+1
| * | pwm: renesas-tpu: fix return value check in tpu_probe()Wei Yongjun2013-06-251-4/+2
| * | pwm: Add Renesas TPU PWM driverLaurent Pinchart2013-06-213-0/+486
| * | pwm: Add sysfs interfaceH Hartley Sweeten2013-06-214-2/+380
| * | pwm: Fill in missing .owner fieldsThierry Reding2013-06-129-0/+9
| * | pwm: add pca9685 driverSteffen Trumtrar2013-06-123-0/+308
| * | pwm: atmel-tcb: prepare clk before calling enableBoris BREZILLON2013-06-121-2/+2
| * | pwm: devm: alloc correct pointer sizeWolfram Sang2013-06-101-2/+2
| * | pwm: mxs: Let device core handle pinctrlFabio Estevam2013-05-271-6/+0