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@xxxxxxxxxxxxx/ > > > > 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@xxxxxxxxxxxx> Thanks Logan! Kelvin > > Logan