Re: [PATCH 1/2] ARM: dts: add watchdog device nodes for Exynos5250 and Exynos5420

2013-10-29 Thread Sachin Kamat
Hi Leela, On 30 October 2013 12:23, Leela Krishna Amudala wrote: > Adds watchdog device nodes to the DT device list for Exynos5250 and Exynos5420 > > Signed-off-by: Leela Krishna Amudala > --- > arch/arm/boot/dts/exynos5.dtsi| 12 +--- > arch/arm/boot/dts/exynos5250.dtsi |7 ++

Re: [PATCH Resend 1/1] Documentation/watchdog: Add binding example in samsung-wdt

2013-10-29 Thread Leela Krishna Amudala
Hi Sachin, On Wed, Oct 30, 2013 at 10:56 AM, Sachin Kamat wrote: > Added an example for reference. > > Signed-off-by: Sachin Kamat > --- > .../devicetree/bindings/watchdog/samsung-wdt.txt |9 + > 1 file changed, 9 insertions(+) > > diff --git a/Documentation/devicetree/bindings/wa

[RESEND] [PATCH V3 1/2] ARM: dts: add watchdog device nodes for Exynos5250 and Exynos5420

2013-10-29 Thread Leela Krishna Amudala
Adds watchdog device nodes to the DT device list for Exynos5250 and Exynos5420 Signed-off-by: Leela Krishna Amudala --- arch/arm/boot/dts/exynos5.dtsi| 12 +--- arch/arm/boot/dts/exynos5250.dtsi |7 ++- arch/arm/boot/dts/exynos5420.dtsi | 10 ++ 3 files changed, 2

[RESEND] [PATCH V3 0/2] Add watchdog DT nodes and use syscon regmap interface to configure pmu registers

2013-10-29 Thread Leela Krishna Amudala
This patchset does the following things - Adds watchdog DT nodes to Exynos5250 and 5420 - Uses syscon regmap interface to configure pmu registers to mask/unmask enable/disable of watchdog. This patch set is rebased on Kgene's for-next branch and tested on SMDK5420

[RESEND] [PATCH V3 2/2] watchdog: s3c2410_wdt: use syscon regmap interface to configure pmu register

2013-10-29 Thread Leela Krishna Amudala
The syscon regmap interface is used to configure AUTOMATIC_WDT_RESET_DISABLE and MASK_WDT_RESET_REQUEST registers of PMU to mask/unmask enable/disable of watchdog in probe and s2r scenarios. Signed-off-by: Leela Krishna Amudala --- .../devicetree/bindings/watchdog/samsung-wdt.txt | 13 ++- d

[PATCH 1/2] ARM: dts: add watchdog device nodes for Exynos5250 and Exynos5420

2013-10-29 Thread Leela Krishna Amudala
Adds watchdog device nodes to the DT device list for Exynos5250 and Exynos5420 Signed-off-by: Leela Krishna Amudala --- arch/arm/boot/dts/exynos5.dtsi| 12 +--- arch/arm/boot/dts/exynos5250.dtsi |7 ++- arch/arm/boot/dts/exynos5420.dtsi | 10 ++ 3 files changed, 2

[PATCH 2/2] watchdog: s3c2410_wdt: use syscon regmap interface to configure pmu register

2013-10-29 Thread Leela Krishna Amudala
The syscon regmap interface is used to configure AUTOMATIC_WDT_RESET_DISABLE and MASK_WDT_RESET_REQUEST registers of PMU to mask/unmask enable/disable of watchdog in probe and s2r scenarios. Signed-off-by: Leela Krishna Amudala --- .../devicetree/bindings/watchdog/samsung-wdt.txt | 13 ++- d

[PATCH 0/2] Add watchdog DT nodes and use syscon regmap interface to configure pmu registers

2013-10-29 Thread Leela Krishna Amudala
This patchset does the following things - Adds watchdog DT nodes to Exynos5250 and 5420 - Uses syscon regmap interface to configure pmu registers to mask/unmask enable/disable of watchdog. This patch set is rebased on Kgene's for-next branch and tested on SMDK5420

Re: [PATCH v2 1/4] rename ARCH_BCM to ARCH_BCM_MOBILE (mach-bcm)

2013-10-29 Thread Christian Daudt
On Mon, Oct 28, 2013 at 1:38 PM, Olof Johansson wrote: > On Mon, Sep 23, 2013 at 10:20 AM, Christian Daudt wrote: >> --- a/arch/arm/mach-bcm/Kconfig >> +++ b/arch/arm/mach-bcm/Kconfig >> @@ -1,5 +1,17 @@ >> config ARCH_BCM >> - bool "Broadcom SoC" if ARCH_MULTI_V7 >> + bool "Broadcom

[RFC PATCH 1/2] driver core: introduce module_platform_driver_match_and_probe

2013-10-29 Thread Rob Herring
From: Rob Herring Introduce a helper to match, create and probe a platform device. This is for drivers such as cpuidle or cpufreq that typically don't have a bus device node and need to match on a system-level compatible property. Cc: Greg Kroah-Hartman Cc: Grant Likely Signed-off-by: Rob Herr

[RFC PATCH 2/2] of: add initcall with match boilerplate helpers

2013-10-29 Thread Rob Herring
From: Rob Herring Add boilerplate helpers to create initcalls which are conditional on matching on devicetree properties. Cc: Grant Likely Signed-off-by: Rob Herring --- include/linux/of.h | 12 1 file changed, 12 insertions(+) diff --git a/include/linux/of.h b/include/linux/of.

[RFC PATCH 0/2] DT match helpers for initcalls and platform devices

2013-10-29 Thread Rob Herring
From: Rob Herring This series adds a couple of boilerplate helpers to match with DT for initcalls and platform device creation and probe. The goal here is to remove more platform code out of arch/arm and eventually the machine descriptors. Rob Rob Herring (2): driver core: introduce module_p

[PATCH Resend 1/1] Documentation/watchdog: Add binding example in samsung-wdt

