linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] add i2c controlled qixis driver
@ 2019-01-30 11:34 Pankaj Bansal
  2019-01-30 11:34 ` [PATCH v2 1/2] dt-bindings: soc: fsl: Document Qixis FPGA usage Pankaj Bansal
  2019-01-30 11:34 ` [PATCH v2 2/2] fsl: add i2c controlled qixis driver Pankaj Bansal
  0 siblings, 2 replies; 3+ messages in thread
From: Pankaj Bansal @ 2019-01-30 11:34 UTC (permalink / raw)
  To: Leo Li
  Cc: Pankaj Bansal, linuxppc-dev@lists.ozlabs.org, Varun Sethi,
	linux-arm-kernel@lists.infradead.org

FPGA on LX2160AQDS/LX2160ARDB connected on I2C bus, so add qixis
driver which is basically an i2c client driver to control FPGA.

This driver is essential to control MDIO mux multiplexing.

This driver is dependent on below patches:
https://www.mail-archive.com/netdev@vger.kernel.org/msg281274.html

V1 of this series:
https://patchwork.kernel.org/cover/10627297/

Cc: Varun Sethi <V.Sethi@nxp.com>

Pankaj Bansal (2):
  dt-bindings: soc: fsl: Document Qixis FPGA usage
  fsl: add i2c controlled qixis driver

 .../bindings/soc/fsl/qixis_ctrl.txt           |  33 +++++
 drivers/soc/fsl/Kconfig                       |   8 ++
 drivers/soc/fsl/Makefile                      |   1 +
 drivers/soc/fsl/qixis_ctrl.c                  | 121 ++++++++++++++++++
 4 files changed, 163 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/soc/fsl/qixis_ctrl.txt
 create mode 100644 drivers/soc/fsl/qixis_ctrl.c

-- 
2.17.1


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

end of thread, other threads:[~2019-01-30 11:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-30 11:34 [PATCH v2 0/2] add i2c controlled qixis driver Pankaj Bansal
2019-01-30 11:34 ` [PATCH v2 1/2] dt-bindings: soc: fsl: Document Qixis FPGA usage Pankaj Bansal
2019-01-30 11:34 ` [PATCH v2 2/2] fsl: add i2c controlled qixis driver Pankaj Bansal

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).