Re: [PATCH 3/5] serial: pl011: use generic DMA slave configuration if possible

2013-01-30 Thread Greg Kroah-Hartman
On Mon, Jan 28, 2013 at 09:58:18PM +, Arnd Bergmann wrote: > With the new OF DMA binding, it is possible to completely avoid the > need for platform_data for configuring a DMA channel. In cases where the > platform has already been converted, calling dma_request_slave_channel > should get all t

Re: [PATCH v2 1/2] ARM: Exynos5250: Enabling samsung-usbphy driver

2013-01-30 Thread Vivek Gautam
Hi Kukjin, On Wed, Jan 30, 2013 at 10:36 AM, Kukjin Kim wrote: > Vivek Gautam wrote: >> >> Adding usbphy node for Exynos5250 along with the >> necessary device data to be parsed. >> >> Signed-off-by: Vivek Gautam >> --- >> arch/arm/boot/dts/exynos5250.dtsi | 15 +++ >> 1 files ch

Re: [PATCH v4 2/2] usb: phy: samsung: Add PHY support for USB 3.0 controller

2013-01-30 Thread Felipe Balbi
On Tue, Jan 29, 2013 at 10:01:52PM -0800, Kukjin Kim wrote: > Vivek Gautam wrote: > > > > Adding PHY driver support for USB 3.0 controller for Samsung's > > SoCs. > > > > Signed-off-by: Vivek Gautam > > --- > > > > Changes from v3: > > - Making SAMSUNG_USB3PHY dependent on SAMSUNG_USBPHY. > >

RE: [PATCH] arm: dts: omap4-sdp: Add I2c pinctrl data

2013-01-30 Thread Kumar, Anil
Hi Sourav, On Wed, Jan 30, 2013 at 12:10:18, Poddar, Sourav wrote: > Hi Luciano, > On Wednesday 30 January 2013 11:55 AM, Luciano Coelho wrote: > > Hi Sourav, > > > > On Mon, 2013-01-28 at 16:47 +0530, Sourav Poddar wrote: > >> Booting 3.8-rc4 om omap 4430sdp results in the following error > >> >

Re: [PATCH] arm: dts: omap4-sdp: Add I2c pinctrl data

2013-01-30 Thread Santosh Shilimkar
On Wednesday 30 January 2013 02:13 PM, Kumar, Anil wrote: Hi Sourav, On Wed, Jan 30, 2013 at 12:10:18, Poddar, Sourav wrote: Hi Luciano, On Wednesday 30 January 2013 11:55 AM, Luciano Coelho wrote: Hi Sourav, On Mon, 2013-01-28 at 16:47 +0530, Sourav Poddar wrote: Booting 3.8-rc4 om omap 443

Re: [PATCH 2/2] drm/exynos: Add device tree based discovery support for G2D

2013-01-30 Thread Inki Dae
2013/1/25 Sachin Kamat : > From: Ajay Kumar > > This patch adds device tree match table for Exynos G2D controller. > > Signed-off-by: Ajay Kumar > Signed-off-by: Sachin Kamat > --- > drivers/gpu/drm/exynos/exynos_drm_g2d.c | 10 ++ > 1 files changed, 10 insertions(+), 0 deletions(-) >

Re: [PATCH v2 0/6] ARM: dts: Add MFC support for Exynos4

2013-01-30 Thread Sylwester Nawrocki
On 01/30/2013 08:11 AM, Sachin Kamat wrote: > Changes since v1: > Addressed comments from Sylwester > - Updated documentation > - Added 'status' to the nodes > - Updated Kconfig entry > > This series is based on for-next branch of Kukjin Kim's tree. > git://git.kernel.org/pub/scm/linux/kerne

Re: [PATCH] arm: dts: omap4-sdp: Add I2c pinctrl data

2013-01-30 Thread Luciano Coelho
On Wed, 2013-01-30 at 14:18 +0530, Santosh Shilimkar wrote: > On Wednesday 30 January 2013 02:13 PM, Kumar, Anil wrote: > > Hi Sourav, > > > > On Wed, Jan 30, 2013 at 12:10:18, Poddar, Sourav wrote: > >> Hi Luciano, > >> On Wednesday 30 January 2013 11:55 AM, Luciano Coelho wrote: > >>> Hi Sourav,

Re: [PATCH v6 09/10] spi: omap2-mcspi: add generic DMA request support to the DT binding

2013-01-30 Thread Arnd Bergmann
On Wednesday 30 January 2013, Matt Porter wrote: > +Optional properties: > +- dmas: List of DMA controller phandle and DMA request ordered > + pairs. One tx and one rx pair is required for each chip > + select. The binding looks ok, but the wording is slightly incorrect here: strictly

Re: [PATCH v6 07/10] dmaengine: add dma_request_slave_channel_compat()

2013-01-30 Thread Arnd Bergmann
On Wednesday 30 January 2013, Matt Porter wrote: > Adds a dma_request_slave_channel_compat() wrapper which accepts > both the arguments from dma_request_channel() and > dma_request_slave_channel(). Based on whether the driver is > instantiated via DT, the appropriate channel request call will be >

Re: [PATCH v6 03/10] ARM: edma: add AM33XX support to the private EDMA API

2013-01-30 Thread Arnd Bergmann
On Wednesday 30 January 2013, Matt Porter wrote: > + dma_cap_set(DMA_SLAVE, edma_filter_info.dma_cap); > + of_dma_controller_register(dev->of_node, > + of_dma_simple_xlate, > + &edma_filter

Re: [PATCH 1/5] dmaengine: dw_dmac: move to generic DMA binding

2013-01-30 Thread Arnd Bergmann
On Wednesday 30 January 2013, Viresh Kumar wrote: > On 29 January 2013 21:51, Arnd Bergmann wrote: > > On Tuesday 29 January 2013, Viresh Kumar wrote: > >> On 29 January 2013 19:01, Arnd Bergmann wrote: > >> > Ah, good. So I guess the "dma-requests" property should actually > >> > be "16" then. >

Re: [PATCH 1/5] dmaengine: dw_dmac: move to generic DMA binding

2013-01-30 Thread Viresh Kumar
On Wed, Jan 30, 2013 at 3:11 PM, Arnd Bergmann wrote: > On Wednesday 30 January 2013, Viresh Kumar wrote: >> I knew you will come to this :) >> So, the hardware is like: there are 16 request line slots per master, a >> platform can choose to connect same or separate devices to these. >> >> So, the

Re: [PATCH 1/5] dmaengine: dw_dmac: move to generic DMA binding

2013-01-30 Thread Arnd Bergmann
On Wednesday 30 January 2013, Viresh Kumar wrote: > On Wed, Jan 30, 2013 at 3:11 PM, Arnd Bergmann wrote: > > On Wednesday 30 January 2013, Viresh Kumar wrote: > >> I knew you will come to this :) > >> So, the hardware is like: there are 16 request line slots per master, a > >> platform can choose

Re: [PATCH,RFC] usb: add devicetree helpers for determining dr_mode and phy_type

2013-01-30 Thread Sascha Hauer
On Wed, Jan 30, 2013 at 11:21:35AM +0530, kishon wrote: > On Wednesday 30 January 2013 02:00 AM, Sascha Hauer wrote: > >On Tue, Jan 29, 2013 at 07:14:51PM +0530, kishon wrote: > >>Hi, > >> > >>On Tuesday 29 January 2013 04:52 PM, Sascha Hauer wrote: > >>>From: Michael Grzeschik > >>> > >>>This add

Re: [PATCH v2 0/6] ARM: dts: Add MFC support for Exynos4

2013-01-30 Thread Sachin Kamat
> > Thanks Sachin. For the whole series: > > Reviewed-by: Sylwester Nawrocki > > I have also tested patch 2/6 on an Exynos4412 based board, > just added the mfc clock entries in the codec node. Thanks Sylwester for your review and testing. -- With warm regards, Sachin _

