linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Tejun Heo <tj@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Hans de Goede <hdegoede@redhat.com>,
	linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [GIT PULL] libata changes for v4.19-rc1
Date: Fri, 24 Aug 2018 11:53:56 -0700	[thread overview]
Message-ID: <20180824185356.GY3978217@devbig004.ftw2.facebook.com> (raw)

Hello, again.

Nothing too interesting.  Mostly ahci and ahci_platform changes, many
around power management.

Thanks.

The following changes since commit 9ffc59d57228d74809700be6f7ecb1db10292f05:

  Merge tag '4.18-rc1-more-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6 (2018-06-18 14:28:19 +0900)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git for-4.19

for you to fetch changes up to 2d17f460c5d79fa9fc794e813377f3276acf81ce:

  ata: ahci_platform: enable to get and control reset (2018-08-22 08:08:28 -0700)

----------------------------------------------------------------
Corentin Labbe (4):
      ata: ahci_platform: correct parameter documentation for ahci_platform_shutdown
      ata: ahci_platform: convert kzallloc to kcalloc
      ata: ahci_platform: convert kcalloc to devm_kcalloc
      Revert "ata: ahci_platform: convert kcalloc to devm_kcalloc"

Geert Uytterhoeven (2):
      ata: sata_rcar: Provide a short-hand for &pdev->dev
      ata: sata_rcar: Add rudimentary Runtime PM support

Kunihiko Hayashi (3):
      ata: add an extra argument to ahci_platform_get_resources()
      ata: libahci_platform: add reset control support
      ata: ahci_platform: enable to get and control reset

Masaharu Hayakawa (1):
      ata: sata_rcar: exclude setting of PHY registers in Gen3

Paul Menzel (2):
      ata: Guard ata_scsi_dump_cdb() by ATA_VERBOSE_DEBUG
      ata: Only output sg element mapped number in verbose debug

Samuel Morris (2):
      ata: ahci: rpm_put port on port_stop to match rpm_get in port_start
      ata: ahci_platform: allow disabling of hotplug to save power

Sebastian Andrzej Siewior (1):
      libata: remove ata_sff_data_xfer_noirq()

Srinivas Pandruvada (4):
      ata: ahci: Support state with min power but Partial low power state
      ata: ahci: Enable DEVSLP by default on x86 with SLP_S0
      ata: libahci: Correct setting of DEVSLP register
      ata: libahci: Allow reconfigure of DEVSLP register

Tejun Heo (1):
      Revert "ata: ahci_platform: allow disabling of hotplug to save power"

Wolfram Sang (2):
      ata: sata_rcar: really mask all interrupts on Gen2 and later
      ata: sata_rcar: Add r8a77965 support

 .../devicetree/bindings/ata/ahci-platform.txt      |  1 +
 .../devicetree/bindings/ata/sata_rcar.txt          |  1 +
 Documentation/driver-api/libata.rst                |  3 +-
 drivers/ata/ahci.c                                 | 38 +++++++++--
 drivers/ata/ahci.h                                 |  1 +
 drivers/ata/ahci_brcm.c                            |  2 +-
 drivers/ata/ahci_ceva.c                            |  2 +-
 drivers/ata/ahci_da850.c                           |  2 +-
 drivers/ata/ahci_dm816.c                           |  2 +-
 drivers/ata/ahci_imx.c                             |  2 +-
 drivers/ata/ahci_mtk.c                             |  2 +-
 drivers/ata/ahci_mvebu.c                           |  2 +-
 drivers/ata/ahci_platform.c                        |  3 +-
 drivers/ata/ahci_qoriq.c                           |  2 +-
 drivers/ata/ahci_seattle.c                         |  2 +-
 drivers/ata/ahci_st.c                              |  2 +-
 drivers/ata/ahci_sunxi.c                           |  2 +-
 drivers/ata/ahci_tegra.c                           |  2 +-
 drivers/ata/ahci_xgene.c                           |  2 +-
 drivers/ata/libahci.c                              | 27 +++++---
 drivers/ata/libahci_platform.c                     | 49 ++++++++++----
 drivers/ata/libata-core.c                          |  3 +-
 drivers/ata/libata-scsi.c                          |  5 +-
 drivers/ata/libata-sff.c                           | 30 ---------
 drivers/ata/pata_cmd640.c                          |  2 +-
 drivers/ata/pata_icside.c                          |  2 +-
 drivers/ata/pata_imx.c                             |  2 +-
 drivers/ata/pata_legacy.c                          |  6 +-
 drivers/ata/pata_palmld.c                          |  2 +-
 drivers/ata/pata_pcmcia.c                          |  2 +-
 drivers/ata/pata_platform.c                        |  2 +-
 drivers/ata/pata_via.c                             |  2 +-
 drivers/ata/sata_rcar.c                            | 76 +++++++++++-----------
 include/linux/ahci_platform.h                      |  4 +-
 include/linux/libata.h                             |  5 +-
 35 files changed, 166 insertions(+), 126 deletions(-)

-- 
tejun

                 reply	other threads:[~2018-08-24 18:54 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=20180824185356.GY3978217@devbig004.ftw2.facebook.com \
    --to=tj@kernel.org \
    --cc=hdegoede@redhat.com \
    --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;
as well as URLs for NNTP newsgroup(s).