Re: [PATCH V3 2/4] mfd: mt6397: int_con and int_status may vary in location

2016-02-10 Thread Lee Jones
On Wed, 27 Jan 2016, John Crispin wrote: > MT6323 has the INT_CON and INT_STATUS located at a different position. > Make the registers locations configurable. > > Signed-off-by: John Crispin > --- > drivers/mfd/mt6397-core.c | 27 +-- > include/linux/mfd/mt6397/c

[PATCH V3 2/4] mfd: mt6397: int_con and int_status may vary in location

2016-01-27 Thread John Crispin
MT6323 has the INT_CON and INT_STATUS located at a different position. Make the registers locations configurable. Signed-off-by: John Crispin --- drivers/mfd/mt6397-core.c | 27 +-- include/linux/mfd/mt6397/core.h |2 ++ 2 files changed, 19 insertions(+), 10 d