All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Duje Mihanović" <duje.mihanovic@skole.hr>
To: Andy Shevchenko <andy@kernel.org>
Cc: Daniel Mack <daniel@zonque.org>,
	Haojian Zhuang <haojian.zhuang@gmail.com>,
	Robert Jarzmik <robert.jarzmik@free.fr>,
	Russell King <linux@armlinux.org.uk>,
	Alan Stern <stern@rowland.harvard.edu>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Linus Walleij <linus.walleij@linaro.org>,
	Bartosz Golaszewski <brgl@bgdev.pl>,
	Dmitry Torokhov <dmitry.torokhov@gmail.com>,
	Mark Brown <broonie@kernel.org>,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org,
	linux-gpio@vger.kernel.org, linux-input@vger.kernel.org,
	linux-spi@vger.kernel.org
Subject: Re: [PATCH RFC v5 0/6] ARM: pxa: GPIO descriptor conversions
Date: Thu, 05 Oct 2023 17:52:20 +0200	[thread overview]
Message-ID: <5742527.DvuYhMxLoT@radijator> (raw)
In-Reply-To: <ZR5+XWBmg0I7joOg@smile.fi.intel.com>

On Thursday, October 5, 2023 11:14:05 AM CEST Andy Shevchenko wrote:
> On Wed, Oct 04, 2023 at 04:56:24PM +0200, Duje Mihanović wrote:
> > Hello,
> > 
> > Small series to convert some of the board files in the mach-pxa directory
> > to use the new GPIO descriptor interface.
> > 
> > Most notably, the am200epd, am300epd and Spitz matrix keypad among
> > others are not converted in this series.
> 
> Why is it still RFC?
> I believe it's already good enough to be considered as a real material.
> OTOH "RFT" might make sense. I'm not sure there are any users on the
> planet Earth that have this Sharp device up and running with newest
> kernels.

Will add RFT in an eventual v6.

Regards,
Duje





WARNING: multiple messages have this Message-ID (diff)
From: "Duje Mihanović" <duje.mihanovic@skole.hr>
To: Andy Shevchenko <andy@kernel.org>
Cc: Daniel Mack <daniel@zonque.org>,
	Haojian Zhuang <haojian.zhuang@gmail.com>,
	Robert Jarzmik <robert.jarzmik@free.fr>,
	Russell King <linux@armlinux.org.uk>,
	Alan Stern <stern@rowland.harvard.edu>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Linus Walleij <linus.walleij@linaro.org>,
	Bartosz Golaszewski <brgl@bgdev.pl>,
	Dmitry Torokhov <dmitry.torokhov@gmail.com>,
	Mark Brown <broonie@kernel.org>,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org,
	linux-gpio@vger.kernel.org, linux-input@vger.kernel.org,
	linux-spi@vger.kernel.org
Subject: Re: [PATCH RFC v5 0/6] ARM: pxa: GPIO descriptor conversions
Date: Thu, 05 Oct 2023 17:52:20 +0200	[thread overview]
Message-ID: <5742527.DvuYhMxLoT@radijator> (raw)
In-Reply-To: <ZR5+XWBmg0I7joOg@smile.fi.intel.com>

On Thursday, October 5, 2023 11:14:05 AM CEST Andy Shevchenko wrote:
> On Wed, Oct 04, 2023 at 04:56:24PM +0200, Duje Mihanović wrote:
> > Hello,
> > 
> > Small series to convert some of the board files in the mach-pxa directory
> > to use the new GPIO descriptor interface.
> > 
> > Most notably, the am200epd, am300epd and Spitz matrix keypad among
> > others are not converted in this series.
> 
> Why is it still RFC?
> I believe it's already good enough to be considered as a real material.
> OTOH "RFT" might make sense. I'm not sure there are any users on the
> planet Earth that have this Sharp device up and running with newest
> kernels.

Will add RFT in an eventual v6.

Regards,
Duje





_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2023-10-05 16:11 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-04 14:56 [PATCH RFC v5 0/6] ARM: pxa: GPIO descriptor conversions Duje Mihanović
2023-10-04 14:56 ` [PATCH RFC v5 1/6] ARM: pxa: Convert Spitz OHCI to GPIO descriptors Duje Mihanović
2023-10-06  6:48   ` Bartosz Golaszewski
2023-10-06  6:48     ` Bartosz Golaszewski
2023-10-04 14:56 ` [PATCH RFC v5 2/6] ARM: pxa: Convert Spitz LEDs " Duje Mihanović
2023-10-06  6:50   ` Bartosz Golaszewski
2023-10-06  6:50     ` Bartosz Golaszewski
2023-10-04 14:56 ` [PATCH RFC v5 3/6] ARM: pxa: Convert Spitz CF power control " Duje Mihanović
2023-10-06  6:59   ` Bartosz Golaszewski
2023-10-06  6:59     ` Bartosz Golaszewski
2023-10-04 14:56 ` [PATCH RFC v5 4/6] ARM: pxa: Convert reset driver " Duje Mihanović
2023-10-06  7:07   ` Bartosz Golaszewski
2023-10-06  7:07     ` Bartosz Golaszewski
2023-10-04 14:56 ` [PATCH RFC v5 5/6] ARM: pxa: Convert gumstix Bluetooth " Duje Mihanović
2023-10-06  7:10   ` Bartosz Golaszewski
2023-10-06  7:10     ` Bartosz Golaszewski
2023-10-04 14:56 ` [PATCH RFC v5 6/6] input: ads7846: Move wait_for_sync() logic to driver Duje Mihanović
2023-10-06  7:11   ` Bartosz Golaszewski
2023-10-06  7:11     ` Bartosz Golaszewski
2023-10-05  9:14 ` [PATCH RFC v5 0/6] ARM: pxa: GPIO descriptor conversions Andy Shevchenko
2023-10-05  9:14   ` Andy Shevchenko
2023-10-05 15:52   ` Duje Mihanović [this message]
2023-10-05 15:52     ` Duje Mihanović

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5742527.DvuYhMxLoT@radijator \
    --to=duje.mihanovic@skole.hr \
    --cc=andy@kernel.org \
    --cc=brgl@bgdev.pl \
    --cc=broonie@kernel.org \
    --cc=daniel@zonque.org \
    --cc=dmitry.torokhov@gmail.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=haojian.zhuang@gmail.com \
    --cc=linus.walleij@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=linux-input@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-spi@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=linux@armlinux.org.uk \
    --cc=robert.jarzmik@free.fr \
    --cc=stern@rowland.harvard.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.