[PATCH V3 1/3] dts: change Marvell prefix to 'marvell'

2013-07-08 Thread Neil Zhang
The documented vendor prefix for Marvell is 'marvell', not 'mrvl', so let's change it. Signed-off-by: Neil Zhang --- .../devicetree/bindings/arm/mrvl/intc.txt | 16 +++--- .../devicetree/bindings/arm/mrvl/mrvl.txt |6 +- .../devicetree/bindings/arm/mrvl/timer.txt

[PATCH V3 3/3] ARM: mmp: bring up pxa988 with device tree support

2013-07-08 Thread Neil Zhang
bring up pxa988 with device tree support. Signed-off-by: Neil Zhang Signed-off-by: Chao Xie --- arch/arm/boot/dts/pxa988-dkb.dts | 36 ++ arch/arm/boot/dts/pxa988.dtsi | 190 + arch/arm/mach-mmp/Kconfig | 18 +++ arch/arm

[PATCH V3 2/3] clocksource: mmp: support CLOCKSOURCE OF DECLARE

2013-07-08 Thread Neil Zhang
support CLOCKSOURCE OF DECLARE for mmp timer. Signed-off-by: Neil Zhang --- arch/arm/mach-mmp/mmp-dt.c |5 ++--- arch/arm/mach-mmp/mmp2-dt.c |3 +-- arch/arm/mach-mmp/time.c| 15 ++- 3 files changed, 5 insertions(+), 18 deletions(-) diff --git a/arch/arm/mach-mmp/mmp-

[PATCH V3 0/3] bring up pxa988 with DT

2013-07-08 Thread Neil Zhang
This patch is supposed to bring up pxa988 SMP. ChangeLog V3: 1. change all Marvell prefix to 'marvell' 2. Support CLOCKSOURCE for mmp timer 3. Modify the bring up patch according to Arnd's comments. V2: 1. use early_init call for handler init. 2. Add sanity check for maximum core count. Neil Zha

[PATCH v2 Resend 2/3] of/documentation: Update G2D documentation

2013-07-08 Thread Sachin Kamat
Exynos5250 G2D IP requires only the gate clock. Update the binding documentation accordingly. Signed-off-by: Sachin Kamat Cc: Inki Dae --- Updated the description of clock-names as suggested by Tomasz Figa. --- .../devicetree/bindings/gpu/samsung-g2d.txt|7 +-- 1 file changed, 5

Re: [PATCH v2 3/3] of/documentation: Update G2D documentation

2013-07-08 Thread Sachin Kamat
On 9 July 2013 11:42, Sachin Kamat wrote: > Exynos5250 G2D IP requires only the gate clock. Update the > binding documentation accordingly. > > Signed-off-by: Sachin Kamat > Cc: Inki Dae > --- > Updated the description of clock-names as suggested by Tomasz Figa. > --- > .../devicetree/bindings/

[PATCH v2 3/3] of/documentation: Update G2D documentation

2013-07-08 Thread Sachin Kamat
Exynos5250 G2D IP requires only the gate clock. Update the binding documentation accordingly. Signed-off-by: Sachin Kamat Cc: Inki Dae --- Updated the description of clock-names as suggested by Tomasz Figa. --- .../devicetree/bindings/gpu/samsung-g2d.txt|7 +-- 1 file changed, 5

Re: [PATCH v1 4/4] spi/xilinx: Use of_property_read_u32 for reading value from node

2013-07-08 Thread Michal Simek
Hi Mark, On 07/08/2013 04:51 PM, Mark Brown wrote: > On Mon, Jul 08, 2013 at 03:29:17PM +0200, Michal Simek wrote: >> It simplifies driver probing. > > Applied, thanks. have you applied this patch? I can't see it in your topic/xilinx branch. https://git.kernel.org/cgit/linux/kernel/git/broonie/

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

2013-07-08 Thread Laura Abbott
On 7/8/2013 3:42 AM, Russell King - ARM Linux wrote: The problem is the way the arm_dma_limit is set up, all dma allocations are currently broken regardless of if the actual device supports 64-bit addresses or not. Please explain this statement. The statement was a bit shortsighted given re

Re: [PATCH v3 4/4] ARM: reinsert ARCH_MULTI_V4 Kconfig option

2013-07-08 Thread Arnd Bergmann
On Monday 08 July 2013, Jonas Jensen wrote: > Arnd suggested removing one (or many) of the options: > > CPU_ABRT_EV4T > CPU_CACHE_V4WT > CPU_COPY_V4WB > CPU_TLB_V4WBI > > However boot is still broken after removing all including CPU_32v4T. > > Selecting CPU_SA1100 instead, it boots normally and

Re: [PATCH v6 00/21] MBus DT binding: PCIe strikes back

2013-07-08 Thread Ezequiel Garcia
On Mon, Jul 08, 2013 at 10:42:25AM -0600, Jason Gunthorpe wrote: > On Sat, Jul 06, 2013 at 01:38:35AM +0200, Arnd Bergmann wrote: > > On Saturday 06 July 2013, Thomas Petazzoni wrote: > > > Arnd, Jason, if you could confirm that you both agree with this DT > > > binding soon, Ezequiel and I would q

Re: [RFC PATCH V2 1/8] regulator: Introduce OMAP regulator to control PMIC over VC/VP

2013-07-08 Thread Nishanth Menon
On 07/05/2013 12:47 PM, Mark Brown wrote: On Fri, Jul 05, 2013 at 12:33:10PM -0500, Nishanth Menon wrote: Taking an example of twl-regulator and omap_pmic, are you suggesting omap_pmic to be a user twl-regulator using include/linux/regulator/consumer.h? or are you suggesting that omap_pmic shou

Re: [PATCH v6 00/21] MBus DT binding: PCIe strikes back

2013-07-08 Thread Jason Gunthorpe
On Sat, Jul 06, 2013 at 01:38:35AM +0200, Arnd Bergmann wrote: > On Saturday 06 July 2013, Thomas Petazzoni wrote: > > Arnd, Jason, if you could confirm that you both agree with this DT > > binding soon, Ezequiel and I would quickly adapt the code accordingly, > > and hopefully converge towards a f

Re: [PATCH v2 2/5] ARM: AT91: DTS: sam9x5: add SSC DMA parameters

2013-07-08 Thread Mark Brown
On Mon, Jul 08, 2013 at 03:29:50PM +0200, Richard Genoud wrote: > Signed-off-by: Richard Genoud > --- > arch/arm/boot/dts/at91sam9x5.dtsi |3 +++ There was no binding document in your first patch - there should be one for any new DT bindings. signature.asc Description: Digital signature ___

Re: [PATCH v1 4/4] spi/xilinx: Use of_property_read_u32 for reading value from node

2013-07-08 Thread Mark Brown
On Mon, Jul 08, 2013 at 03:29:17PM +0200, Michal Simek wrote: > It simplifies driver probing. Applied, thanks. signature.asc Description: Digital signature ___ devicetree-discuss mailing list devicetree-discuss@lists.ozlabs.org https://lists.ozlabs.org

Re: [alsa-devel] [PATCH v2 1/5] sound: sam9x5_wm8731: machine driver for at91sam9x5 wm8731 boards

2013-07-08 Thread Lars-Peter Clausen
On 07/08/2013 03:29 PM, Richard Genoud wrote: [...] > +/* > + * Logic for a wm8731 as connected on a at91sam9x5 based board. > + */ > +static int at91sam9x5ek_wm8731_init(struct snd_soc_pcm_runtime *rtd) > +{ [...] > + codec_dai->driver->playback.rates &= SNDRV_PCM_RATE_8000 | > + S

Re: [alsa-devel] [PATCH v2 3/5] ARM: AT91: DTS: sam9x5ek: add WM8731 codec

2013-07-08 Thread Mark Brown
On Mon, Jul 08, 2013 at 03:29:51PM +0200, Richard Genoud wrote: > The WM8731 codec on sam9x5ek board is on i2c, address 1A > > Signed-off-by: Richard Genoud Acked-by: Mark Brown This should go via arm-soc. signature.asc Description: Digital signature _

Re: [PATCH v3 12/13] ARM: dts: Add S5K5BA sensor regulator definitions for Trats board

2013-07-08 Thread Tomasz Figa
On Monday 08 of July 2013 16:12:56 Sylwester Nawrocki wrote: > Hi, > > On 07/06/2013 01:26 AM, Tomasz Figa wrote: > > On Monday 01 of July 2013 17:22:34 Sylwester Nawrocki wrote: > >> From: Andrzej Hajda > >> > >> Add MAX8998 LDO12 and fixed voltage regulator nodes. While at it, > >> all fixed v

Re: [PATCH v3 12/13] ARM: dts: Add S5K5BA sensor regulator definitions for Trats board

2013-07-08 Thread Sylwester Nawrocki
Hi, On 07/06/2013 01:26 AM, Tomasz Figa wrote: > On Monday 01 of July 2013 17:22:34 Sylwester Nawrocki wrote: >> From: Andrzej Hajda >> >> Add MAX8998 LDO12 and fixed voltage regulator nodes. While at it, >> all fixed voltage regulator nodes are grouped in a 'regulators' node. >> >> Signed-off-by

Re: [PATCH v2 0/5] Sound support for at91sam9x5-wm8731 based boards

2013-07-08 Thread Nicolas Ferre
patchset on the generic dmaengine (topic/atmel branch on Mark's sound tree) and the SSC interrupts disabled (cf http://www.spinics.net/lists/arm-kernel/msg256901.html) Tested on at91sam9g35ek. patches applies on next-20130708 [I let the original signed-off from Nicolas and Uwe in place, I do

[PATCH v2 4/5] ARM: AT91: DTS: sam9x5ek: add sound configuration

2013-07-08 Thread Richard Genoud
The sam9x5ek board has 2 jacks: headphone wired on RHPOUT/LHPOUT of the wm8731 line in wired on LLINEIN/RLINEIN of the wm8731 Signed-off-by: Richard Genoud --- arch/arm/boot/dts/at91sam9x5ek.dtsi | 18 ++ 1 file changed, 18 insertions(+) diff --git a/arch/arm/boot/dts/at91sam9

[PATCH v2 5/5] ARM: AT91: DTS: sam9x5ek: enable SSC

2013-07-08 Thread Richard Genoud
Enable the SSC needed for the WM8731 codec Signed-off-by: Richard Genoud --- arch/arm/boot/dts/at91sam9x5ek.dtsi |4 1 file changed, 4 insertions(+) diff --git a/arch/arm/boot/dts/at91sam9x5ek.dtsi b/arch/arm/boot/dts/at91sam9x5ek.dtsi index bd0f7b8..6684d4b 100644 --- a/arch/arm/boot

[PATCH v2 1/5] sound: sam9x5_wm8731: machine driver for at91sam9x5 wm8731 boards

2013-07-08 Thread Richard Genoud
From: Nicolas Ferre Description of the Asoc machine driver for an at91sam9x5 based board with a wm8731 audio DAC. Wm8731 is clocked by a crystal and used as a master on the SSC/I2S interface. Its connections are a headphone jack and an Line input jack. [Richard: this is based on an old patch fro

[PATCH v2 2/5] ARM: AT91: DTS: sam9x5: add SSC DMA parameters

2013-07-08 Thread Richard Genoud
Signed-off-by: Richard Genoud --- arch/arm/boot/dts/at91sam9x5.dtsi |3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/arm/boot/dts/at91sam9x5.dtsi b/arch/arm/boot/dts/at91sam9x5.dtsi index 57d45f5..cf78ac0 100644 --- a/arch/arm/boot/dts/at91sam9x5.dtsi +++ b/arch/arm/boot/dts/at91sa

[PATCH v2 3/5] ARM: AT91: DTS: sam9x5ek: add WM8731 codec

2013-07-08 Thread Richard Genoud
The WM8731 codec on sam9x5ek board is on i2c, address 1A Signed-off-by: Richard Genoud --- arch/arm/boot/dts/at91sam9x5ek.dtsi |5 + 1 file changed, 5 insertions(+) diff --git a/arch/arm/boot/dts/at91sam9x5ek.dtsi b/arch/arm/boot/dts/at91sam9x5ek.dtsi index d107241..e6fb309 100644 ---

[PATCH v2 0/5] Sound support for at91sam9x5-wm8731 based boards

2013-07-08 Thread Richard Genoud
atmel branch on Mark's sound tree) and the SSC interrupts disabled (cf http://www.spinics.net/lists/arm-kernel/msg256901.html) Tested on at91sam9g35ek. patches applies on next-20130708 [I let the original signed-off from Nicolas and Uwe in place, I don't know if I should replace them by

[PATCH v1 4/4] spi/xilinx: Use of_property_read_u32 for reading value from node

2013-07-08 Thread Michal Simek
It simplifies driver probing. Signed-off-by: Michal Simek --- drivers/spi/spi-xilinx.c | 14 +++--- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/drivers/spi/spi-xilinx.c b/drivers/spi/spi-xilinx.c index a6bb5b0..07a7bca 100644 --- a/drivers/spi/spi-xilinx.c +++ b/driver

Re: [PATCH v9 0/8] Generic PHY Framework

2013-07-08 Thread Felipe Balbi
Hi, On Mon, Jul 08, 2013 at 01:24:49PM +0200, Patel, Satish wrote: [ big snip ] > We have two options over here > > Option 1: > > Defining generic api to which can be mapped over multiple phys > For smartcard case, I have can thought of following mapping with new > generic apis as suggested.

Re: [PATCH v3 08/13] ARM: dts: Add camera device nodes for Exynos4412 TRATS2 board

2013-07-08 Thread Sylwester Nawrocki
On 07/06/2013 01:23 AM, Tomasz Figa wrote: > On Monday 01 of July 2013 17:22:30 Sylwester Nawrocki wrote: >> This patch enables the front camera using the internal >> camera ISP (FIMC-IS). >> >> Signed-off-by: Sylwester Nawrocki >> Signed-off-by: Kyungmin Park >> --- >> arch/arm/boot/dts/exynos4

Re: [PATCH v3 07/13] ARM: dts: Add AK8975 device node for Exynos4412 TRATS2 board

2013-07-08 Thread Sylwester Nawrocki
Hi Tomasz, On 07/06/2013 01:18 AM, Tomasz Figa wrote: > On Monday 01 of July 2013 17:22:29 Sylwester Nawrocki wrote: >> From: Jacek Anaszewski >> >> This patch adds AK8975 magnetometer node and corresponding >> i2c-gpio bus node for TRATS2 board. >> >> Signed-off-by: Jacek Anaszewski >> Signed-o

Re: [PATCH v9 0/8] Generic PHY Framework

2013-07-08 Thread Kishon Vijay Abraham I
Hi, On Monday 08 July 2013 04:54 PM, Patel, Satish wrote: Hi, -Original Message- From: Balbi, Felipe Sent: Thursday, July 04, 2013 3:42 PM To: ABRAHAM, KISHON VIJAY Cc: Patel, Satish; Balbi, Felipe; grant.lik...@linaro.org; t...@atomide.com; a...@arndb.de; swar...@nvidia.com; sylveste

Re: [PATCH v3 4/4] ARM: reinsert ARCH_MULTI_V4 Kconfig option

2013-07-08 Thread Jonas Jensen
Arnd suggested removing one (or many) of the options: CPU_ABRT_EV4T CPU_CACHE_V4WT CPU_COPY_V4WB CPU_TLB_V4WBI However boot is still broken after removing all including CPU_32v4T. Selecting CPU_SA1100 instead, it boots normally and init works. The idea is, If you can help figure out what exactl

Re: [PATCH/RFC 2/3] ethernet: add a PHY reset GPIO DT binding to sh_eth

2013-07-08 Thread Guennadi Liakhovetski
Hi Jason Sorry for resuming an old thread, but I'd like to get this solved eventually. On Fri, 25 Jan 2013, Jason Gunthorpe wrote: > On Fri, Jan 25, 2013 at 11:34:55AM +0100, Guennadi Liakhovetski wrote: > > > > Is there no need to reset the phy at runtime ? > > > > No idea, I'm not developin

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

2013-07-08 Thread Russell King - ARM Linux
On Mon, Jul 08, 2013 at 06:03:57PM +0800, Ming Lei wrote: > On Sat, Jul 6, 2013 at 5:15 PM, Russell King - ARM Linux > wrote: > > On Sat, Jul 06, 2013 at 10:21:05AM +0800, Ming Lei wrote: > >> But please see below words in Documentation/DMA-API.txt: > >> > >>Further, the physical addre

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

2013-07-08 Thread Russell King - ARM Linux
On Fri, Jul 05, 2013 at 12:33:21PM -0700, Laura Abbott wrote: > On 7/3/2013 7:15 AM, Ming Lei wrote: >> On Sat, Apr 27, 2013 at 5:32 AM, Rob Herring wrote: >>> On 04/26/2013 03:31 PM, Laura Abbott wrote: Currently, of_platform_device_create_pdata always sets the coherent DMA mask to 32 b

Re: [PATCH v9 04/10] ASoC: fsl-ssi: Add support for imx-pcm-fiq

2013-07-08 Thread Mark Brown
On Sat, Jul 06, 2013 at 07:13:23PM +0200, Markus Pargmann wrote: > On Wed, Jul 03, 2013 at 05:06:37PM +0100, Mark Brown wrote: > > On Thu, Jun 20, 2013 at 03:20:23PM +0200, Markus Pargmann wrote: > > > + ssi_private->use_dma = !of_property_read_bool(np, "fsl,imx-fiq"); > > This binding should be

Re: [PATCH v9 08/10] ASoC: Add phycore-ac97-dt driver

2013-07-08 Thread Mark Brown
On Sun, Jul 07, 2013 at 09:19:49AM +0200, Markus Pargmann wrote: > On Wed, Jul 03, 2013 at 05:17:27PM +0100, Mark Brown wrote: > > > +extern void pca100_ac97_cold_reset(struct snd_ac97 *ac97); > > > +extern void pca100_ac97_warm_reset(struct snd_ac97 *ac97); > > > +#else > > > +static void pca100_

[PATCH] of/platform: Staticize of_platform_device_create_pdata()

2013-07-08 Thread Mark Brown
From: Mark Brown It is not used outside of this file so doesn't need to be in the global namespace. Signed-off-by: Mark Brown --- drivers/of/platform.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/of/platform.c b/drivers/of/platform.c index e0a6514..b0d1ff8 10064

Re: [RFC PATCH 08/13] sound: sam9x5_wm8731: machine driver for at91sam9x5 wm8731 boards

2013-07-08 Thread Richard Genoud
2013/7/8 Bo Shen : > Hi Richard, > > > On 7/5/2013 23:15, Richard Genoud wrote: + card->dev = &pdev->dev; >>+ card->owner = THIS_MODULE; >>+ card->dai_link = dai; >>+ card->num_links = 1; >>+ dai->name = "WM8731"; >>+ dai->strea

Re: [PATCH v2 3/3] mmc: omap_hsmmc: add PSTATE to debugfs regs_show.

2013-07-08 Thread Felipe Balbi
On Fri, Apr 12, 2013 at 02:38:27PM +0200, Andreas Fenkart wrote: > PSTATE shows current state of data lines. > > Signed-off-by: Andreas Fenkart this looks useful Reviewed-by: Felipe Balbi -- balbi signature.asc Description: Digital signature ___

Re: [PATCH v2 2/3] mmc: omap_hsmmc: debugfs entries for GPIO mode.

2013-07-08 Thread Felipe Balbi
On Fri, Apr 12, 2013 at 02:38:26PM +0200, Andreas Fenkart wrote: > Signed-off-by: Andreas Fenkart -ENODESCRIPTION ?? Also, looking at the patch, I wonder if it really needs to be applied in mainline. Seems like you only needed it to count how many times it went into suspend and we already have g

Re: [PATCH v2 1/3] mmc: omap_hsmmc: Enable SDIO IRQ using a GPIO in idle mode.

2013-07-08 Thread Felipe Balbi
Hi, On Fri, Apr 12, 2013 at 02:38:25PM +0200, Andreas Fenkart wrote: > Without functional clock the omap_hsmmc module can't forward > SDIO IRQs to the system. This patch reconfigures dat1 line as a > gpio while the fclk is off. It uses regulare SDIO IRQ detection of > the module, while fclk is pre

Re: [PATCH 1/4] usb: gadget: s3c-hsotg: Allow driver instantiation using device tree

2013-07-08 Thread Felipe Balbi
Hi, On Tue, Jun 25, 2013 at 05:38:23PM +0200, Tomasz Figa wrote: > This patch adds OF match table to the driver to allow instantiating it > using device tree. > > Signed-off-by: Tomasz Figa > Signed-off-by: Kyungmin Park I will take this one only, the others have no dependency on this. cheers

Re: [alsa-devel] [PATCH v9 08/10] ASoC: Add phycore-ac97-dt driver

2013-07-08 Thread Markus Pargmann
Hi Fabio, On Sun, Jul 07, 2013 at 10:16:30AM -0300, Fabio Estevam wrote: > Hi Markus, > > On Sun, Jul 7, 2013 at 4:19 AM, Markus Pargmann wrote: > > > There are no pinctrl driver for imx27(pca100) or imx35(pcm043). The > > For mx35 pinctrl driver is at drivers/pinctrl/pinctrl-imx35.c > Thank