From: Nicolas Ferre <nicolas.ferre@microchip.com>
To: Arnd Bergmann <arnd@arndb.de>,
Linus Walleij <linus.walleij@linaro.org>,
Alexandre Belloni <alexandre.belloni@bootlin.com>,
Dominik Brodowski <linux@dominikbrodowski.net>
Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>,
<linux-kernel@vger.kernel.org>,
<linux-arm-kernel@lists.infradead.org>,
Claudiu Beznea <claudiu.beznea@microchip.com>
Subject: Re: [PATCH] pcmcia: at91_cf: switch to using gpiod API
Date: Mon, 26 Sep 2022 17:26:47 +0200 [thread overview]
Message-ID: <c694229c-a4cb-eff7-71cd-e6a5b3be9169@microchip.com> (raw)
In-Reply-To: <CACRpkda8Sdr9B8fXzBOPpmPvFeVjkXDFoA47_pmj-JERJBiDHQ@mail.gmail.com>
On 25/09/2022 at 14:24, Linus Walleij wrote:
> On Sat, Sep 24, 2022 at 4:19 PM Dominik Brodowski
> <linux@dominikbrodowski.net> wrote:
>
>> From: Dominik Brodowski <linux@dominikbrodowski.net>
>> Subject: [PATCH] pcmcia: remove AT91RM9200 Compact Flash driver
>>
>> As noted by Arnd Bergmann, "we used to have three drivers for the same
>> hardware (pcmcia, pata and ide), and only the pcmcia driver remained
>> in the tree after drivers/ide/ was removed and pata_at91 did not get
>> converted to DT". "There is no dts file in tree that actually declares
>> either of them, so chances are that nobody is actually using the CF
>> slot on at91 any more."[1]
>>
>> On this rationale, remove the AT91RM9200 Compact Flash driver, which
>> also assists in reaching "the goal of stopping exporting OF-specific
>> APIs of gpiolib".[2]
>>
>> [1] https://lore.kernel.org/lkml/68c63077-848b-45f5-8aca-ed995391f2b6@www.fastmail.com/
>> [2] https://lore.kernel.org/lkml/Yy6d7TjqzUwGQnQa@penguin/
>>
>> Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
>
> Acked-by: Linus Walleij <linus.walleij@linaro.org>
>
> If someone actually has an AT91 board with this hardware and
> want to be able to use it by converting this driver to device tree,
> this is the time to step up.
Agreed with what was said. If people want reference code to make this
driver revive, git history is there to help.
Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com>
Regards,
Nicolas
--
Nicolas Ferre
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
WARNING: multiple messages have this Message-ID (diff)
From: Nicolas Ferre <nicolas.ferre@microchip.com>
To: Arnd Bergmann <arnd@arndb.de>,
Linus Walleij <linus.walleij@linaro.org>,
Alexandre Belloni <alexandre.belloni@bootlin.com>,
Dominik Brodowski <linux@dominikbrodowski.net>
Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>,
<linux-kernel@vger.kernel.org>,
<linux-arm-kernel@lists.infradead.org>,
Claudiu Beznea <claudiu.beznea@microchip.com>
Subject: Re: [PATCH] pcmcia: at91_cf: switch to using gpiod API
Date: Mon, 26 Sep 2022 17:26:47 +0200 [thread overview]
Message-ID: <c694229c-a4cb-eff7-71cd-e6a5b3be9169@microchip.com> (raw)
In-Reply-To: <CACRpkda8Sdr9B8fXzBOPpmPvFeVjkXDFoA47_pmj-JERJBiDHQ@mail.gmail.com>
On 25/09/2022 at 14:24, Linus Walleij wrote:
> On Sat, Sep 24, 2022 at 4:19 PM Dominik Brodowski
> <linux@dominikbrodowski.net> wrote:
>
>> From: Dominik Brodowski <linux@dominikbrodowski.net>
>> Subject: [PATCH] pcmcia: remove AT91RM9200 Compact Flash driver
>>
>> As noted by Arnd Bergmann, "we used to have three drivers for the same
>> hardware (pcmcia, pata and ide), and only the pcmcia driver remained
>> in the tree after drivers/ide/ was removed and pata_at91 did not get
>> converted to DT". "There is no dts file in tree that actually declares
>> either of them, so chances are that nobody is actually using the CF
>> slot on at91 any more."[1]
>>
>> On this rationale, remove the AT91RM9200 Compact Flash driver, which
>> also assists in reaching "the goal of stopping exporting OF-specific
>> APIs of gpiolib".[2]
>>
>> [1] https://lore.kernel.org/lkml/68c63077-848b-45f5-8aca-ed995391f2b6@www.fastmail.com/
>> [2] https://lore.kernel.org/lkml/Yy6d7TjqzUwGQnQa@penguin/
>>
>> Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
>
> Acked-by: Linus Walleij <linus.walleij@linaro.org>
>
> If someone actually has an AT91 board with this hardware and
> want to be able to use it by converting this driver to device tree,
> this is the time to step up.
Agreed with what was said. If people want reference code to make this
driver revive, git history is there to help.
Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com>
Regards,
Nicolas
--
Nicolas Ferre
next prev parent reply other threads:[~2022-09-26 15:28 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-24 6:04 [PATCH] pcmcia: at91_cf: switch to using gpiod API Dmitry Torokhov
2022-09-24 6:04 ` Dmitry Torokhov
2022-09-24 8:33 ` Arnd Bergmann
2022-09-24 8:33 ` Arnd Bergmann
2022-09-24 11:42 ` Alexandre Belloni
2022-09-24 11:42 ` Alexandre Belloni
2022-09-24 14:17 ` Dominik Brodowski
2022-09-24 14:17 ` Dominik Brodowski
2022-09-25 4:54 ` Dmitry Torokhov
2022-09-25 4:54 ` Dmitry Torokhov
2022-09-25 12:24 ` Linus Walleij
2022-09-25 12:24 ` Linus Walleij
2022-09-26 15:26 ` Nicolas Ferre [this message]
2022-09-26 15:26 ` Nicolas Ferre
2022-09-25 18:09 ` Alexandre Belloni
2022-09-25 18:09 ` Alexandre Belloni
2022-09-25 19:06 ` Arnd Bergmann
2022-09-25 19:06 ` Arnd Bergmann
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=c694229c-a4cb-eff7-71cd-e6a5b3be9169@microchip.com \
--to=nicolas.ferre@microchip.com \
--cc=alexandre.belloni@bootlin.com \
--cc=arnd@arndb.de \
--cc=claudiu.beznea@microchip.com \
--cc=dmitry.torokhov@gmail.com \
--cc=linus.walleij@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@dominikbrodowski.net \
/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.