[PATCH] regulator: fan53555: remove vsel_max not used

2012-09-09 Thread Yunfan Zhang
The max voltage will be bounded by min_uV, uV_step and n_voltages, so remove it to avoid confusing. Signed-off-by: Yunfan Zhang --- drivers/regulator/fan53555.c |3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/drivers/regulator/fan53555.c b/drivers/regulator/fan53555.c

RE: regulator: fan53555: vsel_max does not match with the max voltage?

2012-09-09 Thread Yunfan Zhang
> -Original Message- > From: Axel Lin [mailto:axel@gmail.com] > Sent: 2012年9月10日 11:05 > To: Yunfan Zhang > Cc: Liam Girdwood; Mark Brown; linux-kernel@vger.kernel.org > Subject: regulator: fan53555: vsel_max does not match with the max voltage? > > Hi Yunfan,

[PATCH] regmap: no need primary handler for nested irq

2012-09-08 Thread Yunfan Zhang
The primary handler will NOT be called if the interrupt nests into another interrupt thread. Remove it to avoid confusing. Signed-off-by: Yunfan Zhang --- drivers/base/regmap/regmap-irq.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/base/regmap/regmap-irq.c

[PATCH v2] regulator: Fairchild fan53555 support

2012-09-08 Thread Yunfan Zhang
-off-by: Yunfan Zhang --- drivers/regulator/Kconfig | 11 ++ drivers/regulator/Makefile |1 + drivers/regulator/fan53555.c | 325 include/linux/regulator/fan53555.h | 60 +++ 4 files changed, 397 insertions(+), 0 deletions