mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [GIT PULL] libata changes for v4.14-rc1
@ 2017-09-05 14:29 Tejun Heo
  2017-09-06 14:46 ` Tejun Heo
  0 siblings, 1 reply; 2+ messages in thread
From: Tejun Heo @ 2017-09-05 14:29 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-ide, Bartlomiej Zolnierkiewicz, Hans de Goede, linux-kernel

Hello, Linus.

Nothing major.  Some new platform controller support and device
specific changes.

Thanks.

The following changes since commit 74cbd96bc2e00f5daa805e2ebf49e998f7045062:

  Merge tag 'md/4.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md (2017-07-18 11:51:08 -0700)

are available in the git repository at:

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

for you to fetch changes up to 687abc0f77c239dc4cc93ea5cd27cfad76ddd038:

  dt-bindings: ata: add DT bindings for MediaTek SATA controller (2017-08-29 07:22:24 -0700)

----------------------------------------------------------------
Andrey Korolyov (1):
      cs5536: add support for IDE controller variant

Julia Lawall (1):
      ata: Drop unnecessary static

Linus Walleij (2):
      ata: sata_gemini: Retire custom pin control
      ata: sata_gemini: Introduce explicit IDE pin control

Nate Watterson (1):
      ata: ahci_platform: Add shutdown handler

Philipp Zabel (1):
      ata: sata_gemini: explicitly request exclusive reset control

Rob Herring (1):
      ata: Convert to using %pOF instead of full_name

Ryder Lee (2):
      ata: mediatek: add support for MediaTek SATA controller
      dt-bindings: ata: add DT bindings for MediaTek SATA controller

Sergei Shtylyov (1):
      pata_octeon_cf: use of_property_read_{bool|u32}()

 Documentation/devicetree/bindings/ata/ahci-mtk.txt |  51 ++++++
 drivers/ata/Kconfig                                |  10 ++
 drivers/ata/Makefile                               |   1 +
 drivers/ata/ahci_mtk.c                             | 196 +++++++++++++++++++++
 drivers/ata/ahci_platform.c                        |   1 +
 drivers/ata/libahci_platform.c                     |  34 ++++
 drivers/ata/pata_amd.c                             |   1 +
 drivers/ata/pata_cs5536.c                          |   1 +
 drivers/ata/pata_octeon_cf.c                       |  10 +-
 drivers/ata/sata_gemini.c                          |  67 +++----
 drivers/ata/sata_svw.c                             |   2 +-
 include/linux/ahci_platform.h                      |   2 +
 include/linux/pci_ids.h                            |   1 +
 13 files changed, 337 insertions(+), 40 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/ata/ahci-mtk.txt
 create mode 100644 drivers/ata/ahci_mtk.c

-- 
tejun

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

* Re: [GIT PULL] libata changes for v4.14-rc1
  2017-09-05 14:29 [GIT PULL] libata changes for v4.14-rc1 Tejun Heo
@ 2017-09-06 14:46 ` Tejun Heo
  0 siblings, 0 replies; 2+ messages in thread
From: Tejun Heo @ 2017-09-06 14:46 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-ide, Bartlomiej Zolnierkiewicz, Hans de Goede, linux-kernel

Hello, Linus.

I added the following two patches to the branch.  The ahci patch fixes
a boot issue, so it needs some prioritizing and I applied the zpodd
one while at it.

 795ef78 libata: zpodd: make arrays cdb static, reduces object code size
 f723fa4 ahci: don't use MSI for devices with the silly Intel NVMe remapping scheme

Except for the ahci fix, nothing major in this pull request.  Some new
platform controller support and device specific changes.

Thanks.

The following changes since commit 74cbd96bc2e00f5daa805e2ebf49e998f7045062:

  Merge tag 'md/4.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md (2017-07-18 11:51:08 -0700)

are available in the git repository at:

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

for you to fetch changes up to 795ef788145ed2fa023efdf11e8d5d7bedc21462:

  libata: zpodd: make arrays cdb static, reduces object code size (2017-09-06 07:40:28 -0700)

----------------------------------------------------------------
Andrey Korolyov (1):
      cs5536: add support for IDE controller variant

Christoph Hellwig (1):
      ahci: don't use MSI for devices with the silly Intel NVMe remapping scheme

Colin Ian King (1):
      libata: zpodd: make arrays cdb static, reduces object code size

Julia Lawall (1):
      ata: Drop unnecessary static

Linus Walleij (2):
      ata: sata_gemini: Retire custom pin control
      ata: sata_gemini: Introduce explicit IDE pin control

Nate Watterson (1):
      ata: ahci_platform: Add shutdown handler

Philipp Zabel (1):
      ata: sata_gemini: explicitly request exclusive reset control

Rob Herring (1):
      ata: Convert to using %pOF instead of full_name

Ryder Lee (2):
      ata: mediatek: add support for MediaTek SATA controller
      dt-bindings: ata: add DT bindings for MediaTek SATA controller

Sergei Shtylyov (1):
      pata_octeon_cf: use of_property_read_{bool|u32}()

 Documentation/devicetree/bindings/ata/ahci-mtk.txt |  51 ++++++
 drivers/ata/Kconfig                                |  10 ++
 drivers/ata/Makefile                               |   1 +
 drivers/ata/ahci.c                                 |   9 +-
 drivers/ata/ahci_mtk.c                             | 196 +++++++++++++++++++++
 drivers/ata/ahci_platform.c                        |   1 +
 drivers/ata/libahci_platform.c                     |  34 ++++
 drivers/ata/libata-zpodd.c                         |   4 +-
 drivers/ata/pata_amd.c                             |   1 +
 drivers/ata/pata_cs5536.c                          |   1 +
 drivers/ata/pata_octeon_cf.c                       |  10 +-
 drivers/ata/sata_gemini.c                          |  67 +++----
 drivers/ata/sata_svw.c                             |   2 +-
 include/linux/ahci_platform.h                      |   2 +
 include/linux/pci_ids.h                            |   1 +
 15 files changed, 347 insertions(+), 43 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/ata/ahci-mtk.txt
 create mode 100644 drivers/ata/ahci_mtk.c

-- 
tejun

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

end of thread, other threads:[~2017-09-06 14:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-05 14:29 [GIT PULL] libata changes for v4.14-rc1 Tejun Heo
2017-09-06 14:46 ` Tejun Heo

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