Re: [PATCH 5/5] ARM: dts: OMAP5: Specify nonsecure PPI IRQ for arch timer

2013-01-19 Thread Marc Zyngier
On Sat, 19 Jan 2013 00:21:22 +0530, Santosh Shilimkar santosh.shilim...@ti.com wrote: On Friday 18 January 2013 10:38 PM, Marc Zyngier wrote: On 18/01/13 17:00, Santosh Shilimkar wrote: On Friday 18 January 2013 09:32 PM, Marc Zyngier wrote: On 18/01/13 15:32, Santosh Shilimkar wrote: From:

Re: [PATCH 5/5] ARM: dts: OMAP5: Specify nonsecure PPI IRQ for arch timer

2013-01-19 Thread Santosh Shilimkar
On Saturday 19 January 2013 08:16 PM, Marc Zyngier wrote: On Sat, 19 Jan 2013 00:21:22 +0530, Santosh Shilimkar santosh.shilim...@ti.com wrote: On Friday 18 January 2013 10:38 PM, Marc Zyngier wrote: On 18/01/13 17:00, Santosh Shilimkar wrote: On Friday 18 January 2013 09:32 PM, Marc Zyngier

Re: [PATCH 0/2] OMAP3 ISP: Simplify clock usage

2013-01-19 Thread Sakari Ailus
Hi Laurent, On Tue, Jan 08, 2013 at 02:43:52PM +0100, Laurent Pinchart wrote: Hello, Now that the OMAP3 supports the common clock framework, clock rate back-propagation is available for the ISP clocks. Instead of setting the cam_mclk parent clock rate to control the cam_mclk clock rate, we

Re: [PATCH v3 4/8] MFD: ti_am335x_tscadc: add device tree binding information

2013-01-19 Thread Lars-Peter Clausen
Hi, On 01/18/2013 11:48 AM, Patil, Rachna wrote: From: Patil, Rachna rac...@ti.com Signed-off-by: Patil, Rachna rac...@ti.com --- .../devicetree/bindings/mfd/ti_am335x_tscadc.txt | 35 1 file changed, 35 insertions(+) create mode 100644

[PATCH v2 1/3] mtd: omap-onenand: pass device_node in platform data

2013-01-19 Thread Ezequiel Garcia
Pass an optional device_node pointer in the platform data, which in turn will be put into a mtd_part_parser_data. This way, code that sets up the platform devices can pass along the node from DT so that the partitions can be parsed. For non-DT boards, this change has no effect. Acked-by: Artem

[PATCH v2 2/3] arm: omap2: gpmc-onenand: drop __init annotation

2013-01-19 Thread Ezequiel Garcia
gpmc_onenand_init() will be called from another driver's probe() function, so drop the __init annotation, in order to prevent section mismatches. Signed-off-by: Ezequiel Garcia ezequiel.gar...@free-electrons.com --- arch/arm/mach-omap2/gpmc-onenand.c |2 +- 1 files changed, 1 insertions(+),

[PATCH v2 3/3] arm: omap2: gpmc: add DT bindings for OneNAND

2013-01-19 Thread Ezequiel Garcia
This patch adds device tree bindings for OMAP OneNAND devices. Tested on an OMAP3 3430 IGEPv2 board. Signed-off-by: Ezequiel Garcia ezequiel.gar...@free-electrons.com --- Changes from v1: * Fix typo in Documentation/devicetree/bindings/mtd/gpmc-onenand.txt

Re: [PATCH v2 00/10] crypto: omap-aes - Updates New Functionality

2013-01-19 Thread Herbert Xu
On Tue, Jan 08, 2013 at 11:57:37AM -0700, Mark A. Greer wrote: From: Mark A. Greer mgr...@animalcreek.com Changes from v1: - Addressed comments by Russ Dill by defining omap_aes_of_match[] to contain an empty entry (end of list indicator) and defining omap_aes_get_res_of() instead

Re: [PATCH] crypto: omap-sham - Fix compile errors when CONFIG_OF not defined

2013-01-19 Thread Herbert Xu
On Tue, Jan 15, 2013 at 01:53:02PM -0700, Mark A. Greer wrote: From: Mark A. Greer mgr...@animalcreek.com Fix the compile errors created by commit 2545e8d (crypto: omap-sham - Add Device Tree Support) when CONFIG_OF is not defined. This includes changing omap_sham_get_res_dev() to

[PATCH] i2c: omap: errata i462: fix incorrect ack for arbitration lost interrupt

2013-01-19 Thread Aaro Koskinen
The errata handling function acks wrong interrupt in case of Arbitration lost. Fix it. Discovered during code review, the real impact of the bug is unknown. Signed-off-by: Aaro Koskinen aaro.koski...@iki.fi --- drivers/i2c/busses/i2c-omap.c |2 +- 1 file changed, 1 insertion(+), 1

[PATCH] RX-51: Register twl4030-madc device

2013-01-19 Thread Pali Rohár
Signed-off-by: Pali Rohár pali.ro...@gmail.com --- arch/arm/mach-omap2/board-rx51-peripherals.c | 11 +++ 1 file changed, 11 insertions(+) diff --git a/arch/arm/mach-omap2/board-rx51-peripherals.c b/arch/arm/mach-omap2/board-rx51-peripherals.c index 9a0dbb7..286292e 100644 ---

[PATCH] RX-51: Add leds lp5523 names from Maemo 5 2.6.28 kernel

2013-01-19 Thread Pali Rohár
Signed-off-by: Pali Rohár pali.ro...@gmail.com --- arch/arm/mach-omap2/board-rx51-peripherals.c |9 + 1 file changed, 9 insertions(+) diff --git a/arch/arm/mach-omap2/board-rx51-peripherals.c b/arch/arm/mach-omap2/board-rx51-peripherals.c index 7611958..9a0dbb7 100644 ---

[PATCH 1/2] ASoC: omap: rx51: Use snd_soc_register_card and add module alias for autoloading driver

2013-01-19 Thread Pali Rohár
Signed-off-by: Pali Rohár pali.ro...@gmail.com --- sound/soc/omap/rx51.c | 50 + 1 file changed, 30 insertions(+), 20 deletions(-) diff --git a/sound/soc/omap/rx51.c b/sound/soc/omap/rx51.c index d921ddb..82e3aae 100644 ---

[PATCH 2/2] ARM: OMAP: rx51: Register audio device

2013-01-19 Thread Pali Rohár
Signed-off-by: Pali Rohár pali.ro...@gmail.com --- arch/arm/mach-omap2/board-rx51-peripherals.c | 11 +++ 1 file changed, 11 insertions(+) diff --git a/arch/arm/mach-omap2/board-rx51-peripherals.c b/arch/arm/mach-omap2/board-rx51-peripherals.c index 45d401a..038ea1f 100644 ---

[PATCH 0/2] Fix audio on Nokia RX-51

2013-01-19 Thread Pali Rohár
This patch series updating rx51 sound driver, using snd_soc_register_card, adding module alias for autoloading kernel driver and registring sound driver in rx51 board code. Pali Rohár (2): ASoC: omap: rx51: Use snd_soc_register_card and add module alias for autoloading driver ARM: OMAP: