From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Date: Fri, 01 Jul 2016 01:43:30 +0000 Subject: Re: [PATCH v4 12/22] sh: Add PCI host bridge driver for SH7751 Message-Id: <20160701014330.GA27839@rob-hp-laptop> List-Id: References: <1467207667-15768-1-git-send-email-ysato@users.sourceforge.jp> <1467207667-15768-13-git-send-email-ysato@users.sourceforge.jp> In-Reply-To: <1467207667-15768-13-git-send-email-ysato@users.sourceforge.jp> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Yoshinori Sato Cc: devicetree@vger.kernel.org, linux-pci@vger.kernel.org, linux-sh@vger.kernel.org, linux-kernel@vger.kernel.org On Wed, Jun 29, 2016 at 10:40:57PM +0900, Yoshinori Sato wrote: > This is an alternative SH7751 PCI driver. > Existing driver (arch/sh/drivers/pci/pci-sh7751) uses SH specific interface. > But this driver uses common PCI interface. It is more modern and generic. > > Changes v4 > Add reg description. > > Signed-off-by: Yoshinori Sato > --- > .../devicetree/bindings/pci/sh7751-pci.txt | 37 +++ Acked-by: Rob Herring > arch/sh/boards/Kconfig | 1 + > arch/sh/drivers/Makefile | 2 + > arch/sh/include/asm/io.h | 6 + > drivers/pci/host/Kconfig | 7 + > drivers/pci/host/Makefile | 1 + > drivers/pci/host/pci-sh7751.c | 326 +++++++++++++++++++++ > 7 files changed, 380 insertions(+) > create mode 100644 Documentation/devicetree/bindings/pci/sh7751-pci.txt > create mode 100644 drivers/pci/host/pci-sh7751.c From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752147AbcGABnf (ORCPT ); Thu, 30 Jun 2016 21:43:35 -0400 Received: from mail-qk0-f193.google.com ([209.85.220.193]:36426 "EHLO mail-qk0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751830AbcGABnd (ORCPT ); Thu, 30 Jun 2016 21:43:33 -0400 Date: Thu, 30 Jun 2016 20:43:30 -0500 From: Rob Herring To: Yoshinori Sato Cc: devicetree@vger.kernel.org, linux-pci@vger.kernel.org, linux-sh@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v4 12/22] sh: Add PCI host bridge driver for SH7751 Message-ID: <20160701014330.GA27839@rob-hp-laptop> References: <1467207667-15768-1-git-send-email-ysato@users.sourceforge.jp> <1467207667-15768-13-git-send-email-ysato@users.sourceforge.jp> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1467207667-15768-13-git-send-email-ysato@users.sourceforge.jp> 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 On Wed, Jun 29, 2016 at 10:40:57PM +0900, Yoshinori Sato wrote: > This is an alternative SH7751 PCI driver. > Existing driver (arch/sh/drivers/pci/pci-sh7751) uses SH specific interface. > But this driver uses common PCI interface. It is more modern and generic. > > Changes v4 > Add reg description. > > Signed-off-by: Yoshinori Sato > --- > .../devicetree/bindings/pci/sh7751-pci.txt | 37 +++ Acked-by: Rob Herring > arch/sh/boards/Kconfig | 1 + > arch/sh/drivers/Makefile | 2 + > arch/sh/include/asm/io.h | 6 + > drivers/pci/host/Kconfig | 7 + > drivers/pci/host/Makefile | 1 + > drivers/pci/host/pci-sh7751.c | 326 +++++++++++++++++++++ > 7 files changed, 380 insertions(+) > create mode 100644 Documentation/devicetree/bindings/pci/sh7751-pci.txt > create mode 100644 drivers/pci/host/pci-sh7751.c