On Fri, Feb 05, 2016 at 02:21:35PM -0600, Bjorn Helgaas wrote: > Hi Simon, > > On Mon, Jan 18, 2016 at 02:09:41PM +0900, Simon Horman wrote: > > this short series adds fallback gen2 and SoC-specific r8a7793 compatibility > > strings to the rcar PCI and rcar-gen2 PCIE drivers. The intention is to > > provide a complete set of compatibility strings for known Gen2 SoCs. > > > > Bjorn, the intention of the revised changelogs for the r8a7793 is to > > address your concerns regarding providing an explanation of why there are > > no driver changes. Please consider taking this series through your tree. > > > > Key Changes between v2 and v3: > > * Enhance changelog to describe why documenting the r8a7793 is necessary > > and sufficient > > * Added acks. > > > > Key Changes between v1 and v2: > > * Include "rcar-" in generic bindings > > > > Simon Horman (4): > > PCI: rcar-gen2: add gen2 fallback compatibility string > > PCI: rcar-gen2: add device tree support for r8a7793 > > PCI: rcar: add gen2 fallback compatibility string > > PCI: rcar: add device tree support for r8a7793 > > > > Documentation/devicetree/bindings/pci/pci-rcar-gen2.txt | 12 ++++++++++-- > > Documentation/devicetree/bindings/pci/rcar-pci.txt | 14 +++++++++++--- > > drivers/pci/host/pci-rcar-gen2.c | 1 + > > drivers/pci/host/pcie-rcar.c | 1 + > > 4 files changed, 23 insertions(+), 5 deletions(-) > > Whew, it took a long time to pound that through my thick skull :) > > I think patches 1 and 3 are already in v4.5-rc1, and I applied patches 2 > and 4 to my for-linus branch as below. Please double-check and make sure > for-linus has everything you want. I'll ask Linus to pull that before > v4.5. Thanks, I checked your for-linus branch and everything seems to be in order.