Hi Stephen, On 12/10/21 01:57, Stephen Boyd wrote: > Quoting Hans de Goede (2021-12-03 02:28:49) >> The TPS68470 PMIC provides Clocks, GPIOs and Regulators. At present in >> the kernel the Regulators and Clocks are controlled by an OpRegion >> driver designed to work with power control methods defined in ACPI, but >> some platforms lack those methods, meaning drivers need to be able to >> consume the resources of these chips through the usual frameworks. >> >> This commit adds a driver for the clocks provided by the tps68470, >> and is designed to bind to the platform_device registered by the >> intel_skl_int3472 module. >> >> This is based on this out of tree driver written by Intel: >> https://github.com/intel/linux-intel-lts/blob/4.14/base/drivers/clk/clk-tps68470.c >> with various cleanups added. >> >> Reviewed-by: Andy Shevchenko <andy.shevchenko@xxxxxxxxx> >> Signed-off-by: Hans de Goede <hdegoede@xxxxxxxxxx> >> --- > > Reviewed-by: Stephen Boyd <sboyd@xxxxxxxxxx> Thank you. I'm preparing an immutable branch based on 5.16-rc1 + patches 1-4 + 7-11 from this series. I can send you a pull-req for that once its ready (its building atm) and then you can merge the branch + this patch on top; or I can simply add this patch to that branch and take it upstream through the platform-driver-x86 git tree. Please let me know how you want to proceed with this. Regards, Hans