mbox series

[v2,0/3] mfd: twl: Add clock for TWL6030

Message ID 20241002110718.528337-1-andreas@kemnade.info
Headers show
Series mfd: twl: Add clock for TWL6030 | expand

Message

Andreas Kemnade Oct. 2, 2024, 11:07 a.m. UTC
Previously the clock support for only implemented for TWL6032 so add
it also for the TWL6030. There are devices out there where especially
WLAN only works if these clocks are enabled by some patched U-Boot.
This allows to explicitly specify the clock requirements.

Andreas Kemnade (3):
  mfd: twl-core: Add a clock subdevice for the TWL6030
  clk: twl: remove is_prepared
  clk: twl: add TWL6030 support

 drivers/clk/Kconfig    |  2 +-
 drivers/clk/clk-twl.c  | 71 +++++++++++++++++++++++++-----------------
 drivers/mfd/twl-core.c | 32 +++++++++++++------
 3 files changed, 65 insertions(+), 40 deletions(-)

Comments

Andreas Kemnade Oct. 2, 2024, 1:13 p.m. UTC | #1
Am Wed,  2 Oct 2024 13:07:15 +0200
schrieb Andreas Kemnade <andreas@kemnade.info>:

> Previously the clock support for only implemented for TWL6032 so add
> it also for the TWL6030. There are devices out there where especially
> WLAN only works if these clocks are enabled by some patched U-Boot.
> This allows to explicitly specify the clock requirements.
> 
oh, forgotten the changelog:
Changes in V2:
- cleanup some defines
- no separate ops for 6030
- remove is_prepared()
- update Kconfig

Regards,
Andreas