forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'for-3.19-fixes' of git://git.kernel.org/pub/scm/linux/k…
…ernel/git/tj/libata Pull libata fixes from Tejun Heo: - Bartlomiej will be co-maintaining PATA portion of libata. git workflow will stay the same. - sata_sil24 wasn't happy with tag ordered submission. An option to restore the old tag allocation behavior is implemented for sil24. - a very old race condition in PIO host state machine which can trigger BUG fixed. - other driver-specific changes * 'for-3.19-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata: libata: prevent HSM state change race between ISR and PIO libata: allow sata_sil24 to opt-out of tag ordered submission ata: pata_at91: depend on !ARCH_MULTIPLATFORM ahci: Remove Device ID for Intel Sunrise Point PCH ahci: Use dev_info() to inform about the lack of Device Sleep support libata: Whitelist SSDs that are known to properly return zeroes after TRIM sata_dwc_460ex: fix resource leak on error path ata: add MAINTAINERS entry for libata PATA drivers libata: clean up MAINTAINERS entries libata: export ata_get_cmd_descript() ahci_xgene: Fix the DMA state machine lockup for the ATA_CMD_PACKET PIO mode command. ahci_xgene: Fix the endianess issue in APM X-Gene SoC AHCI SATA controller driver.
- Loading branch information
Showing
12 changed files
with
118 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -754,13 +754,6 @@ L: [email protected] | |
S: Maintained | ||
F: drivers/media/i2c/aptina-pll.* | ||
|
||
ARASAN COMPACT FLASH PATA CONTROLLER | ||
M: Viresh Kumar <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
F: include/linux/pata_arasan_cf_data.h | ||
F: drivers/ata/pata_arasan_cf.c | ||
|
||
ARC FRAMEBUFFER DRIVER | ||
M: Jaya Kumar <[email protected]> | ||
S: Maintained | ||
|
@@ -5704,6 +5697,49 @@ F: drivers/lguest/ | |
F: include/linux/lguest*.h | ||
F: tools/lguest/ | ||
|
||
LIBATA SUBSYSTEM (Serial and Parallel ATA drivers) | ||
M: Tejun Heo <[email protected]> | ||
L: [email protected] | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git | ||
S: Maintained | ||
F: drivers/ata/ | ||
F: include/linux/ata.h | ||
F: include/linux/libata.h | ||
|
||
LIBATA PATA ARASAN COMPACT FLASH CONTROLLER | ||
M: Viresh Kumar <[email protected]> | ||
L: [email protected] | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git | ||
S: Maintained | ||
F: include/linux/pata_arasan_cf_data.h | ||
F: drivers/ata/pata_arasan_cf.c | ||
|
||
LIBATA PATA DRIVERS | ||
M: Bartlomiej Zolnierkiewicz <[email protected]> | ||
M: Tejun Heo <[email protected]> | ||
L: [email protected] | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git | ||
S: Maintained | ||
F: drivers/ata/pata_*.c | ||
F: drivers/ata/ata_generic.c | ||
|
||
LIBATA SATA AHCI PLATFORM devices support | ||
M: Hans de Goede <[email protected]> | ||
M: Tejun Heo <[email protected]> | ||
L: [email protected] | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git | ||
S: Maintained | ||
F: drivers/ata/ahci_platform.c | ||
F: drivers/ata/libahci_platform.c | ||
F: include/linux/ahci_platform.h | ||
|
||
LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER | ||
M: Mikael Pettersson <[email protected]> | ||
L: [email protected] | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git | ||
S: Maintained | ||
F: drivers/ata/sata_promise.* | ||
|
||
LIBLOCKDEP | ||
M: Sasha Levin <[email protected]> | ||
S: Maintained | ||
|
@@ -7578,12 +7614,6 @@ W: http://wireless.kernel.org/en/users/Drivers/p54 | |
S: Obsolete | ||
F: drivers/net/wireless/prism54/ | ||
|
||
PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER | ||
M: Mikael Pettersson <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
F: drivers/ata/sata_promise.* | ||
|
||
PS3 NETWORK SUPPORT | ||
M: Geoff Levand <[email protected]> | ||
L: [email protected] | ||
|
@@ -8557,25 +8587,6 @@ S: Maintained | |
F: drivers/misc/phantom.c | ||
F: include/uapi/linux/phantom.h | ||
|
||
SERIAL ATA (SATA) SUBSYSTEM | ||
M: Tejun Heo <[email protected]> | ||
L: [email protected] | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git | ||
S: Supported | ||
F: drivers/ata/ | ||
F: include/linux/ata.h | ||
F: include/linux/libata.h | ||
|
||
SERIAL ATA AHCI PLATFORM devices support | ||
M: Hans de Goede <[email protected]> | ||
M: Tejun Heo <[email protected]> | ||
L: [email protected] | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git | ||
S: Supported | ||
F: drivers/ata/ahci_platform.c | ||
F: drivers/ata/libahci_platform.c | ||
F: include/linux/ahci_platform.h | ||
|
||
SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER | ||
M: Jayamohan Kallickal <[email protected]> | ||
L: [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters