Re: [PATCH 1/2] mfd: Add Freescale's PMIC MC34708 support

2012-07-05 Thread Ying-Chun Liu (PaulLiu)
(2012年07月04日 21:44), Shawn Guo wrote: On 4 July 2012 15:37, Uwe Kleine-König u.kleine-koe...@pengutronix.de wrote: I want to push that forward. What is the state of these patches on your end? Did you start to address the comments? Are there more recent patches than the ones in this thread?

Re: [PATCH 1/2] mfd: Add Freescale's PMIC MC34708 support

2012-07-04 Thread Uwe Kleine-König
Hello, On Fri, Apr 20, 2012 at 12:38:40AM +0800, Ying-Chun Liu (PaulLiu) wrote: From: Ying-Chun Liu (PaulLiu) paul@linaro.org Freescale MC34708 is a PMIC which supports the following features: * 6 multi-mode buck regulators * Boost regulator for USB OTG. * 8 regulators for thermal

Re: [PATCH 1/2] mfd: Add Freescale's PMIC MC34708 support

2012-07-04 Thread Shawn Guo
On 4 July 2012 15:37, Uwe Kleine-König u.kleine-koe...@pengutronix.de wrote: I want to push that forward. What is the state of these patches on your end? Did you start to address the comments? Are there more recent patches than the ones in this thread? Whatever you might have it would be

Re: [PATCH 1/2] mfd: Add Freescale's PMIC MC34708 support

2012-07-04 Thread Ying-Chun Liu (PaulLiu)
(2012年07月04日 21:44), Shawn Guo wrote: On 4 July 2012 15:37, Uwe Kleine-König u.kleine-koe...@pengutronix.de wrote: I want to push that forward. What is the state of these patches on your end? Did you start to address the comments? Are there more recent patches than the ones in this thread?

Re: [PATCH 1/2] mfd: Add Freescale's PMIC MC34708 support

2012-04-20 Thread Robert Schwebel
On Fri, Apr 20, 2012 at 12:38:40AM +0800, Ying-Chun Liu (PaulLiu) wrote: diff --git a/Documentation/devicetree/bindings/mfd/mc34708.txt b/Documentation/devicetree/bindings/mfd/mc34708.txt new file mode 100644 index 000..2bb5c9e --- /dev/null +++

Re: [PATCH 1/2] mfd: Add Freescale's PMIC MC34708 support

2012-04-20 Thread Mark Brown
On Fri, Apr 20, 2012 at 12:38:40AM +0800, Ying-Chun Liu (PaulLiu) wrote: +Sub-nodes: +- regulators : Contain the regulator nodes. The MC34708 regulators are + bound using their names as listed below for enabling. + +mc34708__sw1a: regulator SW1A +mc34708__sw1b: regulator

[PATCH 1/2] mfd: Add Freescale's PMIC MC34708 support

2012-04-19 Thread Ying-Chun Liu (PaulLiu)
From: Ying-Chun Liu (PaulLiu) paul@linaro.org Freescale MC34708 is a PMIC which supports the following features: * 6 multi-mode buck regulators * Boost regulator for USB OTG. * 8 regulators for thermal budget optimization * 10-bit ADC * Real time clock Signed-off-by: Robin Gong