[PATCH v2 2/2] regulator: mc13783: Add device tree probe support

2013-04-26 Thread Alexander Shiyan
Patch adds device tree probe support for mc13783-regulator driver. Signed-off-by: Alexander Shiyan --- Documentation/devicetree/bindings/mfd/mc13xxx.txt | 36 +-- drivers/regulator/mc13783-regulator.c | 44 +++ 2 files changed, 62 insertions(+), 18

[PATCH v2 1/2] regulator: mc13xxx: Add warning of incorrect names of regulators

2013-04-26 Thread Alexander Shiyan
This patch adds a warning about incorrect regulators instead of printing the names of non-information message about the wrong amount. Signed-off-by: Alexander Shiyan --- drivers/regulator/mc13892-regulator.c | 39 +++--- drivers/regulator/mc13xxx-regulator-core.c | 1

Re: [PATCH v3 00/13] ARM: EXYNOS: Fix Universal C210 support

2013-04-26 Thread Olof Johansson
On Thu, Apr 25, 2013 at 04:46:27PM +0200, Arnd Bergmann wrote: > On Tuesday 23 April 2013, Tomasz Figa wrote: > > This series intends to fix support for Universal C210 board in mainline. > > Main difference from other boards based on Exynos 4210 is that hardware > > revision of the SoC used on Univ

Reusing DTSI files across trees with differing numbers of address-cells

2013-04-26 Thread Stepan Moskovchenko
Hello. I am creating a DTS file for an ARM (Qualcomm MSM) target which supports LPAE, meaning that the target is capable of addressing memory beyond the standard 4GB boundary. To account for the fact that the memory node can contain reg addresses that exceed 32 bits, I am setting #address-cel

Re: [PATCH v2] libfdt: Add fdt_next_subnode() to permit easy subnode iteration

