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@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(-) > > 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