public inbox for linux-tegra@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Tegra264 PWM support
@ 2026-03-23  2:36 Mikko Perttunen
  2026-03-23  2:36 ` [PATCH 1/5] pwm: tegra: Avoid hard-coded max clock frequency Mikko Perttunen
                   ` (6 more replies)
  0 siblings, 7 replies; 16+ messages in thread
From: Mikko Perttunen @ 2026-03-23  2:36 UTC (permalink / raw)
  To: Thierry Reding, Uwe Kleine-König, Jonathan Hunter
  Cc: linux-pwm, linux-tegra, linux-kernel, Yi-Wei Wang,
	Mikko Perttunen

Hello,

this adds support for the PWM controller on Tegra264. The controller
is similar to previous generations, but the register fields are
widened, the depth is made configurable, and the enable bit moves
to a different spot.

This series adds only basic support with fixed depth -- configurable
depth will come later.

The series uses the nvidia,tegra264-pwm compatible string. Bindings
for this are added in Thierry's series

  https://lore.kernel.org/linux-tegra/20260320234056.2579010-1-thierry.reding@kernel.org/

Thanks,
Mikko

---
Mikko Perttunen (4):
      pwm: tegra: Modify read/write accessors for multi-register channel
      pwm: tegra: Parametrize enable register offset
      pwm: tegra: Parametrize duty and scale field widths
      pwm: tegra: Add support for Tegra264

Yi-Wei Wang (1):
      pwm: tegra: Avoid hard-coded max clock frequency

 drivers/pwm/pwm-tegra.c | 141 +++++++++++++++++++++++++++++++++---------------
 1 file changed, 98 insertions(+), 43 deletions(-)
---
base-commit: b7cac19bc4780fe1156b217a1c5c96a3e23b275b
change-id: 20260303-t264-pwm-57e10d039df1


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

end of thread, other threads:[~2026-03-25  6:42 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-23  2:36 [PATCH 0/5] Tegra264 PWM support Mikko Perttunen
2026-03-23  2:36 ` [PATCH 1/5] pwm: tegra: Avoid hard-coded max clock frequency Mikko Perttunen
2026-03-24 16:45   ` Uwe Kleine-König
2026-03-25  0:34     ` Mikko Perttunen
2026-03-25  6:12       ` Uwe Kleine-König
2026-03-25  6:42         ` Viresh Kumar
2026-03-23  2:36 ` [PATCH 2/5] pwm: tegra: Modify read/write accessors for multi-register channel Mikko Perttunen
2026-03-23  2:36 ` [PATCH 3/5] pwm: tegra: Parametrize enable register offset Mikko Perttunen
2026-03-23  2:36 ` [PATCH 4/5] pwm: tegra: Parametrize duty and scale field widths Mikko Perttunen
2026-03-23  2:36 ` [PATCH 5/5] pwm: tegra: Add support for Tegra264 Mikko Perttunen
2026-03-23  7:24   ` Krzysztof Kozlowski
2026-03-24  4:46     ` Mikko Perttunen
2026-03-23  7:24 ` [PATCH 0/5] Tegra264 PWM support Krzysztof Kozlowski
2026-03-24  4:46   ` Mikko Perttunen
2026-03-24 16:45 ` Uwe Kleine-König
2026-03-24 23:55   ` Mikko Perttunen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox