Re: [PATCH] clk: si5351: Add gapless tuning for SI5351 PLL

2013-04-14 Thread Mike Turquette
Quoting Sebastian Hesselbarth (2013-04-12 12:24:16) On 04/12/2013 08:38 PM, Mike Turquette wrote: Quoting Michal Bachraty (2013-04-09 01:26:15) For gapless tuning, there is no need for PLL reset and clkout power-down when tuning output. silabs,gapless-tuning parameter enables gapless

Re: [PATCH 2/6] DT: add documentation for the Ralink MIPS SoCs

2013-04-14 Thread Gabor Juhos
2013.04.13. 10:50 keltezéssel, John Crispin írta: From: Gabor Juhos juh...@openwrt.org This patch adds binding documentation for the compatible values of the Ralink MIPS SoCs. Signed-off-by: Gabor Juhos juh...@openwrt.org --- Documentation/devicetree/bindings/mips/ralink.txt | 17

Re: [PATCH 4/6] DT: MIPS: ralink: add RT2880 dts files

2013-04-14 Thread Gabor Juhos
2013.04.13. 10:50 keltezéssel, John Crispin írta: Add a dtsi file for RT2880 SoC and a sample dts file. Signed-off-by: John Crispin blo...@openwrt.org --- arch/mips/ralink/Kconfig |4 +++ arch/mips/ralink/dts/Makefile|1 + arch/mips/ralink/dts/rt2880.dtsi |

Re: [PATCH 5/6] DT: MIPS: ralink: add RT3883 dts files

2013-04-14 Thread Gabor Juhos
2013.04.13. 10:50 keltezéssel, John Crispin írta: Add a dtsi file for RT3883 SoC and a sample dts file. Signed-off-by: John Crispin blo...@openwrt.org --- arch/mips/ralink/Kconfig |4 +++ arch/mips/ralink/dts/Makefile|1 + arch/mips/ralink/dts/rt3883.dtsi |

Re: [PATCH v2 05/11] ASoC: fsl-ssi: Add support for imx-pcm-fiq

2013-04-14 Thread Markus Pargmann
On Sun, Apr 07, 2013 at 07:18:50PM -0500, Timur Tabi wrote: Markus Pargmann wrote: Add support for non-dma pcm for imx platforms with imx-pcm-fiq support. Instead of imx-pcm-audio, in this case imx-pcm-fiq-audio device is added and the SIER flags are set differently. So just to be clear,

Re: [PATCH 6/6] DT: MIPS: ralink: add MT7620 dts files

2013-04-14 Thread Gabor Juhos
2013.04.13. 10:50 keltezéssel, John Crispin írta: Add a dtsi file for MT7620 SoC and a sample dts file. Signed-off-by: John Crispin blo...@openwrt.org --- arch/mips/ralink/Kconfig |4 +++ arch/mips/ralink/dts/Makefile|1 + arch/mips/ralink/dts/mt7620.dtsi |

[PATCH v3 06/15] ASoC: imx-pcm-dma: DT support

2013-04-14 Thread Markus Pargmann
From: Markus Pargmann m...@pengutrnoix.de This patch adds the possibility to pass a of_node as platform_data which is used by generic-pcm-dma to request a DMA slave channel. Signed-off-by: Markus Pargmann m...@pengutronix.de --- sound/soc/fsl/imx-pcm-dma.c | 4 +++- 1 file changed, 3

[PATCH v3 03/15] ASoC: dmaengine-pcm: Fix function name

2013-04-14 Thread Markus Pargmann
From: Markus Pargmann m...@pengutrnoix.de Signed-off-by: Markus Pargmann m...@pengutronix.de --- sound/soc/soc-generic-dmaengine-pcm.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sound/soc/soc-generic-dmaengine-pcm.c b/sound/soc/soc-generic-dmaengine-pcm.c index

[PATCH v3 00/15] ASoC: fsl-ssi: ac97-slave support

