On Wed, Jun 8, 2022 at 2:18 PM Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> wrote: > > Hi Linux GPIO maintainers, > > Converting IRQ chip to be immutable in Intel GPIO drivers, this is for current, > i.e. v5.19-rcX, cycle. Please pull. > > Thanks, > > With Best Regards, > Andy Shevchenko > > The following changes since commit f2906aa863381afb0015a9eb7fefad885d4e5a56: > > Linux 5.19-rc1 (2022-06-05 17:18:54 -0700) > > are available in the Git repository at: > > git@xxxxxxxxxxxxxxxxxxx:pub/scm/linux/kernel/git/andy/linux-gpio-intel.git tags/intel-gpio-v5.19-2 Pulled into fixes but please use the regular url, not the gitolite one. Bart > > for you to fetch changes up to b93a8b2c5161696e732185311d309e0aaf0575be: > > gpio: dln2: make irq_chip immutable (2022-06-06 14:09:16 +0300) > > ---------------------------------------------------------------- > intel-gpio for v5.19-2 > > * Convert IRQ chips in Diolan and Intel GPIO drivers to be immutable > > The following is an automated git shortlog grouped by driver: > > crystalcove: > - Join function declarations and long lines > - Use specific type and API for IRQ number > - make irq_chip immutable > > dln2: > - make irq_chip immutable > > merrifield: > - make irq_chip immutable > > sch: > - make irq_chip immutable > > wcove: > - make irq_chip immutable > > ---------------------------------------------------------------- > Andy Shevchenko (7): > gpio: crystalcove: make irq_chip immutable > gpio: crystalcove: Use specific type and API for IRQ number > gpio: crystalcove: Join function declarations and long lines > gpio: wcove: make irq_chip immutable > gpio: merrifield: make irq_chip immutable > gpio: sch: make irq_chip immutable > gpio: dln2: make irq_chip immutable > > drivers/gpio/gpio-crystalcove.c | 70 ++++++++++++++++++++++------------------- > drivers/gpio/gpio-dln2.c | 23 ++++++++------ > drivers/gpio/gpio-merrifield.c | 22 ++++++++----- > drivers/gpio/gpio-sch.c | 35 +++++++++++++-------- > drivers/gpio/gpio-wcove.c | 10 ++++-- > 5 files changed, 96 insertions(+), 64 deletions(-) > > -- > With Best Regards, > Andy Shevchenko > >