mbox series

[v3,0/3] pwm: imx: add 32k clock for 8qm/qxp

Message ID 20240910-pwm-v3-0-fbb047896618@nxp.com (mailing list archive)
Headers show
Series pwm: imx: add 32k clock for 8qm/qxp | expand

Message

Frank Li Sept. 10, 2024, 7:07 p.m. UTC
Signed-off-by: Frank Li <Frank.Li@nxp.com>
---
Changes in v3:
- Using clk bulk API
- Remove PWM errata workaround patch, which sent as seperated patches.
- Link to v2: https://lore.kernel.org/r/20240715-pwm-v2-0-ff3eece83cbb@nxp.com

Changes in v2:
- See each patch
- Link to v1: https://lore.kernel.org/r/20240711-pwm-v1-0-4d5766f99b8b@nxp.com

---
Frank Li (2):
      dt-bindings: pwm: imx: Add optional clock '32k'
      pwm: imx27: Use clk_bulk_*() API to simplify clock handling

Liu Ying (1):
      pwm: imx27: Add optional 32k clock for pwm in i.MX8QXP MIPI subsystem

 Documentation/devicetree/bindings/pwm/imx-pwm.yaml |  4 ++
 drivers/pwm/pwm-imx27.c                            | 74 ++++++++++------------
 2 files changed, 37 insertions(+), 41 deletions(-)
---
base-commit: aef199c66580d309697820e0846d0ba110c81454
change-id: 20240708-pwm-5993e602c9b2

Best regards,
---
Frank Li <Frank.Li@nxp.com>

Comments

Marek Vasut Sept. 11, 2024, 8:27 p.m. UTC | #1
On 9/10/24 9:07 PM, Frank Li wrote:

Cover letter should contain some high-level description of the series.

> Signed-off-by: Frank Li <Frank.Li@nxp.com>
[...]