-
- Downloads
Merge branch 'for-4.5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata
Pull libata fixes from Tejun Heo: "Assorted fixes for libata drivers. - Turns out HDIO_GET_32BIT ioctl was subtly broken all along. - Recent update to ahci external port handling was incorrectly marking hotpluggable ports as external making userland handle devices connected to those ports incorrectly. - ahci_xgene needs its own irq handler to work around a hardware erratum. libahci updated to allow irq handler override. - Misc driver specific updates" * 'for-4.5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata: ata: ahci: don't mark HotPlugCapable Ports as external/removable ahci: Workaround for ThunderX Errata#22536 libata: Align ata_device's id on a cacheline Adding Intel Lewisburg device IDs for SATA pata-rb532-cf: get rid of the irq_to_gpio() call libata: fix HDIO_GET_32BIT ioctl ahci_xgene: Implement the workaround to fix the missing of the edge interrupt for the HOST_IRQ_STAT. ata: Remove the AHCI_HFLAG_EDGE_IRQ support from libahci. libahci: Implement the capability to override the generic ahci interrupt handler.
Showing
- drivers/ata/ahci.c 49 additions, 0 deletionsdrivers/ata/ahci.c
- drivers/ata/ahci.h 3 additions, 2 deletionsdrivers/ata/ahci.h
- drivers/ata/ahci_xgene.c 84 additions, 1 deletiondrivers/ata/ahci_xgene.c
- drivers/ata/libahci.c 17 additions, 46 deletionsdrivers/ata/libahci.c
- drivers/ata/libata-scsi.c 5 additions, 6 deletionsdrivers/ata/libata-scsi.c
- drivers/ata/pata_rb532_cf.c 10 additions, 1 deletiondrivers/ata/pata_rb532_cf.c
- include/linux/ata.h 2 additions, 2 deletionsinclude/linux/ata.h
- include/linux/libata.h 1 addition, 1 deletioninclude/linux/libata.h
Loading
Please register or sign in to comment