linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* gpio-exar: Why filtering out Commtech devices?
@ 2017-05-21 11:46 Jan Kiszka
  2017-05-21 20:08 ` Sudip Mukherjee
  0 siblings, 1 reply; 8+ messages in thread
From: Jan Kiszka @ 2017-05-21 11:46 UTC (permalink / raw)
  To: Sudip Mukherjee; +Cc: Linux Kernel Mailing List, linux-serial, linux-gpio

Hi Sudip,

why do we carry

	if (pcidev->vendor != PCI_VENDOR_ID_EXAR)
		return -ENODEV;

in gpio_exar_probe? This effectively prevents that

	EXAR_DEVICE(COMMTECH, COMMTECH_4222PCIE, pbn_exar_XR17V35x),
	EXAR_DEVICE(COMMTECH, COMMTECH_4224PCIE, pbn_exar_XR17V35x),
	EXAR_DEVICE(COMMTECH, COMMTECH_4228PCIE, pbn_exar_XR17V35x),

gain GPIO support. Do those devices lack access to the pins? Or can we
drop the filter. I don't have access to those devices, just wondering
because the code is not explaining the reason.

Jan

-- 
Siemens AG, Corporate Technology, CT RDA ITP SES-DE
Corporate Competence Center Embedded Linux

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2017-05-23 21:16 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-21 11:46 gpio-exar: Why filtering out Commtech devices? Jan Kiszka
2017-05-21 20:08 ` Sudip Mukherjee
2017-05-22  5:48   ` Jan Kiszka
2017-05-22  5:51     ` Jan Kiszka
     [not found]       ` <CAPpjZG9MGDzS0Bu2c6M-Pob5JkzeAptDu8QNnDJETinCenee0w@mail.gmail.com>
2017-05-22 16:24         ` Jan Kiszka
2017-05-22 18:18           ` Jan Kiszka
     [not found]             ` <CAPpjZG_HPFqKzf+7rBxM27TJcZJ4+vfUYSPChifM-JTN7ekTOA@mail.gmail.com>
2017-05-23 15:05               ` Jan Kiszka
     [not found]                 ` <CAPpjZG953JHZWt8UzgEmYurSMh9o1v5HvxmO+4FD41M92GA-Ww@mail.gmail.com>
2017-05-23 21:16                   ` Jan Kiszka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).