Re: [PATCH v2 00/15] PCI: rockchip: Cleanups against v10

2016-09-03 Thread Bjorn Helgaas
On Sat, Sep 03, 2016 at 11:34:19AM -0500, Bjorn Helgaas wrote: > On Sat, Sep 03, 2016 at 10:37:24AM +0800, Shawn Lin wrote: > > Hi Bjorn, > > > > On 2016/9/2 23:53, Bjorn Helgaas wrote: > > >These are cleanups against 2098142ae87d, the current pci/host-rockchip > > >head in my tree. > > > > > >

Re: [PATCH v2 00/15] PCI: rockchip: Cleanups against v10

2016-09-03 Thread Bjorn Helgaas
On Sat, Sep 03, 2016 at 11:34:19AM -0500, Bjorn Helgaas wrote: > On Sat, Sep 03, 2016 at 10:37:24AM +0800, Shawn Lin wrote: > > Hi Bjorn, > > > > On 2016/9/2 23:53, Bjorn Helgaas wrote: > > >These are cleanups against 2098142ae87d, the current pci/host-rockchip > > >head in my tree. > > > > > >

Re: [PATCH v2 00/15] PCI: rockchip: Cleanups against v10

2016-09-03 Thread Bjorn Helgaas
On Sat, Sep 03, 2016 at 10:37:24AM +0800, Shawn Lin wrote: > Hi Bjorn, > > On 2016/9/2 23:53, Bjorn Helgaas wrote: > >These are cleanups against 2098142ae87d, the current pci/host-rockchip > >head in my tree. > > > > Thanks so much for you to help clean up this driver, since I think > it should

Re: [PATCH v2 00/15] PCI: rockchip: Cleanups against v10

2016-09-03 Thread Bjorn Helgaas
On Sat, Sep 03, 2016 at 10:37:24AM +0800, Shawn Lin wrote: > Hi Bjorn, > > On 2016/9/2 23:53, Bjorn Helgaas wrote: > >These are cleanups against 2098142ae87d, the current pci/host-rockchip > >head in my tree. > > > > Thanks so much for you to help clean up this driver, since I think > it should

Re: [PATCH v2 00/15] PCI: rockchip: Cleanups against v10

2016-09-02 Thread Shawn Lin
Hi Bjorn, On 2016/9/2 23:53, Bjorn Helgaas wrote: These are cleanups against 2098142ae87d, the current pci/host-rockchip head in my tree. Thanks so much for you to help clean up this driver, since I think it should be my duty to take over this. Hope not too late for me to help your

Re: [PATCH v2 00/15] PCI: rockchip: Cleanups against v10

2016-09-02 Thread Shawn Lin
Hi Bjorn, On 2016/9/2 23:53, Bjorn Helgaas wrote: These are cleanups against 2098142ae87d, the current pci/host-rockchip head in my tree. Thanks so much for you to help clean up this driver, since I think it should be my duty to take over this. Hope not too late for me to help your

[PATCH v2 00/15] PCI: rockchip: Cleanups against v10

2016-09-02 Thread Bjorn Helgaas
These are cleanups against 2098142ae87d, the current pci/host-rockchip head in my tree. Changes from v1: - Rework HIWORD_UPDATE - Remove duplicate CSR definitions - Move CSR block offset from read/write caller to CSR definition - Organize CSRs into logical blocks - Fix some

[PATCH v2 00/15] PCI: rockchip: Cleanups against v10

2016-09-02 Thread Bjorn Helgaas
These are cleanups against 2098142ae87d, the current pci/host-rockchip head in my tree. Changes from v1: - Rework HIWORD_UPDATE - Remove duplicate CSR definitions - Move CSR block offset from read/write caller to CSR definition - Organize CSRs into logical blocks - Fix some