From: Tejun Heo <tj@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [GIT PULL] libata changes for v4.16-rc1
Date: Tue, 30 Jan 2018 10:16:16 -0800 [thread overview]
Message-ID: <20180130181616.GH1121507@devbig577.frc2.facebook.com> (raw)
Hello, Linus.
Nothing too interesting. Several patches to convert mdelay() to
usleep_range(), removal of unused pata_at32, and other low level
driver specific changes.
Thanks.
The following changes since commit 2dc0b46b5ea30f169b0b272253ea846a5a281731:
libata: sata_down_spd_limit should return if driver has not recorded sstatus speed (2017-12-04 13:57:03 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git for-4.16
for you to fetch changes up to b3506c7ed216dd2db1f06c2845da45018e2c508d:
ata: pata_pdc2027x: Replace mdelay with msleep (2018-01-25 07:28:31 -0800)
----------------------------------------------------------------
Arnd Bergmann (1):
phy: brcm-sata: remove unused variable
Arvind Yadav (1):
ata_piix: constify pci_bits
Corentin Labbe (1):
ata: remove pata_at32
Darren Stevens (1):
libata:pata_atiixp: Don't use unconnected secondary port on SB600
Fengguang Wu (1):
phy: brcm-sata: fix semicolon.cocci warnings
Florian Fainelli (3):
ata: ahci_brcm: Avoid clobbering SATA_TOP_CTRL_BUS_CTRL
phy: brcm-sata: Implement calibrate callback
ata: ahci_brcm: Recover from failures to identify devices
Hans de Goede (3):
ahci: Annotate PCI ids for mobile Intel chipsets as such
ahci: Add PCI ids for Intel Bay Trail, Cherry Trail and Apollo Lake AHCI
ahci: Allow setting a default LPM policy for mobile chipsets
Jia-Ju Bai (3):
ata: sata_mv: Replace mdelay with usleep_range in mv_reset_channel
ata: pata_it821x: Replace mdelay with usleep_range in it821x_firmware_command
ata: pata_pdc2027x: Replace mdelay with msleep
Mika Westerberg (1):
ahci: Add Intel Cannon Lake PCH-H PCI ID
drivers/ata/Kconfig | 28 ++-
drivers/ata/Makefile | 1 -
drivers/ata/ahci.c | 94 ++++----
drivers/ata/ahci.h | 3 +
drivers/ata/ahci_brcm.c | 120 +++++++++--
drivers/ata/ata_piix.c | 2 +-
drivers/ata/pata_at32.c | 400 -----------------------------------
drivers/ata/pata_atiixp.c | 4 +
drivers/ata/pata_it821x.c | 2 +-
drivers/ata/pata_pdc2027x.c | 4 +-
drivers/ata/sata_mv.c | 2 +-
drivers/phy/broadcom/phy-brcm-sata.c | 31 +++
12 files changed, 221 insertions(+), 470 deletions(-)
delete mode 100644 drivers/ata/pata_at32.c
--
tejun
reply other threads:[~2018-01-30 18:16 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180130181616.GH1121507@devbig577.frc2.facebook.com \
--to=tj@kernel.org \
--cc=linux-ide@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome