Re: [PATCH v2 5/7] mfd: max8925: support dt for regulator

2012-11-07 Thread Mark Brown
On Wed, Nov 07, 2012 at 04:41:50PM +0800, Qing Xu wrote: > From: Qing Xu > > Signed-off-by: Qing Xu Applied, thanks - I'm assuming that the documentation for this binding is in the core MFD patch along with the bindings for the core? It's mandatory to have binding documentation for new binding

[PATCH v2 5/7] mfd: max8925: support dt for regulator

2012-11-07 Thread Qing Xu
From: Qing Xu Signed-off-by: Qing Xu --- drivers/regulator/max8925-regulator.c | 72 +++- 1 files changed, 69 insertions(+), 3 deletions(-) diff --git a/drivers/regulator/max8925-regulator.c b/drivers/regulator/max8925-regulator.c index 9bb0be3..5e84921 100644 --