2013-10-29 Thread Sachin Kamat
Added an example for reference. Signed-off-by: Sachin Kamat --- .../devicetree/bindings/watchdog/samsung-wdt.txt |9 + 1 file changed, 9 insertions(+) diff --git a/Documentation/devicetree/bindings/watchdog/samsung-wdt.txt b/Documentation/devicetree/bindings/watchdog/samsung-wdt.

Re: [PATCH 1/1] Documentation/watchdog: Add binding example in samsung-wdt

2013-10-29 Thread Sachin Kamat
On 30 October 2013 10:41, Sachin Kamat wrote: > Added an example for reference. > > Signed-off-by: Sachin Kamat > --- > .../devicetree/bindings/watchdog/samsung-wdt.txt |9 + > 1 file changed, 9 insertions(+) > > diff --git a/Documentation/devicetree/bindings/watchdog/samsung-wdt.t

Re: [PATCHv7][ 2/5] ASoC: eukrea-tlv320: Add DT support.

2013-10-29 Thread Matt Sealey
On Tue, Oct 29, 2013 at 12:44 PM, Mark Brown wrote: > > Please take a look at Morimoto-san's work on the generic sound card if > you want to work on a generic card, it'd be good if some of the people > complaining about this stuff could help him work on that as he doesn't > seem to be getting any

Re: [PATCH] Documentation/watchdog: Update node name in samsung-wdt example

2013-10-29 Thread Sachin Kamat
On 28 October 2013 19:07, Guenter Roeck wrote: > On 10/27/2013 11:24 PM, Sachin Kamat wrote: >> >> Update the name as per DT naming convention. >> >> Signed-off-by: Sachin Kamat >> --- >> .../devicetree/bindings/watchdog/samsung-wdt.txt |2 +- >> 1 file changed, 1 insertion(+), 1 deletio

[PATCH 1/1] Documentation/watchdog: Add binding example in samsung-wdt

2013-10-29 Thread Sachin Kamat
Added an example for reference. Signed-off-by: Sachin Kamat --- .../devicetree/bindings/watchdog/samsung-wdt.txt |9 + 1 file changed, 9 insertions(+) diff --git a/Documentation/devicetree/bindings/watchdog/samsung-wdt.txt b/Documentation/devicetree/bindings/watchdog/samsung-wdt.

[PATCH] of: set dma_mask to point to coherent_dma_mask

2013-10-29 Thread Rob Herring
From: Rob Herring Platform devices created by DT code don't initialize dma_mask pointer to anything. Set it to coherent_dma_mask by default if the architecture code has not set it. Signed-off-by: Rob Herring --- I think this is at least part of what is needed to fix dma_mask issue raised by Ste

Re: [PATCH 1/3] dma: imx-sdma: Add ssi dual fifo script support

