Re: [PATCH] mfd: convert to DEFINE_SHOW_ATTRIBUTE

2018-12-20 Thread Lee Jones
On Fri, 21 Dec 2018, Frank Lee wrote: > ping.. I've told you about this before: " Please don't do that. If you think your patch has been missed, then please send it again as a [RESEND]. In this case you will need to fix the $SUBJECT line too. To see what it should look like do the followin

Re: [PATCH] mfd: convert to DEFINE_SHOW_ATTRIBUTE

2018-12-20 Thread Frank Lee
ping..

Re: [PATCH] mfd: convert to DEFINE_SHOW_ATTRIBUTE

2018-12-07 Thread Linus Walleij
On Sun, Dec 2, 2018 at 3:17 AM Yangtao Li wrote: > Use DEFINE_SHOW_ATTRIBUTE macro to simplify the code. > > Signed-off-by: Yangtao Li Acked-by: Linus Walleij Yours, Linus Walleij

Re: [PATCH] mfd: convert to DEFINE_SHOW_ATTRIBUTE

2018-12-03 Thread Lee Jones
On Sat, 01 Dec 2018, Yangtao Li wrote: > Use DEFINE_SHOW_ATTRIBUTE macro to simplify the code. > > Signed-off-by: Yangtao Li > --- > drivers/mfd/ab3100-core.c | 15 ++- > drivers/mfd/ab3100-otp.c | 16 +++- > drivers/mfd/tps65010.c| 14 ++ > 3 files chan

[PATCH] mfd: convert to DEFINE_SHOW_ATTRIBUTE

2018-12-01 Thread Yangtao Li
Use DEFINE_SHOW_ATTRIBUTE macro to simplify the code. Signed-off-by: Yangtao Li --- drivers/mfd/ab3100-core.c | 15 ++- drivers/mfd/ab3100-otp.c | 16 +++- drivers/mfd/tps65010.c| 14 ++ 3 files changed, 7 insertions(+), 38 deletions(-) diff --git a/driv