All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/4] Add Actions Semi Owl family S700 I2C support
@ 2018-12-11  8:04 ` Parthiban Nallathambi
  0 siblings, 0 replies; 26+ messages in thread
From: Parthiban Nallathambi @ 2018-12-11  8:04 UTC (permalink / raw)
  To: manivannan.sadhasivam, afaerber, robh+dt, mark.rutland, wsa
  Cc: linux-arm-kernel, linux-i2c, devicetree, linux-kernel, linux,
	thomas.liau, linux-actions, Parthiban Nallathambi

This patch series adds support for Actions Semi Owl SoC family S700
I2C controller. S700 provides 4 I2C masters and with cubieboard7
2 (I2C0 and I2C1) are exposed.

Added pinctrl definition for I2C controllers in cubieboard7. This patch
depends on s700 pinctrl driver support (yet to be merged),
https://lkml.org/lkml/2018/11/19/514
https://lore.kernel.org/patchwork/patch/1012859/

Changelog in v3:
- re-ordering I2C and pinctrl nodes alphabetically in board DTS
- re-orderng of patch
- Typo and nitpick corrections 

Changelog in v2:
- Initial version https://lore.kernel.org/patchwork/patch/1011911/ only
added the I2C nodes using s900 compatible property. Now, new s700
compatiable string is added and used for S700
- Device tree bindings added with s700 compatible string
- pinctrl definition for cubieboard7

Parthiban Nallathambi (4):
  dt-bindings: i2c: Add S700 support for Actions Semi Soc's
  arm64: dts: actions: s700: Add I2C controller nodes
  i2c: Add Actions Semiconductor Owl family S700 I2C support
  arm64: dts: actions: s700-cubieboard7: Enable I2C0 and I2C1

 .../devicetree/bindings/i2c/i2c-owl.txt       |  4 +-
 .../boot/dts/actions/s700-cubieboard7.dts     | 53 +++++++++++++++++++
 arch/arm64/boot/dts/actions/s700.dtsi         | 40 ++++++++++++++
 drivers/i2c/busses/i2c-owl.c                  |  1 +
 4 files changed, 97 insertions(+), 1 deletion(-)

-- 
2.17.2


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

end of thread, other threads:[~2019-01-05 17:59 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-11  8:04 [PATCH v3 0/4] Add Actions Semi Owl family S700 I2C support Parthiban Nallathambi
2018-12-11  8:04 ` Parthiban Nallathambi
2018-12-11  8:04 ` [PATCH v3 1/4] dt-bindings: i2c: Add S700 support for Actions Semi Soc's Parthiban Nallathambi
2018-12-11  8:04   ` Parthiban Nallathambi
2018-12-17 22:17   ` Rob Herring
2018-12-17 22:17     ` Rob Herring
2018-12-17 22:17     ` Rob Herring
2019-01-03 19:13   ` Wolfram Sang
2019-01-03 19:13     ` Wolfram Sang
2018-12-11  8:04 ` [PATCH v3 2/4] arm64: dts: actions: s700: Add I2C controller nodes Parthiban Nallathambi
2018-12-11  8:04   ` Parthiban Nallathambi
2019-01-05 17:58   ` Manivannan Sadhasivam
2019-01-05 17:58     ` Manivannan Sadhasivam
2018-12-11  8:04 ` [PATCH v3 3/4] i2c: Add Actions Semiconductor Owl family S700 I2C support Parthiban Nallathambi
2018-12-11  8:04   ` Parthiban Nallathambi
2018-12-11 20:54   ` Wolfram Sang
2018-12-11 20:54     ` Wolfram Sang
2019-01-03 19:13   ` Wolfram Sang
2019-01-03 19:13     ` Wolfram Sang
2018-12-11  8:04 ` [PATCH v3 4/4] arm64: dts: actions: s700-cubieboard7: Enable I2C0 and I2C1 Parthiban Nallathambi
2018-12-11  8:04   ` Parthiban Nallathambi
2018-12-13  3:47   ` kbuild test robot
2018-12-13  3:47     ` kbuild test robot
2018-12-13  3:47     ` kbuild test robot
2019-01-05 17:59   ` Manivannan Sadhasivam
2019-01-05 17:59     ` Manivannan Sadhasivam

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.