Message ID | 20240506142142.4042810-1-andriy.shevchenko@linux.intel.com (mailing list archive) |
---|---|
Headers | show |
Series | PCI: controller: Move to agnostic GPIO API | expand |
On Mon, May 6, 2024 at 4:22 PM Andy Shevchenko <andriy.shevchenko@linux.intel.com> wrote: > In v4: > - added tag (Mani) > - fixed a polarity bug in iMX.6 driver (Linus) Looks good now. The series: Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Perhaps the use of _raw accessors could be avoided in 5/5 by some elaborart polarity quirk but I'm no perfectionist and it can be fixed later. Yours, Linus Walleij
On Tue, May 07, 2024 at 12:03:50PM +0200, Linus Walleij wrote: > On Mon, May 6, 2024 at 4:22 PM Andy Shevchenko > <andriy.shevchenko@linux.intel.com> wrote: > > > In v4: > > - added tag (Mani) > > - fixed a polarity bug in iMX.6 driver (Linus) > > Looks good now. The series: > Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Thank you! > Perhaps the use of _raw accessors could be avoided in 5/5 by some > elaborart polarity quirk but I'm no perfectionist and it can be fixed later. After your comment I was thinking the same, and came to the similar conclusion, we might fix this later as in comparison to iMX.6 case this requires an additional code to be added to gpiolib-of.c.
Hello,
> While at it, remove of_gpio.h leftover from some of the drivers.
Applied to gpio, thank you!
[01/05] PCI: dra7xx: Add missing chained IRQ header inclusion
https://git.kernel.org/pci/pci/c/1d1efd131cc1
[02/05] PCI: aardvark: Remove unused of_gpio.h inclusion
https://git.kernel.org/pci/pci/c/83bf80dc8e2f
[03/05] PCI: dwc: Remove unused of_gpio.h inclusion
https://git.kernel.org/pci/pci/c/8f69a807234b
[04/05] PCI: imx6: Convert to use agnostic GPIO API
https://git.kernel.org/pci/pci/c/7dfa559abc93
[05/05] PCI: kirin: Convert to use agnostic GPIO API
https://git.kernel.org/pci/pci/c/7ca698ff686c
Krzysztof
On Fri, May 17, 2024 at 07:22:34PM +0900, Krzysztof Wilczyński wrote: > Hello, > > > While at it, remove of_gpio.h leftover from some of the drivers. > > Applied to gpio, thank you! Thank you!