Re: [PATCH 1/6] ARM: bcm476x: Add infrastructure

2012-10-12 Thread Domenico Andreoli
Thomas, On Sun, Oct 07, 2012 at 03:53:01AM +0200, Domenico Andreoli wrote: > > Index: b/arch/arm/mach-bcm476x/bcm476x.c > === > --- /dev/null > +++ b/arch/arm/mach-bcm476x/bcm476x.c ... > + > +#define BCM476X_PERIPH_PHYS 0x0008

Re: [PATCH 1/2 v6] of: add helper to parse display timings

2012-10-12 Thread Steffen Trumtrar
On Thu, Oct 11, 2012 at 09:31:18PM +0200, Thierry Reding wrote: > On Mon, Oct 08, 2012 at 09:49:21AM +0200, Steffen Trumtrar wrote: > > On Mon, Oct 08, 2012 at 10:07:45AM +0300, Tomi Valkeinen wrote: > > > On Thu, 2012-10-04 at 19:59 +0200, Steffen Trumtrar wrote: > [...] > > > > + > > > > +

Re: [PATCH 1/6] ARM: bcm476x: Add infrastructure

2012-10-12 Thread Arnd Bergmann
On Friday 12 October 2012, Thomas Petazzoni wrote: > My understanding is that all virtual address constants should now be > defined to have the void __iomem * type (i.e, using IOMEM). In the > future, the idea is that map_desc.virtual might be switched to the void > __iomem * type as well. > > But

Re: [PATCH 1/4] usb: phy: add a new driver for usb3 phy

2012-10-12 Thread kishon
Hi Tony, On Thursday 11 October 2012 06:29 AM, Tony Lindgren wrote: Hi, * Kishon Vijay Abraham I [120919 04:32]: Added a driver for usb3 phy that handles the interaction between usb phy device and dwc3 controller. This also includes device tree support for usb3 phy driver and the documentati

Re: [PATCH 1/6] ARM: bcm476x: Add infrastructure

2012-10-12 Thread Arnd Bergmann
On Friday 12 October 2012, Thomas Petazzoni wrote: > On Fri, 12 Oct 2012 08:03:54 +, Arnd Bergmann wrote: > > > I would certainly like to see this, yes. I had a patch for it ages > > ago, but would start over again if I did this now. > > > > I don't have time to do the conversion at the momen

Re: [PATCH 1/6] ARM: bcm476x: Add infrastructure

2012-10-12 Thread Arnd Bergmann
On Friday 12 October 2012, Thomas Petazzoni wrote: > On Fri, 12 Oct 2012 10:48:24 +, Arnd Bergmann wrote: > > > The main thing to watch out for are mappings that are not for MMIO, > > such as the call to create_mapping() in map_lowmem() or in > > devicemaps_init(). > > > > I would suggest mak

Re: [RFC PATCH v2 08/16] ARM: omap: add hsmmc am33xx specific init

2012-10-12 Thread Matt Porter
On Fri, Oct 12, 2012 at 09:17:53AM +, Hebbar, Gururaja wrote: > Matt > > On Fri, Oct 12, 2012 at 00:34:33, Porter, Matt wrote: > > AM33xx requires special handling in hsmmc initialization > > platform glue. > > Since AM335x boots mainly through DT, do we still need this patch. > This function

Re: [PATCH V2 3/3] ARM: SPEAr13xx: Pass DW DMAC platform data from DT

2012-10-12 Thread Jean-Christophe PLAGNIOL-VILLARD
> > /* others */ > -#define DMAC0_BASE UL(0xEA80) > -#define DMAC1_BASE UL(0xEB00) > #define MCIF_CF_BASE UL(0xB280) > > /* Devices present in SPEAr1310 */ > diff --git a/arch/arm/mach-spear13xx/spear1310

Re: [PATCH 4/6] ARM: bcm476x: Add stub clock driver

