Re: [PATCH V2] regulator: add driver for MAX8660/8661

From: Liam Girdwood
Date: Tue Sep 29 2009 - 12:46:56 EST


On Fri, 2009-09-25 at 09:39 +0200, Wolfram Sang wrote:
> Tested with a MX25-based custom board.
>
> Signed-off-by: Wolfram Sang <w.sang@xxxxxxxxxxxxxx>
> ---
>
> Have fun at LPC! :)
>
> Changes since V1:
>
> - dropped comment about forced PWM (superfluous)
> - use list-functions in set-functions
>
> Changes since RFC:
>
> - introduced EN34_IS_HIGH option in platform_data
> - documentation moved into the source
> - switched to use ?DTV2-registers instead of ?DTV1
> (created easier to read bit-patterns, no functional change)
> - added a note that forced PWM does not save power here
> - improved comments & removed typos
>
> drivers/regulator/Kconfig | 7 +
> drivers/regulator/Makefile | 1 +
> drivers/regulator/max8660.c | 510 +++++++++++++++++++++++++++++++++++++
> include/linux/regulator/max8660.h | 57 ++++
> 4 files changed, 575 insertions(+), 0 deletions(-)
> create mode 100644 drivers/regulator/max8660.c
> create mode 100644 include/linux/regulator/max8660.h

Back from LPC and applied to for-next.

Thanks

Liam

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/