Re: [PATCH v10 04/10] mtd: nand: omap: fix device scan: NAND_CMD_READID, NAND_CMD_RESET, CMD_CMD_PARAM use only x8 bus

2013-10-23 Thread Brian Norris
On 10/22/2013 10:07 PM, Gupta, Pekon wrote: From: Brian Norris [mailto:computersforpe...@gmail.com] On Sat, Oct 19, 2013 at 02:14:08PM +0530, Pekon Gupta wrote: [...] Thus this patch run nand_scan_ident() with driver configured as x8 device. So are you saying that the driver currently

Re: [PATCH 1/2] leds: lp55xx: handle enable pin in driver

2013-10-23 Thread Tony Lindgren
* Bryan Wu coolo...@gmail.com [131022 10:47]: On Tue, Oct 22, 2013 at 10:37 AM, Tony Lindgren t...@atomide.com wrote: * Bryan Wu coolo...@gmail.com [131022 10:23]: On Tue, Oct 22, 2013 at 10:06 AM, Tony Lindgren t...@atomide.com wrote: * Sebastian Reichel s...@debian.org [131022 06:02]:

Re: [PATCH 00/14] DTS: ARM: OMAP3-N900: Add misc. HW

2013-10-23 Thread Benoit Cousson
Hi Sebastian, On 23/10/2013 00:49, Sebastian Reichel wrote: This patchset adds misc. hardware elements to the Nokia N900 DTS file. Apart from the last two patches the kernel drivers in 3.12 are already capable of handling the DT entries. The series is based on

Re: [PATCH 1/2] leds: lp55xx: handle enable pin in driver

2013-10-23 Thread Benoit Cousson
On 23/10/2013 10:19, Tony Lindgren wrote: * Bryan Wu coolo...@gmail.com [131022 10:47]: On Tue, Oct 22, 2013 at 10:37 AM, Tony Lindgren t...@atomide.com wrote: * Bryan Wu coolo...@gmail.com [131022 10:23]: On Tue, Oct 22, 2013 at 10:06 AM, Tony Lindgren t...@atomide.com wrote: * Sebastian

[PATCH 2/2] ARM: dts: omap5-uevm: Remove pinmux for dmic pins

2013-10-23 Thread Peter Ujfalusi
When the omap5-evm.dts file has been renamed to omap5-uevm.dts and the sEVM support got deprecated in favor of uEVM (or Panda5) the content was not validated. Panda5 does not have support for digital microphones so remove the pinmux section for it. Signed-off-by: Peter Ujfalusi

[PATCH 0/2] ARM: dts: omap5-uevm: Audio related fixes

2013-10-23 Thread Peter Ujfalusi
Hi, When the omap5-evm.dts file has been renamed to omap5-uevm.dts and the sEVM support got deprecated in favor of uEVM (or Panda5) the content was not validated. The reset GPIO is different on uEVM compared to sEVM and uEVM does not have support for dmic. Regards, Peter --- Peter Ujfalusi (2):

[PATCH 1/2] ARM: dts: omap5-uevm: Correct twl6040 reset GPIO pinmux

2013-10-23 Thread Peter Ujfalusi
When the omap5-evm.dts file has been renamed to omap5-uevm.dts and the sEVM support got deprecated in favor of uEVM (or Panda5) the content was not validated. On uEVM the twl6040 reset GPIO is from gpio5_141 and not via gpio5_145, which was the case in sEVM. Signed-off-by: Peter Ujfalusi

Re: [PATCH 0/2] ARM: dts: omap5-uevm: Audio related fixes

2013-10-23 Thread Benoit Cousson
Hi Peter, On 23/10/2013 11:32, Peter Ujfalusi wrote: Hi, When the omap5-evm.dts file has been renamed to omap5-uevm.dts and the sEVM support got deprecated in favor of uEVM (or Panda5) the content was not validated. The reset GPIO is different on uEVM compared to sEVM and uEVM does not have

[GIT PULL] ARM: OMAP: Some more more Device Tree for 3.13

2013-10-23 Thread Benoit Cousson
Hi Tony, Please pull the branch for even more OMAP Device Tree for v3.13 or later. Thanks, Benoit The following changes since commit 6a96867844895008558810853c7838af39dd317c: ARM: dts: AM33xx+: Add i2c aliases (2013-10-22 11:05:42 +0200) are available in the git repository at:

Re: [PATCH v2 5/6] Revert ARM: OMAP2+: Provide alias to USB PHY clock

2013-10-23 Thread Roger Quadros
On 10/22/2013 06:17 PM, Tony Lindgren wrote: * Roger Quadros rog...@ti.com [131010 02:23]: On 10/09/2013 06:15 PM, Tony Lindgren wrote: * Roger Quadros rog...@ti.com [131009 00:19]: Hi Tony, On 10/08/2013 01:06 PM, Roger Quadros wrote: This reverts commit

Re: [GIT PULL] ARM: OMAP: Some more more Device Tree for 3.13

2013-10-23 Thread Tony Lindgren
* Benoit Cousson bcous...@baylibre.com [131023 02:49]: Hi Tony, Please pull the branch for even more OMAP Device Tree for v3.13 or later. Thanks, pulling into omap-for-v3.13/dt. Not planning to pull any more branches for the upcoming merge window FYI everybody. Regards, Tony -- To

Re: [PATCH v5 06/12] ASoC: davinci-mcasp: Improve DT bindings document

2013-10-23 Thread Mark Brown
On Fri, Oct 18, 2013 at 06:37:45PM +0300, Jyri Sarha wrote: Makes interrupts property optional as the interrupts are not currently used by the driver and adds interrupt-names property to name listed interrupts. Currently know interrupt names are tx and rx. Applied, thanks. signature.asc

Re: [PATCH v5 07/12] ASoC: davinci-mcasp: Remove redundant num-serializer DT parameter

2013-10-23 Thread Mark Brown
On Fri, Oct 18, 2013 at 06:37:46PM +0300, Jyri Sarha wrote: From: Peter Ujfalusi peter.ujfal...@ti.com The serial-dir array gives this information so there is no need to have the num-serializer property in DT description. Just ignore the property in the driver the DTS files can be updated

[PATCH v6 0/4] Fix AM335x-evm analog audio support

2013-10-23 Thread Jyri Sarha
The v5 version of patches can be found here: http://mailman.alsa-project.org/pipermail/alsa-devel/2013-October/067443.html Changes since v5 - Rebase on top of 3685646e from: - git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound topic/davinci - Drop patches already applied to

[PATCH v6 2/4] ASoC: davinci-evm: Add device tree binding

2013-10-23 Thread Jyri Sarha
From: Hebbar, Gururaja gururaja.heb...@ti.com Device tree support for Davinci Machine driver When the board boots with device tree, the driver will receive card, codec, dai interface details (like the card name, DAPM routing map, phandle for the audio components described in the dts file, codec

[PATCH v6 3/4] ASoC: davinci-mcasp: Remove last reference to num-serializer in DT doc

2013-10-23 Thread Jyri Sarha
Remove last reference to num-serializer in davinci-mcasp devicetree binding document. Signed-off-by: Jyri Sarha jsa...@ti.com --- .../bindings/sound/davinci-mcasp-audio.txt |1 - 1 file changed, 1 deletion(-) diff --git

[PATCH v6 1/4] ASoC: davinci: Add support for AM33xx SoC Audio

2013-10-23 Thread Jyri Sarha
From: Hebbar, Gururaja gururaja.heb...@ti.com AM33xx uses same McASP IP as the Davinci Platform. This patch updates Kconfig and makefile to enable build for McASP, PCM Codec drivers. Signed-off-by: Hebbar, Gururaja gururaja.heb...@ti.com Signed-off-by: Darren Etheridge detheri...@ti.com

[PATCH v6 4/4] arm: omap2plus_defconfig: enable AM33xx SOC EVM audio

2013-10-23 Thread Jyri Sarha
Modifying the omap2plus_defconfig to enable the audio support for AM335x EVM and other AM33xx based devices with TLV320AIC3X connected to McASP. Signed-off-by: Jyri Sarha jsa...@ti.com --- arch/arm/configs/omap2plus_defconfig |2 ++ 1 file changed, 2 insertions(+) diff --git

RE: [PATCH v10 04/10] mtd: nand: omap: fix device scan: NAND_CMD_READID, NAND_CMD_RESET, CMD_CMD_PARAM use only x8 bus

2013-10-23 Thread Gupta, Pekon
Hi Brian, From: Brian Norris [mailto:computersforpe...@gmail.com] On 10/22/2013 10:07 PM, Gupta, Pekon wrote: From: Brian Norris [mailto:computersforpe...@gmail.com] On Sat, Oct 19, 2013 at 02:14:08PM +0530, Pekon Gupta wrote: [...] So are you saying that the driver currently doesn't

Re: [PATCH v10 04/10] mtd: nand: omap: fix device scan: NAND_CMD_READID, NAND_CMD_RESET, CMD_CMD_PARAM use only x8 bus

2013-10-23 Thread Ezequiel Garcia
Brian, On Tue, Oct 22, 2013 at 11:13:32PM -0700, Brian Norris wrote: On 10/22/2013 10:07 PM, Gupta, Pekon wrote: From: Brian Norris [mailto:computersforpe...@gmail.com] On Sat, Oct 19, 2013 at 02:14:08PM +0530, Pekon Gupta wrote: [...] Thus this patch run nand_scan_ident() with

RE: [PATCH v10 04/10] mtd: nand: omap: fix device scan: NAND_CMD_READID, NAND_CMD_RESET, CMD_CMD_PARAM use only x8 bus

2013-10-23 Thread Gupta, Pekon
Hi, From: Ezequiel Garcia [mailto:ezequiel.gar...@free-electrons.com] [...] FWIW, I have a Beaglebone with a 16-bit bus NAND attached to it. Coincidentally, yesterday I was doing some tests as I'm ramping up the NAND and I found that weird double nand_scan_ident() call. The whole thing

Re: [PATCH v10 04/10] mtd: nand: omap: fix device scan: NAND_CMD_READID, NAND_CMD_RESET, CMD_CMD_PARAM use only x8 bus

2013-10-23 Thread Ezequiel Garcia
Hi Gupta, On Wed, Oct 23, 2013 at 01:15:20PM +, Gupta, Pekon wrote: Hi, From: Ezequiel Garcia [mailto:ezequiel.gar...@free-electrons.com] [...] FWIW, I have a Beaglebone with a 16-bit bus NAND attached to it. Coincidentally, yesterday I was doing some tests as I'm ramping up the

Re: [PATCH v10 10/10] mtd: nand: omap: remove selection of BCH ecc-scheme via KConfig

2013-10-23 Thread Ezequiel Garcia
Gupta, I already have a question :-) On Sat, Oct 19, 2013 at 02:14:14PM +0530, Pekon Gupta wrote: With OMAP NAND driver updates, selection of ecc-scheme: *DT enabled kernel* depends on ti,nand-ecc-opt and ti,elm-id DT bindings. *Non DT enabled kernel* depends on elm_dev and

