-
- Downloads
Merge branch 'for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata
Pull libata updates from Tejun Heo: "Nothing too interesting. Several patches to convert mdelay() to usleep_range(), removal of unused pata_at32, and other low level driver specific changes" * 'for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata: ata: pata_pdc2027x: Replace mdelay with msleep ata: pata_it821x: Replace mdelay with usleep_range in it821x_firmware_command ata: sata_mv: Replace mdelay with usleep_range in mv_reset_channel ata: remove pata_at32 phy: brcm-sata: remove unused variable phy: brcm-sata: fix semicolon.cocci warnings ata: ahci_brcm: Recover from failures to identify devices phy: brcm-sata: Implement calibrate callback ahci: Add Intel Cannon Lake PCH-H PCI ID ata_piix: constify pci_bits libata:pata_atiixp: Don't use unconnected secondary port on SB600 ata: ahci_brcm: Avoid clobbering SATA_TOP_CTRL_BUS_CTRL ahci: Allow setting a default LPM policy for mobile chipsets ahci: Add PCI ids for Intel Bay Trail, Cherry Trail and Apollo Lake AHCI ahci: Annotate PCI ids for mobile Intel chipsets as such
No related branches found
No related tags found
Showing
- drivers/ata/Kconfig 19 additions, 9 deletionsdrivers/ata/Kconfig
- drivers/ata/Makefile 0 additions, 1 deletiondrivers/ata/Makefile
- drivers/ata/ahci.c 57 additions, 37 deletionsdrivers/ata/ahci.c
- drivers/ata/ahci.h 3 additions, 0 deletionsdrivers/ata/ahci.h
- drivers/ata/ahci_brcm.c 102 additions, 18 deletionsdrivers/ata/ahci_brcm.c
- drivers/ata/ata_piix.c 1 addition, 1 deletiondrivers/ata/ata_piix.c
- drivers/ata/pata_at32.c 0 additions, 400 deletionsdrivers/ata/pata_at32.c
- drivers/ata/pata_atiixp.c 4 additions, 0 deletionsdrivers/ata/pata_atiixp.c
- drivers/ata/pata_it821x.c 1 addition, 1 deletiondrivers/ata/pata_it821x.c
- drivers/ata/pata_pdc2027x.c 2 additions, 2 deletionsdrivers/ata/pata_pdc2027x.c
- drivers/ata/sata_mv.c 1 addition, 1 deletiondrivers/ata/sata_mv.c
- drivers/phy/broadcom/phy-brcm-sata.c 31 additions, 0 deletionsdrivers/phy/broadcom/phy-brcm-sata.c
Loading
Please register or sign in to comment