Re: [PATCH,RFC] usb: add devicetree helpers for determining dr_mode and phy_type

2013-01-30 Thread kishon
Hi, On Wednesday 30 January 2013 03:41 PM, Sascha Hauer wrote: On Wed, Jan 30, 2013 at 11:21:35AM +0530, kishon wrote: On Wednesday 30 January 2013 02:00 AM, Sascha Hauer wrote: On Tue, Jan 29, 2013 at 07:14:51PM +0530, kishon wrote: Hi, On Tuesday 29 January 2013 04:52 PM, Sascha Hauer wrot

Re: [PATCH 1/5] dmaengine: dw_dmac: move to generic DMA binding

2013-01-30 Thread Viresh Kumar
On 30 January 2013 15:38, Arnd Bergmann wrote: > I meant the spear13xx data sheet, which has to list the request lines > for its integrated components. There may be other SoCs using the > same dw_dmac, but this is the main one that is upstream now, and it's > probably as good as any other one. I j

Re: [PATCH v6 08/10] spi: omap2-mcspi: convert to dma_request_slave_channel_compat()

2013-01-30 Thread Mark Brown
On Wed, Jan 30, 2013 at 02:00:27AM -0500, Matt Porter wrote: > Convert dmaengine channel requests to use > dma_request_slave_channel_compat(). This supports the DT case of > platforms requiring channel selection from either the OMAP DMA or > the EDMA engine. AM33xx only boots from DT and is the onl

Re: [PATCH v4 5/8] MFD: ti_am335x_tscadc: Add DT support

2013-01-30 Thread Koen Kooi
Op 24 jan. 2013, om 04:45 heeft "Patil, Rachna" het volgende geschreven: > From: "Patil, Rachna" > > Make changes to add DT support in the MFD core driver. > > Signed-off-by: Patil, Rachna > --- > Changes in v4: > Non-standard properties prefixed with vendor name. > > drivers/mfd/ti_

Re: [PATCH v4 32/71] ARC: [DeviceTree] Basic support

2013-01-30 Thread James Hogan
Hi Vineet On 29/01/13 13:55, Vineet Gupta wrote: > diff --git a/arch/arc/Kconfig b/arch/arc/Kconfig > index a353849..7666857 100644 > --- a/arch/arc/Kconfig > +++ b/arch/arc/Kconfig > @@ -24,8 +24,11 @@ config ARC > + select OF > diff --git a/arch/arc/Makefile b/arch/arc/Makefile > index 4d5

Re: [PATCH v4 32/71] ARC: [DeviceTree] Basic support

2013-01-30 Thread Vineet Gupta
On Wednesday 30 January 2013 04:38 PM, James Hogan wrote: > Hi Vineet > > On 29/01/13 13:55, Vineet Gupta wrote: >> diff --git a/arch/arc/Kconfig b/arch/arc/Kconfig >> index a353849..7666857 100644 >> --- a/arch/arc/Kconfig >> +++ b/arch/arc/Kconfig >> @@ -24,8 +24,11 @@ config ARC >> +select O

[PATCH] gpio: Add device driver for GRGPIO cores

2013-01-30 Thread Andreas Larsson
This driver supports GRGPIO gpio cores available in the GRLIB VHDL IP core library. Signed-off-by: Andreas Larsson --- drivers/gpio/Kconfig |7 + drivers/gpio/Makefile |1 + drivers/gpio/gpio-grgpio.c | 313 3 files changed, 321 in

Re: [PATCH RFC v4 01/14] [media] Add common video interfaces OF bindings documentation

2013-01-30 Thread Sylwester Nawrocki
Hi Laurent, On 01/25/2013 02:52 AM, Laurent Pinchart wrote: +Data interfaces on all video devices are described by their child 'port' +nodes. Configuration of a port depends on other devices participating in +the data transfer and is described by 'endpoint' subnodes. + +de

Re: [PATCH,RFC] usb: add devicetree helpers for determining dr_mode and phy_type

