2021-05-31 09:03:08

by Luca Ceresoli

[permalink] [raw]
Subject: [PATCH v2 0/4] PCI: dwc: pci-dra7xx: miscellaneous improvements

This is an series of mixed improvements to the DRA7 PCI controller driver:
allow building as a loadabel module, allow to get and enable a clock and a
small cleanup.

Luca

Luca Ceresoli (4):
PCI: dwc: Export more symbols to allow modular drivers
PCI: dra7xx: Make it a kernel module
PCI: dra7xx: Remove unused include
PCI: dra7xx: Get an optional clock

drivers/pci/controller/dwc/Kconfig | 6 ++---
drivers/pci/controller/dwc/pci-dra7xx.c | 22 +++++++++++++++++--
.../pci/controller/dwc/pcie-designware-ep.c | 1 +
drivers/pci/controller/dwc/pcie-designware.c | 1 +
4 files changed, 25 insertions(+), 5 deletions(-)

--
2.25.1


2021-06-21 14:43:06

by Lorenzo Pieralisi

[permalink] [raw]
Subject: Re: [PATCH v2 0/4] PCI: dwc: pci-dra7xx: miscellaneous improvements

On Mon, May 31, 2021 at 10:59:30AM +0200, Luca Ceresoli wrote:
> This is an series of mixed improvements to the DRA7 PCI controller driver:
> allow building as a loadabel module, allow to get and enable a clock and a
> small cleanup.
>
> Luca
>
> Luca Ceresoli (4):
> PCI: dwc: Export more symbols to allow modular drivers
> PCI: dra7xx: Make it a kernel module
> PCI: dra7xx: Remove unused include
> PCI: dra7xx: Get an optional clock
>
> drivers/pci/controller/dwc/Kconfig | 6 ++---
> drivers/pci/controller/dwc/pci-dra7xx.c | 22 +++++++++++++++++--
> .../pci/controller/dwc/pcie-designware-ep.c | 1 +
> drivers/pci/controller/dwc/pcie-designware.c | 1 +
> 4 files changed, 25 insertions(+), 5 deletions(-)

Hi Kishon,

I'd need your ACK to proceed with this series that looks like it
is ready to go, please let me know.

Thanks,
Lorenzo

2021-08-13 15:55:33

by Lorenzo Pieralisi

[permalink] [raw]
Subject: Re: [PATCH v2 0/4] PCI: dwc: pci-dra7xx: miscellaneous improvements

On Mon, Jun 21, 2021 at 03:41:09PM +0100, Lorenzo Pieralisi wrote:
> On Mon, May 31, 2021 at 10:59:30AM +0200, Luca Ceresoli wrote:
> > This is an series of mixed improvements to the DRA7 PCI controller driver:
> > allow building as a loadabel module, allow to get and enable a clock and a
> > small cleanup.
> >
> > Luca
> >
> > Luca Ceresoli (4):
> > PCI: dwc: Export more symbols to allow modular drivers
> > PCI: dra7xx: Make it a kernel module
> > PCI: dra7xx: Remove unused include
> > PCI: dra7xx: Get an optional clock
> >
> > drivers/pci/controller/dwc/Kconfig | 6 ++---
> > drivers/pci/controller/dwc/pci-dra7xx.c | 22 +++++++++++++++++--
> > .../pci/controller/dwc/pcie-designware-ep.c | 1 +
> > drivers/pci/controller/dwc/pcie-designware.c | 1 +
> > 4 files changed, 25 insertions(+), 5 deletions(-)
>
> Hi Kishon,
>
> I'd need your ACK to proceed with this series that looks like it
> is ready to go, please let me know.

Still need it - please let me know.

Lorenzo

2021-09-20 03:13:49

by Luca Ceresoli

[permalink] [raw]
Subject: Re: [PATCH v2 0/4] PCI: dwc: pci-dra7xx: miscellaneous improvements

Hi Lorenzo, Kishon,