2013-10-29 Thread Nicolin Chen
Hi Sascha, On Tue, Oct 29, 2013 at 02:51:43PM +0100, Sascha Hauer wrote: > Look at drivers/dma/imx-sdma.c: > > > /** > > * struct sdma_firmware_header - Layout of the firmware image > > * > > * @magic "SDMA" > > * @version_major increased whenever layout of struct > > * sdma_scri

[PATCH 1/1] Documentation/pwm: Update supported SoC name for pwm-samsung

2013-10-29 Thread Sachin Kamat
Updated supported SoC name for pwm-samsung. Signed-off-by: Sachin Kamat --- .../devicetree/bindings/pwm/pwm-samsung.txt|2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/pwm/pwm-samsung.txt b/Documentation/devicetree/bindings/pwm/pwm

Re: [PATCH v3 2/2] hwrng: msm: Add PRNG support for MSM SoC's

2013-10-29 Thread Herbert Xu
On Fri, Oct 18, 2013 at 11:39:28AM -0700, Stephen Boyd wrote: > On 10/15/13 07:11, Stanimir Varbanov wrote: > > This adds a driver for hardware random number generator present > > on Qualcomm MSM SoC's. > > > > Signed-off-by: Stanimir Varbanov > > --- > > Reviewed-by: Stephen Boyd Both patches

Re: [PATCH v11 00/10] [PATCH v10 00/10] mtd:nand:omap2: clean-up of supported ECC schemes

2013-10-29 Thread Brian Norris
On Thu, Oct 24, 2013 at 9:52 AM, Ezequiel Garcia wrote: > Just as suggestion, I think you should reconsider your 'upstream strategy'. > > On Thu, Oct 24, 2013 at 06:20:16PM +0530, Pekon Gupta wrote: > [..] >> >> Pekon Gupta (10): >> ARM: OMAP2+: cleaned-up DT support of various ECC schemes >>

Re: [PATCH V4 1/2] tps6507x-ts: Add DT support

2013-10-29 Thread Manish Badarkhe
Hi Mark, Apologize for my late reply. On Thu, Oct 24, 2013 at 10:57 PM, Mark Rutland wrote: > > On Thu, Oct 24, 2013 at 06:05:53PM +0100, Manish Badarkhe wrote: > > Hi Mark, > > > > Thank you for your reply. > > > > On Wed, Oct 23, 2013 at 10:15 PM, Mark Rutland wrote: > > > > On Wed, Oct

Re: [PATCH v9 1/5] ARM: add basic support for Trusted Foundations

2013-10-29 Thread Alex Courbot
On 10/29/2013 05:12 PM, Kumar Gala wrote: On Oct 28, 2013, at 7:25 PM, Mark Rutland wrote: On Mon, Oct 28, 2013 at 11:31:36PM +, Tomasz Figa wrote: On Monday 28 of October 2013 14:56:49 Olof Johansson wrote: On Mon, Oct 28, 2013 at 05:57:04AM -0500, Kumar Gala wrote: On Oct 28, 2013, at

Re: [PATCHv7][ 2/5] ASoC: eukrea-tlv320: Add DT support.

2013-10-29 Thread Matt Sealey
On Tue, Oct 29, 2013 at 12:44 PM, Mark Brown wrote: > On Tue, Oct 29, 2013 at 11:56:54AM -0500, Matt Sealey wrote: > >> Maybe this is a reasonable place to ask since I am holding off on >> doing any audio support for the i.MX platform I want to push a DT for, >> and I am still bashing my head over

Re: [alsa-devel] [PATCH v3] ASoC: simple-card: add Device Tree support

2013-10-29 Thread Kuninori Morimoto
Hi Mark (Brown), Mark (Rutland) I had sent v4 patch, but I removed simple-card,card-name on it. But, as Mark (Brown) explained, I think simple-card,card-name is very helpful for users. I can send v5 patch (with it), or incremental patch if we can have it. So, I need your comment > [1 ] > [1.1

Re: [PATCH 4/6] edac: Document Krait L1/L2 EDAC driver binding

2013-10-29 Thread Mark Rutland
On Tue, Oct 29, 2013 at 06:00:59PM +, Stephen Boyd wrote: > On 10/29/13 01:21, Kumar Gala wrote: > > On Oct 28, 2013, at 7:31 PM, Stephen Boyd wrote: > > > >> The Krait L1/L2 error reporting device is made up of two > >> interrupts, one per-CPU interrupt for the L1 caches and one > >> interrupt

Re: [PATCH 4/6] edac: Document Krait L1/L2 EDAC driver binding

2013-10-29 Thread Mark Rutland
On Tue, Oct 29, 2013 at 05:06:45AM +, Stephen Boyd wrote: > On 10/28, Mark Rutland wrote: > > On Tue, Oct 29, 2013 at 12:31:28AM +, Stephen Boyd wrote: > > > + > > > +Optional properties: > > > +- interrupt-names: Should contain the interrupt names "l1_irq" and > > > + "l2_irq" > > > > As

Re: [PATCH 2/2] sata_rcar: Add R-Car Gen2 SATA PHY support

2013-10-29 Thread Simon Horman
On Tue, Oct 29, 2013 at 12:19:08PM -0500, Kumar Gala wrote: > > On Oct 29, 2013, at 3:44 AM, Simon Horman wrote: > > > On Tue, Oct 29, 2013 at 03:24:16AM -0500, Kumar Gala wrote: > >> > >> On Oct 28, 2013, at 11:59 PM, Simon Horman wrote: > >> > >>> On Wed, Oct 16, 2013 at 04:06:01PM +0400, Val

Re: [PATCH 2/3] clk: shmobile: Add MSTP clock support

2013-10-29 Thread Kumar Gala
On Oct 29, 2013, at 7:06 PM, Laurent Pinchart wrote: > Hi Kumar, > > Thank you for the review. > > On Tuesday 29 October 2013 18:36:06 Kumar Gala wrote: >> On Oct 29, 2013, at 9:55 AM, Laurent Pinchart wrote: >>> MSTP clocks are gate clocks controlled through a register that handles >>> up to 3

Re: [GIT PULL FOR 3.13] Exynos5 SoC FIMC-IS imaging subsystem driver

2013-10-29 Thread Sylwester Nawrocki
On 10/29/2013 01:54 PM, Mauro Carvalho Chehab wrote: [...] Yeah, it seems that we've waited for a long time to get an ack there. So, let's do this: Please send a new version with Mark's comments. Also, please split Doc changes from the code changes on the new series. I'll wait for a couple days

Re: [PATCH 4/6] edac: Document Krait L1/L2 EDAC driver binding

2013-10-29 Thread Stephen Boyd
On 10/29, Stephen Boyd wrote: > On 10/29/13 01:21, Kumar Gala wrote: > > On Oct 28, 2013, at 7:31 PM, Stephen Boyd wrote: > > > >> The Krait L1/L2 error reporting device is made up of two > >> interrupts, one per-CPU interrupt for the L1 caches and one > >> interrupt for the L2 cache. > >> > >> Cc:

Re: [PATCH 2/3] clk: shmobile: Add MSTP clock support

2013-10-29 Thread Laurent Pinchart
Hi Kumar, Thank you for the review. On Tuesday 29 October 2013 18:36:06 Kumar Gala wrote: > On Oct 29, 2013, at 9:55 AM, Laurent Pinchart wrote: > > MSTP clocks are gate clocks controlled through a register that handles > > up to 32 clocks. The register is often sparsely populated. > > > > Those

Re: [PATCH 1/3] clk: shmobile: Add DIV6 clock support

2013-10-29 Thread Kumar Gala
On Oct 29, 2013, at 6:54 PM, Laurent Pinchart wrote: > Hi Kumar, > > Thank you for the review. > > On Tuesday 29 October 2013 18:33:00 Kumar Gala wrote: >> On Oct 29, 2013, at 9:55 AM, Laurent Pinchart wrote: >>> DIV6 clocks are divider gate clocks controlled through a single >>> register. The

Re: [PATCH 3/3] clk: shmobile: Add R8A7790 clocks support

2013-10-29 Thread Kumar Gala
On Oct 29, 2013, at 9:55 AM, Laurent Pinchart wrote: > The R8A7790 has several clocks that are too custom to be supported in a > generic driver. Those clocks can be divided in two categories: > > - Fixed rate clocks with multiplier and divisor set according to boot > mode configuration > > - C

Re: [PATCH 1/3] clk: shmobile: Add DIV6 clock support

2013-10-29 Thread Laurent Pinchart
Hi Kumar, Thank you for the review. On Tuesday 29 October 2013 18:33:00 Kumar Gala wrote: > On Oct 29, 2013, at 9:55 AM, Laurent Pinchart wrote: > > DIV6 clocks are divider gate clocks controlled through a single > > register. The divider is expressed on 6 bits, hence the name, and can > > take v

Re: [PATCH 2/3] clk: shmobile: Add MSTP clock support

2013-10-29 Thread Kumar Gala
On Oct 29, 2013, at 9:55 AM, Laurent Pinchart wrote: > MSTP clocks are gate clocks controlled through a register that handles > up to 32 clocks. The register is often sparsely populated. > > Those clocks are found on Renesas ARM SoCs. > > Signed-off-by: Laurent Pinchart > --- > .../bindings/cl

Re: [PATCH 1/3] clk: shmobile: Add DIV6 clock support

2013-10-29 Thread Kumar Gala
On Oct 29, 2013, at 9:55 AM, Laurent Pinchart wrote: > DIV6 clocks are divider gate clocks controlled through a single > register. The divider is expressed on 6 bits, hence the name, and can > take values from 1/1 to 1/64. > > Those clocks are found on Renesas ARM SoCs. > > Signed-off-by: Laure

Re: [RESEND PATCH V2 1/2] ARM: dts: AM33xx: Add RNG node

2013-10-29 Thread Kumar Gala
On Aug 29, 2013, at 7:52 AM, Lokesh Vutla wrote: > Add the AM33xx RNG module's device tree data. > Also add Documentation file describing the data > for the RNG module. > > Signed-off-by: Lokesh Vutla > --- > Changes since V1: > - Drop "status=disabled" entry in dt node, Since > RNG is present

Re: [RESEND PATCH V2 1/2] ARM: dts: AM33xx: Add RNG node

2013-10-29 Thread Tony Lindgren
* Lokesh Vutla [131016 04:16]: > + Rob and Mark > On Tuesday 15 October 2013 12:19 PM, Benoit Cousson wrote: > > Hi Lokesh, > > > > On 12/10/2013 15:26, Lokesh Vutla wrote: > >> Hi Benoit, > >> On Thursday 29 August 2013 06:22 PM, Lokesh Vutla wrote: > >>> Add the AM33xx RNG module's device tree

Re: [PATCHv3 6/8] ARM: dts: OMAP4: Add hwspinlock node

2013-10-29 Thread Tony Lindgren
* Tony Lindgren [131011 16:49]: > * Suman Anna [131010 14:24]: > > Add the hwspinlock device tree node for OMAP4 family > > of SoCs. > > Suman, can you please post the .dts changes separately from > the driver changes next time so driver maintainers don't > accidentally pick them up. That leads

Re: [PATCH 4/6] edac: Document Krait L1/L2 EDAC driver binding

2013-10-29 Thread Olof Johansson
On Tue, Oct 29, 2013 at 11:00 AM, Stephen Boyd wrote: > On 10/29/13 01:21, Kumar Gala wrote: >> On Oct 28, 2013, at 7:31 PM, Stephen Boyd wrote: >> >>> The Krait L1/L2 error reporting device is made up of two >>> interrupts, one per-CPU interrupt for the L1 caches and one >>> interrupt for the L2

Re: [PATCH v9 1/5] ARM: add basic support for Trusted Foundations

2013-10-29 Thread Matt Porter
On Tue, Oct 29, 2013 at 03:12:05AM -0500, Kumar Gala wrote: > > On Oct 28, 2013, at 7:25 PM, Mark Rutland wrote: > > > On Mon, Oct 28, 2013 at 11:31:36PM +, Tomasz Figa wrote: > >> On Monday 28 of October 2013 14:56:49 Olof Johansson wrote: > >>> On Mon, Oct 28, 2013 at 05:57:04AM -0500, Kuma

Re: [PATCH 4/6] edac: Document Krait L1/L2 EDAC driver binding

2013-10-29 Thread Stephen Boyd
On 10/29/13 01:21, Kumar Gala wrote: > On Oct 28, 2013, at 7:31 PM, Stephen Boyd wrote: > >> The Krait L1/L2 error reporting device is made up of two >> interrupts, one per-CPU interrupt for the L1 caches and one >> interrupt for the L2 cache. >> >> Cc: >> Signed-off-by: Stephen Boyd >> --- >> ..

Re: [PATCH 1/2] dmaengine: add msm bam dma driver

2013-10-29 Thread Stephen Boyd
On 10/25, Andy Gross wrote: > diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig > index f238cfd..a71b415 100644 > --- a/drivers/dma/Kconfig > +++ b/drivers/dma/Kconfig > @@ -364,4 +364,13 @@ config DMATEST > Simple DMA test client. Say N unless you're debugging a > DMA Device d

Re: [PATCHv9 05/43] CLK: TI: add DT alias clock registration mechanism

2013-10-29 Thread Matt Sealey
On Fri, Oct 25, 2013 at 10:56 AM, Tero Kristo wrote: > Some devices require their clocks to be available with a specific > dev-id con-id mapping. With DT, the clocks can be found by default > only with their name, or alternatively through the device node of > the consumer. With drivers, that don't

Re: [PATCHv7][ 2/5] ASoC: eukrea-tlv320: Add DT support.

2013-10-29 Thread Mark Brown
On Tue, Oct 29, 2013 at 11:56:54AM -0500, Matt Sealey wrote: > Maybe this is a reasonable place to ask since I am holding off on > doing any audio support for the i.MX platform I want to push a DT for, > and I am still bashing my head over the logic in this. Why is this so > much more complicated

Re: [PATCH v3 2/4] mmc: omap_hsmmc: Enable SDIO IRQ.

2013-10-29 Thread Felipe Balbi
Hi, On Tue, Oct 29, 2013 at 04:06:58PM +0100, Andreas Fenkart wrote: > >> diff --git a/drivers/mmc/host/omap_hsmmc.c b/drivers/mmc/host/omap_hsmmc.c > >> index 94d6dc8..53beac4 100644 > >> --- a/drivers/mmc/host/omap_hsmmc.c > >> +++ b/drivers/mmc/host/omap_hsmmc.c > >> @@ -130,6 +130,7 @@ static

Re: [PATCH 1/3] dma: imx-sdma: Add ssi dual fifo script support

2013-10-29 Thread Kumar Gala
On Oct 29, 2013, at 7:33 AM, Nicolin Chen wrote: > There's a script for SSI missing in current sdma script list. Thus add it. > This script would allow SSI use its dual fifo mode to transimit/receive > data without occasional hardware underrun/overrun. > > This patch also fixed a counting error

Re: [PATCH 2/2] sata_rcar: Add R-Car Gen2 SATA PHY support

2013-10-29 Thread Kumar Gala
On Oct 29, 2013, at 3:44 AM, Simon Horman wrote: > On Tue, Oct 29, 2013 at 03:24:16AM -0500, Kumar Gala wrote: >> >> On Oct 28, 2013, at 11:59 PM, Simon Horman wrote: >> >>> On Wed, Oct 16, 2013 at 04:06:01PM +0400, Valentine Barshak wrote: R-Car Gen2 SoCs have a different PHY which is not

Re: [PATCH v3 2/4] mmc: omap_hsmmc: Enable SDIO IRQ.

2013-10-29 Thread Kumar Gala
On Oct 5, 2013, at 6:17 AM, Andreas Fenkart wrote: > For now, only support SDIO interrupt if we are booted with > DT. This is because some platforms need special quirks. And > we don't want to add new legacy mux platform init code > callbacks any longer as we are moving to DT based booting > anyw

Re: [PATCHv7][ 2/5] ASoC: eukrea-tlv320: Add DT support.

2013-10-29 Thread Matt Sealey
On Sat, Oct 26, 2013 at 6:48 AM, Mark Brown wrote: > On Fri, Oct 25, 2013 at 08:15:13PM +0100, Grant Likely wrote: >> On Thu, 24 Oct 2013 14:13:49 +0200, Denis Carikli wrote: > >> > +- mux-int-port : The internal port of the i.MX audio muxer (AUDMUX). >> > +- mux-ext-port : The external port of t

[PATCH] Documentation: clk-exynos5420: Correct id for usbd301

2013-10-29 Thread Vivek Gautam
Looking in clk-exynso5420 driver 'usbd301' falls at ID 367 instead of 377. Correct the same. No functional change, just document correction. Signed-off-by: Vivek Gautam CC: Chander Kashyap CC: Thomas Abraham CC: Rahul Sharma CC: Tomasz Figa CC: Mike Turquette CC: Kukjin Kim --- .../devicet

Re: [RFC 4/9] of/irq: Refactor interrupt-map parsing

2013-10-29 Thread Olof Johansson
Hi, On Tue, Oct 15, 2013 at 1:39 PM, Grant Likely wrote: > All the users of of_irq_parse_raw pass in a raw interrupt specifier from > the device tree and expect it to be returned (possibly modified) in an > of_phandle_args structure. However, the primary function of > of_irq_parse_raw() is to che

Re: [PATCHv9 00/43] ARM: TI SoC clock DT conversion

2013-10-29 Thread Nishanth Menon
On 10/25/2013 10:56 AM, Tero Kristo wrote: > Testing done: > - omap3-beagle: boot + suspend/resume (ret + off) > - omap4-panda-es: boot + suspend/resume > - omap5-uevm: boot > - dra7-evm: boot > - am335x-bone: boot > > Test branches available: > > tree: https://github.com/t-kristo/linux-pm.git

Re: [PATCH v7] pinctrl: imx27: imx27 pincontrol driver

2013-10-29 Thread Linus Walleij
On Tue, Oct 29, 2013 at 7:32 AM, Markus Pargmann wrote: > imx27 pincontrol driver using the imx1 core driver. The DT bindings are > similar to other imx pincontrol drivers. > > Signed-off-by: Markus Pargmann > Acked-by: Sascha Hauer > Acked-by: Shawn Guo > --- > Hi, > > another binding documen

[PATCHv8][ 6/6] ARM: dts: Add support for the cpuimx25 board from Eukrea and its baseboard.

2013-10-29 Thread Denis Carikli
The following devices/functionalities were added: * Main and secondary UARTs. * i2c and the pcf8563 device. * CMO-QVGA(With backlight), DVI-VGA and DVI-SVGA displays * Ethernet. * NAND. * The BP1 button. * The LED. * Watchdog * SD. Cc: Rob Herring Cc: Pawel Moll Cc: Mark Rutland Cc: St

[PATCHv8][ 3/6] video: Kconfig: Allow more broad selection of the imxfb framebuffer driver.

2013-10-29 Thread Denis Carikli
Without that patch, a user can't select the imxfb driver when the i.MX25 and/or the i.MX27 device tree board are selected and that no boards that selects IMX_HAVE_PLATFORM_IMX_FB are compiled in. Cc: Rob Herring Cc: Pawel Moll Cc: Mark Rutland Cc: Stephen Warren Cc: Ian Campbell Cc: devic

[PATCHv8][ 2/6] video: imxfb: Also add pwmr for the device tree.

2013-10-29 Thread Denis Carikli
pwmr has to be set to get the imxfb backlight work, though pwmr was only configurable trough the platform data. Cc: Rob Herring Cc: Pawel Moll Cc: Mark Rutland Cc: Stephen Warren Cc: Ian Campbell Cc: devicetree@vger.kernel.org Cc: Jean-Christophe Plagniol-Villard Cc: Tomi Valkeinen Cc: linu

[PATCHv8][ 4/6] pinctrl: pinctrl-imx: add imx25 pinctrl driver

2013-10-29 Thread Denis Carikli
This is mostly cut and paste from the imx35 pinctrl driver. The data was generated using sed and awk on arch/arm/plat-mxc/include/mach/iomux-mx25.h. Cc: Rob Herring Cc: Pawel Moll Cc: Mark Rutland Cc: Stephen Warren Cc: Ian Campbell Cc: devicetree@vger.kernel.org Cc: Sascha Hauer Cc: linux

[PATCHv8][ 5/6] ARM: dts: imx25.dtsi: Add some pinmux pins.

2013-10-29 Thread Denis Carikli
Uart1, fec, i2c1,esdhc1 and audmux were added. I also added a label to the iomuxc device node like in: 7b7d672 ARM i.MX dts: Consistently add labels to devicenodes Cc: Rob Herring Cc: Pawel Moll Cc: Mark Rutland Cc: Stephen Warren Cc: Ian Campbell Cc: devicetree@vger.kernel.org Cc: Sascha

Re: [PATCH v5 1/4] i2c: busses: i2c-st: Add ST I2C controller

2013-10-29 Thread Kumar Gala
On Oct 29, 2013, at 8:19 AM, Maxime Coquelin wrote: > > On 10/28/2013 08:25 PM, Kumar Gala wrote: >> On Oct 14, 2013, at 7:46 AM, Maxime COQUELIN wrote: >> >>> This patch adds support to SSC (Synchronous Serial Controller) >>> I2C driver. This IP also supports SPI protocol, but this is not >>>

Re: [PATCH v5 0/3] ARM: S5PV210: move to common clk framework

2013-10-29 Thread Kukjin Kim
On 10/29/13 04:42, Tomasz Figa wrote: Hi Kukjin, Mike, On Monday 21 of October 2013 05:16:05 Mike Turquette wrote: Quoting Kukjin Kim (2013-10-20 13:51:42) On 10/20/13 01:03, Tomasz Figa wrote: Hi Mike, Kukjin, Rafael, On Tuesday 24 of September 2013 14:50:06 Mateusz Krawczuk wrote: This pa

Re: [PATCH v3 09/10] mfd: pm8x41: document device tree bindings

2013-10-29 Thread Ivan T. Ivanov
Hi, On Tue, 2013-10-29 at 10:05 -0500, Josh Cartwright wrote: > On Tue, Oct 29, 2013 at 04:18:35PM +0200, Ivan T. Ivanov wrote: > > On Mon, 2013-10-28 at 13:12 -0500, Josh Cartwright wrote: > > > Document the bindings used to describe the Qualcomm 8x41 PMICs. > > > > > > Signed-off-by: Josh Ca

Re: [PATCH 1/4] mfd: as3722: add clock driver as mfd-sub device for the ams AS3722

2013-10-29 Thread Lee Jones
On Tue, 29 Oct 2013, Laxman Dewangan wrote: > Device ams AS3722 supports the one 32KHz clock output. The clock control > support is provided through clock driver. > > Add clock driver as mfd sub device to probe the clock driver. > > Signed-off-by: Laxman Dewangan > --- > Documentation/devicetr

Re: [PATCH v3 06/10] spmi: document the PMIC arbiter SPMI bindings

2013-10-29 Thread Josh Cartwright
On Tue, Oct 29, 2013 at 04:08:29PM +0200, Ivan T. Ivanov wrote: > On Mon, 2013-10-28 at 13:12 -0500, Josh Cartwright wrote: > > Signed-off-by: Josh Cartwright > > --- > > .../bindings/spmi/qcom,spmi-pmic-arb.txt | 42 > > ++ > > 1 file changed, 42 insertions(+) > >

Re: [PATCH v6 1/8] pinctrl: imx1 core driver

2013-10-29 Thread Markus Pargmann
On Tue, Oct 29, 2013 at 02:55:56PM +0100, Linus Walleij wrote: > On Mon, Oct 28, 2013 at 10:00 AM, Markus Pargmann wrote: > > > Core driver for register formats of imx1/imx21/imx27 processors. > > > > The pins of those processors are grouped into ports. Each port has 32 > > pins. The pins mux con

Re: [PATCH v3 09/10] mfd: pm8x41: document device tree bindings

2013-10-29 Thread Josh Cartwright
On Tue, Oct 29, 2013 at 04:18:35PM +0200, Ivan T. Ivanov wrote: > On Mon, 2013-10-28 at 13:12 -0500, Josh Cartwright wrote: > > Document the bindings used to describe the Qualcomm 8x41 PMICs. > > > > Signed-off-by: Josh Cartwright > > --- > > Documentation/devicetree/bindings/mfd/pm8x41.txt | 3

Re: [PATCH v3 2/4] mmc: omap_hsmmc: Enable SDIO IRQ.

2013-10-29 Thread Andreas Fenkart
Hi 2013/10/8 Felipe Balbi : > Hi, > > On Sat, Oct 05, 2013 at 01:17:08PM +0200, Andreas Fenkart wrote: >> For now, only support SDIO interrupt if we are booted with >> DT. This is because some platforms need special quirks. And >> we don't want to add new legacy mux platform init code >> callbacks

[PATCH 0/3] Renesas R8A7790 Common Clock Framework support

2013-10-29 Thread Laurent Pinchart
Hello, This patch set adds CCF drivers for the clocks found in the Renesas R-Car R8A7790 (H2) SoC. The patches are pretty self-explanatory and described in their respective commit message. The R8A7790 datasheet is unfortunately not publicly available. The code is available in my git tree at

[PATCH 1/3] clk: shmobile: Add DIV6 clock support

2013-10-29 Thread Laurent Pinchart
DIV6 clocks are divider gate clocks controlled through a single register. The divider is expressed on 6 bits, hence the name, and can take values from 1/1 to 1/64. Those clocks are found on Renesas ARM SoCs. Signed-off-by: Laurent Pinchart --- .../bindings/clock/renesas,cpg-div6-clocks.txt

[PATCH 2/3] clk: shmobile: Add MSTP clock support

2013-10-29 Thread Laurent Pinchart
MSTP clocks are gate clocks controlled through a register that handles up to 32 clocks. The register is often sparsely populated. Those clocks are found on Renesas ARM SoCs. Signed-off-by: Laurent Pinchart --- .../bindings/clock/renesas,cpg-mstp-clocks.txt | 47 + drivers/clk/shmobile/

[PATCH 3/3] clk: shmobile: Add R8A7790 clocks support

2013-10-29 Thread Laurent Pinchart
The R8A7790 has several clocks that are too custom to be supported in a generic driver. Those clocks can be divided in two categories: - Fixed rate clocks with multiplier and divisor set according to boot mode configuration - Custom divider clocks with SoC-specific divider values This driver s

[PATCH v7] pinctrl: imx27: imx27 pincontrol driver

2013-10-29 Thread Markus Pargmann
imx27 pincontrol driver using the imx1 core driver. The DT bindings are similar to other imx pincontrol drivers. Signed-off-by: Markus Pargmann Acked-by: Sascha Hauer Acked-by: Shawn Guo --- Hi, another binding documentation update. The MUX_ID components are described more detailed now. Regar

Re: [PATCH v3 09/10] mfd: pm8x41: document device tree bindings

2013-10-29 Thread Ivan T. Ivanov
Hi Josh, On Mon, 2013-10-28 at 13:12 -0500, Josh Cartwright wrote: > Document the bindings used to describe the Qualcomm 8x41 PMICs. > > Signed-off-by: Josh Cartwright > --- > Documentation/devicetree/bindings/mfd/pm8x41.txt | 33 > > 1 file changed, 33 insertions(+)

Re: [PATCH v3 06/10] spmi: document the PMIC arbiter SPMI bindings

2013-10-29 Thread Ivan T. Ivanov
Hi Josh, On Mon, 2013-10-28 at 13:12 -0500, Josh Cartwright wrote: > Signed-off-by: Josh Cartwright > --- > .../bindings/spmi/qcom,spmi-pmic-arb.txt | 42 > ++ > 1 file changed, 42 insertions(+) > create mode 100644 > Documentation/devicetree/bindings/spmi/qcom

Re: [PATCH v6 1/8] pinctrl: imx1 core driver

2013-10-29 Thread Linus Walleij
On Mon, Oct 28, 2013 at 10:00 AM, Markus Pargmann wrote: > +static int imx1_pinconf_get(struct pinctrl_dev *pctldev, > +unsigned pin_id, unsigned long *config) > +{ > + struct imx1_pinctrl *ipctl = pinctrl_dev_get_drvdata(pctldev); > + > + *config = imx1_re

Re: [PATCH v6 2/8] pinctrl: imx27: imx27 pincontrol driver

2013-10-29 Thread Linus Walleij
On Mon, Oct 28, 2013 at 10:00 AM, Markus Pargmann wrote: > imx27 pincontrol driver using the imx1 core driver. The DT bindings are > similar to other imx pincontrol drivers. > > Signed-off-by: Markus Pargmann > Acked-by: Sascha Hauer > Acked-by: Shawn Guo I haven't applied this since there ar

Re: [PATCH 1/3] dma: imx-sdma: Add ssi dual fifo script support

2013-10-29 Thread Sascha Hauer
On Tue, Oct 29, 2013 at 08:33:15PM +0800, Nicolin Chen wrote: > There's a script for SSI missing in current sdma script list. Thus add it. > This script would allow SSI use its dual fifo mode to transimit/receive > data without occasional hardware underrun/overrun. > > This patch also fixed a coun

Re: [PATCH v6 1/8] pinctrl: imx1 core driver

2013-10-29 Thread Linus Walleij
On Mon, Oct 28, 2013 at 10:00 AM, Markus Pargmann wrote: > Core driver for register formats of imx1/imx21/imx27 processors. > > The pins of those processors are grouped into ports. Each port has 32 > pins. The pins mux configuration is controlled by registers with 1 or 2 > bit per pin, depending

Re: [PATCH v5 0/4] watchdog: at91sam9_wdt: handle already configured wdt

2013-10-29 Thread boris brezillon
On 29/10/2013 13:58, Wim Van Sebroeck wrote: Hi Boris, I'm sorry for the inconvenience, but I found some bugs in my patch series: 1) the secs_to_ticks returns an erronous value when 0 is passed as an argument 2) the calculated heartbeat is too small for some use cases (i.e. kexecing a new

Re: [PATCH v5 1/4] i2c: busses: i2c-st: Add ST I2C controller

2013-10-29 Thread Maxime Coquelin
On 10/28/2013 08:25 PM, Kumar Gala wrote: On Oct 14, 2013, at 7:46 AM, Maxime COQUELIN wrote: This patch adds support to SSC (Synchronous Serial Controller) I2C driver. This IP also supports SPI protocol, but this is not the aim of this driver. This IP is embedded in all ST SoCs for Set-top b

Re: [PATCH v2 1/2] clk/zynq/clkc: Add 'fclk-enable' feature

2013-10-29 Thread Michal Simek
On 10/29/2013 09:26 AM, Kumar Gala wrote: > > On Oct 28, 2013, at 5:17 PM, Tomasz Figa wrote: > > diff --git a/Documentation/devicetree/bindings/clock/zynq-7000.txt > b/Documentation/devicetree/bindings/clock/zynq-7000.txt index > d99af878f5d7..11fdd146ec83 100644 > --- a/Document

Re: [PATCH 2/3] ASoC: fsl_ssi: Add dual fifo mode support

2013-10-29 Thread Chen Guangyu-B42378
Thank you, sir. And sorry for taking your time. Sent by Android device. Timur Tabi wrote: Chen Guangyu-B42378 wrote: > Without dual fifo support, handware underrun would occasionally > occur and then two audio channels would physically swap. This could > be easily reproduced in low bus freque

Re: [PATCH 2/3] ASoC: fsl_ssi: Add dual fifo mode support

2013-10-29 Thread Timur Tabi
Chen Guangyu-B42378 wrote: Without dual fifo support, handware underrun would occasionally occur and then two audio channels would physically swap. This could be easily reproduced in low bus frequency situation, while it would be better if we enable dual fifo. Ok. ACK. -- To unsubscribe from

Re: [PATCH v5 0/4] watchdog: at91sam9_wdt: handle already configured wdt

2013-10-29 Thread Wim Van Sebroeck
Hi Boris, > I'm sorry for the inconvenience, but I found some bugs in my patch series: > > 1) the secs_to_ticks returns an erronous value when 0 is passed as an > argument > 2) the calculated heartbeat is too small for some use cases > (i.e. kexecing a new kernel might trigger a watchdog res

Re: [GIT PULL FOR 3.13] Exynos5 SoC FIMC-IS imaging subsystem driver

2013-10-29 Thread Mauro Carvalho Chehab
Em Tue, 29 Oct 2013 01:06:30 +0100 Sylwester Nawrocki escreveu: > Hi Mauro, > > On 10/28/2013 11:11 PM, Mauro Carvalho Chehab wrote: > >> The following changes since commit > >> 8ca5d2d8e58df7235b77ed435e63c484e123fede: > >> > > >> > [media] uvcvideo: Fix data type for pan/tilt control (201

Re: [PATCH 2/3] ASoC: fsl_ssi: Add dual fifo mode support

2013-10-29 Thread Chen Guangyu-B42378
Without dual fifo support, handware underrun would occasionally occur and then two audio channels would physically swap. This could be easily reproduced in low bus frequency situation, while it would be better if we enable dual fifo. Sent by Android device. Timur Tabi wrote: Nicolin Chen wr

Re: [PATCH 2/3] ASoC: fsl_ssi: Add dual fifo mode support

2013-10-29 Thread Timur Tabi
Nicolin Chen wrote: By enabling dual fifo mode, it would allow SSI enter a better performance to transimit/receive data without occasional hardware underrun/overrun. Have you measured any real performance gain with this patch? I considered adding dual-FIFO support when I originally wrote this

[PATCH 2/3] ASoC: fsl_ssi: Add dual fifo mode support

2013-10-29 Thread Nicolin Chen
By enabling dual fifo mode, it would allow SSI enter a better performance to transimit/receive data without occasional hardware underrun/overrun. [ Passed compile-test with mpc85xx_defconfig ] Signed-off-by: Nicolin Chen --- sound/soc/fsl/fsl_ssi.c | 24 +++- 1 file changed,

[PATCH 1/3] dma: imx-sdma: Add ssi dual fifo script support

2013-10-29 Thread Nicolin Chen
There's a script for SSI missing in current sdma script list. Thus add it. This script would allow SSI use its dual fifo mode to transimit/receive data without occasional hardware underrun/overrun. This patch also fixed a counting error for total number of scripts. Signed-off-by: Nicolin Chen --

[PATCH 3/3] ARM: dts: imx: use dual-fifo sdma script for ssi

2013-10-29 Thread Nicolin Chen
Use dual-fifo sdma scripts instead of shared scripts for ssi on i.MX series. Signed-off-by: Nicolin Chen --- arch/arm/boot/dts/imx51.dtsi | 4 ++-- arch/arm/boot/dts/imx53.dtsi | 4 ++-- arch/arm/boot/dts/imx6qdl.dtsi | 12 ++-- arch/arm/boot/dts/imx6sl.dtsi | 12 ++-- 4 f

[PATCH 0/3] Add dual-fifo mode support of i.MX ssi

2013-10-29 Thread Nicolin Chen
Changelog v1: * SSI can reduce hardware overrun/underrun possibility when using dual * fifo mode. To support this mode, we need to first update sdma sciprt * list, and then enable dual fifo BIT in SSI driver, and last update DT * bindings of i.MX series. * * ! This series of patches has a dir

[PATCH 4/4] power: reset: as3722: add power-off driver

2013-10-29 Thread Laxman Dewangan
ams AS3722 supports the power off functionality to turn off system. Add power off driver for ams AS3722. Signed-off-by: Laxman Dewangan --- drivers/power/reset/Kconfig |6 ++ drivers/power/reset/Makefile |1 + drivers/power/reset/as3722-poweroff.c | 101 +

[PATCH 3/4] mfd: AS3722: add dt node properties for system power controller

2013-10-29 Thread Laxman Dewangan
ams AS3722 device supports the power off by turning off its all rails. Add dt node properties to enable this functionality on this device. Signed-off-by: Laxman Dewangan --- Documentation/devicetree/bindings/mfd/as3722.txt |9 + 1 files changed, 9 insertions(+), 0 deletions(-) diff

[PATCH 1/4] mfd: as3722: add clock driver as mfd-sub device for the ams AS3722

2013-10-29 Thread Laxman Dewangan
Device ams AS3722 supports the one 32KHz clock output. The clock control support is provided through clock driver. Add clock driver as mfd sub device to probe the clock driver. Signed-off-by: Laxman Dewangan --- Documentation/devicetree/bindings/mfd/as3722.txt |9 + drivers/mfd/as37

[PATCH 2/4] clk: as3722: add clock driver for ams AS3722

2013-10-29 Thread Laxman Dewangan
Device ams AS3722 supports one clock 32KHz output. Add clock driver to control the clock through clock framework. Signed-off-by: Laxman Dewangan --- drivers/clk/Kconfig |8 ++ drivers/clk/Makefile |1 + drivers/clk/clk-as3722.c | 166

[PATCH 0/4] clk/power: add clock and power off driver for AS3722

2013-10-29 Thread Laxman Dewangan
Add power off and clock driver for the ams AS3722. The mfd patches are depends on mfd subtree which can be applied independtly. The pacthes are created such that clock driver can go in clock tree and power off driver in power sub tree. Laxman Dewangan (4): mfd: as3722: add clock driver as mfd-s

[PATCH] ARM: dts: Add initial support for cm-fx6.

2013-10-29 Thread Valentin Raevsky
Add initial support for cm-fx6 module. cm-fx6 is a module based on mx6q SoC with the following features: - Up to 4GB of DDR3 - 1 LCD/DVI output port - 1 HDMI output port - 2 LVDS LCD ports - Gigabit Ethernet - Analog Audio - CAN - SATA - NAND - PCIE This patch allows to boot up the module, config

Re: [PATCH V6 3/3] drivers/rtc/rtc-as3722: add RTC driver

2013-10-29 Thread Laxman Dewangan
Hi Andrew, Can you please review this patch? If it is lost then I will be happy to repost it. Thanks, Laxman On Monday 21 October 2013 05:17 PM, Laxman Dewangan wrote: The ams AS3722 is a compact system PMU suitable for mobile phones, tablets etc. Add a driver to support accessing the RTC fou

  1   2   >