Re: [PATCH v3 6/7] usb: chipidea: usbmisc: add mx53 support

2012-11-25 Thread Peter Chen
On Fri, Nov 23, 2012 at 08:39:39AM +0100, Sascha Hauer wrote: > On Fri, Nov 23, 2012 at 02:53:41PM +0800, Peter Chen wrote: > > On Wed, Nov 21, 2012 at 03:06:32PM +0100, Michael Grzeschik wrote: > > > This adds mx53 as the next user of the usbmisc driver and makes it > > > possible to disable the o

Re: [PATCH v3 6/7] usb: chipidea: usbmisc: add mx53 support

2012-11-25 Thread Peter Chen
On Fri, Nov 23, 2012 at 11:02:13AM +0100, Marc Kleine-Budde wrote: > On 11/23/2012 07:53 AM, Peter Chen wrote: > > On Wed, Nov 21, 2012 at 03:06:32PM +0100, Michael Grzeschik wrote: > >> This adds mx53 as the next user of the usbmisc driver and makes it > >> possible to disable the overcurrent-dete

Re: [PATCH v3 5/7] usb: chipidea: usbmisc: add support for ahb, ipg and per clock

2012-11-25 Thread Peter Chen
On Fri, Nov 23, 2012 at 05:20:51PM +0100, Michael Grzeschik wrote: > > usbphy: used to transfer data > > (like your per) > > The "per" clk is a different clk than the usbphy. We have an usbphy clk > aswell on the mx5x. As discussed before [1], we need a solution to enable > the usbphy clk. The cur

Re: [PATCH 1/2] powerpc/85xx: p1022ds: Use NULL instead of 0 for pointers

2012-11-25 Thread Kumar Gala
On Nov 19, 2012, at 10:31 PM, Tushar Behera wrote: > The third argument for of_get_property() is a pointer, hence pass > NULL instead of 0. > > Signed-off-by: Tushar Behera > --- > arch/powerpc/platforms/85xx/p1022_ds.c |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) applied to ne

[PATCH 1/2] sdhci: add quirk for lack of 1.8v support

2012-11-25 Thread Daniel Drake
The OLPC XO-1.75 laptop includes a SDHCI controller which is 1.8v capable, and it truthfully reports so in its capabilities. This alternate voltage is used for driving new "UHS-I" SD cards at their full speed. However, what the controller doesn't know is that the motherboard physically doesn't hav

[PATCH 2/2] mmc: add no-1-8-v device tree flag

2012-11-25 Thread Daniel Drake
The OLPC XO-1.75 laptop includes a SDHCI controller which is 1.8v capable, and it truthfully reports so in its capabilities. This alternate voltage is used for driving new "UHS-I" SD cards at their full speed. However, what the controller doesn't know is that the motherboard physically doesn't hav

Re: [PATCH 1/2] sdhci: add quirk for lack of 1.8v support

2012-11-25 Thread Daniel Drake
On Sun, Nov 25, 2012 at 12:36 PM, Philip Rakity wrote: > The same effect can be achieved by setting the quirk > SDHCI_QUIRK_MISSING_CAPS > reading caps[0] and removing from caps[1] the UHS values in the controller > specific code for your board. > > What is the reason you cannot do this ? The sa

Re: [PATCH 3/3] ASoC: atmel-pcm: add dma support

2012-11-25 Thread Bo Shen
Hi Mark, On 11/23/2012 22:27, Mark Brown wrote: On Fri, Nov 23, 2012 at 02:14:17PM +0800, Bo Shen wrote: Add dmaengine specific routines and replace PDC ones in pcm_ops if appropriate. Signed-off-by: Nicolas Ferre [voice.s...@atmel.com: adapt to soc dmaengine framework] Signed-off-by: Bo Shen

[PATCH RESEND] i2c: Add support for device-tree based chip initialization

2012-11-25 Thread Guenter Roeck
Some I2C devices are not or not correctly initialized by the firmware. Configuration would be possible via platform data, but that would require per-driver platform data and a lot of code, and changing it would not be possible without re-compiling the kernel. It is more elegant to do it generically

Re: [PATCH] of/i2c: support more interrupt specifiers

2012-11-25 Thread Bongkyu Kim
On 11/21/2012 10:41 PM, Rob Herring wrote: > On 11/21/2012 02:58 AM, Bongkyu Kim wrote: >> This patch supports more interrupt specifiers for i2c client. > > Why? > If we are registering a device has 2 interrupts like the below, i2c@f9968000 { lsm330_acc@1D {

RE: [PATCH v3 1/5] rtc: OMAP: Add system pm_power_off to rtc driver

2012-11-25 Thread Bedia, Vaibhav
On Thu, Nov 22, 2012 at 11:17:02, AnilKumar, Chimata wrote: > +Andrew Morton > > On Tue, Nov 20, 2012 at 15:18:43, AnilKumar, Chimata wrote: > > From: Colin Foe-Parker > > > > Add system power off control to rtc driver which is the in-charge > > of controlling the BeagleBone system power. The po

RE: [PATCH v3 03/10] ARM: OMAP: AM33xx hwmod: Add parent-child relationship for PWM subsystem

2012-11-25 Thread Bedia, Vaibhav
On Fri, Nov 23, 2012 at 16:36:06, Philip, Avinash wrote: > On Tue, Nov 20, 2012 at 10:33:44, Philip, Avinash wrote: > > As part of PWM subsystem integration, PWM subsystem are sharing > > resources like clock across submodules (ECAP, EQEP & EHRPWM). > > To handle resource sharing & IP integration >