> On Thu, 3 Sep 2026 09:52:58 +0200, Lorenzo Bianconi > said: > > From: Alex Elder > > > > Add a driver for the GPIO controller embedded in the Toshiba TC9563 > > PCIe switch (and the Qualcomm QPS615). The device implements 35 > > GPIOs using two register banks: three registers control the first 32 > > GPIOs (20 and 21 are reserved) and three more control GPIOs 32-36. > > GPIOs 22-24, 27-28, 31, and 34 are input-only. > > > > The driver is registered as an auxiliary device driver; the TC9563 > > power controller creates the auxiliary device and provides a regmap > > that gives access to the GPIO registers, so the gpio-regmap helpers > > are used to implement the GPIO chip. > > > > Signed-off-by: Alex Elder > > Co-developed-by: Daniel Thompson > > Signed-off-by: Daniel Thompson > > Co-developed-by: Lorenzo Bianconi > > Signed-off-by: Lorenzo Bianconi > > --- > > Looks good to me. What is the merge strategy? If you want Bjorn to take it > through the PCI tree: > > Acked-by: Bartosz Golaszewski Hi Bartosz, thx for the review. I am completely fine if this series goes via pci tree. Regards, Lorenzo