2013-04-26 Thread David Gibson
On Fri, Apr 26, 2013 at 05:43:31AM -0700, Simon Glass wrote: > Iterating through subnodes with libfdt is a little painful to write as we > need something like this: > > for (depth = 0, count = 0, > offset = fdt_next_node(fdt, parent_offset, &depth); > (offset >= 0) && (depth > 0); >

Re: [PATCH V3] of: Set the DMA mask to 64 bits when dma_addr_t is 64-bits

2013-04-26 Thread Rob Herring
On 04/26/2013 03:31 PM, Laura Abbott wrote: > Currently, of_platform_device_create_pdata always sets the > coherent DMA mask to 32 bits. On ARM systems without CONFIG_ZONE_DMA, > arm_dma_limit gets set to ~0 or 0x on LPAE based > systems. Since arm_dma_limit represents the smallest

Re: [PATCH 3/5] gpio/omap: Add DT support to GPIO driver

2013-04-26 Thread Jon Hunter
On 04/26/2013 02:31 AM, Linus Walleij wrote: > On Wed, Apr 17, 2013 at 2:41 AM, Javier Martinez Canillas > wrote: > > So: > >> +static int omap_gpio_irq_domain_xlate(struct irq_domain *d, >> + struct device_node *ctrlr, >> +

Re: [PATCH 3/5] gpio/omap: Add DT support to GPIO driver

2013-04-26 Thread Jon Hunter
On 04/26/2013 02:27 AM, Linus Walleij wrote: > On Wed, Apr 17, 2013 at 5:41 PM, Stephen Warren wrote: >> On 04/16/2013 05:14 PM, Jon Hunter wrote: > c) I have the feeling that hooking the of_xlate function for this is a bit of an abuse of the function. >>> >>> I was wondering about tha

Re: [PATCH V3] of: Set the DMA mask to 64 bits when dma_addr_t is 64-bits

2013-04-26 Thread Catalin Marinas
On Fri, Apr 26, 2013 at 09:31:06PM +0100, Laura Abbott wrote: > Currently, of_platform_device_create_pdata always sets the > coherent DMA mask to 32 bits. On ARM systems without CONFIG_ZONE_DMA, > arm_dma_limit gets set to ~0 or 0x on LPAE based > systems. Since arm_dma_limit repres

[PATCH V3] of: Set the DMA mask to 64 bits when dma_addr_t is 64-bits

2013-04-26 Thread Laura Abbott
Currently, of_platform_device_create_pdata always sets the coherent DMA mask to 32 bits. On ARM systems without CONFIG_ZONE_DMA, arm_dma_limit gets set to ~0 or 0x on LPAE based systems. Since arm_dma_limit represents the smallest dma_mask on the system, the default of 32 bits preve

Re: [PATCH v2] of: Set the DMA mask to 64 bits when dma_addr_t is 64-bits

2013-04-26 Thread Laura Abbott
On 4/26/2013 1:03 PM, Rob Herring wrote: On 04/26/2013 01:06 PM, Laura Abbott wrote: Currently, of_platform_device_create_pdata always sets the coherent DMA mask to 32 bits. On ARM systems without CONFIG_ZONE_DMA, arm_dma_limit gets set to ~0 or 0x on LPAE based systems. Since ar

Re: [PATCH v2] of: Set the DMA mask to 64 bits when dma_addr_t is 64-bits

2013-04-26 Thread Rob Herring
On 04/26/2013 01:06 PM, Laura Abbott wrote: > Currently, of_platform_device_create_pdata always sets the > coherent DMA mask to 32 bits. On ARM systems without CONFIG_ZONE_DMA, > arm_dma_limit gets set to ~0 or 0x on LPAE based > systems. Since arm_dma_limit represents the smallest

Re: [PATCH] drm/exynos: fix multiple definition build error

2013-04-26 Thread Sylwester Nawrocki
On 04/26/2013 09:42 PM, Tomasz Figa wrote: On Friday 26 of April 2013 11:48:50 Sylwester Nawrocki wrote: On 04/26/2013 10:20 AM, Inki Dae wrote: Exactly right. it's my mistake. But now it seems that __mode_of_device_table is multi defined at fimd and g2d side so there still is module build erro

Re: [PATCH] drm/exynos: fix multiple definition build error

2013-04-26 Thread Tomasz Figa
On Friday 26 of April 2013 11:48:50 Sylwester Nawrocki wrote: > On 04/26/2013 10:20 AM, Inki Dae wrote: > > Exactly right. it's my mistake. But now it seems that > > __mode_of_device_table is multi defined at fimd and g2d side so there > > still is module build error. :( > Since all drivers seem to

Re: [PATCH v2 2/3] ASoC: spdif_transmitter: Add DT support.

2013-04-26 Thread Sebastian Hesselbarth
On 04/25/2013 03:13 PM, Marek Belisko wrote: Add devicetree support for this dummy audio soc driver. Signed-off-by: Michal Bachraty Signed-off-by: Marek Belisko --- .../bindings/sound/spdif-transmitter.txt | 10 ++ sound/soc/codecs/spdif_transmitter.c | 10

Re: [PATCH v8 0/3] Runtime Interpreted Power Sequences

2013-04-26 Thread Anton Vorontsov
On Fri, Apr 26, 2013 at 11:55:35AM -0700, Simon Glass wrote: > On Thu, Nov 15, 2012 at 10:38 PM, Alexandre Courbot > wrote: > > Hopefully the final series before the feature gets merged. Anton Vorontsov > > kindly accepted to take it into his tree, so this series is mostly a call > > for > > ack

Re: [PATCH v8 0/3] Runtime Interpreted Power Sequences

2013-04-26 Thread Simon Glass
Hi, On Thu, Nov 15, 2012 at 10:38 PM, Alexandre Courbot wrote: > Hopefully the final series before the feature gets merged. Anton Vorontsov > kindly accepted to take it into his tree, so this series is mostly a call for > acks, tests and reviews notices before the merge window for 3.8 opens. If y

[PATCH v2] of: Set the DMA mask to 64 bits when dma_addr_t is 64-bits

2013-04-26 Thread Laura Abbott
Currently, of_platform_device_create_pdata always sets the coherent DMA mask to 32 bits. On ARM systems without CONFIG_ZONE_DMA, arm_dma_limit gets set to ~0 or 0x on LPAE based systems. Since arm_dma_limit represents the smallest dma_mask on the system, the default of 32 bits preve

[PATCH 2/2] ARM: dts: OMAP4460: Fix CPU OPP voltages

2013-04-26 Thread Nishanth Menon
commit d16fb25 (ARM: dts: OMAP4460: Add CPU OPP table) introduced wrong OPP voltages per OPP by mistake. Sync the OPP tables with existing OMAP4460 OPP data in arch/arm/mach-omap2/opp4xxx_data.c Signed-off-by: Nishanth Menon --- arch/arm/boot/dts/omap4460.dtsi |6 +++--- 1 file changed, 3 in

[PATCH 0/2] ARM: dts: OMAP36xx/OMAP4460 Fix CPU OPP voltages

2013-04-26 Thread Nishanth Menon
Hi, It seems that I have not been paying close attention to actual voltage value seen on scope to map it back to verify the validity of the voltage value. Even though I did verify[1] that voltage did scale to values in DT entries, the values in the case of 3630 and 4460 were lower than what the spe

[PATCH 1/2] ARM: dts: OMAP36xx: Fix CPU OPP voltages

2013-04-26 Thread Nishanth Menon
commit 3027e26 (ARM: dts: OMAP36xx: Add CPU OPP table) introduced wrong OPP voltages per OPP by mistake. Sync the OPP tables with existing OMAP36xx OPP data in arch/arm/mach-omap2/opp3xxx_data.c Signed-off-by: Nishanth Menon --- arch/arm/boot/dts/omap36xx.dtsi |6 +++--- 1 file changed, 3 in

Re: [PATCH] of: Set the DMA mask to 64 bits on ARM LPAE systems

2013-04-26 Thread Laura Abbott
On 4/26/2013 3:00 AM, Catalin Marinas wrote: On Thu, Apr 25, 2013 at 06:09:57PM +0100, Laura Abbott wrote: On 4/25/2013 6:33 AM, Catalin Marinas wrote: On Wed, Apr 24, 2013 at 01:50:49AM +0100, Laura Abbott wrote: By default on ARM systems, the coherent DMA mask (lowest address) is set to ~0 o

Re: [PATCH 2/3] ARM: dts: Add muxing for wl12xx on the SDIO bus for pandaboard

2013-04-26 Thread Tony Lindgren
* Luciano Coelho [130426 06:29]: > On Thu, 2013-04-25 at 20:52 -0700, Tony Lindgren wrote: > > This is needed to get wl12xx working with device tree based > > booting. > > > > Note that we claim the various GPIO inputs in the regulator > > as the proper muxing is needed to enable and disable the

Re: [PATCH 1/3] ARM: OMAP2+: Legacy support for wl12xx when booted with devicetree

2013-04-26 Thread Tony Lindgren
* Koen Kooi [130426 02:39]: > > Op 26 apr. 2013, om 05:52 heeft Tony Lindgren het volgende > geschreven: > > > Without WLAN we cannot switch omap4 to use device tree > > only booting. This patch can be reverted when the > > binding for wl12xx is added. > > How much boards am I allowed to add

Re: [PATCH 09/23 v2] watchdog: coh901327: devicetree support

2013-04-26 Thread Guenter Roeck
On Fri, Apr 26, 2013 at 04:33:53PM +0200, Linus Walleij wrote: > From: Linus Walleij > > This adds support for probing the COH 901 327 watchdog from > the device tree and also adds associated bindings. > > Cc: Wim Van Sebroeck > Signed-off-by: Linus Walleij Reviewed-by: Guenter Roeck ___

[PATCH 09/23 v2] watchdog: coh901327: devicetree support

2013-04-26 Thread Linus Walleij
From: Linus Walleij This adds support for probing the COH 901 327 watchdog from the device tree and also adds associated bindings. Cc: Wim Van Sebroeck Signed-off-by: Linus Walleij --- ChangeLog v1->v2: augment driver to call watchdog_init_timeout() so we can also set the timeout from the dev

[PATCH 06/23 v2] ARM: u300: basic device tree support

2013-04-26 Thread Linus Walleij
From: Linus Walleij This register the most basic peripherals and makes the U300 boot to prompt from a device tree. Signed-off-by: Linus Walleij --- ChangeLog v1->v2: - Rename nodes in accordance with review comments from Arnd: - timer0@x -> timer@x - gpioN@x -> gpio@x - pinctrl0@x -> pinc

[PATCH 05/23 v2] pinctrl: coh901: add device tree support

2013-04-26 Thread Linus Walleij
From: Linus Walleij This makes it possible to probe the COH901 pinctrl driver from the device tree, and assigned the device tree node in the gpio_chip so we can look up cross-references from the device tree. Start grabbing the per-port (bank) IRQs by index instead of by name so we don't have to l

Re: [PATCH 03/23] ARM: u300: device tree support for the timer

2013-04-26 Thread Rob Herring
On 04/26/2013 08:38 AM, Linus Walleij wrote: > On Mon, Apr 22, 2013 at 1:36 PM, Arnd Bergmann wrote: >> On Monday 22 April 2013, Linus Walleij wrote: >>> +#ifdef CONFIG_OF >>> + struct device_node *timer = NULL; >>> + >>> + timer = of_find_node_by_path("/timer0@c0014000"); >>> +

Re: [PATCH 03/23] ARM: u300: device tree support for the timer

2013-04-26 Thread Linus Walleij
On Mon, Apr 22, 2013 at 1:36 PM, Arnd Bergmann wrote: > On Monday 22 April 2013, Linus Walleij wrote: >> +#ifdef CONFIG_OF >> + struct device_node *timer = NULL; >> + >> + timer = of_find_node_by_path("/timer0@c0014000"); >> + if (timer) { >> + struct resource irq_r

Re: [PATCH 01/23] ARM: u300: fix ages old copy/paste bug

2013-04-26 Thread Linus Walleij
On Mon, Apr 22, 2013 at 1:34 PM, Arnd Bergmann wrote: > On Monday 22 April 2013, Linus Walleij wrote: >> From: Linus Walleij >> >> The UART1 is on the fast AHB bridge, not on the slow bus. >> >> Signed-off-by: Linus Walleij > > Do you want to mark this for stable? > > While there are not a lot o

Re: [PATCH 2/3] ARM: dts: Add muxing for wl12xx on the SDIO bus for pandaboard

2013-04-26 Thread Luciano Coelho
On Thu, 2013-04-25 at 20:52 -0700, Tony Lindgren wrote: > This is needed to get wl12xx working with device tree based > booting. > > Note that we claim the various GPIO inputs in the regulator > as the proper muxing is needed to enable and disable the > regulator. > > Also, we want to use non-rem

[PATCH] media: i2c: adv7343: add OF support

2013-04-26 Thread Prabhakar Lad
From: Lad, Prabhakar add OF support for the adv7343 driver. Signed-off-by: Lad, Prabhakar Cc: Hans Verkuil Cc: Laurent Pinchart Cc: Mauro Carvalho Chehab Cc: Guennadi Liakhovetski Cc: Sylwester Nawrocki Cc: Sakari Ailus Cc: Grant Likely Cc: Rob Herring Cc: Rob Landley Cc: devicetree-di

[PATCH v2] libfdt: Add fdt_next_subnode() to permit easy subnode iteration

2013-04-26 Thread Simon Glass
Iterating through subnodes with libfdt is a little painful to write as we need something like this: for (depth = 0, count = 0, offset = fdt_next_node(fdt, parent_offset, &depth); (offset >= 0) && (depth > 0); offset = fdt_next_node(fdt, offset, &depth)) { if (depth == 1)

Re: [RFC PATCH v3 02/17] Documentation: devicetree: arm: cpus/cpu nodes bindings updates

2013-04-26 Thread Marc Zyngier
On 26/04/13 12:48, Mark Rutland wrote: > On Fri, Apr 26, 2013 at 11:18:40AM +0100, Lorenzo Pieralisi wrote: >> On Fri, Apr 26, 2013 at 03:51:10AM +0100, Rob Herring wrote: >>> On Wed, Apr 24, 2013 at 12:28 PM, Lorenzo Pieralisi >>> wrote: In order to extend the current cpu nodes bindings to n

Re: [PATCH] libfdt: Add fdt_next_subnode() to permit easy subnode iteration

2013-04-26 Thread David Gibson
On Thu, Apr 25, 2013 at 11:22:56AM -0700, Simon Glass wrote: > Iterating through subnodes with libfdt is a little painful to write as we > need something like this: > > for (depth = 0, count = 0, > offset = fdt_next_node(fdt, parent_offset, &depth); > (offset >= 0) && (depth > 0); >

Re: [PATCH 5/8] pinctrl-tz1090: add TZ1090 pinctrl driver

2013-04-26 Thread James Hogan
Hi Linus, On 25/04/13 23:39, Linus Walleij wrote: > On Tue, Apr 23, 2013 at 4:33 PM, James Hogan wrote: > >> Add a pin control driver for the main pins on the TZ1090 SoC. This >> doesn't include the low-power pins as they're controlled separately via >> the Powerdown Controller (PDC) registers.

Re: [RFC PATCH v3 02/17] Documentation: devicetree: arm: cpus/cpu nodes bindings updates

2013-04-26 Thread Mark Rutland
On Fri, Apr 26, 2013 at 11:18:40AM +0100, Lorenzo Pieralisi wrote: > On Fri, Apr 26, 2013 at 03:51:10AM +0100, Rob Herring wrote: > > On Wed, Apr 24, 2013 at 12:28 PM, Lorenzo Pieralisi > > wrote: > > > In order to extend the current cpu nodes bindings to newer CPUs > > > inclusive of AArch64 and

[PATCH] media: i2c: tvp514x: add OF support

2013-04-26 Thread Prabhakar Lad
From: Lad, Prabhakar add OF support for the tvp514x driver. Signed-off-by: Lad, Prabhakar Cc: Hans Verkuil Cc: Laurent Pinchart Cc: Mauro Carvalho Chehab Cc: Guennadi Liakhovetski Cc: Sylwester Nawrocki Cc: Sakari Ailus Cc: Grant Likely Cc: Rob Herring Cc: Rob Landley Cc: devicetree-di

Re: [PATCH 1/3] ARM: OMAP2+: Legacy support for wl12xx when booted with devicetree

2013-04-26 Thread Luciano Coelho
On Fri, 2013-04-26 at 14:00 +0300, Luciano Coelho wrote: > Hi Koen, > > On Fri, 2013-04-26 at 11:33 +0200, Koen Kooi wrote: > > Op 26 apr. 2013, om 05:52 heeft Tony Lindgren het > > volgende geschreven: > > > > > Without WLAN we cannot switch omap4 to use device tree > > > only booting. This pa

Re: [PATCHv2 1/4] Documentation: Add memory mapped ARM architected timer binding

2013-04-26 Thread Mark Rutland
On Fri, Apr 26, 2013 at 12:06:21AM +0100, Rob Herring wrote: > On 04/25/2013 05:48 PM, Stephen Boyd wrote: > > On 04/25/13 14:47, Rob Herring wrote: > >> On 04/15/2013 04:33 PM, Stephen Boyd wrote: > >>> On 04/15/13 14:20, Rob Herring wrote: > On Fri, Apr 12, 2013 at 7:27 PM, Stephen Boyd >

Re: [PATCH 2/2] thermal: db8500_cpufreq_cooling: remove usage of IS_ERR_OR_NULL()

2013-04-26 Thread Russell King
On Fri, Apr 26, 2013 at 12:19:08PM +0200, Fabio Baltieri wrote: > On Thu, Apr 25, 2013 at 06:46:35PM +0100, Russell King wrote: > > On Thu, Apr 25, 2013 at 10:13:34AM -0400, Eduardo Valentin wrote: > > > diff --git a/drivers/thermal/db8500_cpufreq_cooling.c > > > b/drivers/thermal/db8500_cpufreq_c

Re: [PATCH 1/3] ARM: OMAP2+: Legacy support for wl12xx when booted with devicetree

2013-04-26 Thread Luciano Coelho
Hi Koen, On Fri, 2013-04-26 at 11:33 +0200, Koen Kooi wrote: > Op 26 apr. 2013, om 05:52 heeft Tony Lindgren het volgende > geschreven: > > > Without WLAN we cannot switch omap4 to use device tree > > only booting. This patch can be reverted when the > > binding for wl12xx is added. > > How mu

Re: [RFC PATCH v3 02/17] Documentation: devicetree: arm: cpus/cpu nodes bindings updates

2013-04-26 Thread Lorenzo Pieralisi
On Fri, Apr 26, 2013 at 03:51:10AM +0100, Rob Herring wrote: > On Wed, Apr 24, 2013 at 12:28 PM, Lorenzo Pieralisi > wrote: > > In order to extend the current cpu nodes bindings to newer CPUs > > inclusive of AArch64 and to update support for older ARM CPUs this > > patch updates device tree docum

Re: [PATCH] of: Set the DMA mask to 64 bits on ARM LPAE systems

2013-04-26 Thread Catalin Marinas
On Thu, Apr 25, 2013 at 06:09:57PM +0100, Laura Abbott wrote: > On 4/25/2013 6:33 AM, Catalin Marinas wrote: > > On Wed, Apr 24, 2013 at 01:50:49AM +0100, Laura Abbott wrote: > >> By default on ARM systems, the coherent DMA mask (lowest > >> address) is set to ~0 or 0x. Currently, >

Re: [PATCH] drm/exynos: fix multiple definition build error

2013-04-26 Thread Sylwester Nawrocki
On 04/26/2013 10:20 AM, Inki Dae wrote: > Exactly right. it's my mistake. But now it seems that __mode_of_device_table > is > multi defined at fimd and g2d side so there still is module build error. :( Since all drivers seem to be linked into single a single module, you likely need to create a s

Re: [PATCH 1/3] ARM: OMAP2+: Legacy support for wl12xx when booted with devicetree

2013-04-26 Thread Koen Kooi
Op 26 apr. 2013, om 05:52 heeft Tony Lindgren het volgende geschreven: > Without WLAN we cannot switch omap4 to use device tree > only booting. This patch can be reverted when the > binding for wl12xx is added. How much boards am I allowed to add to this? I need to get the wl12xx wifi expansi

Re: [PATCH v8 2/3] of/pci: Provide support for parsing PCI DT ranges property

2013-04-26 Thread 한진구
On Monday, April 22, 2013 7:42 PM, Andrew Murray wrote: > > This patch factors out common implementation patterns to reduce overall kernel > code and provide a means for host bridge drivers to directly obtain struct > resources from the DT's ranges property without relying on architecture > speci

Re: [PATCH 6/8] gpio-tz1090: add TZ1090 gpio driver

2013-04-26 Thread James Hogan
Hi Linus, Thanks for reviewing these patches. On 26/04/13 00:01, Linus Walleij wrote: > On Tue, Apr 23, 2013 at 4:33 PM, James Hogan wrote: > >> Add a GPIO driver for the main GPIOs found in the TZ1090 (Comet) SoC. >> This doesn't include low-power GPIOs as they're controlled separately >> via

Re: [PATCH 1/2] pinmux: Add TB10x pinmux driver

2013-04-26 Thread Linus Walleij
On Thu, Apr 18, 2013 at 11:03 AM, Christian Ruppert wrote: > We would like to avoid the use of Linux pin numbers in the device tree. > Customers are used to physical pin numbers and exposing the logical > Linux-internal numbering scheme through the device tree would generate > quite some confusio

Re: [PATCH 7/6] DMA: shdma: add DT binding documentation

2013-04-26 Thread Arnd Bergmann
On Friday 26 April 2013, Guennadi Liakhovetski wrote: > > SHDMA uses only standard DMA Device Tree bindings. This patch adds > documentation, exactly describing the use of the bindings and providing > examples. > > Signed-off-by: Guennadi Liakhovetski > --- > > This patch adds the missing docum

Re: [PATCH 3/5] gpio/omap: Add DT support to GPIO driver

2013-04-26 Thread Linus Walleij
On Wed, Apr 17, 2013 at 2:41 AM, Javier Martinez Canillas wrote: So: > +static int omap_gpio_irq_domain_xlate(struct irq_domain *d, > + struct device_node *ctrlr, > + const u32 *intspec, unsigned int > intsize, > +

Re: [PATCH 3/5] gpio/omap: Add DT support to GPIO driver

2013-04-26 Thread Linus Walleij
On Wed, Apr 17, 2013 at 5:41 PM, Stephen Warren wrote: > On 04/16/2013 05:14 PM, Jon Hunter wrote: >>> c) I have the feeling that hooking the of_xlate function for this is a >>> bit of an abuse of the function. >> >> I was wondering about that. So I was grep'ing through the various xlate >> imple

Re: [PATCH 3/5] gpio/omap: Add DT support to GPIO driver

2013-04-26 Thread Linus Walleij
On Mon, Apr 15, 2013 at 11:40 PM, Jon Hunter wrote: > I am still concerned about the case where a driver may have already > called gpio_request() and then calls request_irq(). I think that the > solution needs to handle cases where the driver may or may not call > gpio_request() to allocate the g

Re: [PATCH 1/4] ARM: davinci: uart: move to dev_id based clk_get

2013-04-26 Thread Sekhar Nori
Hi Prakash, On 4/9/2013 6:01 PM, Manjunathappa, Prakash wrote: > For modules having single clock, clk_get should be done with dev_id. > But current davinci implementation handles multiple instances > of the UART devices with single platform_device_register. Hence clk_get > is based on con_id rathe

Re: [PATCH v6 1/2] gpio: grgpio: Add device driver for GRGPIO cores

2013-04-26 Thread Andreas Larson
On 2013-04-26 08:51, Linus Walleij wrote: On Wed, Apr 17, 2013 at 2:36 PM, Andreas Larsson wrote: This driver supports GRGPIO gpio cores available in the GRLIB VHDL IP core library from Aeroflex Gaisler. Signed-off-by: Andreas Larsson Patch applied. It's late in the merge cycle but this i