2012-10-12 Thread Mike Turquette
Quoting Domenico Andreoli (2012-10-06 18:53:04) > Index: b/drivers/clk/clk-bcm476x.c > === > --- /dev/null > +++ b/drivers/clk/clk-bcm476x.c > @@ -0,0 +1,52 @@ > +/* > + * Broadcom BCM476x SoCs clocks > + * > + * Copyright (C) 2011-201

Re: [PATCH V2 2/3] dmaengine: dw_dmac: Enhance device tree support

2012-10-12 Thread Jean-Christophe PLAGNIOL-VILLARD
On 20:01 Fri 12 Oct , Viresh Kumar wrote: > dw_dmac driver already supports device tree but it used to have its platform > data passed the non-DT way. > > This patch does following changes: > - pass platform data via DT, non-DT way still takes precedence if both are > used. why keep it all p

Re: [PATCH 1/4] usb: phy: add a new driver for usb3 phy

2012-10-12 Thread Tony Lindgren
* kishon [121012 02:10]: > Hi Tony, > > On Thursday 11 October 2012 06:29 AM, Tony Lindgren wrote: > >Hi, > > > >* Kishon Vijay Abraham I [120919 04:32]: > >>Added a driver for usb3 phy that handles the interaction between usb phy > >>device and dwc3 controller. > >> > >>This also includes devic

Re: [PATCH 4/6] ARM: bcm476x: Add stub clock driver

2012-10-12 Thread Domenico Andreoli
On Fri, Oct 12, 2012 at 07:52:21AM -0700, Mike Turquette wrote: > Quoting Domenico Andreoli (2012-10-06 18:53:04) > > Index: b/drivers/clk/clk-bcm476x.c > > === > > --- /dev/null > > +++ b/drivers/clk/clk-bcm476x.c > > @@ -0,0 +1,52 @@

Re: [PATCH V2 2/3] dmaengine: dw_dmac: Enhance device tree support

2012-10-12 Thread Jean-Christophe PLAGNIOL-VILLARD
On 20:25 Fri 12 Oct , Viresh Kumar wrote: > On 12 October 2012 20:20, Jean-Christophe PLAGNIOL-VILLARD > wrote: > > On 20:01 Fri 12 Oct , Viresh Kumar wrote: > >> dw_dmac driver already supports device tree but it used to have its > >> platform > >> data passed the non-DT way. > >> > >> T

Re: dtc: import latest upstream dtc

2012-10-12 Thread Stephen Warren
On 10/10/2012 05:18 PM, David Gibson wrote: ... > And as stated elsewhere, cpp should be invoked with similar options to > the way it's done for asm files. A -D__DTS__ or something like that > would probably be a good idea too, just in case some .h needs to be > conditional on that. Hmm. There ar

Re: [PATCH V2 3/3] ARM: SPEAr13xx: Pass DW DMAC platform data from DT

2012-10-12 Thread Jean-Christophe PLAGNIOL-VILLARD
On 20:22 Fri 12 Oct , Viresh Kumar wrote: > On 12 October 2012 20:18, Jean-Christophe PLAGNIOL-VILLARD > wrote: > >> static struct of_dev_auxdata spear1310_auxdata_lookup[] __initdata = { > >> - OF_DEV_AUXDATA("arasan,cf-spear1340", MCIF_CF_BASE, NULL, > >> &cf_dma_priv), > >> - OF_D

Re: [PATCH 2/6] ARM: OMAP3/4: iommu: adapt to runtime pm

2012-10-12 Thread Omar Ramirez Luna
On 12 October 2012 02:48, Felipe Contreras wrote: > I already made most of these comments, but here they go again. I replied to all, but here it goes again: >> @@ -142,11 +142,10 @@ static int iommu_enable(struct omap_iommu *obj) >> } >> } >> >> - clk_enable(obj->cl

Re: [PATCH V5 1/2] video: exynos_dp: Add device tree support to DP driver

2012-10-12 Thread Sylwester Nawrocki
On 10/12/2012 10:47 PM, Ajay Kumar wrote: > This patch enables device tree based discovery support for DP driver. > The driver is modified to handle platform data in both the cases: > with DT and non-DT. > > Signed-off-by: Ajay Kumar > Acked-by: Jingoo Han > --- > drivers/video/exynos/exynos_dp_

Re: [PATCH V5 1/2] video: exynos_dp: Add device tree support to DP driver

2012-10-12 Thread Sylwester Nawrocki
On 10/12/2012 11:54 PM, Tomasz Figa wrote: >>> + if (of_get_property(dp_node, "interlaced", NULL)) >>> + dp_video_config->interlaced = 1; >> >> of_property_read_bool() could also be used here. > > Wouldn't it make the property mandatory? No, it wouldn't. of_property_read_bool() uses o

Re: [PATCH 05/14] media: add a V4L2 OF parser

2012-10-12 Thread Guennadi Liakhovetski
Hi Bearing in mind the local time, I hope my brevity will be excused:-) Just wanted to give a sign, that I just finished a first successful run of a fully asynchronous and uniform multi-component non-DT video (soc-camera) pipeline probing, verified by a sample capture. What this means: The pip

Re: dtc: import latest upstream dtc

2012-10-12 Thread David Gibson
On Fri, Oct 12, 2012 at 11:24:43AM -0600, Stephen Warren wrote: > On 10/10/2012 05:18 PM, David Gibson wrote: > ... > > And as stated elsewhere, cpp should be invoked with similar options to > > the way it's done for asm files. A -D__DTS__ or something like that > > would probably be a good idea t