Hi Lee, Am Dienstag, 2. April 2019, 08:33:05 CEST schrieb Lee Jones: > On Wed, 02 Jan 2019, Tony Xie wrote: > > > The RK809 and RK817 are a Power Management IC (PMIC) for multimedia > > and handheld devices. They contains the following components: > > - Regulators > > - RTC > > - Clocking > > > > Both RK809 and RK817 chips are using a similar register map, > > so we can reuse the RTC and Clocking functionality. > > Most of regulators have a some implementation also. > > > > Signed-off-by: Tony Xie <tony.xie@xxxxxxxxxxxxxx> > > Acked-by: Stephen Boyd <sboyd@xxxxxxxxxx> > > --- > > drivers/mfd/Kconfig | 6 +- > > drivers/mfd/rk808.c | 192 +++++++++++++++++++++++++++++++++++++- > > include/linux/mfd/rk808.h | 172 ++++++++++++++++++++++++++++++++++ > > 3 files changed, 364 insertions(+), 6 deletions(-) > > For my own reference: > Acked-for-MFD-by: Lee Jones <lee.jones@xxxxxxxxxx> do you have some sort of merge plan for this or are you waiting for specific Acks? I guess if we're waiting for an Ack from Mark Brown, we'll need a resend of the patch. All other patches have Acks from their subsystem maintainers (rtc, clk) so you could pick up all patches except patch3 and I could just resend this one, which in turn could also go through the regulator tree. Otherwise we'll probably need a resend of the series, as Mark most of the time doesn't keep old patch series around. Heiko