2013-04-14 Thread Markus Pargmann
Hi, This series adds DT support for phycore-ac97. It is now based on the pcm dma cleanups from Lars. Beside ac97 support, the series adds fsl-ssi imx-pcm-fiq and generic DMA binding handling. @Lars: There are 4 new patches at the beginning of the series that fix some problems of your cleanups. I

[PATCH v3 15/15] ASoC: fsl: Update fsl-ssi binding doc

2013-04-14 Thread Markus Pargmann
Update the fsl-ssi bindings. DMA is no required property anymore and uses the generic DMA bindings. imx-fiq is a new alternative to DMA Signed-off-by: Markus Pargmann m...@pengutronix.de --- Notes: Changes in v3: - In previous versions, I removed fsl,playback-dma and capture-dma. But

[PATCH v3 02/15] ASoC: dmaengine-pcm: Replace of specific helper function

2013-04-14 Thread Markus Pargmann
From: Markus Pargmann m...@pengutrnoix.de Signed-off-by: Markus Pargmann m...@pengutronix.de --- sound/soc/soc-generic-dmaengine-pcm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sound/soc/soc-generic-dmaengine-pcm.c b/sound/soc/soc-generic-dmaengine-pcm.c index

[PATCH v3 01/15] ASoC: imx-ssi: Fix includes

2013-04-14 Thread Markus Pargmann
From: Markus Pargmann m...@pengutrnoix.de Signed-off-by: Markus Pargmann m...@pengutronix.de --- sound/soc/fsl/imx-ssi.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sound/soc/fsl/imx-ssi.h b/sound/soc/fsl/imx-ssi.h index d8063c2..bb6b3db 100644 --- a/sound/soc/fsl/imx-ssi.h +++

[PATCH v3 11/15] ARM: imx: Export ac97 reset functions

2013-04-14 Thread Markus Pargmann
Signed-off-by: Markus Pargmann m...@pengutronix.de --- arch/arm/mach-imx/mach-pca100.c | 7 +-- arch/arm/mach-imx/mach-pcm043.c | 7 +-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/arch/arm/mach-imx/mach-pca100.c b/arch/arm/mach-imx/mach-pca100.c index b8b15bb..68badf8

[PATCH v3 14/15] ASoC: fsl: Move fsl-ssi binding doc to sound/

2013-04-14 Thread Markus Pargmann
fsl-ssi was located in powerpc/fsl/ssi.txt. This is no powerpc specific device, so it should be moved to sound/ as it connects to differen audio codecs. Signed-off-by: Markus Pargmann m...@pengutronix.de --- .../devicetree/bindings/powerpc/fsl/ssi.txt| 73 --

[PATCH v3 08/15] ASoC: fsl-ssi: Add SACNT definitions

2013-04-14 Thread Markus Pargmann
Add definitions for AC97 control register. Signed-off-by: Markus Pargmann m...@pengutronix.de Acked-by: Timur Tabi ti...@tabi.org --- sound/soc/fsl/fsl_ssi.h | 8 1 file changed, 8 insertions(+) diff --git a/sound/soc/fsl/fsl_ssi.h b/sound/soc/fsl/fsl_ssi.h index 2173000..e6b9a69

[PATCH v3 04/15] ASoC: dmaengine-pcm: Fix pcm_request_chan function name

2013-04-14 Thread Markus Pargmann
From: Markus Pargmann m...@pengutrnoix.de dmaengine_pcm.c implements snd_dmaengine_pcm_request_channel. This function fixes all function calls to the shorter snd_dmaengine_pcm_request_chan. Signed-off-by: Markus Pargmann m...@pengutronix.de --- include/sound/dmaengine_pcm.h | 2 +-

[PATCH v3 05/15] ASoC: phycore-ac97: Add DT support

2013-04-14 Thread Markus Pargmann
Add devicetree support for this audio soc fabric driver. DT initialized drivers do not have real device ids, so imx-pcm-fiq-audio.0 is used without '.0'. This patch also simplifies the way audmux ports are configured. Before there was knowledge about the used board. As the audmux driver knows

[PATCH v3 12/15] ASoC: fsl-ssi: imx ac97 support

2013-04-14 Thread Markus Pargmann
This patch copies some parts from imx-ssi to support AC97 on imx27-pca100 and imx27-pcm043. This is a implementation of the ac97-slave mode. For ac97, the registers have to be setup earlier than for other ssi modes because there is some communication with the external device before actual

[PATCH v3 07/15] ASoC: imx-pcm-fiq: Introduce pcm-fiq-params

2013-04-14 Thread Markus Pargmann
Cleaner parameter passing for imx-pcm-fiq. Create a seperated fiq-params struct to pass all arguments. Signed-off-by: Markus Pargmann m...@pengutronix.de --- Notes: Changes in v3: - Using snd_dmaengine_dai_dma_data for dma_params after rebasing onto dmaengine cleanups.

[PATCH v3 09/15] ASoC: fsl-ssi: Add support for imx-pcm-fiq

2013-04-14 Thread Markus Pargmann
Add support for non-dma pcm for imx platforms with imx-pcm-fiq support. Instead of imx-pcm-audio, in this case imx-pcm-fiq-audio device is added and the SIER flags are set differently. Signed-off-by: Markus Pargmann m...@pengutronix.de --- Notes: Changes in v3: - Rename bool dma to

[PATCH v3 13/15] ASoC: fsl: Kconfig: Use fsl-ssi for phycore-ac97

2013-04-14 Thread Markus Pargmann
Signed-off-by: Markus Pargmann m...@pengutronix.de --- sound/soc/fsl/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/soc/fsl/Kconfig b/sound/soc/fsl/Kconfig index 3843a18..28af843 100644 --- a/sound/soc/fsl/Kconfig +++ b/sound/soc/fsl/Kconfig @@ -153,7 +153,7 @@

[PATCH v3 10/15] ASoC: fsl-ssi: Use generic DMA bindings if possible

2013-04-14 Thread Markus Pargmann
From: Markus Pargmann m...@pengutrnoix.de There may be some platforms using fsl-ssi that do not have a DMA driver with generic DMA bindings. So this patch adds support for the generic DMA bindings, while still using the old fsl,dma-events property if dmas is not found. Signed-off-by: Markus

Re: [PATCH v3 00/15] ASoC: fsl-ssi: ac97-slave support

2013-04-14 Thread Lars-Peter Clausen
On 04/14/2013 01:42 PM, Markus Pargmann wrote: Hi, This series adds DT support for phycore-ac97. It is now based on the pcm dma cleanups from Lars. Beside ac97 support, the series adds fsl-ssi imx-pcm-fiq and generic DMA binding handling. @Lars: There are 4 new patches at the beginning

Re: [PATCH v2 05/11] ASoC: fsl-ssi: Add support for imx-pcm-fiq

2013-04-14 Thread Markus Pargmann
On Sun, Apr 14, 2013 at 08:37:21AM -0500, Timur Tabi wrote: Markus Pargmann wrote: I do not think it is possible. For example imx27 ssi does support DMA but for specific boards we have to use fiq instead (phycore-ac97). So I would prefer to define the DMA in the chip dtsi file and choose fiq,

Re: [PATCH v3 2/2] video: imxfb: Add DT support

2013-04-14 Thread Markus Pargmann
On Mon, Apr 08, 2013 at 09:57:42AM +0200, Jean-Christophe PLAGNIOL-VILLARD wrote: On 12:31 Fri 05 Apr , Markus Pargmann wrote: Add devicetree support for imx framebuffer driver. It uses the generic display bindings and helper functions. Signed-off-by: Markus Pargmann

Re: [PATCH v6] pstore/ram: Add ramoops support for the Flattened Device Tree.

2013-04-14 Thread Anton Vorontsov
On Mon, Apr 08, 2013 at 12:54:01PM -0700, Bryan Freed wrote: [...] And as a more general question, why should we try not to put configuration in the device tree? It seems like a great (and portable) place to put this stuff. It certainly seems better to have it there than hardwired in the

