summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2014-01-281-2/+1
|\
| * firmware/google: drop 'select EFI' to avoid recursive dependencyArd Biesheuvel2014-01-281-2/+1
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2014-01-285-21/+25
|\ \ | |/ |/|
| * drivers/tty: ehv_bytechan fails to build as a moduleAnton Blanchard2014-01-101-1/+1
| * Merge branch 'merge' into nextBenjamin Herrenschmidt2013-12-301-8/+21
| |\
| * | powerpc/iommu: Update the generic code to use dynamic iommu page sizesAlistair Popple2013-12-301-6/+9
| * | powerpc/iommu: Update constant names to reflect their hardcoded page sizeAlistair Popple2013-12-302-18/+19
| * | powerpc/windfarm: Remove superfluous name castsGeert Uytterhoeven2013-12-052-2/+2
* | | Merge tag 'pwm/for-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-01-2711-39/+474
|\ \ \
| * | | pwm: tiecap: Remove duplicate put_sync callSourav Poddar2014-01-231-1/+0
| * | | pwm: tiehrpwm: use dev_err() instead of pr_err()Jingoo Han2013-12-201-2/+2
| * | | pwm: pxa: remove unnecessary space before tabsJingoo Han2013-12-201-1/+1
| * | | pwm: ep93xx: split module author namesJingoo Han2013-12-201-2/+2
| * | | pwm: use seq_puts() instead of seq_printf()Jingoo Han2013-12-201-3/+3
| * | | pwm: atmel-pwm: Do not unprepare clock after successful registrationBo Shen2013-12-201-0/+2
| * | | pwm: atmel-pwm: Add Atmel PWM controller driverBo Shen2013-12-173-0/+403
| * | | backlight: pwm_bl: Remove error message upon devm_kzalloc() failureFabio Estevam2013-12-171-1/+0
| * | | pwm: pca9685: depends on I2C rather than REGMAP_I2CAxel Lin2013-12-171-1/+2
| * | | pwm: renesas-tpu: Enable driver compilation with COMPILE_TESTLaurent Pinchart2013-12-121-1/+1
| * | | pwm: jz4740: Use devm_clk_get()Lars-Peter Clausen2013-12-121-17/+3
| * | | pwm: jz4740: Pass device to clk_get()Lars-Peter Clausen2013-12-121-1/+1
| * | | pwm: sysfs: Convert to use ATTRIBUTE_GROUPS macroAxel Lin2013-12-041-10/+2
| * | | pwm: pxa: Add device tree supportMike Dunn2013-12-041-0/+53
* | | | Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-01-273-14/+22
|\ \ \ \
| * | | | firewire: Enable remote DMA above 4 GBStefan Richter2014-01-203-6/+11
| * | | | firewire: ohci: Turn remote DMA support into a module parameterLubomir Rintel2014-01-121-8/+11
* | | | | Merge tag 'mmc-updates-for-3.14-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-01-2629-337/+1249
|\ \ \ \ \
| * | | | | mmc: sdhci-pci: Fix possibility of chip->fixes being nullAdrian Hunter2014-01-231-1/+2
| * | | | | mmc: sdhci-pci: Fix BYT sd card getting stuck in runtime suspendAdrian Hunter2014-01-202-0/+11
| * | | | | mmc: sdhci: Allow for long command timeoutsAdrian Hunter2014-01-201-1/+6
| * | | | | mmc: sdio: add a quirk for broken SDIO_CCCR_INTx pollingBing Zhao2014-01-182-0/+19
| * | | | | mmc: sdhci: fix lockdep error in tuning routineAisheng Dong2014-01-181-13/+7
| * | | | | mmc: dw_mmc: k3: remove clk_tableZhangfei Gao2014-01-171-39/+2
| * | | | | mmc: dw_mmc: fix dw_mci_get_cdZhangfei Gao2014-01-171-3/+9
| * | | | | mmc: dw_mmc: fix sparse non static symbol warningWei Yongjun2014-01-141-1/+1
| * | | | | mmc: sdhci-esdhc-imx: fix warning during module remove functionDong Aisheng2014-01-131-3/+5
| * | | | | mmc: sdhci-esdhc-imx: fix access hardirq-unsafe lock in atomic contextDong Aisheng2014-01-131-7/+5
| * | | | | mmc: core: sd: implement proper support for sd3.0 au sizesWolfram Sang2014-01-131-15/+22
| * | | | | mmc: atmel-mci: add vmmc-supply supportAlexandre Belloni2014-01-131-0/+7
| * | | | | mmc: sdhci-pci: add broken HS200 quirk for Intel MerrifieldDavid Cohen2014-01-131-0/+1
| * | | | | mmc: sdhci: add quirk for broken HS200 supportDavid Cohen2014-01-131-1/+2
| * | | | | mmc: arasan: Add driver for Arasan SDHCISoren Brinkmann2014-01-133-0/+237
| * | | | | mmc: dw_mmc: add dw_mmc-k3 for k3 platformZhangfei Gao2014-01-133-0/+143
| * | | | | mmc: dw_mmc: use slot-gpio to handle cd pinZhangfei Gao2014-01-131-13/+35
| * | | | | mmc: sdhci-pci: add support of O2Micro/BayHubTech SD hostsAdam Lee2014-01-134-60/+439
| * | | | | mmc: sdhci-pci: break out definitions to header fileAdam Lee2014-01-132-73/+78
| * | | | | mmc: tmio: fixup compile errorKuninori Morimoto2014-01-131-1/+1
| * | | | | mmc: sh_mmcif: Enable driver compilation with COMPILE_TESTLaurent Pinchart2014-01-131-1/+2
| * | | | | mmc: sdhi: Enable driver compilation with COMPILE_TESTLaurent Pinchart2014-01-131-1/+2
| * | | | | mmc: tegra: add support for Tegra124Stephen Warren2014-01-131-0/+1