summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* pata_legacy: Remove dead codeSilvan Jegen2014-03-111-1/+0
* ata: Fix CS55xx dependenciesJean Delvare2014-03-111-4/+4
* libata: end the r-wordDan Williams2014-03-071-2/+3
* ahci_imx: Put #ifdef CONFIG_PM_SLEEP around suspend / resume functionsHans de Goede2014-03-061-0/+2
* ahci_sunxi: Use msleep instead of mdelayHans de Goede2014-02-231-3/+3
* ahci_platform: Drop unused ahci_platform_data membersHans de Goede2014-02-221-9/+1
* ahci_platform: Drop support for imx53-ahci platform device typeHans de Goede2014-02-221-40/+6
* ahci_platform: Drop support for ahci-strict platform device typeHans de Goede2014-02-221-11/+0
* ata: ahci_platform: runtime resume the device before useRoger Quadros2014-02-222-0/+16
* ata: ahci_platform: Manage SATA PHYRoger Quadros2014-02-222-2/+47
* ata: ahci_platform: Add DT compatible for Synopsis DWC AHCI controllerRoger Quadros2014-02-221-0/+1
* ahci-imx: Port to library-ised ahci_platformHans de Goede2014-02-221-204/+127
* ARM: sunxi: Add support for Allwinner SUNXi SoCs sata to ahci_platformOlliver Schinagl2014-02-223-0/+259
* ahci-platform: "Library-ise" suspend / resume functionalityHans de Goede2014-02-221-15/+82
* ahci-platform: "Library-ise" ahci_probe functionalityHans de Goede2014-02-221-65/+123
* ahci-platform: Add enable_ / disable_resources helper functionsHans de Goede2014-02-221-37/+69
* ahci-platform: Add support for an optional regulator for sata-target powerHans de Goede2014-02-222-2/+36
* ahci-platform: Add support for devices with more then 1 clockHans de Goede2014-02-222-28/+88
* libahci: Allow drivers to override start_engineHans de Goede2014-02-224-10/+31
* ata: libahci: replace obsolete simple_strtoul() with kstrtouint()Daeseok Youn2014-02-191-2/+3
* ata: libahci: make ahci_pmp_retry_softreset() as staticDaeseok Youn2014-02-191-2/+2
* ata: CONFIG_ATA is libataRandy Dunlap2014-02-181-2/+2
* pata_imx: Propagate the real error code on platform_get_irq() failureFabio Estevam2014-02-181-2/+2
* pata_imx: Use devm_ioremap_resource() to simplify codeFabio Estevam2014-02-181-7/+2
* ata: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-02-1368-68/+0
* parisc/sti_console: prefer Linux fonts over built-in ROM fontsHelge Deller2014-02-021-1/+1
* Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-02-021-0/+2
|\
| * hwmon: Fix SENSORS_TMP102 dependencies to eliminate build errorsJean Delvare2014-02-021-0/+1
| * hwmon: Fix SENSORS_LM75 dependencies to eliminate build errorsJean Delvare2014-02-021-0/+1
* | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-02-023-6/+14
|\ \ | |/ |/|
| * clocksource: kona: Add basic use of external clockTim Kryger2014-01-311-3/+11
| * drivers: bus: fix CCI driver kcalloc call parameters swapLorenzo Pieralisi2014-01-311-1/+1
| * Merge tag 'mvebu-fixes-3.13-2' of git://git.infradead.org/linux-mvebu into fixesOlof Johansson2014-01-311-2/+2
| |\
| | * ARM: mvebu: fix compilation warning on Armada 370 (i.e. non-SMP)Arnaud Ebalard2014-01-211-2/+2
* | | Merge tag 'staging-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-02-0175-0/+71854
|\ \ \
| * | | staging: r8821ae: Enable build by reverting BROKEN markingLarry Finger2014-01-271-1/+0
| * | | staging: r8821ae: Fix build problemsLarry Finger2014-01-276-12/+17
| * | | Merge branch 'master' into staging-nextGreg Kroah-Hartman2014-01-273025-70076/+161897
| |\ \ \
| * | | | Staging: rtl8812ae: disable due to build errorsStephen Rothwell2014-01-271-0/+1
| * | | | Staging: rtl8821ae: add TODO fileGreg Kroah-Hartman2014-01-231-0/+10
| * | | | Staging: rtl8821ae: removed unused functions and variablesGreg Kroah-Hartman2014-01-234-354/+3
| * | | | Staging: rtl8821ae: rc.c: fix up function prototypesGreg Kroah-Hartman2014-01-231-0/+2
| * | | | Staging: rtl8812ae: Add Realtek 8821 PCI WIFI driverGreg Kroah-Hartman2014-01-2374-0/+72188
* | | | | Revert "PCI: Remove from bus_list and release resources in pci_release_dev()"Rafael J. Wysocki2014-02-012-19/+19
* | | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2014-01-3135-487/+2193
|\ \ \ \ \
| * | | | | target: Fix percpu_ref_put race in transport_lun_remove_cmdNicholas Bellinger2014-01-301-2/+3
| * | | | | target/iscsi: Fix network portal creation raceAndy Grover2014-01-301-13/+21
| * | | | | target: Report bad sector in sense data for DIF errorsSagi Grimberg2014-01-252-0/+18
| * | | | | iscsi-target: Convert gfp_t parameter to task state bitmaskNicholas Bellinger2014-01-254-19/+18
| * | | | | iscsi-target: Fix connection reset hang with percpu_ida_allocNicholas Bellinger2014-01-251-1/+1