On 28 January 2020 at 3:16 pm, Rob Herring wrote:
On Tue, Jan 28, 2020 at 2:01 AM Christian Zigotzky
<chzigot...@xenosoft.de> 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.zolnier...@samsung.com>
(maintainer:LIBATA PATA DRIVERS)
Jens Axboe <ax...@kernel.dk> (maintainer:LIBATA PATA DRIVERS)
linux-...@vger.kernel.org (open list:LIBATA PATA DRIVERS)
linux-ker...@vger.kernel.org (open list)
Thank you!