All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] add i2c controlled qixis driver
@ 2018-10-05  8:55 ` Pankaj Bansal
  0 siblings, 0 replies; 8+ messages in thread
From: Pankaj Bansal @ 2018-10-05  8:55 UTC (permalink / raw)
  To: Leo Li
  Cc: Alexandru Marginean, Pankaj Bansal, linuxppc-dev, Varun Sethi,
	linux-arm-kernel

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.

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                       |  9 +++
 drivers/soc/fsl/Makefile                      |  1 +
 drivers/soc/fsl/qixis_ctrl.c                  | 75 +++++++++++++++++++
 include/linux/fsl/qixis_ctrl.h                | 20 +++++
 5 files changed, 138 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/soc/fsl/qixis_ctrl.txt
 create mode 100644 drivers/soc/fsl/qixis_ctrl.c
 create mode 100644 include/linux/fsl/qixis_ctrl.h

-- 
2.17.1


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

end of thread, other threads:[~2018-12-06  0:14 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-05  8:55 [PATCH 0/2] add i2c controlled qixis driver Pankaj Bansal
2018-10-05  8:55 ` Pankaj Bansal
2018-10-05  8:55 ` [PATCH 1/2] dt-bindings: soc: fsl: Document Qixis FPGA usage Pankaj Bansal
2018-10-05  8:55   ` Pankaj Bansal
2018-10-05  8:55 ` [PATCH 2/2] fsl: add i2c controlled qixis driver Pankaj Bansal
2018-10-05  8:55   ` Pankaj Bansal
2018-12-06  0:12   ` Li Yang
2018-12-06  0:12     ` Li Yang

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.