Re: [PATCH v2 05/11] ASoC: fsl-ssi: Add support for imx-pcm-fiq

2013-04-14 Thread Markus Pargmann
On Sun, Apr 14, 2013 at 09:53:57AM -0500, Timur Tabi wrote: Markus Pargmann wrote: In general, imx27 does support SSI with DMA, for example MACH_IMX27_VISSTRIM_M10 does use SSI with DMA. But there are special boards like Eukrea TLV320 and phycore-ac97 that have to use FIQ instead. All of them

Re: [PATCH v2 05/11] ASoC: fsl-ssi: Add support for imx-pcm-fiq

2013-04-14 Thread Markus Pargmann
On Sun, Apr 14, 2013 at 10:25:49AM -0500, Timur Tabi wrote: Markus Pargmann wrote: I only ported the imx-ssi ac97 driver code and tested twice using DMA without success. But there is a good description of the problem in imx-ssi: The WM9712 with which this driver was developed with always

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

2013-04-14 Thread Linus Walleij
On Sun, Apr 14, 2013 at 3:35 AM, Javier Martinez Canillas martinez.jav...@gmail.com wrote: Is the following inlined patch [1] what you were thinking that would be the right approach? This looks sort of OK, but I'm still struggling with the question of what we could do to help other

Re: [PATCH V4 1/6] clk: OMAP: introduce device tree binding to kernel clock data

2013-04-14 Thread Nishanth Menon
On 10:22-20130413, Tony Lindgren wrote: * Nishanth Menon n...@ti.com [130412 16:43]: Thanks for checking up. Fixed all of them below, will post part of series again, only if I need to address further comments in other patches.. Thanks it seems that the other ones are ready to go, just

Re: [PATCH v6] net: sh_eth: Add support of device tree probe

2013-04-14 Thread Nobuhiro Iwamatsu
Hi, (2013/04/15 5:06), Sergei Shtylyov wrote: Hello. On 21-03-2013 11:03, Nobuhiro Iwamatsu wrote: Sorry, I have noticed your reply only last Friday. I probably should do something with my mail filters, so that they leave the personal mail in my inbox and not toss it to the list folders

Re: [PATCH 1/2] GPIO: clps711x: Rewrite driver for using generic GPIO code

2013-04-14 Thread Olof Johansson
Hi, On Sat, Apr 13, 2013 at 08:21:39AM +0400, Alexander Shiyan wrote: This patch provides rewritten driver for CLPS711X GPIO which uses generic GPIO code. Signed-off-by: Alexander Shiyan shc_w...@mail.ru --- arch/arm/configs/clps711x_defconfig| 1 +

Re: [PATCH 02/10] utilfdt_read: pass back up the length of data read

2013-04-14 Thread David Gibson
On Wed, Apr 10, 2013 at 02:29:07PM -0400, Mike Frysinger wrote: For a follow up commit, we want to be able to scan the buffer that was returned to us. In order to do that safely, we need to know how big the buffer actually is, so pass that back if requested. Rather than changing all the

Re: [PATCH 06/10] fdtdump: add a --scan option

2013-04-14 Thread David Gibson
On Thu, Apr 11, 2013 at 06:44:20PM -0400, Mike Frysinger wrote: On Thursday 11 April 2013 00:11:30 David Gibson wrote: On Wed, Apr 10, 2013 at 02:29:11PM -0400, Mike Frysinger wrote: Often times, fdts get embedded in other larger files. Rather than force people to `dd` the blob out

Re: Query on pinctrl usage for DT nodes

2013-04-14 Thread Prabhakar Lad
Hi Tony, On Thu, Apr 11, 2013 at 2:04 AM, Tony Lindgren t...@atomide.com wrote: * Stephen Warren swar...@wwwdotorg.org [130410 10:37]: On 04/10/2013 02:12 AM, Prabhakar Lad wrote: ... Following is the proposed fix/hack let me know if its OK. Regards, --Prabhakar - diff --git