Re: [RFC PATCH 00/11] Embeddable Position Independent Executable

2013-10-23 Thread Linus Walleij
On Tue, Sep 17, 2013 at 2:43 PM, Russ Dill russ.d...@ti.com wrote: This patch adds support for and demonstrates the usage of an embedded position independent executable (PIE). The goal is to allow the use of C code in situations where carefully written position independent assembly was

Re: [PATCH v10 10/10] mtd: nand: omap: remove selection of BCH ecc-scheme via KConfig

2013-10-23 Thread Ezequiel Garcia
Pekon, On Wed, Oct 23, 2013 at 01:55:58PM +, Gupta, Pekon wrote: I'm wondering how are you testing this in your SOC_AM33XX board (which is not ARCH_OMAP3). You probably have ARCH_OMAP3 always selected? Yes, omap2plus_defconfig is a super set.. arch/arm/configs/omap2plus_defconfig

[GIT PULL 1/4] omap late not urgent fixes part 2 for v3.13 merge window

2013-10-23 Thread Tony Lindgren
The following changes since commit 8ff875e7f93e900e7a7e78f1c9c05a22b33c27cf: ARM: mach-omap1: Fix omap1510_fpga_init_irq() implicit declarations. (2013-10-08 11:04:22 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap

Re: [PATCH v10 04/10] mtd: nand: omap: fix device scan: NAND_CMD_READID, NAND_CMD_RESET, CMD_CMD_PARAM use only x8 bus

2013-10-23 Thread Ezequiel Garcia
Pekon, On Wed, Oct 23, 2013 at 10:24:57AM -0300, Ezequiel Garcia wrote: [..] I'm currently trying mainline (just for this issue not for my product). I just need some time to prepare the bootargs and write a DT node for the NAND cape. Again, not sure if I'll make some progress, but I'll

Re: [PATCH v6 1/4] ASoC: davinci: Add support for AM33xx SoC Audio

2013-10-23 Thread Mark Brown
On Wed, Oct 23, 2013 at 03:30:13PM +0300, Jyri Sarha wrote: From: Hebbar, Gururaja gururaja.heb...@ti.com AM33xx uses same McASP IP as the Davinci Platform. This patch updates Kconfig and makefile to enable build for McASP, PCM Codec drivers. Applied, thanks. signature.asc Description:

Re: [PATCH v6 3/4] ASoC: davinci-mcasp: Remove last reference to num-serializer in DT doc

2013-10-23 Thread Mark Brown
On Wed, Oct 23, 2013 at 03:30:15PM +0300, Jyri Sarha wrote: Remove last reference to num-serializer in davinci-mcasp devicetree binding document. Applied, thanks. signature.asc Description: Digital signature

Re: [PATCH v6 2/4] ASoC: davinci-evm: Add device tree binding

2013-10-23 Thread Mark Brown
On Wed, Oct 23, 2013 at 03:30:14PM +0300, Jyri Sarha wrote: From: Hebbar, Gururaja gururaja.heb...@ti.com Device tree support for Davinci Machine driver Applied, thanks. signature.asc Description: Digital signature

[PATCH] twl4030_charger: add devicetree support.

2013-10-23 Thread NeilBrown
[my first device-tree related patch. Please let me know what I got wrong so I wont repeat the mistake in all the others I have queued] This allows the charger to be enabled with devicetree, and allows the parameters for charging the backup battery to be set. Signed-off-by: NeilBrown