Re: [PATCH 04/13] MFD/rtc/gpio: twl: No need to allocate bigger buffer for write

2012-11-15 Thread Linus Walleij
On Tue, Nov 13, 2012 at 9:28 AM, Peter Ujfalusi wrote: > Since the twl-core has been converted to use regmap it is no longer needed > to allocate bigger buffer for data when writing to twl. > > CC: Grant Likely > CC: Linus Walleij > CC: Alessandro Zummo > Signed-off-by: Peter Ujfalusi Acked-

[PATCH 04/13] MFD/rtc/gpio: twl: No need to allocate bigger buffer for write

2012-11-13 Thread Peter Ujfalusi
Since the twl-core has been converted to use regmap it is no longer needed to allocate bigger buffer for data when writing to twl. CC: Grant Likely CC: Linus Walleij CC: Alessandro Zummo Signed-off-by: Peter Ujfalusi --- drivers/gpio/gpio-twl4030.c | 12 ++-- drivers/mfd/twl-core.c