On 13/08/21 17:53, Lorenzo Pieralisi wrote:
> On Mon, Jun 21, 2021 at 03:41:09PM +0100, Lorenzo Pieralisi wrote:
>> On Mon, May 31, 2021 at 10:59:30AM +0200, Luca Ceresoli wrote:
>>> This is an series of mixed improvements to the DRA7 PCI controller driver:
>>> allow building as a loadabel module, allow to get and enable a clock and a
>>> small cleanup.
>>>
>>> Luca
>>>
>>> Luca Ceresoli (4):
>>> PCI: dwc: Export more symbols to allow modular drivers
>>> PCI: dra7xx: Make it a kernel module
>>> PCI: dra7xx: Remove unused include
>>> PCI: dra7xx: Get an optional clock
>>>
>>> drivers/pci/controller/dwc/Kconfig | 6 ++---
>>> drivers/pci/controller/dwc/pci-dra7xx.c | 22 +++++++++++++++++--
>>> .../pci/controller/dwc/pcie-designware-ep.c | 1 +
>>> drivers/pci/controller/dwc/pcie-designware.c | 1 +
>>> 4 files changed, 25 insertions(+), 5 deletions(-)
>>
>> Hi Kishon,
>>
>> I'd need your ACK to proceed with this series that looks like it
>> is ready to go, please let me know.
>
> Still need it - please let me know.
>
> Lorenzo

Should I resend the series?

BTW it still applies cleanly on both the pci next branch and on mainline
master.

--
Luca

2021-09-20 11:51:01

by Kishon Vijay Abraham I

[permalink] [raw]
Subject: Re: [PATCH v2 0/4] PCI: dwc: pci-dra7xx: miscellaneous improvements

On 20/09/21 2:33 am, Luca Ceresoli wrote:
> Hi Lorenzo, Kishon,
>
> On 13/08/21 17:53, Lorenzo Pieralisi wrote:
>> On Mon, Jun 21, 2021 at 03:41:09PM +0100, Lorenzo Pieralisi wrote:
>>> On Mon, May 31, 2021 at 10:59:30AM +0200, Luca Ceresoli wrote:
>>>> This is an series of mixed improvements to the DRA7 PCI controller driver:
>>>> allow building as a loadabel module, allow to get and enable a clock and a
>>>> small cleanup.
>>>>
>>>> Luca
>>>>
>>>> Luca Ceresoli (4):
>>>> PCI: dwc: Export more symbols to allow modular drivers
>>>> PCI: dra7xx: Make it a kernel module
>>>> PCI: dra7xx: Remove unused include
>>>> PCI: dra7xx: Get an optional clock
>>>>
>>>> drivers/pci/controller/dwc/Kconfig | 6 ++---
>>>> drivers/pci/controller/dwc/pci-dra7xx.c | 22 +++++++++++++++++--
>>>> .../pci/controller/dwc/pcie-designware-ep.c | 1 +
>>>> drivers/pci/controller/dwc/pcie-designware.c | 1 +
>>>> 4 files changed, 25 insertions(+), 5 deletions(-)
>>>
>>> Hi Kishon,
>>>
>>> I'd need your ACK to proceed with this series that looks like it
>>> is ready to go, please let me know.
>>
>> Still need it - please let me know.
>>
>> Lorenzo
>
> Should I resend the series?
>
> BTW it still applies cleanly on both the pci next branch and on mainline
> master.

For the series
Acked-by: Kishon Vijay Abraham I <[email protected]>

2021-09-28 09:32:49

by Lorenzo Pieralisi

[permalink] [raw]
Subject: Re: [PATCH v2 0/4] PCI: dwc: pci-dra7xx: miscellaneous improvements

On Sun, Sep 19, 2021 at 11:03:00PM +0200, Luca Ceresoli wrote:
> Hi Lorenzo, Kishon,
>
> On 13/08/21 17:53, Lorenzo Pieralisi wrote:
> > On Mon, Jun 21, 2021 at 03:41:09PM +0100, Lorenzo Pieralisi wrote:
> >> On Mon, May 31, 2021 at 10:59:30AM +0200, Luca Ceresoli wrote:
> >>> This is an series of mixed improvements to the DRA7 PCI controller driver:
> >>> allow building as a loadabel module, allow to get and enable a clock and a
> >>> small cleanup.
> >>>
> >>> Luca
> >>>
> >>> Luca Ceresoli (4):
> >>> PCI: dwc: Export more symbols to allow modular drivers
> >>> PCI: dra7xx: Make it a kernel module
> >>> PCI: dra7xx: Remove unused include
> >>> PCI: dra7xx: Get an optional clock
> >>>
> >>> drivers/pci/controller/dwc/Kconfig | 6 ++---
> >>> drivers/pci/controller/dwc/pci-dra7xx.c | 22 +++++++++++++++++--
> >>> .../pci/controller/dwc/pcie-designware-ep.c | 1 +
> >>> drivers/pci/controller/dwc/pcie-designware.c | 1 +
> >>> 4 files changed, 25 insertions(+), 5 deletions(-)
> >>
> >> Hi Kishon,
> >>
> >> I'd need your ACK to proceed with this series that looks like it
> >> is ready to go, please let me know.
> >
> > Still need it - please let me know.
> >
> > Lorenzo
>
> Should I resend the series?
>
> BTW it still applies cleanly on both the pci next branch and on mainline
> master.

