On 28 January 2020 at 3:16 pm, Rob Herring wrote:
On Tue, Jan 28, 2020 at 2:01 AM Christian Zigotzky
<chzigotzky@xxxxxxxxxxx> wrote:
Hi All,
Which mailing list is responsible for the pata_pcmcia driver? We are
using new SanDisk High (>8G) CF cards with this driver [1] and we need
the following line in the file "drivers/ata/pata_pcmcia.c".
+ PCMCIA_DEVICE_MANF_CARD(0x00f1, 0x0101), /* SanDisk High
(>8G) CFA */
Run get_maintainers.pl and it will answer that for you:
$ scripts/get_maintainer.pl -f drivers/ata/pata_pcmcia.c
Bartlomiej Zolnierkiewicz <b.zolnierkie@xxxxxxxxxxx>
(maintainer:LIBATA PATA DRIVERS)
Jens Axboe <axboe@xxxxxxxxx> (maintainer:LIBATA PATA DRIVERS)
linux-ide@xxxxxxxxxxxxxxx (open list:LIBATA PATA DRIVERS)
linux-kernel@xxxxxxxxxxxxxxx (open list)
Thank you!