From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759083AbcEFWYs (ORCPT ); Fri, 6 May 2016 18:24:48 -0400 Received: from mail-yw0-f181.google.com ([209.85.161.181]:35951 "EHLO mail-yw0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758691AbcEFWYq (ORCPT ); Fri, 6 May 2016 18:24:46 -0400 Date: Fri, 6 May 2016 18:24:44 -0400 From: Tejun Heo To: Linus Torvalds Cc: linux-kernel@vger.kernel.org Subject: [GIT PULL] libata fixes for v4.6-rc6 Message-ID: <20160506222444.GD7110@mtj.duckdns.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello, Linus. An ahci driver addition and updates to ahci port enable handling for some platform devices. Thanks. The following changes since commit f55532a0c0b8bb6148f4e07853b876ef73bc69ca: Linux 4.6-rc1 (2016-03-26 16:03:24 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git for-4.6-fixes for you to fetch changes up to 535dac4ab5f42e040e8405b31e309a6b6d4eee57: ata: add AMD Seattle platform driver (2016-04-13 15:14:24 -0400) ---------------------------------------------------------------- Brijesh Singh (1): ata: add AMD Seattle platform driver Srinivas Kandagatla (3): libahci: save port map for forced port map ata: ahci-platform: Add ports-implemented DT bindings. ARM: dts: apq8064: add ahci ports-implemented mask .../devicetree/bindings/ata/ahci-platform.txt | 4 + arch/arm/boot/dts/qcom-apq8064.dtsi | 3 +- drivers/ata/Kconfig | 8 + drivers/ata/Makefile | 1 + drivers/ata/ahci_platform.c | 3 + drivers/ata/ahci_seattle.c | 210 +++++++++++++++++++++ drivers/ata/libahci.c | 1 + 7 files changed, 229 insertions(+), 1 deletion(-) create mode 100644 drivers/ata/ahci_seattle.c -- tejun