Re: [PATCH v2 1/3] mfd: rtsx: reduce code duplication in rtl8411

2013-12-03 Thread Lee Jones
> From: Micky Ching > > in order to remove duplicated code in rtl8411, we make 8411 as the base > init params, and other like-8411 chips will just change the different > value with 8411, this can save some source code. > > Signed-off-by: Lee Jones I haven't signed this version off. I'm still

[PATCH v2 1/3] mfd: rtsx: reduce code duplication in rtl8411

2013-12-03 Thread micky_ching
From: Micky Ching in order to remove duplicated code in rtl8411, we make 8411 as the base init params, and other like-8411 chips will just change the different value with 8411, this can save some source code. Signed-off-by: Lee Jones Signed-off-by: Micky Ching --- drivers/mfd/rtl8411.c | 6