devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] pwm: add support for NXPs high-side switch MC33XS2410
@ 2024-05-15 11:20 Dimitri Fedrau
  2024-05-15 11:20 ` [PATCH v3 1/2] dt-bindings: pwm: add support for MC33XS2410 Dimitri Fedrau
  2024-05-15 11:20 ` [PATCH v3 2/2] pwm: add support for NXPs high-side switch MC33XS2410 Dimitri Fedrau
  0 siblings, 2 replies; 10+ messages in thread
From: Dimitri Fedrau @ 2024-05-15 11:20 UTC (permalink / raw)
  Cc: Dimitri Fedrau, Uwe Kleine-König, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, linux-pwm, devicetree,
	linux-kernel

The MC33XS2410 is a four channel high-side switch. Featuring advanced
monitoring and control function, the device is operational from 3.0 V to
60 V. The device is controlled by SPI port for configuration.

Changes in V2:
  - fix title in devicetree binding
  - fix commit message in devicetree binding patch
  - remove external clock from pwms and create clocks property
  - switch to unevaluatedProperties: false
  - add missing properties for complete example:
    - pwm-names
    - pwms
    - interrupts
    - clocks

Changes in V3:
  - Add description of the general behaviour of the device (limitations)
  - Drop unused defines
  - Add ranges comments for defines with parameters
  - Drop MC33XS2410_PERIOD_MAX, MC33XS2410_PERIOD_MIN defines
  - Drop mc33xs2410_period variable
  - Round down when calculating period and duty cycle
  - Use switch instead of loop when calculating frequency
  - Removed ret variable in mc33xs2410_pwm_get_freq
  - Handle all accesses in a single call to spi_sync_transfer
  - Fix comments in function mc33xs2410_pwm_get_period
  - Fix call pwm_set_relative_duty_cycle(state, ret, 255), instead
    pwm_set_relative_duty_cycle(state, val[1] + 1, 256);
  - Use devm_pwmchip_alloc
  - Fix typo s/Transitition/Transition/
  - Drop driver_data
  - Removed patch for direct inputs from series
  - Tested with PWM_DEBUG enabled, didn't before !

Dimitri Fedrau (2):
  dt-bindings: pwm: add support for MC33XS2410
  pwm: add support for NXPs high-side switch MC33XS2410

 .../bindings/pwm/nxp,mc33xs2410.yaml          | 118 +++++
 drivers/pwm/Kconfig                           |  12 +
 drivers/pwm/Makefile                          |   1 +
 drivers/pwm/pwm-mc33xs2410.c                  | 410 ++++++++++++++++++
 4 files changed, 541 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/pwm/nxp,mc33xs2410.yaml
 create mode 100644 drivers/pwm/pwm-mc33xs2410.c

-- 
2.39.2


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

end of thread, other threads:[~2024-08-02  1:54 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-15 11:20 [PATCH v3 0/2] pwm: add support for NXPs high-side switch MC33XS2410 Dimitri Fedrau
2024-05-15 11:20 ` [PATCH v3 1/2] dt-bindings: pwm: add support for MC33XS2410 Dimitri Fedrau
2024-05-15 11:20 ` [PATCH v3 2/2] pwm: add support for NXPs high-side switch MC33XS2410 Dimitri Fedrau
2024-05-16 15:54   ` kernel test robot
2024-05-17  1:06   ` kernel test robot
2024-07-29 21:28   ` Uwe Kleine-König
2024-07-31  8:46     ` Dimitri Fedrau
2024-07-31 22:24       ` Uwe Kleine-König
2024-08-01 14:28         ` Dimitri Fedrau
2024-08-02  1:54           ` Uwe Kleine-König

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).