linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] libata changes for v4.17-rc1
@ 2018-04-03 14:32 Tejun Heo
  2018-04-04  0:59 ` Linus Torvalds
  0 siblings, 1 reply; 3+ messages in thread
From: Tejun Heo @ 2018-04-03 14:32 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-ide, Hans de Goede, Bartlomiej Zolnierkiewicz, linux-kernel

Hello, Linus.

Nothing too interesting.  The biggest change is refcnting fix for
ata_host - the bug is recent and can only be triggered on controller
hotplug, so very few are hitting it.  There also are a number of
trivial license / error message changes and some hardware specific
changes.

Thanks.

The following changes since commit 0a65e125150c227314dcd561a202a84228398449:

  libata: update documentation for sysfs interfaces (2018-02-13 06:41:02 -0800)

are available in the git repository at:

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

for you to fetch changes up to 027fa4dee935d25cef5994af1b8864eb00dcffac:

  ahci: imx: add the imx8qm ahci sata support (2018-03-29 06:43:55 -0700)

----------------------------------------------------------------
Bartlomiej Zolnierkiewicz (3):
      pata_falcon: clarify license version and use SPDX header
      pata_bk3710: clarify license version and use SPDX header
      ata: add Amiga Gayle PATA controller driver

Colin Ian King (1):
      libata: ensure host is free'd on error exit paths

Kunihiko Hayashi (1):
      ata: ahci-platform: add reset control support

Markus Elfring (7):
      pata_arasan_cf: Delete an error message for a failed memory allocation in arasan_cf_probe()
      pata_arasan_cf: Delete an unnecessary variable initialisation in arasan_cf_probe()
      pata_samsung_cf: Delete an error message for a failed memory allocation in pata_s3c_probe()
      sata_dwc_460ex: Delete an error message for a failed memory allocation in sata_dwc_port_start()
      pata_mpc52xx: Delete an error message for a failed memory allocation in mpc52xx_ata_probe()
      pata_macio: Delete an error message for a failed memory allocation in two functions
      pata_it821x: Delete an error message for a failed memory allocation in it821x_firmware_command()

Preetham Ramchandra (7):
      dt-bindings: Tegra210: add binding documentation
      ata: ahci_tegra: Update initialization sequence
      ata: ahci_tegra: initialize regulators from soc struct
      ata: ahci_tegra: disable devslp for Tegra124
      ata: ahci_tegra: disable DIPM
      ata: ahci_tegra: Add AHCI support for Tegra210
      ata: change Tegra124 to Tegra

Richard Zhu (3):
      ahci: imx: add the imx6qp ahci sata support
      ahci: imx: fix the build warning
      ahci: imx: add the imx8qm ahci sata support

Taras Kondratiuk (1):
      libata: add refcounting to ata_host

 .../devicetree/bindings/ata/ahci-platform.txt      |   1 +
 Documentation/devicetree/bindings/ata/imx-sata.txt |   1 +
 .../bindings/ata/nvidia,tegra124-ahci.txt          |  36 +-
 drivers/ata/Kconfig                                |  16 +-
 drivers/ata/Makefile                               |   1 +
 drivers/ata/ahci.h                                 |   1 +
 drivers/ata/ahci_imx.c                             | 371 ++++++++++++++++++++-
 drivers/ata/ahci_tegra.c                           | 359 +++++++++++++++-----
 drivers/ata/libahci_platform.c                     |  24 +-
 drivers/ata/libata-core.c                          |  46 ++-
 drivers/ata/libata-transport.c                     |   4 +
 drivers/ata/libata.h                               |   2 +
 drivers/ata/pata_arasan_cf.c                       |   6 +-
 drivers/ata/pata_bk3710.c                          |   8 +-
 drivers/ata/pata_falcon.c                          |   8 +-
 drivers/ata/pata_gayle.c                           | 219 ++++++++++++
 drivers/ata/pata_it821x.c                          |   6 +-
 drivers/ata/pata_macio.c                           |  12 +-
 drivers/ata/pata_mpc52xx.c                         |   1 -
 drivers/ata/pata_samsung_cf.c                      |   4 +-
 drivers/ata/sata_dwc_460ex.c                       |   1 -
 include/linux/libata.h                             |   1 +
 include/linux/mfd/syscon/imx6q-iomuxc-gpr.h        |   2 +
 23 files changed, 995 insertions(+), 135 deletions(-)
 create mode 100644 drivers/ata/pata_gayle.c

-- 
tejun

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [GIT PULL] libata changes for v4.17-rc1
  2018-04-03 14:32 [GIT PULL] libata changes for v4.17-rc1 Tejun Heo
@ 2018-04-04  0:59 ` Linus Torvalds
  2018-04-04 17:06   ` Tejun Heo
  0 siblings, 1 reply; 3+ messages in thread
From: Linus Torvalds @ 2018-04-04  0:59 UTC (permalink / raw)
  To: Tejun Heo
  Cc: IDE-ML, Hans de Goede, Bartlomiej Zolnierkiewicz,
	Linux Kernel Mailing List

On Tue, Apr 3, 2018 at 7:32 AM, Tejun Heo <tj@kernel.org> wrote:
>
> The biggest change is refcnting fix for
> ata_host - the bug is recent and can only be triggered on controller
> hotplug, so very few are hitting it.

People hotplug ATA _controllers_?   :-O

As opposed to just the disks a'la eSATA?

I knew of pcmcia ata cards ("People still do pcmcia?"), but didn't
realize it really happened elsewhere.

Regardless, pulled.

              Linus

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [GIT PULL] libata changes for v4.17-rc1
  2018-04-04  0:59 ` Linus Torvalds
@ 2018-04-04 17:06   ` Tejun Heo
  0 siblings, 0 replies; 3+ messages in thread
From: Tejun Heo @ 2018-04-04 17:06 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: IDE-ML, Hans de Goede, Bartlomiej Zolnierkiewicz,
	Linux Kernel Mailing List

On Tue, Apr 03, 2018 at 05:59:04PM -0700, Linus Torvalds wrote:
> People hotplug ATA _controllers_?   :-O
> 
> As opposed to just the disks a'la eSATA?

Heh, yeah, it's surprising.  IIUC, it's people trying pcie hotplug (I
don't know whether they try physically) on SAS controllers on fancy
machines.

Thanks.

-- 
tejun

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-04-04 17:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-03 14:32 [GIT PULL] libata changes for v4.17-rc1 Tejun Heo
2018-04-04  0:59 ` Linus Torvalds
2018-04-04 17:06   ` Tejun Heo

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).