Re: [PATCH V3] extcon: palmas: Option to disable ID/VBUS detection based on platform

2013-07-10 Thread Chanwoo Choi
On 07/11/2013 12:08 PM, Laxman Dewangan wrote: > On Thursday 11 July 2013 08:12 AM, Chanwoo Choi wrote: >> Hi Laxman, >> >>> static int palmas_usb_probe(struct platform_device *pdev) >>> @@ -137,20 +140,26 @@ static int palmas_usb_probe(struct platform_device >>> *pdev) >>> struct palmas_u

[PATCH v2 2/3] arm: atmel: at91sam9n12: add qt1070 support

2013-07-10 Thread Bo Shen
add qt1070 support on at91sam9n12ek board Signed-off-by: Bo Shen --- Changes in v2: - using micro for interrupt trigger mode arch/arm/boot/dts/at91sam9n12ek.dts | 16 1 file changed, 16 insertions(+) diff --git a/arch/arm/boot/dts/at91sam9n12ek.dts b/arch/arm/boot/dts/at

[PATCH v2 1/3] arm: atmel: at91sam9n12: add pinctrl of TWI

2013-07-10 Thread Bo Shen
add pinctrl of TWI for at91sam9n12 SoC Signed-off-by: Bo Shen --- Changes in v2: - remove comments as use micro arch/arm/boot/dts/at91sam9n12.dtsi | 20 1 file changed, 20 insertions(+) diff --git a/arch/arm/boot/dts/at91sam9n12.dtsi b/arch/arm/boot/dts/at91sam9n12.d

[PATCH v2 3/3] arm: atmel: at91sam9n12: correct pin number of gpio-key

2013-07-10 Thread Bo Shen
correct pin number of gpio-key for at91sam9n12ek board the pioB4 is connect to LED, the pioB3 use as gpio-key Signed-off-by: Bo Shen --- Changes in v2: None arch/arm/boot/dts/at91sam9n12ek.dts |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/at91sam9n12e

[PATCH v2 0/3] arm: atmel: at91sam9n12: add i2c pinctrl and qt1070 support

