index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2014-03-25
ata: add new-style AHCI platform driver for DaVinci DA850 AHCI controller
Bartlomiej Zolnierkiewicz
3
-0
/
+124
2014-03-25
ata: move library code from ahci_platform.c to libahci_platform.c
Bartlomiej Zolnierkiewicz
4
-524
/
+549
2014-03-25
ata: ahci_platform: fix ahci_platform_data->suspend method handling
Bartlomiej Zolnierkiewicz
1
-2
/
+9
2014-03-19
libata: remove unused ata_sas_port_async_resume() stub
Dan Williams
1
-3
/
+0
2014-03-19
libata.h: add stub for ata_sas_port_resume
Randy Dunlap
1
-0
/
+3
2014-03-18
libata: async resume
Todd Brandt
1
-1
/
+1
2014-03-18
libata, libsas: kill pm_result and related cleanup
Dan Williams
5
-124
/
+71
2014-03-18
ata: Fix compiler warning with APM X-Gene host controller driver
Loc Ho
1
-1
/
+1
2014-03-17
arm64: Add APM X-Gene SoC AHCI SATA host controller DTS entries
Loc Ho
1
-0
/
+80
2014-03-17
ata: Add APM X-Gene SoC AHCI SATA host controller driver
Loc Ho
3
-0
/
+494
2014-03-17
Documentation: Add documentation for the APM X-Gene SoC SATA host controller ...
Loc Ho
1
-0
/
+76
2014-03-17
arm64: Add APM X-Gene SoC 15Gbps Multi-purpose PHY DTS entries
Loc Ho
1
-0
/
+72
2014-03-17
ata: ahci_sunxi: fix code formatting
Bartlomiej Zolnierkiewicz
1
-22
/
+22
2014-03-17
ata: ahci_sunxi: make ahci_sunxi_resume() static
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2014-03-14
ata: ahci_platform: fix devm_ioremap_resource() return value checking
Bartlomiej Zolnierkiewicz
1
-3
/
+3
2014-03-14
ata: pata_imx: fix devm_ioremap_resource() return value checking
Bartlomiej Zolnierkiewicz
1
-2
/
+2
2014-03-14
ata: ahci_st: remove deprecated struct ahci_platform_data usage
Bartlomiej Zolnierkiewicz
1
-11
/
+9
2014-03-14
ata: ahci_st: build fixes
Bartlomiej Zolnierkiewicz
2
-8
/
+6
2014-03-14
libata: zpodd: eliminate odd_can_poweroff
Aaron Lu
1
-19
/
+2
2014-03-14
libata: acpi: avoid passing NULL to ACPI evaluation method
Aaron Lu
1
-0
/
+1
2014-03-14
libata: zpodd: should depend on PM_RUNTIME
Aaron Lu
1
-1
/
+1
2014-03-14
ata: Fix SC1200 dependencies
Jean Delvare
1
-1
/
+1
2014-03-14
ahci: st: Invoke AHCI Platform Suspend/Resume
Lee Jones
1
-1
/
+5
2014-03-14
ahci: st: Only build for ST-Micro h/w
Lee Jones
1
-0
/
+1
2014-03-14
ahci: st: Utilise ata_platform_remove_one() call
Lee Jones
1
-18
/
+26
2014-03-14
ahci: st: Remove legacy dependencies on PHY
Lee Jones
2
-3
/
+0
2014-03-14
ahci: st: Standardise naming conventions
Lee Jones
2
-4
/
+4
2014-03-14
ahci: st: Add support for ST's SATA IP
Lee Jones
3
-0
/
+249
2014-03-11
pata_legacy: Remove dead code
Silvan Jegen
1
-1
/
+0
2014-03-11
ata: Fix CS55xx dependencies
Jean Delvare
1
-4
/
+4
2014-03-07
libata: end the r-word
Dan Williams
1
-2
/
+3
2014-03-06
ahci_imx: Put #ifdef CONFIG_PM_SLEEP around suspend / resume functions
Hans de Goede
1
-0
/
+2
2014-02-23
ahci_sunxi: Use msleep instead of mdelay
Hans de Goede
1
-3
/
+3
2014-02-22
ahci_platform: Drop unused ahci_platform_data members
Hans de Goede
2
-12
/
+1
2014-02-22
ahci_platform: Drop support for imx53-ahci platform device type
Hans de Goede
1
-40
/
+6
2014-02-22
ahci_platform: Drop support for ahci-strict platform device type
Hans de Goede
1
-11
/
+0
2014-02-22
ata: ahci_platform: runtime resume the device before use
Roger Quadros
2
-0
/
+16
2014-02-22
ata: ahci_platform: Manage SATA PHY
Roger Quadros
2
-2
/
+47
2014-02-22
ata: ahci_platform: Update DT compatible list
Roger Quadros
1
-2
/
+2
2014-02-22
ata: ahci_platform: Add DT compatible for Synopsis DWC AHCI controller
Roger Quadros
1
-0
/
+1
2014-02-22
ahci-imx: Port to library-ised ahci_platform
Hans de Goede
2
-206
/
+134
2014-02-22
ARM: sunxi: Add support for Allwinner SUNXi SoCs sata to ahci_platform
Olliver Schinagl
4
-3
/
+271
2014-02-22
ahci-platform: "Library-ise" suspend / resume functionality
Hans de Goede
2
-15
/
+87
2014-02-22
ahci-platform: "Library-ise" ahci_probe functionality
Hans de Goede
2
-65
/
+137
2014-02-22
ahci-platform: Add enable_ / disable_resources helper functions
Hans de Goede
2
-37
/
+71
2014-02-22
ahci-platform: Add support for an optional regulator for sata-target power
Hans de Goede
3
-2
/
+37
2014-02-22
ahci-platform: Add support for devices with more then 1 clock
Hans de Goede
4
-28
/
+93
2014-02-22
libahci: Allow drivers to override start_engine
Hans de Goede
4
-10
/
+31
2014-02-19
ata: libahci: replace obsolete simple_strtoul() with kstrtouint()
Daeseok Youn
1
-2
/
+3
2014-02-19
ata: libahci: make ahci_pmp_retry_softreset() as static
Daeseok Youn
1
-2
/
+2
[next]