[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20241014161109.2222-1-andreas@kemnade.info>
Date: Mon, 14 Oct 2024 18:11:06 +0200
From: Andreas Kemnade <andreas@...nade.info>
To: Tony Lindgren <tony@...mide.com>,
linux-omap@...r.kernel.org,
Aaro Koskinen <aaro.koskinen@....fi>,
Lee Jones <lee@...nel.org>,
Kevin Hilman <khilman@...libre.com>,
linux-kernel@...r.kernel.org,
Roger Quadros <rogerq@...nel.org>,
linux-clk@...r.kernel.org,
Michael Turquette <mturquette@...libre.com>,
Stephen Boyd <sboyd@...nel.org>
Cc: Andreas Kemnade <andreas@...nade.info>
Subject: [PATCH v5 0/3] mfd: twl: Add clock for TWL6030
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.
Changes in V5:
- fix unprepare 6032 vs 30 mismatch
Changes in V4:
- cleanup if (TWL6032_SUBCLASS)
Changes in V3:
- use type enum in driver_data and twl_clock_info
- revert back to store device instead of platform_device
Changes in V2:
- cleanup some defines
- no separate ops for 6030
- remove is_prepared()
- update Kconfig
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 | 69 ++++++++++++++++++++++++++----------------
drivers/mfd/twl-core.c | 26 +++++++++++-----
3 files changed, 62 insertions(+), 35 deletions(-)
--
2.39.5
Powered by blists - more mailing lists