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

From: Frank Li
Date: Tue Sep 10 2024 - 15:09:12 EST


Signed-off-by: Frank Li <Frank.Li@xxxxxxx>
---
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@xxxxxxx

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

---
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@xxxxxxx>