All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] Add I2C and PWM support for T234
@ 2022-01-13 13:30 Akhil R
  2022-01-13 13:30 ` [PATCH 1/6] i2c: tegra: Add support for Tegra234 I2C Akhil R
                   ` (5 more replies)
  0 siblings, 6 replies; 13+ messages in thread
From: Akhil R @ 2022-01-13 13:30 UTC (permalink / raw)
  To: robh+dt, thierry.reding, jonathanh, mperttunen, ldewangan,
	digetx, linux-i2c, devicetree, linux-tegra, linux-kernel
  Cc: akhilrajeev

The patchset contains driver and devicetree changes to support I2C and
PWM for Tegra234

Akhil R (6):
  i2c: tegra: Add support for Tegra234 I2C
  dt-bindings: i2c: tegra: Add Tegra234 details
  dt-bindings: Add headers for Tegra234 I2C
  arm64: tegra: Add Tegra234 I2C devicetree nodes
  dt-bindings: Add headers for Tegra234 PWM
  arm64: tegra: Add Tegra234 PWM devicetree nodes

 .../bindings/i2c/nvidia,tegra20-i2c.yaml           |   5 +
 arch/arm64/boot/dts/nvidia/tegra234.dtsi           | 133 +++++++++++++++++++++
 drivers/i2c/busses/i2c-tegra.c                     |  25 ++++
 include/dt-bindings/clock/tegra234-clock.h         |  36 ++++++
 include/dt-bindings/reset/tegra234-reset.h         |  16 +++
 5 files changed, 215 insertions(+)

-- 
2.7.4


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

end of thread, other threads:[~2022-02-09  4:08 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-13 13:30 [PATCH 0/6] Add I2C and PWM support for T234 Akhil R
2022-01-13 13:30 ` [PATCH 1/6] i2c: tegra: Add support for Tegra234 I2C Akhil R
2022-01-18 20:54   ` Dmitry Osipenko
2022-01-19  8:20     ` Akhil R
2022-01-19 12:20       ` Dmitry Osipenko
2022-01-20 14:23         ` Akhil R
2022-01-13 13:30 ` [PATCH 2/6] dt-bindings: i2c: tegra: Add Tegra234 details Akhil R
2022-02-09  2:17   ` Rob Herring
2022-02-09  3:54     ` Akhil R
2022-01-13 13:30 ` [PATCH 3/6] dt-bindings: Add headers for Tegra234 I2C Akhil R
2022-01-13 13:30 ` [PATCH 4/6] arm64: tegra: Add Tegra234 I2C devicetree nodes Akhil R
2022-01-13 13:30 ` [PATCH 5/6] dt-bindings: Add headers for Tegra234 PWM Akhil R
2022-01-13 13:30 ` [PATCH 6/6] arm64: tegra: Add Tegra234 PWM devicetree nodes Akhil R

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.