Re: [PATCH 01/18] mfd: aat2870-core: Make it explicitly non-modular

2018-12-17 Thread jinyoungp
Acked-by : Jin Park Thanks, Jinyoung. On 12/18/18 5:31 AM, Paul Gortmaker wrote: The Kconfig currently controlling compilation of this code is: drivers/mfd/Kconfig:config MFD_AAT2870_CORE drivers/mfd/Kconfig:bool "AnalogicTech AAT2870" ...meaning that it currently is not being built a

Re: [PATCH 01/12] backlight: aat2870: Remove unnecessary OOM messages

2014-02-06 Thread jinyoungp
Signed-off-by: Jinyoung Park On 02/06/2014 05:16 PM, Jingoo Han wrote: > The site-specific OOM messages are unnecessary, because they > duplicate the MM subsystem generic OOM message. > > Signed-off-by: Jingoo Han > --- > drivers/video/backlight/aat2870_bl.c |2 -- > 1 file changed, 2 delet

Re: [PATCH 2/8] regulator: aat2870: Convert to devm_regulator_register

2013-09-03 Thread jinyoungp
Acked-by: Jinyoung Park On 09/03/2013 03:19 PM, Axel Lin wrote: > Signed-off-by: Axel Lin > --- > drivers/regulator/aat2870-regulator.c | 11 +-- > 1 file changed, 1 insertion(+), 10 deletions(-) > > diff --git a/drivers/regulator/aat2870-regulator.c > b/drivers/regulator/aat2870-regul

Re: [PATCH 2/3] backlight: aat2870: remove goto out

2012-08-06 Thread jinyoungp
Re-send. Acked-by: Jinyoung Park Thanks, Jinyoung. On 08/06/2012 06:32 PM, Jingoo Han wrote: This patch removes goto out, which makes code a bit smaller. Cc: Jin Park Cc: Richard Purdie Signed-off-by: Jingoo Han --- drivers/video/backlight/aat2870_bl.c | 13 - 1 files cha