Re: [PATCH] ARM64: kernel: compiling issue: need define readq and writeq for driver module using.

2013-04-19 Thread Chen Gang F T
On 2013年04月19日 20:13, Arnd Bergmann wrote: On Friday 19 April 2013, Chen Gang wrote: when compiling with allmodconfig, CONFIG_64BIT=y the file drivers/base/regmap/regmap-mmio.c will use readq and writeq. so we need implement these functions. BTW: the coding style can not

[PATCH] regulator: tps6586x: Convert to use regulator_map_voltage_ascend

2013-04-19 Thread Axel Lin
All regulators have ascendant voltage list in this driver. Thus use regulator_map_voltage_ascend is more efficient than the default regulator_map_voltage_iterate. Signed-off-by: Axel Lin axel@ingics.com --- drivers/regulator/tps6586x-regulator.c |1 + 1 file changed, 1 insertion(+) diff

Re: [PATCH] kref: minor cleanup

2013-04-19 Thread Anatol Pomozov
Hi On Fri, Apr 19, 2013 at 7:24 PM, Greg KH gre...@linuxfoundation.org wrote: On Fri, Apr 19, 2013 at 06:33:54PM -0700, Anatol Pomozov wrote: Follow-up for https://lkml.org/lkml/2013/4/12/391 * make warning smp-safe * result of atomic _unless_zero functions should be checked by caller

RE: [PATCH] mfd:rtsx: Support RTL8411B

2013-04-19 Thread Roger Tseng
On Fri, Apr 19, 2013 at 09:52:42PM +0800, rogera...@realtek.com wrote: From: Roger Tseng rogera...@realtek.com Adding support of model RTL8411B. Since the model is similar to RTL8411, differences are implemented in rtl8411.c. What tree is this against? regards, dan carpenter It should be

<    5   6   7   8   9   10