Re: [PATCH] mfd: RK808: Fetch PMIC variant from chip id register

2016-08-09 Thread Lee Jones
On Tue, 09 Aug 2016, Lee Jones wrote: > On Thu, 14 Jul 2016, Wadim Egorov wrote: > > > Add and use the chip id registers to determine the PMIC variant. > > Yes, much better. > > Interrogating the h/w for its model/version number is always > preferred. > > Applied, thanks. Ah! Slight change o

Re: [PATCH] mfd: RK808: Fetch PMIC variant from chip id register

2016-08-09 Thread Lee Jones
On Thu, 14 Jul 2016, Wadim Egorov wrote: > Add and use the chip id registers to determine the PMIC variant. Yes, much better. Interrogating the h/w for its model/version number is always preferred. Applied, thanks. > Signed-off-by: Wadim Egorov > --- > > This patch is based on top of > > [v

[RESEND PATCH] mfd: RK808: Fetch PMIC variant from chip id register

2016-08-01 Thread Wadim Egorov
Add and use the chip id registers to determine the PMIC variant. Signed-off-by: Wadim Egorov Tested-by: Andy Yan --- This patch is based on top of [v6,1/5] mfd: RK808: Add RK818 support (https://patchwork.kernel.org/patch/9172223/) --- drivers/mfd/rk808.c | 17 + includ

Re: [PATCH] mfd: RK808: Fetch PMIC variant from chip id register

2016-07-20 Thread Andy Yan
Wadim: Hi. I have tested this patch both on RK818/RK808 based boards, it works well. So Test-by: Andy Yan On 2016年07月14日 19:42, Wadim Egorov wrote: Add and use the chip id registers to determine the PMIC variant. Signed-off-by: Wadim Egorov --- This patch is based on top of [v6,1/5

[PATCH] mfd: RK808: Fetch PMIC variant from chip id register

2016-07-14 Thread Wadim Egorov
Add and use the chip id registers to determine the PMIC variant. Signed-off-by: Wadim Egorov --- This patch is based on top of [v6,1/5] mfd: RK808: Add RK818 support (https://patchwork.kernel.org/patch/9172223/) --- drivers/mfd/rk808.c | 17 + include/linux/mfd/rk808.h |