Re: [PATCH 3/3] mmc: atmel-mci: add support for odd clock dividers

2012-04-01 Thread Ludovic Desroches
Hi Chris, On Sat, Mar 31, 2012 at 11:44:41PM -0400, Chris Ball wrote: > Hi, > > On Thu, Mar 22 2012, Nicolas Ferre wrote: > > On 03/21/2012 04:41 PM, ludovic.desroc...@atmel.com : > >> From: Ludovic Desroches > >> > >> Add an odd clock divider capability available from v5xx. It also involves >

Re: [PATCH 0/4] atmel-mci device tree support

2012-04-01 Thread Ludovic Desroches
Hi Chris, On Sat, Mar 31, 2012 at 11:49:19PM -0400, Chris Ball wrote: > Hi, > > On Wed, Mar 21 2012, ludovic.desroc...@atmel.com wrote: > > Hi, > > > > This patch-set adds device tree support for atmel-mci. > > Please can you resend after syncing up with Arnd's suggestions in: >http://thread

Re: [PATCH v2] mmc: sdhci-pci: add quirk for broken MSI on O2Micro ctrls.

2012-04-01 Thread Chris Ball
Hi, On Sun, Apr 01 2012, Manuel Lauss wrote: > MSI on my O2Micro OZ600 SD card reader is broken. This patch adds a quirk > to disable MSI on these controllers. > > Signed-off-by: Manuel Lauss > --- > v2: also wrap pci_disable_msi() calls as requested by Chris Ball. > > drivers/mmc/host/sdhci-pc

[PATCH v2] mmc: sdhci-pci: add quirk for broken MSI on O2Micro ctrls.

2012-04-01 Thread Manuel Lauss
MSI on my O2Micro OZ600 SD card reader is broken. This patch adds a quirk to disable MSI on these controllers. Signed-off-by: Manuel Lauss --- v2: also wrap pci_disable_msi() calls as requested by Chris Ball. drivers/mmc/host/sdhci-pci.c | 10 +++--- include/linux/mmc/sdhci.h|2 +

Re: [PATCH v3 6/6] mmc: sdhci-s3c: Add device tree support

2012-04-01 Thread Mark Brown
On Fri, Mar 30, 2012 at 06:45:07PM +, Arnd Bergmann wrote: > On Friday 30 March 2012, Stephen Warren wrote: > > > +- cd-inverted: when present, polarity on the wp gpio line is inverted > > > +- wp-inverted: when present, polarity on the wp gpio line is inverted > > I'm not sure about those tw

Re: [PATCH 07/11] gpio: tegra: Hide tegra_gpio_enable/disable()

2012-04-01 Thread Linus Walleij
On Sat, Mar 31, 2012 at 1:00 AM, Stephen Warren wrote: > From: Stephen Warren > > Recent pinctrl discussions concluded that gpiolib APIs should in fact do > whatever is required to mux a GPIO onto pins, by calling pinctrl APIs if > required. This change implements this for the Tegra GPIO driver,