Re: [PATCH] ARM: mmc: bcm281xx SDHCI driver

2013-05-10 Thread Stephen Warren
On 05/08/2013 11:55 PM, Christian Daudt wrote: > Add SDHCI driver for the Broadcom 281xx SoCs. Also > add bindings for it into bcm281xx dts files. > Still missing: > - power managemement > diff --git a/drivers/mmc/host/sdhci-bcm-kona.c > b/drivers/mmc/host/sdhci-bcm-kona.c > + /* > + *

Re: [RFC 1/8] serial:st-asc: Add ST ASC driver.

2013-05-10 Thread Russell King - ARM Linux
On Wed, May 08, 2013 at 09:36:13AM -0700, Greg KH wrote: > On Wed, May 08, 2013 at 06:31:48PM +0200, Arnd Bergmann wrote: > > On Wednesday 08 May 2013, Greg KH wrote: > > > > just mention there is not hardware reason to not use the generic ttySx > > > > in place of ttyAS as we have only one IP that

[PATCH v2 2/2] ARM: dts: omap3-igep0030: Add NAND flash support

2013-05-10 Thread Javier Martinez Canillas
The IGEP COM Module has an 512MB NAND flash memory. Add a device node for this NAND and its parition layout. Signed-off-by: Javier Martinez Canillas --- Changes since v1: - I just realized that sent a wrong version of the patch, sorry for the noise arch/arm/boot/dts/omap3-igep0030.dts | 50

[PATCH 2/2] ARM: dts: omap3-igep0030: Add NAND flash support

2013-05-10 Thread Javier Martinez Canillas
The IGEP COM Module has an 512MB NAND flash memory. Add a device node for this NAND and its parition layout. Signed-off-by: Javier Martinez Canillas --- arch/arm/boot/dts/omap3-igep0020.dts |1 + arch/arm/boot/dts/omap3-igep0030.dts | 50 ++ 2 files changed

[PATCH 1/2] ARM: dts: omap3-igep0020: Add NAND flash support

2013-05-10 Thread Javier Martinez Canillas
The IGEPv2 board has an 512MB NAND flash memory. Add a device node for this NAND and its parition layout. Signed-off-by: Javier Martinez Canillas --- Benoit, This patch depends on a previous posted patch: [PATCH] ARM: dts: omap3-igep0020: Add SMSC911x LAN chip support Best regards, Javier

Re: [PATCH V2] ARM: bcm281xx: Add L2 support for Rev A2 chips

2013-05-10 Thread Russell King - ARM Linux
On Thu, May 09, 2013 at 01:44:34PM -0700, Olof Johansson wrote: > On Thu, May 02, 2013 at 05:57:33PM -0700, Christian Daudt wrote: > > Rev A2 SoCs have an unorthodox memory re-mapping and this needs > > to be reflected in the cache operations. > > This patch adds new outer cache functions for the l

Re: [RFC 1/8] serial:st-asc: Add ST ASC driver.

2013-05-10 Thread Greg KH
On Fri, May 10, 2013 at 04:45:15PM +0200, Ben Dooks wrote: > On 08/05/13 17:34, Greg KH wrote: > >On Wed, May 08, 2013 at 04:34:43PM +0200, Arnd Bergmann wrote: > >>>+#define ASC_MAJOR 204 > >>>+#define ASC_MINOR_START 40 > >> > >>I don't know what the current policy is on allocat

Re: [PATCH] ARM: mmc: bcm281xx SDHCI driver

2013-05-10 Thread Jean-Christophe PLAGNIOL-VILLARD
On 00:29 Fri 10 May , Christian Daudt wrote: > Thanks for the feedback. > > On 13-05-08 11:35 PM, Jean-Christophe PLAGNIOL-VILLARD wrote: > >On 22:55 Wed 08 May , Christian Daudt wrote: > >>Add SDHCI driver for the Broadcom 281xx SoCs. Also > >>add bindings for it into bcm281xx dts files.

[RFC/PATCH 2/2] gpio-rcar: Add DT support

2013-05-10 Thread Laurent Pinchart
Add DT bindings for the gpio-rcar driver and read the device configuration from the DT node at probe time if available. Cc: devicetree-discuss@lists.ozlabs.org Signed-off-by: Laurent Pinchart --- .../devicetree/bindings/gpio/renesas,gpio-rcar.txt | 48 + drivers/gpio/gpio-rcar.c

[RFC/PATCH 1/2] gpio-rcar: Make the platform data gpio_base field signed

2013-05-10 Thread Laurent Pinchart
The gpio_base field is used to specify the desired GPIO base for the GPIO controller. The GPIO core can automatically allocate a GPIO number range when the base is set to -1. To make this possible, make the field signed. Signed-off-by: Laurent Pinchart --- include/linux/platform_data/gpio-rcar.h

[RFC/PATCH 0/2] R-Car GPIO DT bindings

2013-05-10 Thread Laurent Pinchart
Hello, Here's an RFC that adds DT bindings to the gpio-rcar driver. The patches have been compile-tested only as I don't have access to the hardware right now, but I'd like to already receive feedback on the bindings. Laurent Pinchart (2): gpio-rcar: Make the platform data gpio_base field signe

Re: [patch] mtd: denali_dt: harmless case of testing the wrong variable

2013-05-10 Thread Artem Bityutskiy
On Mon, 2013-04-01 at 09:21 +0300, Dan Carpenter wrote: > There is a warning message that can't be printed because we test the > wrong variable. > > Signed-off-by: Dan Carpenter Thanks Dan, but there is already a similar fix for this in upstream: commit 6c67050ab108bcce2576fa1d7a0557eb0376520a

Re: [RFC 3/8] mfd:syscon: Introduce claim/read/write/release APIs

2013-05-10 Thread Srinivas KANDAGATLA
Hi Marc, I would like to explain you bit more about "ST System Configuration registers". The SOCs are assembled from existing IP blocks, which don't change very often. However these blocks are assembled in different configurations to meet the device requirements. So most IP blocks as well as havi

[PATCH] clk: add specified-rate clock

2013-05-10 Thread James Hogan
The frequency of some SoC's external oscillators (for example TZ1090's XTAL1) are configured by the board using pull-ups/pull-downs of configuration pins, the logic values of which are automatically latched on reset and available in an SoC register. Add a generic clock component and DT bindings to

Re: [PATCH] ARM: mmc: bcm281xx SDHCI driver

2013-05-10 Thread Jean-Christophe PLAGNIOL-VILLARD
On 00:29 Fri 10 May , Christian Daudt wrote: > Thanks for the feedback. > > On 13-05-08 11:35 PM, Jean-Christophe PLAGNIOL-VILLARD wrote: > >On 22:55 Wed 08 May , Christian Daudt wrote: > >>Add SDHCI driver for the Broadcom 281xx SoCs. Also > >>add bindings for it into bcm281xx dts files.

Re: [PATCH 3/3] ARM: dts: Add display timing node to exynos5250-arndale.dts

2013-05-10 Thread Vikas Sajjan
HI Tomasz, On 10 May 2013 13:03, Tomasz Figa wrote: > On Friday 10 of May 2013 11:57:34 Vikas Sajjan wrote: > > Hi Olof, > > > > On 10 May 2013 11:51, Vikas Sajjan wrote: > > > Hi Olof, > > > > > > On 10 May 2013 11:08, Olof Johansson wrote: > > >> On Thu, May 9, 2013 at 7:55 PM, Vikas Sajjan

Re: [PATCH 3/3] ARM: dts: Add display timing node to exynos5250-arndale.dts

2013-05-10 Thread Tomasz Figa
On Friday 10 of May 2013 11:57:34 Vikas Sajjan wrote: > Hi Olof, > > On 10 May 2013 11:51, Vikas Sajjan wrote: > > Hi Olof, > > > > On 10 May 2013 11:08, Olof Johansson wrote: > >> On Thu, May 9, 2013 at 7:55 PM, Vikas Sajjan > >> > >> > >> wrote: > >> > Hi Tomasz, > >> > > >> > On 10 May 20