Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751917AbaBNFkm (ORCPT ); Fri, 14 Feb 2014 00:40:42 -0500 Received: from mail-la0-f51.google.com ([209.85.215.51]:50811 "EHLO mail-la0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751242AbaBNFkl (ORCPT ); Fri, 14 Feb 2014 00:40:41 -0500 MIME-Version: 1.0 In-Reply-To: <52FCBBEA.70300@codethink.co.uk> References: <20140213030302.10398.37322.sendpatchset@w520> <52FCBBEA.70300@codethink.co.uk> Date: Fri, 14 Feb 2014 14:40:39 +0900 Message-ID: Subject: Re: [PATCH 00/08] PCI: rcar: Recent driver patches from Ben Dooks and me From: Magnus Damm To: Ben Dooks Cc: linux-pci@vger.kernel.org, "Simon Horman [Horms]" , SH-Linux , linux-kernel , Valentine Barshak , Geert Uytterhoeven , Bjorn Helgaas Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Feb 13, 2014 at 9:34 PM, Ben Dooks wrote: > On 13/02/14 03:03, Magnus Damm wrote: >> >> PCI: rcar: Recent driver patches from Ben Dooks and me >> >> [PATCH 01/08] PCI: rcar: check platform_get_irq() return code >> [PATCH v2 02/08] PCI: rcar: add error interrupt handling >> [PATCH 03/08] PCI: rcar: fix bridge logic configuration accesses >> [PATCH v2 04/08] PCI: rcar: Register each instance independently >> [PATCH v2 05/08] PCI: rcar: Break out window size handling >> [PATCH v2 06/08] PCI: rcar: Add DMABOUNCE support >> [PATCH 07/08] PCI: rcar: Enable BOUNCE in case of HIGHMEM >> [PATCH 08/08] PCI: rcar: Make the Kconfig dependencies more generic >> >> These patches update the pci-rcar-gen2.c driver with patches from >> Ben Dooks and me. The first 3 are written by Ben (thanks!) and are >> included here to show what I would like to have merged and what I >> rebased my patches on. The following 4 are updated versions of >> >> [PATCH 00/04] PCI: rcar: Driver model and physical address space update >> >> The final patch is a new one that fixes up the Kconfig dependencies. > > > Thanks. Is there any chance of getting this driver device-tree > enabled too? I think so! The DT bindings proposed by you looked good for this device. The only question is how to handle the PHY hardware in a sane way. The PHY is the central problematic point so to say, since it ties these PCI USB2.0 devices together with USBHS and for some SoCs USB 3.0 as well. I'm thinking of something along these lines: 1) To use DT to describe the full hardware topology 2) Enable all or some device drivers in the kernel configuration 3) Have a sane default but use the bind interface to reassign driver-to-port configuration. What is your intended use case? Thanks, / magnus -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/