Re: [PATCH 6/7] usb: chipidea: udc: add force-full-speed option

2013-06-01 Thread Sascha Hauer
On Fri, May 31, 2013 at 08:38:48PM +0200, Michael Grzeschik wrote: > From: Michael Grzeschik > > This patch makes it possible to set the chipidea udc > into full-speed only mode. It can be set by the oftree > property "force-full-speed". [...] > +/* force full-speed operation */ > +static bool

Re: [PATCH 6/7] usb: chipidea: udc: add force-full-speed option

2013-06-01 Thread Michael Grzeschik
On Sat, Jun 01, 2013 at 09:39:33AM +0200, Sascha Hauer wrote: > On Fri, May 31, 2013 at 08:38:48PM +0200, Michael Grzeschik wrote: > > From: Michael Grzeschik > > > > This patch makes it possible to set the chipidea udc > > into full-speed only mode. It can be set by the oftree > > property "forc

Re: [PATCH V3 0/4] clk: Samsung: audss: Register audio subsytem clocks using common clk framework

2013-06-01 Thread Sylwester Nawrocki
Padmavathi, On 05/28/2013 12:02 PM, Padmavathi Venna wrote: Samsung S5PV210 and Exynos SoC has a separate subsystem for audio. This subsystem has a internal clock controller which controls i2s0 and pcm0 clocks. This patch series adds the Samsung audio subsytem clock to the common clock framewor

Re: [PATCH V3 0/4] clk: Samsung: audss: Register audio subsytem clocks using common clk framework

2013-06-01 Thread Padma Venkat
Hi Sylwester, On Sat, Jun 1, 2013 at 1:59 PM, Sylwester Nawrocki wrote: > Padmavathi, > > > On 05/28/2013 12:02 PM, Padmavathi Venna wrote: >> >> Samsung S5PV210 and Exynos SoC has a separate subsystem for audio. This >> subsystem >> has a internal clock controller which controls i2s0 and pcm0 cl

Re: [PATCH V3 0/4] clk: Samsung: audss: Register audio subsytem clocks using common clk framework

2013-06-01 Thread Sylwester Nawrocki
Hi, On 06/01/2013 11:06 AM, Padma Venkat wrote: Actuvally I added samsung prefix when I added s5pv210 compatible name. But I also feel Exynos would be better now. I will resend the patch with Exynos prefix and with your reviewed-by. Yes, that sounds like a good idea. S5PV210 is also known as

Re: [PATCH 6/7] usb: chipidea: udc: add force-full-speed option

2013-06-01 Thread Sascha Hauer
On Sat, Jun 01, 2013 at 10:19:32AM +0200, Michael Grzeschik wrote: > On Sat, Jun 01, 2013 at 09:39:33AM +0200, Sascha Hauer wrote: > > On Fri, May 31, 2013 at 08:38:48PM +0200, Michael Grzeschik wrote: > > > From: Michael Grzeschik > > > > > > This patch makes it possible to set the chipidea udc

[PATCH v2] pps-gpio: add device-tree binding and support

2013-06-01 Thread Jan Luebbe
Instead of allocating a struct pps_gpio_platform_data in the DT case, store the necessary information in struct pps_gpio_device_data itself. This avoids an additional allocation and the ifdef. It also gets rid of some indirection. Also use dev_err instead of pr_err in the changed code. Signed-off

Re: [PATCH v2] pps-gpio: add device-tree binding and support

2013-06-01 Thread Arnd Bergmann
On Saturday 01 June 2013, Jan Luebbe wrote: > Instead of allocating a struct pps_gpio_platform_data in the DT case, store > the necessary information in struct pps_gpio_device_data itself. This avoids > an additional allocation and the ifdef. It also gets rid of some indirection. > > Also use dev_

Re: [PATCHv2 1/3] Add support for GMT G762/G763 PWM fan controller

2013-06-01 Thread Guenter Roeck
On Tue, May 28, 2013 at 12:03:14AM +0200, Arnaud Ebalard wrote: > > Signed-off-by: Arnaud Ebalard > --- > drivers/hwmon/Kconfig | 10 + > drivers/hwmon/Makefile |1 + > drivers/hwmon/g762.c | 1012 > > include/lin

Re: [RESEND PATCH v2 1/3] mmc: omap_hsmmc: Enable SDIO IRQ using a GPIO in idle mode.

2013-06-01 Thread Tony Lindgren
* Andreas Fenkart [130531 01:05]: > Hi, > > this email adress will soon expire, > my alternate email adress is OK, noticed that the SDIO wake behaves in a different way between wl12xx and mwifiex, and there's an issue with the muxing still for legacy non-SDIO booting. So at least one more update

Re: [PATCH 05/11] spi: omap2-mcspi: enhance pinctrl support

2013-06-01 Thread Mark Brown
On Fri, May 31, 2013 at 03:43:05PM +0530, Hebbar Gururaja wrote: > Amend the spi omap controller to optionally take a pin control > handle and set the state of the pins to: > > - "default" on boot, resume and before performing an spi transfer > - "idle" after initial default, after resume default,

Re: [PATCH V4 2/3] ARM: mmc: bcm281xx SDHCI driver

2013-06-01 Thread Arnd Bergmann
On Saturday 01 June 2013, Christian Daudt wrote: > I looked into it and it can replace just about everything that our own > dt parsing code is doing. The only problem is with cd_gpio. If I call > mmc_of_parse, then it will install its own irq handler for cd gpio, and > our driver needs a differe

Re: [PATCH v2] video: simplefb: add mode parsing function

2013-06-01 Thread Olof Johansson
On Sat, Jun 1, 2013 at 10:07 PM, Stephen Warren wrote: > On 05/31/2013 11:12 PM, Olof Johansson wrote: >> On Mon, May 27, 2013 at 10:13:09PM -0600, Stephen Warren wrote: >>> On 05/26/2013 09:53 PM, Alexandre Courbot wrote: The naming scheme of simplefb's mode is precise enough to allow buildi

Re: [PATCH v2] video: simplefb: add mode parsing function

2013-06-01 Thread Stephen Warren
On 05/31/2013 11:12 PM, Olof Johansson wrote: > On Mon, May 27, 2013 at 10:13:09PM -0600, Stephen Warren wrote: >> On 05/26/2013 09:53 PM, Alexandre Courbot wrote: >>> The naming scheme of simplefb's mode is precise enough to allow building >>> the mode structure from it instead of using a static l