All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Improving I2C related support on Armada 3720 DB
@ 2017-02-22 17:31 Gregory CLEMENT
  2017-02-22 17:31 ` [PATCH 1/3] ARM64: dts: marvell: armada37xx: add address and size property for i2c cells Gregory CLEMENT
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Gregory CLEMENT @ 2017-02-22 17:31 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

Now that I2C controller of the Armada 37XX SoCs is supported in the
kernel, this small series improve its usage in Armada 3720 DB board.

The first patch fix the i2c controller nodes.

The second one exposes an i2c device of the Armada 3720 board: a gpio
expander mainly used for power control.

The third one add the driver selection to the defconfig.

Gregory

Gregory CLEMENT (3):
  ARM64: dts: marvell: armada37xx: add address and size property for i2c
    cells
  ARM64: dts: marvell: armada-3720-db: add gpio expander
  arm64: defconfig: enable I2C_PXA

 arch/arm64/boot/dts/marvell/armada-3720-db.dts | 18 ++++++++++++++++++
 arch/arm64/boot/dts/marvell/armada-37xx.dtsi   |  4 ++++
 arch/arm64/configs/defconfig                   |  1 +
 3 files changed, 23 insertions(+)

-- 
2.11.0

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

end of thread, other threads:[~2017-03-08  9:21 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-22 17:31 [PATCH 0/3] Improving I2C related support on Armada 3720 DB Gregory CLEMENT
2017-02-22 17:31 ` [PATCH 1/3] ARM64: dts: marvell: armada37xx: add address and size property for i2c cells Gregory CLEMENT
2017-03-08  9:20   ` Gregory CLEMENT
2017-02-22 17:31 ` [PATCH 2/3] ARM64: dts: marvell: armada-3720-db: add gpio expander Gregory CLEMENT
2017-03-08  9:21   ` Gregory CLEMENT
2017-02-22 17:31 ` [PATCH 3/3] arm64: defconfig: enable I2C_PXA Gregory CLEMENT
2017-03-07 17:59   ` Gregory CLEMENT

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.