Re: [PATCH 4/4] wl1251: spi: add device tree support

2013-10-29 Thread Kumar Gala
On Oct 28, 2013, at 5:38 PM, Tomasz Figa wrote: On Monday 28 of October 2013 01:37:34 Kumar Gala wrote: On Oct 27, 2013, at 11:14 AM, Sebastian Reichel wrote: Add device tree support for the spi variant of wl1251 and document the binding. Signed-off-by: Sebastian Reichel s...@debian.org

Re: [PATCHv2 1/3] Input: twl4030-keypad - add device tree support

2013-10-29 Thread Kumar Gala
On Oct 28, 2013, at 8:06 PM, Sebastian Reichel wrote: On Mon, Oct 28, 2013 at 01:42:47AM -0500, Kumar Gala wrote: +This binding is based on the matrix-keymap binding with the following +changes: Maybe be a bit more specific and say 'based on the input/matrix-keymap.txt binding'.. OK.

Re: [PATCH v2 1/1] ARM: OMAP2+: DRA7: hwmod: Add hwmod data for MDIO and CPSW

2013-10-29 Thread Mugunthan V N
On Saturday 19 October 2013 11:15 PM, Paul Walmsley wrote: On Fri, 18 Oct 2013, Mugunthan V N wrote: Adding hwmod data for CPSW and MDIO which is present in DRA7xx SoC Signed-off-by: Mugunthan V N mugunthan...@ti.com Has a DRA7xx public TRM been published yet? Paul There is no TRM

Re: [PATCH 1/3] ARM: dts: omap4-panda: add DPI pinmuxing

2013-10-29 Thread Tomi Valkeinen
Hi Tony, On 25/10/13 13:07, Tomi Valkeinen wrote: New u-boot versions no longer set the pinmuxing for Panda's DPI output, and the muxing has to be done in the .dts file. Add pinmuxing for DPI and TFP410. Without these, the DVI output on Panda does not work with recent u-boot.

Re: [PATCHv2 1/3] Input: twl4030-keypad - add device tree support

2013-10-29 Thread Sebastian Reichel
On Tue, Oct 29, 2013 at 03:33:31AM -0500, Kumar Gala wrote: On Oct 28, 2013, at 8:06 PM, Sebastian Reichel wrote: On Mon, Oct 28, 2013 at 01:42:47AM -0500, Kumar Gala wrote: +This binding is based on the matrix-keymap binding with the following +changes: Maybe be a bit more specific

Re: [PATCH v2] omapdss: Add new panel driver for Topolly td028ttec1 LCD.

2013-10-29 Thread Tomi Valkeinen
On 17/10/13 17:14, Marek Belisko wrote: Signed-off-by: Marek Belisko ma...@goldelico.com Signed-off-by: H. Nikolaus Schaller h...@goldelico.com --- changes from v1: - reworked to be spi driver instead platform with custom spi bitbang this configuration was tested with spi_gpio bitbang

Re: [PATCH v2] omapdss: Add new panel driver for Topolly td028ttec1 LCD.

2013-10-29 Thread Belisko Marek
Hi Tomi, On Tue, Oct 29, 2013 at 12:07 PM, Tomi Valkeinen tomi.valkei...@ti.com wrote: On 17/10/13 17:14, Marek Belisko wrote: Signed-off-by: Marek Belisko ma...@goldelico.com Signed-off-by: H. Nikolaus Schaller h...@goldelico.com --- changes from v1: - reworked to be spi driver instead

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

2013-10-29 Thread Andreas Fenkart
Hi 2013/10/8 Felipe Balbi ba...@ti.com: 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

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: snip 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 snip

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 anyways.

Re: [PATCH v2 0/5] Assorted OMAP2 NAND clean-ups

2013-10-29 Thread Ezequiel Garcia
Hey Pekon, On Fri, Oct 25, 2013 at 08:48:36AM -0300, Ezequiel Garcia wrote: Pekon, On Fri, Oct 25, 2013 at 11:15:57AM +, Gupta, Pekon wrote: Hi, -Original Message- From: Ezequiel Garcia [mailto:ezequiel.gar...@free-electrons.com] [...] Pekon, Brian: Do you think

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 void

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 t-kri...@ti.com 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

RE: [PATCH v2 0/5] Assorted OMAP2 NAND clean-ups

2013-10-29 Thread Gupta, Pekon
Hi Ezequiel Garcia, Sorry I'm bit out of my place.. so not able to sync often with mails.. However plz see my replies below.. [...] Pekon, Brian: Do you think this solution might work for 8-bit and 16-bit devices? I think NAND_BUSWIDTH_AUTO (without GPMC changes) would fail in

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

