mbox series

[0/2] Add Switchtec Gen4 automotive device IDs and a tweak

Message ID 20211119003803.2333-1-kelvin.cao@microchip.com (mailing list archive)
Headers show
Series Add Switchtec Gen4 automotive device IDs and a tweak | expand

Message

Kelvin Cao Nov. 19, 2021, 12:38 a.m. UTC
Hi,

This patchset introduces device IDs for the Switchtec Gen4 automotive
variants and a minor tweak for the MRPC execution.

The first patch adds the device IDs. Patch 2 makes the tweak to improve
the MRPC execution efficiency [1].

This patchset is based on v5.16-rc1.

[1] https://lore.kernel.org/r/20211014141859.11444-1-kelvin.cao@microchip.com/

Thanks,
Kelvin

Kelvin Cao (2):
  Add device IDs for the Gen4 automotive variants
  Declare local array state_names as static

 drivers/pci/quirks.c           |  9 +++++++++
 drivers/pci/switch/switchtec.c | 11 ++++++++++-
 2 files changed, 19 insertions(+), 1 deletion(-)

Comments

Logan Gunthorpe Nov. 19, 2021, 4:49 p.m. UTC | #1
On 2021-11-18 5:38 p.m., Kelvin Cao wrote:
> Hi,
> 
> This patchset introduces device IDs for the Switchtec Gen4 automotive
> variants and a minor tweak for the MRPC execution.
> 
> The first patch adds the device IDs. Patch 2 makes the tweak to improve
> the MRPC execution efficiency [1].
> 
> This patchset is based on v5.16-rc1.
> 
> [1] https://lore.kernel.org/r/20211014141859.11444-1-kelvin.cao@microchip.com/
> 
> Thanks,
> Kelvin
> 
> Kelvin Cao (2):
>   Add device IDs for the Gen4 automotive variants
>   Declare local array state_names as static
> 
>  drivers/pci/quirks.c           |  9 +++++++++
>  drivers/pci/switch/switchtec.c | 11 ++++++++++-
>  2 files changed, 19 insertions(+), 1 deletion(-)

Looks fine to me.

Reviewed-by: Logan Gunthorpe <logang@deltatee.com>

Logan
Bjorn Helgaas Nov. 19, 2021, 6:15 p.m. UTC | #2
On Thu, Nov 18, 2021 at 04:38:01PM -0800, Kelvin Cao wrote:
> Hi,
> 
> This patchset introduces device IDs for the Switchtec Gen4 automotive
> variants and a minor tweak for the MRPC execution.
> 
> The first patch adds the device IDs. Patch 2 makes the tweak to improve
> the MRPC execution efficiency [1].
> 
> This patchset is based on v5.16-rc1.
> 
> [1] https://lore.kernel.org/r/20211014141859.11444-1-kelvin.cao@microchip.com/
> 
> Thanks,
> Kelvin
> 
> Kelvin Cao (2):
>   Add device IDs for the Gen4 automotive variants
>   Declare local array state_names as static
> 
>  drivers/pci/quirks.c           |  9 +++++++++
>  drivers/pci/switch/switchtec.c | 11 ++++++++++-
>  2 files changed, 19 insertions(+), 1 deletion(-)

Applied to pci/switchtec for v5.17, thanks!

I tidied up the subjects for you so they match the style of previous
ones, 7a30ebb9f2a2 ("PCI/switchtec: Add Gen4 device IDs") in
particular:

  bb17b15813ea ("PCI/switchtec: Add Gen4 automotive device IDs")
  b76521f6482d ("PCI/switchtec: Declare local state_names[] as static")
Kelvin Cao Nov. 21, 2021, 6:38 a.m. UTC | #3
On Fri, 2021-11-19 at 09:49 -0700, Logan Gunthorpe wrote:
> EXTERNAL EMAIL: Do not click links or open attachments unless you
> know the content is safe
> 
> On 2021-11-18 5:38 p.m., Kelvin Cao wrote:
> > Hi,
> > 
> > This patchset introduces device IDs for the Switchtec Gen4
> > automotive
> > variants and a minor tweak for the MRPC execution.
> > 
> > The first patch adds the device IDs. Patch 2 makes the tweak to
> > improve
> > the MRPC execution efficiency [1].
> > 
> > This patchset is based on v5.16-rc1.
> > 
> > [1] 
> > https://lore.kernel.org/r/20211014141859.11444-1-kelvin.cao@microchip.com/
> > 
> > Thanks,
> > Kelvin
> > 
> > Kelvin Cao (2):
> >   Add device IDs for the Gen4 automotive variants
> >   Declare local array state_names as static
> > 
> >  drivers/pci/quirks.c           |  9 +++++++++
> >  drivers/pci/switch/switchtec.c | 11 ++++++++++-
> >  2 files changed, 19 insertions(+), 1 deletion(-)
> 
> Looks fine to me.
> 
> Reviewed-by: Logan Gunthorpe <logang@deltatee.com>

Thanks Logan!

Kelvin
> 
> Logan
Kelvin Cao Nov. 21, 2021, 6:40 a.m. UTC | #4
On Fri, 2021-11-19 at 12:15 -0600, Bjorn Helgaas wrote:
> EXTERNAL EMAIL: Do not click links or open attachments unless you
> know the content is safe
> 
> On Thu, Nov 18, 2021 at 04:38:01PM -0800, Kelvin Cao wrote:
> > Hi,
> > 
> > This patchset introduces device IDs for the Switchtec Gen4
> > automotive
> > variants and a minor tweak for the MRPC execution.
> > 
> > The first patch adds the device IDs. Patch 2 makes the tweak to
> > improve
> > the MRPC execution efficiency [1].
> > 
> > This patchset is based on v5.16-rc1.
> > 
> > [1] 
> > https://lore.kernel.org/r/20211014141859.11444-1-kelvin.cao@microchip.com/
> > 
> > Thanks,
> > Kelvin
> > 
> > Kelvin Cao (2):
> >   Add device IDs for the Gen4 automotive variants
> >   Declare local array state_names as static
> > 
> >  drivers/pci/quirks.c           |  9 +++++++++
> >  drivers/pci/switch/switchtec.c | 11 ++++++++++-
> >  2 files changed, 19 insertions(+), 1 deletion(-)
> 
> Applied to pci/switchtec for v5.17, thanks!
> 
> I tidied up the subjects for you so they match the style of previous
> ones, 7a30ebb9f2a2 ("PCI/switchtec: Add Gen4 device IDs") in
> particular:
> 
>   bb17b15813ea ("PCI/switchtec: Add Gen4 automotive device IDs")
>   b76521f6482d ("PCI/switchtec: Declare local state_names[] as
> static")
> 

Thank you Bjorn!

Kelvin