All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/2] add qixis driver
@ 2019-02-05 10:14 ` Pankaj Bansal
  0 siblings, 0 replies; 10+ messages in thread
From: Pankaj Bansal @ 2019-02-05 10:14 UTC (permalink / raw)
  To: Leo Li, Rob Herring, Mark Rutland
  Cc: open list : OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	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.

Also added platform driver for MMIO based FPGA, like the one available on LS2088ARDB/LS2088AQDS.

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

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

---
Notes:
	V3:
	- https://patchwork.kernel.org/cover/10795195/
	V2:
	- https://patchwork.kernel.org/cover/10788341/
	V1:
	- https://patchwork.kernel.org/cover/10627297/

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

 .../bindings/soc/fsl/qixis_ctrl.txt           |  53 +++++
 drivers/soc/fsl/Kconfig                       |  11 +
 drivers/soc/fsl/Makefile                      |   1 +
 drivers/soc/fsl/qixis_ctrl.c                  | 222 ++++++++++++++++++
 4 files changed, 287 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] 10+ messages in thread

end of thread, other threads:[~2019-02-13 21:25 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-05 10:14 [PATCH v4 0/2] add qixis driver Pankaj Bansal
2019-02-05 10:14 ` Pankaj Bansal
2019-02-05 10:14 ` [PATCH v4 1/2] dt-bindings: soc: fsl: Document Qixis FPGA usage Pankaj Bansal
2019-02-05 10:14   ` Pankaj Bansal
2019-02-06 22:26   ` Leo Li
2019-02-06 22:26     ` Leo Li
2019-02-13 21:23   ` Rob Herring
2019-02-13 21:23     ` Rob Herring
2019-02-05 10:14 ` [PATCH v4 2/2] drivers: soc: fsl: add qixis driver Pankaj Bansal
2019-02-05 10:14   ` Pankaj Bansal

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.