2013-01-30 Thread Sascha Hauer
On Wed, Jan 30, 2013 at 10:06:28AM +0800, Peter Chen wrote: > On Tue, Jan 29, 2013 at 01:55:04PM +0200, Alexander Shishkin wrote: > > Sascha Hauer writes: > > > > > From: Michael Grzeschik > > > > > > This adds two little devicetree helper functions for determining the > > > dr_mode (host, perip

Re: [PATCH] regulators: anatop: add set_voltage_time_sel interface

2013-01-30 Thread Shawn Guo
On Wed, Jan 30, 2013 at 05:50:14PM -0500, Anson Huang wrote: > diff --git a/Documentation/devicetree/bindings/regulator/anatop-regulator.txt > b/Documentation/devicetree/bindings/regulator/anatop-regulator.txt > index 357758c..b3a08f8 100644 > --- a/Documentation/devicetree/bindings/regulator/anat

Re: [PATCH 2/2] drm/exynos: Add device tree based discovery support for G2D

2013-01-30 Thread Sylwester Nawrocki
On 01/30/2013 09:50 AM, Inki Dae wrote: +static const struct of_device_id exynos_g2d_match[] = { + { .compatible = "samsung,g2d-v41" }, not only Exynos5 and also Exyno4 has the g2d gpu and drm-based g2d driver shoud support for all Exynos SoCs. How about using "samsung,exynos5-g2d" instea

Re: [RFC][PATCH 2/2 v3] ASoC: simple-card: add Device Tree support

2013-01-30 Thread Stephen Warren
On 01/30/2013 02:09 AM, Kuninori Morimoto wrote: > Support for loading the simple-card module via devicetree. > It requests cpu/codec information for probing. > diff --git a/Documentation/devicetree/bindings/sound/simple-card.txt > b/Documentation/devicetree/bindings/sound/simple-card.txt > +Sim

Re: [PATCH v2 0/5] arm: mvebu: add support for local timer for Armada 370/XP

2013-01-30 Thread Jason Cooper
Thomas Gleixner, John Stultz, I'm getting close to pulling this series in through arm-soc. Would you prefer to take the clocksource patches through your tree, or provide an Acked-by and I can take them through mvebu/arm-soc? I'm comfortable with either, if you decide to take them, please let me

Re: [PATCH] arm: mvebu: support for the new Armada XP evaluation board(DB-MV784MP-GP)

2013-01-30 Thread Jason Cooper
Gregory, Adding devicetree-discuss. Guys, how do you prefer to handle plug-in RAM modules? describe the soldered-in amount, or? On Wed, Jan 30, 2013 at 06:35:17PM +0100, Gregory CLEMENT wrote: > On 01/30/2013 06:33 PM, Jason Cooper wrote: > > On Wed, Jan 30, 2013 at 06:26:14PM +0100, Gregory C

Re: [PATCH,RFC] usb: add devicetree helpers for determining dr_mode and phy_type

2013-01-30 Thread Matt Sealey
s/is already done/should already be done. Matt Sealey Product Development Analyst, Genesi USA, Inc. On Wed, Jan 30, 2013 at 1:33 PM, Matt Sealey wrote: > On Tue, Jan 29, 2013 at 8:33 AM, Felipe Balbi wrote: >> Hi, >> >> On Tue, Jan 29, 2013 at 07:40:23PM +0530, kishon wrote: >>> On Tuesday 29

Re: [PATCH v4 4/7] ARM: Exynos: allow dt based discovery of mct controller using clocksource_of_init

2013-01-30 Thread Stephen Warren
On 01/28/2013 01:57 PM, Stephen Warren wrote: > On 01/21/2013 03:02 AM, Thomas Abraham wrote: >> Add entries to __clksrc_of_table so that Exynos MCT controller is >> discoverable >> using call to clocksource_of_init. With this change, it would be appropriate >> to >> rename the function 'exynos4_

Re: [PATCH] ARM: architected timers: allow dt based discovery using clocksource_of_init

2013-01-30 Thread Stephen Warren
On 01/30/2013 10:19 AM, Mark Rutland wrote: > Thomas, > > On Tue, Jan 22, 2013 at 11:04:56AM +, Mark Rutland wrote: >> On Mon, Jan 21, 2013 at 06:30:47PM +, Thomas Abraham wrote: >>> Hi Stephen, >>> >>> On 21 January 2013 09:21, Stephen Warren wrote: On 01/20/2013 06:22 PM, Thomas Ab

[PATCH] clocksource: always define CLOCKSOURCE_OF_DECLARE

2013-01-30 Thread Stephen Warren
From: Stephen Warren This allows clocksource drivers that support both DT and non-DT to always invoke macro CLOCKSOURCE_OF_DECLARE(), rather than wrapping it in a #ifdef CONFIG_CLKSRC_OF, which simplifies their code. Signed-off-by: Stephen Warren --- Olof, Arnd, this is based on arm-soc's timer

Re: [PATCH,RFC] usb: add devicetree helpers for determining dr_mode and phy_type

2013-01-30 Thread Matt Sealey
On Tue, Jan 29, 2013 at 8:33 AM, Felipe Balbi wrote: > Hi, > > On Tue, Jan 29, 2013 at 07:40:23PM +0530, kishon wrote: >> On Tuesday 29 January 2013 07:23 PM, Wolfram Sang wrote: >> >>>+ err = of_property_read_string(np, "phy_type", &phy_type); >> >>>+ if (err < 0) >> >>>+ return USBPHY

Re: [PATCH 1/2] [media] s5p-g2d: Add DT based discovery support

2013-01-30 Thread Sylwester Nawrocki
Hi Sachin, On 01/25/2013 10:55 AM, Sachin Kamat wrote: This patch adds device tree based discovery support to G2D driver Signed-off-by: Sachin Kamat --- drivers/media/platform/s5p-g2d/g2d.c | 17 - 1 files changed, 16 insertions(+), 1 deletions(-) diff --git a/drivers/medi

Re: [PATCH RFC v4 01/14] [media] Add common video interfaces OF bindings documentation

2013-01-30 Thread Sylwester Nawrocki
Hi, On 01/30/2013 01:40 PM, Sylwester Nawrocki wrote: On 01/25/2013 02:52 AM, Laurent Pinchart wrote: +Data interfaces on all video devices are described by their child 'port' +nodes. Configuration of a port depends on other devices participating in +the data transfer and is described by 'endpo

Re: [PATCH] ARM: architected timers: allow dt based discovery using clocksource_of_init

2013-01-30 Thread Mark Rutland
Thomas, On Tue, Jan 22, 2013 at 11:04:56AM +, Mark Rutland wrote: > On Mon, Jan 21, 2013 at 06:30:47PM +, Thomas Abraham wrote: > > Hi Stephen, > > > > On 21 January 2013 09:21, Stephen Warren wrote: > > > On 01/20/2013 06:22 PM, Thomas Abraham wrote: > > >> Add an entry in __clksrc_of_t

Re: [PATCH RFC 1/2] Implementation of pci_fixup_irqs for descendants of a specified bus

2013-01-30 Thread Bjorn Helgaas
On Fri, Jan 18, 2013 at 4:37 AM, Andrew Murray wrote: > Continuing from discussion with Thierry (lkml.org/lkml/2013/1/18/107) perhaps > this will be useful to fold into your patchset. > --- > This patch provides pci_bus_fixup_irqs which performs the same > function as pci_fixup_irqs but only to de

Re: [PATCH v2] drm/exynos: Get HDMI version from device tree

2013-01-30 Thread Inki Dae
2013/1/30 Sylwester Nawrocki : > Hi, > > > On 01/08/2013 11:56 PM, Stephen Warren wrote: >> >> On 01/08/2013 01:16 PM, Sean Paul wrote: >>> >>> Add a property to the hdmi node so we can specify the HDMI version in >>> the device tree instead of just defaulting to v1.4 with the existence of >>> the

RE: [PATCH 2/2] drm/exynos: Add device tree based discovery support for G2D

2013-01-30 Thread Inki Dae
> -Original Message- > From: Sylwester Nawrocki [mailto:sylvester.nawro...@gmail.com] > Sent: Thursday, January 31, 2013 5:51 AM > To: Inki Dae > Cc: Sachin Kamat; linux-me...@vger.kernel.org; dri- > de...@lists.freedesktop.org; devicetree-discuss@lists.ozlabs.org; > patc...@linaro.org; s

Re: [PATCH v5 03/14] ARM: edma: add AM33XX support to the private EDMA API

2013-01-30 Thread Matt Porter
On Wed, Jan 30, 2013 at 09:40:52AM +0200, Andy Shevchenko wrote: > On Wed, Jan 30, 2013 at 8:41 AM, Matt Porter wrote: > > On Mon, Jan 28, 2013 at 09:27:24PM +0200, Andy Shevchenko wrote: > >> On Tue, Jan 15, 2013 at 10:32 PM, Matt Porter wrote: > >> > Adds support for parsing the TI EDMA DT data

Re: [RFC][PATCH 2/2 v3] ASoC: simple-card: add Device Tree support

2013-01-30 Thread Mark Brown
On Wed, Jan 30, 2013 at 01:14:07PM -0700, Stephen Warren wrote: > > +CPU / CODEC DAI is represented as a sub-node. > > +Then, sub-node name should be "simple-audio,cpu" or "simple-audio,codec". > Why require sub-nodes? it seem over-complex. I suggested this because it seemed more legible to repe

Re: [PATCH v6 07/10] dmaengine: add dma_request_slave_channel_compat()

2013-01-30 Thread Matt Porter
On Wed, Jan 30, 2013 at 09:27:18AM +, Arnd Bergmann wrote: > On Wednesday 30 January 2013, Matt Porter wrote: > > Adds a dma_request_slave_channel_compat() wrapper which accepts > > both the arguments from dma_request_channel() and > > dma_request_slave_channel(). Based on whether the driver is

Re: [PATCH v6 09/10] spi: omap2-mcspi: add generic DMA request support to the DT binding

2013-01-30 Thread Matt Porter
On Wed, Jan 30, 2013 at 09:24:00AM +, Arnd Bergmann wrote: > On Wednesday 30 January 2013, Matt Porter wrote: > > +Optional properties: > > +- dmas: List of DMA controller phandle and DMA request ordered > > + pairs. One tx and one rx pair is required for each chip > > + select. >

Re: [PATCH,RFC] usb: add devicetree helpers for determining dr_mode and phy_type

2013-01-30 Thread Peter Chen
On Wed, Jan 30, 2013 at 03:00:15PM +0100, Sascha Hauer wrote: > On Wed, Jan 30, 2013 at 10:06:28AM +0800, Peter Chen wrote: > > On Tue, Jan 29, 2013 at 01:55:04PM +0200, Alexander Shishkin wrote: > > > Sascha Hauer writes: > > > > > > > From: Michael Grzeschik > > > > > > > > This adds two littl

RE: [PATCH] arm: dts: omap4-sdp: Add I2c pinctrl data

2013-01-30 Thread Kumar, Anil
On Wed, Jan 30, 2013 at 14:36:10, Coelho, Luciano wrote: > On Wed, 2013-01-30 at 14:18 +0530, Santosh Shilimkar wrote: > > On Wednesday 30 January 2013 02:13 PM, Kumar, Anil wrote: > > > Hi Sourav, > > > > > > On Wed, Jan 30, 2013 at 12:10:18, Poddar, Sourav wrote: > > >> Hi Luciano, > > >> On Wedn

Re: [PATCH v2] drm/exynos: Get HDMI version from device tree

2013-01-30 Thread Stephen Warren
On 01/30/2013 06:16 PM, Inki Dae wrote: > 2013/1/30 Sylwester Nawrocki : >> Hi, >> >> >> On 01/08/2013 11:56 PM, Stephen Warren wrote: >>> >>> On 01/08/2013 01:16 PM, Sean Paul wrote: Add a property to the hdmi node so we can specify the HDMI version in the device tree instead of jus

Re: [PATCH V2] regulators: anatop: add set_voltage_time_sel interface

2013-01-30 Thread Shawn Guo
On Thu, Jan 31, 2013 at 10:57:06AM -0500, Anson Huang wrote: > some of anatop's regulators(cpu, vddpu and vddsoc) have > register settings about LDO's step time, which will impact > the LDO ramp up speed, need to use set_voltage_time_sel > interface to add necessary delay everytime LDOs' voltage >

RE: [PATCH] mtd: devices: elm: Removes literals in elm DT node

2013-01-30 Thread Philip, Avinash
Hi Artem, On Thu, Jan 24, 2013 at 14:00:38, Peter Korsgaard wrote: > > "Philip" == Philip Avinash writes: > > Philip> As part of removing generalized dependency, replace > Philip> literal fields in DT compatible field with <52> for am335x > Philip> platforms. > > Acked-by: Peter Korsgaa

RE: [PATCH v4 5/8] MFD: ti_am335x_tscadc: Add DT support

2013-01-30 Thread Patil, Rachna
On Wed, Jan 30, 2013 at 16:10:09, Koen Kooi wrote: > > Op 24 jan. 2013, om 04:45 heeft "Patil, Rachna" het volgende > geschreven: > > > From: "Patil, Rachna" > > > > Make changes to add DT support in the MFD core driver. > > > > Signed-off-by: Patil, Rachna > > --- > > Changes in v4: > >

Re: [PATCH v2] drm/exynos: Get HDMI version from device tree

2013-01-30 Thread Inki Dae
2013/1/31 Stephen Warren : > On 01/30/2013 06:16 PM, Inki Dae wrote: >> 2013/1/30 Sylwester Nawrocki : >>> Hi, >>> >>> >>> On 01/08/2013 11:56 PM, Stephen Warren wrote: On 01/08/2013 01:16 PM, Sean Paul wrote: > > Add a property to the hdmi node so we can specify the HDMI version

RE: [PATCH v4 5/8] MFD: ti_am335x_tscadc: Add DT support

2013-01-30 Thread Hiremath, Vaibhav
On Thu, Jan 31, 2013 at 09:41:11, Patil, Rachna wrote: > On Wed, Jan 30, 2013 at 16:10:09, Koen Kooi wrote: > > > > Op 24 jan. 2013, om 04:45 heeft "Patil, Rachna" het > > volgende geschreven: > > > > > From: "Patil, Rachna" > > > > > > Make changes to add DT support in the MFD core driver. >

Re: [PATCH V3] regulators: anatop: add set_voltage_time_sel interface

2013-01-30 Thread Shawn Guo
On Thu, Jan 31, 2013 at 11:23:53AM -0500, Anson Huang wrote: > some of anatop's regulators(cpu, vddpu and vddsoc) have > register settings about LDO's step time, which will impact > the LDO ramp up speed, need to use set_voltage_time_sel > interface to add necessary delay everytime LDOs' voltage >

Re: [PATCH 1/2] [media] s5p-g2d: Add DT based discovery support

2013-01-30 Thread Sachin Kamat
Hi Sylwester. Thank you for the review. On 31 January 2013 03:08, Sylwester Nawrocki wrote: > Hi Sachin, > > > On 01/25/2013 10:55 AM, Sachin Kamat wrote: >> >> This patch adds device tree based discovery support to G2D driver >> >> Signed-off-by: Sachin Kamat >> --- > > Don' you need something

Re: [PATCH V3] regulators: anatop: add set_voltage_time_sel interface

2013-01-30 Thread Mark Brown
On Thu, Jan 31, 2013 at 11:23:53AM -0500, Anson Huang wrote: > some of anatop's regulators(cpu, vddpu and vddsoc) have > register settings about LDO's step time, which will impact > the LDO ramp up speed, need to use set_voltage_time_sel > interface to add necessary delay everytime LDOs' voltage >