2013-07-10 Thread Bo Shen
this patch is based on linux master branch, implementation as following: - add the i2c pinctrl which needed for using at91sam9n12 TWI - enable qt1070 - trival fix for the gpio-key pin number Changes in v2: - remove comments as use micro - using micro for interrupt trigger mode Bo Shen (

Re: [PATCH V3] extcon: palmas: Option to disable ID/VBUS detection based on platform

2013-07-10 Thread Laxman Dewangan
On Thursday 11 July 2013 08:12 AM, Chanwoo Choi wrote: Hi Laxman, static int palmas_usb_probe(struct platform_device *pdev) @@ -137,20 +140,26 @@ static int palmas_usb_probe(struct platform_device *pdev) struct palmas_usb *palmas_usb; int status; - if (node && !pdata) { -

Re: [PATCH V3] extcon: palmas: Option to disable ID/VBUS detection based on platform

2013-07-10 Thread Chanwoo Choi
Hi Laxman, > static int palmas_usb_probe(struct platform_device *pdev) > @@ -137,20 +140,26 @@ static int palmas_usb_probe(struct platform_device > *pdev) > struct palmas_usb *palmas_usb; > int status; > > - if (node && !pdata) { > - pdata = devm_kzalloc(&pdev->dev,

Re: [PATCH 1/3] arm: atmel: at91sam9n12: add pinctrl of TWI

2013-07-10 Thread Bo Shen
Hi J, On 7/10/2013 22:39, Jean-Christophe PLAGNIOL-VILLARD wrote: On 17:51 Wed 10 Jul , Bo Shen wrote: add pinctrl of TWI for at91sam9n12 SoC Signed-off-by: Bo Shen --- arch/arm/boot/dts/at91sam9n12.dtsi | 20 1 file changed, 20 insertions(+) diff --git a/arch/a

Re: [PATCH 2/3] arm: atmel: at91sam9n12: add qt1070 support

2013-07-10 Thread Bo Shen
Hi J, On 7/10/2013 22:38, Jean-Christophe PLAGNIOL-VILLARD wrote: On 17:51 Wed 10 Jul , Bo Shen wrote: add qt1070 support on at91sam9n12ek board Signed-off-by: Bo Shen --- arch/arm/boot/dts/at91sam9n12ek.dts | 16 1 file changed, 16 insertions(+) diff --git a/arch/a

Re: [PATCH] usb: phy: samsung-usb2: Toggle HSIC GPIO from device tree

2013-07-10 Thread Fabio Estevam
Hi Julius, On Wed, Jul 10, 2013 at 2:42 PM, Julius Werner wrote: > Hi Felipe, > > This is intended to pull down a reset signal line, not to switch power > to the device. I could implement that with the regulator framework > too, but I think that would just be confusing and harder to understand >

Re: [PATCH] usb: phy: samsung-usb2: Toggle HSIC GPIO from device tree

2013-07-10 Thread Jingoo Han
On Wednesday, July 10, 2013 9:34 AM, Julius Werner wrote: > > This patch adds support for a new 'samsung,hsic-reset-gpio' in the > device tree, which will be interpreted as an active-low reset pin during > PHY initialization when it exists. Useful for intergrated HSIC devices > like an SMSC 3503 h

Re: [PATCH 2/2] Input: Adding DT support for keyreset tuneables

2013-07-10 Thread Dmitry Torokhov
On Wednesday, July 10, 2013 04:29:00 PM Mathieu Poirier wrote: > On 10 July 2013 16:20, Dmitry Torokhov wrote: > > On Wednesday, July 10, 2013 10:50:26 PM Grant Likely wrote: > > > On Wed, Jul 10, 2013 at 5:52 PM, Dmitry Torokhov > > > > > > wrote: > > > > On Wed, Jul 10, 2013 at 04:14:57PM +010

Re: [PATCH 2/2] Input: Adding DT support for keyreset tuneables

2013-07-10 Thread Mathieu Poirier
On 10 July 2013 16:20, Dmitry Torokhov wrote: > On Wednesday, July 10, 2013 10:50:26 PM Grant Likely wrote: > > On Wed, Jul 10, 2013 at 5:52 PM, Dmitry Torokhov > > > > wrote: > > > On Wed, Jul 10, 2013 at 04:14:57PM +0100, Grant Likely wrote: > > >> On Fri, 28 Jun 2013 07:19:06 -0600, Mathieu P

Re: [PATCH 2/2] Input: Adding DT support for keyreset tuneables

2013-07-10 Thread Dmitry Torokhov
On Wednesday, July 10, 2013 10:50:26 PM Grant Likely wrote: > On Wed, Jul 10, 2013 at 5:52 PM, Dmitry Torokhov > > wrote: > > On Wed, Jul 10, 2013 at 04:14:57PM +0100, Grant Likely wrote: > >> On Fri, 28 Jun 2013 07:19:06 -0600, Mathieu Poirier wrote: > >> > On 13-06-28 12:09 AM, Dmitry Torokho

Re: [PATCH V3 1/3] dts: change Marvell prefix to 'marvell'

2013-07-10 Thread Jason Cooper
On Wed, Jul 10, 2013 at 10:08:50PM +0800, Haojian Zhuang wrote: > On Wed, Jul 10, 2013 at 8:24 PM, Jason Cooper wrote: > > On Wed, Jul 10, 2013 at 04:19:46PM +0800, Haojian Zhuang wrote: > >> On Tue, Jul 9, 2013 at 8:49 PM, Jason Cooper wrote: > >> > Neil, > >> > > >> > On Tue, Jul 09, 2013 at 02

Re: [PATCH 2/2] Input: Adding DT support for keyreset tuneables

2013-07-10 Thread Grant Likely
On Wed, Jul 10, 2013 at 5:52 PM, Dmitry Torokhov wrote: > On Wed, Jul 10, 2013 at 04:14:57PM +0100, Grant Likely wrote: >> On Fri, 28 Jun 2013 07:19:06 -0600, Mathieu Poirier >> wrote: >> > On 13-06-28 12:09 AM, Dmitry Torokhov wrote: >> > I do not agree. We want the binding to be generic

Re: [PATCH V3 1/3] dts: change Marvell prefix to 'marvell'

2013-07-10 Thread Jason Cooper
On Wed, Jul 10, 2013 at 03:50:10PM -0500, Matt Sealey wrote: > On Tue, Jul 9, 2013 at 7:49 AM, Jason Cooper wrote: > > Neil, > > > > I agree with the need to change, however, this has been in the binding > > documentation since v3.5. I wish we had caught this when we decided > > against using sto

Re: [PATCH 2/2] Input: Adding DT support for keyreset tuneables

2013-07-10 Thread Mathieu Poirier
On 10 July 2013 10:52, Dmitry Torokhov wrote: > On Wed, Jul 10, 2013 at 04:14:57PM +0100, Grant Likely wrote: > > On Fri, 28 Jun 2013 07:19:06 -0600, Mathieu Poirier < > mathieu.poir...@linaro.org> wrote: > > > On 13-06-28 12:09 AM, Dmitry Torokhov wrote: > > > I do not agree. We want the b

Re: [PATCH 2/4] pinmux: Add TB10x pinmux driver

2013-07-10 Thread Stephen Warren
On 07/08/2013 07:02 AM, Christian Ruppert wrote: ... > OK, a small drawing of our hardware should make this clear, let's take > an imaginary example of one port with 10 pins, one i2c interface, one > spi interface and one GPIO bank: > > | mux N-1| > ++ >

Re: Fixed PHY Device Tree usage?

2013-07-10 Thread Florian Fainelli
Hello Thomas, 2013/7/10 Thomas Petazzoni : > Dear Florian Fainelli, > > On Wed, 10 Jul 2013 17:29:44 +0100, Florian Fainelli wrote: [snip] > >> > }; >> > >> > phy1: ethernet-phy@1 { >> > ... all the properties you listed ... >> >

Re: [PATCH 2/3] arm: atmel: at91sam9n12: add qt1070 support

2013-07-10 Thread Jean-Christophe PLAGNIOL-VILLARD
On 17:51 Wed 10 Jul , Bo Shen wrote: > add qt1070 support on at91sam9n12ek board > > Signed-off-by: Bo Shen > --- > arch/arm/boot/dts/at91sam9n12ek.dts | 16 > 1 file changed, 16 insertions(+) > > diff --git a/arch/arm/boot/dts/at91sam9n12ek.dts > b/arch/arm/boot/dts/at9

Re: [PATCH 2/2] Input: Adding DT support for keyreset tuneables

2013-07-10 Thread Dmitry Torokhov
On Wed, Jul 10, 2013 at 04:14:57PM +0100, Grant Likely wrote: > On Fri, 28 Jun 2013 07:19:06 -0600, Mathieu Poirier > wrote: > > On 13-06-28 12:09 AM, Dmitry Torokhov wrote: > > I do not agree. We want the binding to be generic and not tied > > specifically to the keyreset functionalit

Re: Fixed PHY Device Tree usage?

2013-07-10 Thread Thomas Petazzoni
Dear Florian Fainelli, On Wed, 10 Jul 2013 17:29:44 +0100, Florian Fainelli wrote: > > Should we have something like: > > > > mdio-fixed { > > compatible = "generic,mdio-fixed"; > > phy0: ethernet-phy@0 { > > ... all the properties y

Re: Fixed PHY Device Tree usage?

2013-07-10 Thread Florian Fainelli
Hello Thomas, 2013/7/10 Thomas Petazzoni : [snip] >> > >> > It has the same properties as the binding described in: >> > Documentation/devicetree/bindings/net/fsl-tsec-phy.txt but expressed in a >> > more explicit way instead of using an array of integers. > > And so the fixed-phy driver would l

Re: Fixed PHY Device Tree usage?

2013-07-10 Thread Thomas Petazzoni
Dear Florian Fainelli, On Tue, 09 Jul 2013 19:02:05 +0100, Florian Fainelli wrote: > > > We have a case of an hardware platform that uses the mvneta network > > > driver, but instead of the SoC being connected to a PHY, it's connected > > > directly to a switch, so my understanding is that there'

[PATCHv2] watchdog: dw: Enable OF support for DW watchdog timer.

2013-07-10 Thread dinguyen
From: Dinh Nguyen Add device tree support to the DW watchdog timer. Signed-off-by: Dinh Nguyen Acked-by: Jamie Iles Reviewed-by: Pavel Machek Cc: Jamie Iles Cc: Viresh Kumar Cc: Grant Likely Cc: Rob Herring Cc: Wim Van Sebroeck Cc: Pavel Machek v2: - Use of_match_ptr() for of_match_tab

Re: [PATCH 2/2] Input: Adding DT support for keyreset tuneables

2013-07-10 Thread Grant Likely
On Fri, 28 Jun 2013 07:19:06 -0600, Mathieu Poirier wrote: > On 13-06-28 12:09 AM, Dmitry Torokhov wrote: > I do not agree. We want the binding to be generic and not tied > specifically to the keyreset functionality. As such 'input-keyset' or > 'input-keychord' are more appropria

Re: [PATCH] watchdog: dw: Enable OF support for DW watchdog timer.

2013-07-10 Thread Dinh Nguyen
On Wed, 2013-07-10 at 11:41 +0100, Jamie Iles wrote: > Hi Dinh, > > On Tue, Jul 09, 2013 at 06:09:37PM -0500, dingu...@altera.com wrote: > > From: Dinh Nguyen > > > > Add device tree support to the DW watchdog timer. > > > > Signed-off-by: Dinh Nguyen > > Cc: Jamie Iles > > Cc: Viresh Kumar

Re: [PATCH 1/3] arm: atmel: at91sam9n12: add pinctrl of TWI

2013-07-10 Thread Jean-Christophe PLAGNIOL-VILLARD
On 17:51 Wed 10 Jul , Bo Shen wrote: > add pinctrl of TWI for at91sam9n12 SoC > > Signed-off-by: Bo Shen > --- > arch/arm/boot/dts/at91sam9n12.dtsi | 20 > 1 file changed, 20 insertions(+) > > diff --git a/arch/arm/boot/dts/at91sam9n12.dtsi > b/arch/arm/boot/dts/at91

Re: [PATCH V3 1/3] dts: change Marvell prefix to 'marvell'

2013-07-10 Thread Daniel Drake
On Wed, Jul 10, 2013 at 6:20 AM, Jason Cooper wrote: > Please keep in mind that the DT is supposed to be tied to the hardware, > *not* the kernel. iow, a dtb comes with a board, and the user/OS > upgrades the kernel as needed w/o upgrading or changing the dtb. Thank you for making this position

Re: [PATCH V3 1/3] dts: change Marvell prefix to 'marvell'

2013-07-10 Thread Haojian Zhuang
On Wed, Jul 10, 2013 at 8:24 PM, Jason Cooper wrote: > On Wed, Jul 10, 2013 at 04:19:46PM +0800, Haojian Zhuang wrote: >> On Tue, Jul 9, 2013 at 8:49 PM, Jason Cooper wrote: >> > Neil, >> > >> > On Tue, Jul 09, 2013 at 02:42:44PM +0800, Neil Zhang wrote: >> >> The documented vendor prefix for Mar

Re: [PATCH V3 1/3] dts: change Marvell prefix to 'marvell'

2013-07-10 Thread Jason Cooper
On Wed, Jul 10, 2013 at 04:19:46PM +0800, Haojian Zhuang wrote: > On Tue, Jul 9, 2013 at 8:49 PM, Jason Cooper wrote: > > Neil, > > > > On Tue, Jul 09, 2013 at 02:42:44PM +0800, Neil Zhang wrote: > >> The documented vendor prefix for Marvell is 'marvell', not 'mrvl', so > >> let's change it. > >>

Re: [PATCH V3 1/3] dts: change Marvell prefix to 'marvell'

2013-07-10 Thread Jason Cooper
Neil, On Wed, Jul 10, 2013 at 12:25:17AM -0700, Neil Zhang wrote: > Jason, > > > -Original Message- > > From: Jason Cooper [mailto:ja...@lakedaemon.net] > > Sent: 2013年7月9日 20:49 > > To: Neil Zhang > > Cc: grant.lik...@linaro.org; haojian.zhu...@gmail.com; a...@arndb.de; > > devicetree-di

[PATCH 1/2] ARM: dts: Move the common DMA controller nodes to exynos5.dtsi

2013-07-10 Thread Padmavathi Venna
exynos5250 and exynos5420 has 4 DMA controllers in common. So this patch moves these nodes to common file keeping the dma controllers clk info in the exynos5250 dtsi file. Signed-off-by: Padmavathi Venna --- arch/arm/boot/dts/exynos5.dtsi| 44 + arch/arm

[PATCH 2/2] ARM: dts: Add DMA controller node info on Exynos5420.

2013-07-10 Thread Padmavathi Venna
Exynos5420 has one separate DMA controller for I2S0 and PCM0. This patch adds the same node on exynos5420 dtsi and adds the DMA clk info for the remaining DMA controllers. Signed-off-by: Padmavathi Venna --- arch/arm/boot/dts/exynos5420.dtsi | 33 + 1 files chan

[PATCH 0/2] Move comon DMA nodes to exynos5.dtsi and

2013-07-10 Thread Padmavathi Venna
Exynos5250 and Exynos5420 has 4 DMA controllers in common. So this patch set moved the common nodes to exynos.dtsi keeping the clk info seperate for both the platforms. Exynos5420 has a separate DMA controller for audio IPs. So this patch set also adds the ADMA node on Exynos5420. Padmavathi Venna

[PATCH 3/4] ARM: dts: Correct the /include entry on exynos5420 dtsi file

2013-07-10 Thread Padmavathi Venna
This patch corrects the /include to #include on exynos5420 Signed-off-by: Padmavathi Venna --- arch/arm/boot/dts/exynos5420.dtsi |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/boot/dts/exynos5420.dtsi b/arch/arm/boot/dts/exynos5420.dtsi index 8c54c4b..da55160

[PATCH 4/4] ARM: dts: exynos5420: add audio clock controller

2013-07-10 Thread Padmavathi Venna
From: Andrew Bresticker This adds device-tree bindings for the audio subsystem clock controller on Exynos 5420. Signed-off-by: Andrew Bresticker Reviewed-on: https://gerrit.chromium.org/gerrit/57712 Reviewed-by: Simon Glass Signed-off-by: Padmavathi Venna --- arch/arm/boot/dts/exynos5420.dts

[PATCH 2/4] clk: exynos-audss: allow input clocks to be specified in device tree

2013-07-10 Thread Padmavathi Venna
From: Andrew Bresticker This allows the input clocks to the Exynos AudioSS block to be specified via device-tree bindings. Default names will be used when an input clock is not given. This will be useful when adding support for the Exynos5420 where the audio bus clock is called "sclk_maudio0" i

[PATCH 1/4] clk: exynos-audss: add support for Exynos 5420

2013-07-10 Thread Padmavathi Venna
From: Andrew Bresticker The AudioSS block on Exynos 5420 has an additional clock gate for the ADMA bus clock. Signed-off-by: Andrew Bresticker Reviewed-on: https://gerrit.chromium.org/gerrit/57711 Reviewed-by: Simon Glass --- .../devicetree/bindings/clock/clk-exynos-audss.txt |7 +--

[PATCH 0/4] clk: Samsung: audss: Add support for Exynos5420

2013-07-10 Thread Padmavathi Venna
This patch set adds support for audio subsystem clks on Exynos5420. Exynos5420 audio subsystem has a gate bit for ADMA controller and the some of parent clks for mout_i2s are also different from Exynos5250. So this patch adds provision for supporting both the platforms by passing the parent clk nam

Re: [PATCH] watchdog: dw: Enable OF support for DW watchdog timer.

2013-07-10 Thread Jamie Iles
Hi Dinh, On Tue, Jul 09, 2013 at 06:09:37PM -0500, dingu...@altera.com wrote: > From: Dinh Nguyen > > Add device tree support to the DW watchdog timer. > > Signed-off-by: Dinh Nguyen > Cc: Jamie Iles > Cc: Viresh Kumar > Cc: Grant Likely > Cc: Rob Herring > Cc: Wim Van Sebroeck > Cc: Pave

Re: [PATCH] mfd: DT bindings for the palmas family MFD

2013-07-10 Thread Mark Brown
On Mon, Jun 03, 2013 at 03:18:51PM +0100, Lee Jones wrote: > On Mon, 03 Jun 2013, J Keerthy wrote: > > + optional chip specific regulator fields :- > > + ti,warm-reset - maintain voltage during warm reset(boolean) > Pushing the boat out a bit here, but is it possible to reuse >

Re: [PATCH v4 3/7] Documentation: DT: update atmel SSC with DMA binding

2013-07-10 Thread Mark Brown
On Wed, Jul 10, 2013 at 11:48:27AM +0200, Richard Genoud wrote: > 2013/7/9 Mark Brown : > > ...this first example is now invalid and should probably just be being > > extended with the new required properties. > Well, I have to rewrite that to make it clearer. > The thing is: > with "atmel,at91rm

Re: [PATCH v4 1/7] sound: sam9x5_wm8731: machine driver for at91sam9x5 wm8731 boards

2013-07-10 Thread Mark Brown
On Wed, Jul 10, 2013 at 11:25:37AM +0200, Richard Genoud wrote: > 2013/7/9 Mark Brown : > > Shouldn't the SSC driver be enforcing this constraint if it comes from > > the SSC hardware? If the clock is reprogrammable the usual convention > > for drivers is to not constrain if the clock is set to z

[PATCH 3/3] arm: atmel: at91sam9n12: correct pin number of gpio-key

2013-07-10 Thread Bo Shen
correct pin number of gpio-key for at91sam9n12ek board the pioB4 is connect to LED, the pioB3 use as gpio-key Signed-off-by: Bo Shen --- arch/arm/boot/dts/at91sam9n12ek.dts |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/at91sam9n12ek.dts b/arch/arm/boo

[PATCH 0/3] arm: atmel: at91sam9n12: add i2c pinctrl and qt1070 support

2013-07-10 Thread Bo Shen
this patch is based on linux master branch, implementation as following: - add the i2c pinctrl which needed for using at91sam9n12 TWI - enable qt1070 - trivial fix for the gpio-key pin number Bo Shen (3): arm: atmel: at91sam9n12: add pinctrl of TWI arm: atmel: at91sam9n12: add qt1070 su

[PATCH 1/3] arm: atmel: at91sam9n12: add pinctrl of TWI

2013-07-10 Thread Bo Shen
add pinctrl of TWI for at91sam9n12 SoC Signed-off-by: Bo Shen --- arch/arm/boot/dts/at91sam9n12.dtsi | 20 1 file changed, 20 insertions(+) diff --git a/arch/arm/boot/dts/at91sam9n12.dtsi b/arch/arm/boot/dts/at91sam9n12.dtsi index bb7f564..3db62f6 100644 --- a/arch/arm/b

[PATCH 2/3] arm: atmel: at91sam9n12: add qt1070 support

2013-07-10 Thread Bo Shen
add qt1070 support on at91sam9n12ek board Signed-off-by: Bo Shen --- arch/arm/boot/dts/at91sam9n12ek.dts | 16 1 file changed, 16 insertions(+) diff --git a/arch/arm/boot/dts/at91sam9n12ek.dts b/arch/arm/boot/dts/at91sam9n12ek.dts index d59b70c..3acac62 100644 --- a/arch/arm

Re: [RFC PATCH V2 1/8] regulator: Introduce OMAP regulator to control PMIC over VC/VP

2013-07-10 Thread Mark Brown
On Tue, Jul 09, 2013 at 11:04:23AM -0500, Nishanth Menon wrote: > On 07/09/2013 10:29 AM, Mark Brown wrote: > >This seems like something we should be able to cope with by for example > >adding a bus for the custom PMIC interface or otherwise finding a way to > I had considered introducing a custo

Re: [PATCH v4 3/7] Documentation: DT: update atmel SSC with DMA binding

2013-07-10 Thread Richard Genoud
2013/7/9 Mark Brown : > On Tue, Jul 09, 2013 at 04:25:29PM +0200, Richard Genoud wrote: > >> - reg: Should contain SSC registers location and length >> - interrupts: Should contain SSC interrupt >> +For dma transfer: >> +- dmas: DMA specifier, consisting of a phandle to DMA controller node, >> +

Re: [PATCH v4 2/7] Documentation: DT: add sam9x5ek-wm8731 machine driver

2013-07-10 Thread Richard Genoud
2013/7/9 Mark Brown : > On Tue, Jul 09, 2013 at 04:25:28PM +0200, Richard Genoud wrote: >> This add the sound DT binding for sam9x5ek-wm8731 machine driver >> >> Signed-off-by: Richard Genoud >> --- >> .../bindings/sound/atmel-sam9x5-wm8731-audio.txt | 30 >> > > Put new

Re: [PATCH v4 1/7] sound: sam9x5_wm8731: machine driver for at91sam9x5 wm8731 boards

2013-07-10 Thread Richard Genoud
2013/7/10 Bo Shen : > Hi Richard, Hi ! > On 7/9/2013 22:25, Richard Genoud wrote: > [snip] > > >> +#include >> +#include >> +#include >> +#include >> +#include >> +#include >> +#include >> +#include >> + >> +#include >> + >> +#include >> +#include >> +#include >> +#include >> + >> +#i

Re: [PATCH v4 1/7] sound: sam9x5_wm8731: machine driver for at91sam9x5 wm8731 boards

2013-07-10 Thread Richard Genoud
2013/7/9 Mark Brown : > On Tue, Jul 09, 2013 at 04:25:27PM +0200, Richard Genoud wrote: > >> +/* >> + * Authorized rates are: >> + * Rate = MCLK_RATE / (n * 2) >> + * Where n is in [1..4095] >> + * (cf register SSC_CMR) >> + */ >> +static unsigned int rates[] = { >> + 8000, >> + 16000, >> +

[PATCH V3] extcon: palmas: Option to disable ID/VBUS detection based on platform

2013-07-10 Thread Laxman Dewangan
Based on system design, platform needs to detect the VBUS or ID or both. Provide option to select this through platform data to disable part of cable detection through palmas-usb. Signed-off-by: Laxman Dewangan Acked-by: Graeme Gregory --- No changes from V1. Change from V2: - Remove the change

Re: [PATCH V2 4/4] extcon: palmas: Option to disable ID/VBUS detection based on platform

2013-07-10 Thread Laxman Dewangan
On Wednesday 10 July 2013 01:04 PM, Chanwoo Choi wrote: On 07/10/2013 04:13 PM, Laxman Dewangan wrote: On Wednesday 10 July 2013 12:25 PM, Chanwoo Choi wrote: I did not like to break the TI design/code and hence added the option such that if there is no initialisation of this member or dts entr

Re: [PATCH V3 1/3] dts: change Marvell prefix to 'marvell'

2013-07-10 Thread Haojian Zhuang
On Tue, Jul 9, 2013 at 8:49 PM, Jason Cooper wrote: > Neil, > > On Tue, Jul 09, 2013 at 02:42:44PM +0800, Neil Zhang wrote: >> The documented vendor prefix for Marvell is 'marvell', not 'mrvl', so >> let's change it. >> >> Signed-off-by: Neil Zhang >> --- >> .../devicetree/bindings/arm/mrvl/intc

Re: [PATCH V2 4/4] extcon: palmas: Option to disable ID/VBUS detection based on platform

2013-07-10 Thread Chanwoo Choi
On 07/10/2013 04:13 PM, Laxman Dewangan wrote: > On Wednesday 10 July 2013 12:25 PM, Chanwoo Choi wrote: >> Hi Laxman, >> >> On 07/10/2013 03:15 PM, Laxman Dewangan wrote: >>> Should you define duplicate meaning variables in each other structure? >>> - disable_vbus_detection - enable_vbus_detection

Re: [PATCH V2 2/4] extcon: palmas: enable ID_GND and ID_FLOAT detection always

2013-07-10 Thread Laxman Dewangan
On Wednesday 10 July 2013 12:32 PM, Chanwoo Choi wrote: Hi Laxman, @@ -84,28 +86,23 @@ static irqreturn_t palmas_id_irq_handler(int irq, void *_palmas_usb) if (set & PALMAS_USB_ID_INT_SRC_ID_GND) { palmas_write(palmas_usb->palmas, PALMAS_USB_OTG_BASE, -

Re: [PATCH V2 0/4] extcon: palmas: clean-up/fixes and suspend/resume susupport

2013-07-10 Thread Laxman Dewangan
On Wednesday 10 July 2013 12:27 PM, Chanwoo Choi wrote: On 07/10/2013 03:15 PM, Laxman Dewangan wrote: This patch series does following: - Remove unused member from extcon palmas structure. - Fix to support of detecting cable properly with multiple insert/removal. - Add support for suspend/resum

Re: [PATCH V2 4/4] extcon: palmas: Option to disable ID/VBUS detection based on platform

2013-07-10 Thread Laxman Dewangan
On Wednesday 10 July 2013 12:25 PM, Chanwoo Choi wrote: Hi Laxman, On 07/10/2013 03:15 PM, Laxman Dewangan wrote: Should you define duplicate meaning variables in each other structure? - disable_vbus_detection - enable_vbus_detection - disable_id_detection - enable_id_detection I think that it

Re: [PATCH V2 2/4] extcon: palmas: enable ID_GND and ID_FLOAT detection always

2013-07-10 Thread Chanwoo Choi
Hi Laxman, > @@ -84,28 +86,23 @@ static irqreturn_t palmas_id_irq_handler(int irq, void > *_palmas_usb) > > if (set & PALMAS_USB_ID_INT_SRC_ID_GND) { > palmas_write(palmas_usb->palmas, PALMAS_USB_OTG_BASE, > - PALMAS_USB_ID_INT_EN_HI_SET, > -