2013-10-29 Thread Tony Lindgren
* Tony Lindgren t...@atomide.com [131011 16:49]: * Suman Anna s-a...@ti.com [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

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

2013-10-29 Thread Tony Lindgren
* Lokesh Vutla lokeshvu...@ti.com [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: [PATCH/RFC] pwm: omap: Add PWM support using dual-mode timers

2013-10-29 Thread Tony Lindgren
* NeilBrown ne...@suse.de [131023 23:36]: I submitted this in December last year. I got lots of good feedback and fixed some things, but it never got accepted. Not entirely sure why, maybe I dropped the ball. Anyway, here is again with device-tree support added. This is only an RFC

Re: [PATCH 1/3] ARM: dts: omap4-panda: add DPI pinmuxing

2013-10-29 Thread Tony Lindgren
* Tomi Valkeinen tomi.valkei...@ti.com [131029 03:16]: Hi Tony, On 25/10/13 13:07, Tomi Valkeinen wrote: New u-boot versions no longer set the pinmuxing for Panda's DPI output, and the muxing has to be done in the .dts file. Add pinmuxing for DPI and TFP410. Without these, the DVI

[PATCH v3] omapdss: Add new panel driver for Topolly td028ttec1 LCD.

2013-10-29 Thread Marek Belisko
Signed-off-by: Marek Belisko ma...@goldelico.com Signed-off-by: H. Nikolaus Schaller h...@goldelico.com --- changes from v2: - move tx_buf from driver data to functions where it's used - update write functions names (to reflect how many bytes are transferred) - update delays from 1s to 1ms

[PATCH] crypto: omap-aes: Fix CTR mode counter length

2013-10-29 Thread Joel Fernandes
NIST vectors for CTR mode in testmgr.h assume the entire IV as the counter. To get correct results that match the output of these vectors, we need to set the counter length correctly. Signed-off-by: Joel Fernandes jo...@ti.com --- drivers/crypto/omap-aes.c | 2 +- 1 file changed, 1 insertion(+),

[GIT PULL] omap dt fixes for v3.13 merge window

2013-10-29 Thread Tony Lindgren
The following changes since commit b4887e16375be312cf64642ac1d826186cb836bf: Merge tag 'for_3.13_super_late/dts_signed' of git://git.kernel.org/pub/scm/linux/kernel/git/bcousson/linux-omap-dt into omap-for-v3.13/dt (2013-10-23 03:12:45 -0700) are available in the git repository at:

Re: [GIT PULL] omap dt fixes for v3.13 merge window

2013-10-29 Thread Olof Johansson
On Tue, Oct 29, 2013 at 4:09 PM, Tony Lindgren t...@atomide.com wrote: The following changes since commit b4887e16375be312cf64642ac1d826186cb836bf: Merge tag 'for_3.13_super_late/dts_signed' of git://git.kernel.org/pub/scm/linux/kernel/git/bcousson/linux-omap-dt into omap-for-v3.13/dt

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 lokeshvu...@ti.com --- Changes since V1: - Drop status=disabled entry in dt node, Since RNG is

Re: [PATCH v2 0/5] Assorted OMAP2 NAND clean-ups

2013-10-29 Thread Ezequiel Garcia
Hey Pekon, On Tue, Oct 29, 2013 at 08:14:34PM +, Gupta, Pekon wrote: Sorry I'm bit out of my place.. so not able to sync often with mails.. However plz see my replies below.. Sure, no problem. Thanks for taking the time to discuss this! [..] You seem to think that GPMC + NAND

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 ezequiel.gar...@free-electrons.com 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

Re: [PATCH] crypto: omap-aes: Fix CTR mode counter length

2013-10-29 Thread Herbert Xu
On Tue, Oct 29, 2013 at 05:37:38PM -0500, Joel Fernandes wrote: NIST vectors for CTR mode in testmgr.h assume the entire IV as the counter. To get correct results that match the output of these vectors, we need to set the counter length correctly. Signed-off-by: Joel Fernandes jo...@ti.com

[PATCH] ARM: OMAP3: Beagle: fix return value check in beagle_opp_init()

2013-10-29 Thread Wei Yongjun
From: Wei Yongjun yongjun_...@trendmicro.com.cn In case of error, the function get_cpu_device() returns NULL pointer not ERR_PTR(). The IS_ERR() test in the return value check should be replaced with NULL test. Signed-off-by: Wei Yongjun yongjun_...@trendmicro.com.cn ---