Kishon, please consider ACKing or otherwise comment on this series
to make some progress.

Thanks,
Lorenzo

2021-09-28 09:43:48

by Kishon Vijay Abraham I

[permalink] [raw]
Subject: Re: [PATCH v2 0/4] PCI: dwc: pci-dra7xx: miscellaneous improvements

Hi Lorenzo,

On 28/09/21 3:00 pm, Lorenzo Pieralisi wrote:
> On Sun, Sep 19, 2021 at 11:03:00PM +0200, Luca Ceresoli wrote:
>> Hi Lorenzo, Kishon,
>>
>> On 13/08/21 17:53, Lorenzo Pieralisi wrote:
>>> On Mon, Jun 21, 2021 at 03:41:09PM +0100, Lorenzo Pieralisi wrote:
>>>> On Mon, May 31, 2021 at 10:59:30AM +0200, Luca Ceresoli wrote:
>>>>> This is an series of mixed improvements to the DRA7 PCI controller driver:
>>>>> allow building as a loadabel module, allow to get and enable a clock and a
>>>>> small cleanup.
>>>>>
>>>>> Luca
>>>>>
>>>>> Luca Ceresoli (4):
>>>>> PCI: dwc: Export more symbols to allow modular drivers
>>>>> PCI: dra7xx: Make it a kernel module
>>>>> PCI: dra7xx: Remove unused include
>>>>> PCI: dra7xx: Get an optional clock
>>>>>
>>>>> drivers/pci/controller/dwc/Kconfig | 6 ++---
>>>>> drivers/pci/controller/dwc/pci-dra7xx.c | 22 +++++++++++++++++--
>>>>> .../pci/controller/dwc/pcie-designware-ep.c | 1 +
>>>>> drivers/pci/controller/dwc/pcie-designware.c | 1 +
>>>>> 4 files changed, 25 insertions(+), 5 deletions(-)
>>>>
>>>> Hi Kishon,
>>>>
>>>> I'd need your ACK to proceed with this series that looks like it
>>>> is ready to go, please let me know.
>>>
>>> Still need it - please let me know.
>>>
>>> Lorenzo
>>
>> Should I resend the series?
>>
>> BTW it still applies cleanly on both the pci next branch and on mainline
>> master.
>
> Kishon, please consider ACKing or otherwise comment on this series
> to make some progress.

I had already ACKed this series
https://lore.kernel.org/all/[email protected]/

Anyways I'm adding it here again:
Acked-by: Kishon Vijay Abraham I <[email protected]>

Thank You,
Kishon
>
> Thanks,
> Lorenzo
>

2021-09-30 09:01:01

by Lorenzo Pieralisi

[permalink] [raw]
Subject: Re: [PATCH v2 0/4] PCI: dwc: pci-dra7xx: miscellaneous improvements

On Mon, 31 May 2021 10:59:30 +0200, Luca Ceresoli wrote:
> This is an series of mixed improvements to the DRA7 PCI controller driver:
> allow building as a loadabel module, allow to get and enable a clock and a
> small cleanup.
>
> Luca
>
> Luca Ceresoli (4):
> PCI: dwc: Export more symbols to allow modular drivers
> PCI: dra7xx: Make it a kernel module
> PCI: dra7xx: Remove unused include
> PCI: dra7xx: Get an optional clock
>
> [...]

Applied to pci/dwc, thanks!

[1/4] PCI: dwc: Export more symbols to allow modular drivers
https://git.kernel.org/lpieralisi/pci/c/3a7fb86758
[2/4] PCI: dra7xx: Make it a kernel module
https://git.kernel.org/lpieralisi/pci/c/3b868d150e
[3/4] PCI: dra7xx: Remove unused include
https://git.kernel.org/lpieralisi/pci/c/b9a6943dc8
[4/4] PCI: dra7xx: Get an optional clock
https://git.kernel.org/lpieralisi/pci/c/5af9405397

Thanks,
Lorenzo