Re: [PATCH 00/11] ARM: dts: sbc-t3x: add support for more boards

2014-02-23 Thread Igor Grinberg
ping x2! On 02/12/14 14:38, Igor Grinberg wrote: ping! On 01/12/14 15:22, Dmitry Lifshitz wrote: Add support for CompuLab SBC-T3530 and SBC-T3517 boards: https://compulab.co.il/products/sbcs/sbc-t3530/ https://compulab.co.il/products/sbcs/sbc-t3517/ along with respective CoMs - CM-T3530

Re: [PATCH] arm: dts: Add support for Compulab sbc-t3530 with cm-t35

2014-02-23 Thread Igor Grinberg
Hi Stefan, Have you seen the series sent by Dmitry on 12-Jan-2014? It is called ARM: dts: sbc-t3x: add support for more boards, or you can check it out here: http://www.spinics.net/lists/arm-kernel/msg300078.html On 02/21/14 14:36, Stefan Roese wrote: The cm-t3530 SOM is equipped with the

[PATCH] omap3isp: Fix kerneldoc for _module_sync_is_stopping and isp_isr()

2014-02-23 Thread Peter Meerwald
Signed-off-by: Peter Meerwald pme...@pmeerw.net --- drivers/media/platform/omap3isp/isp.c | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/drivers/media/platform/omap3isp/isp.c b/drivers/media/platform/omap3isp/isp.c index 5807185..d60a4b7 100644 ---

Re: [PATCH v2 0/2] ARM: OMAP4: Fix gpmc_fck clock

2014-02-23 Thread Florian Vaussard
On 02/22/2014 12:23 AM, Tony Lindgren wrote: * Tero Kristo t-kri...@ti.com [140220 01:54]: On 02/19/2014 09:26 PM, Florian Vaussard wrote: On 02/19/2014 05:22 PM, Tero Kristo wrote: On 02/19/2014 11:15 AM, Florian Vaussard wrote: Hello, Trying to get my SMSC9221 working on OMAP4 with DT,

[patch 08/26] arm: Replace various irq_desc accesses

2014-02-23 Thread Thomas Gleixner
Use the proper functions. There is no need to fiddle with irq_desc. Signed-off-by: Thomas Gleixner t...@linutronix.de Cc: Shawn Guo shawn@linaro.org Cc: arm linux-arm-ker...@lists.infradead.org Cc: omap linux-omap@vger.kernel.org Cc: Tony Lindgren t...@atomide.com Cc: Russell King

Re: [PATCH] omap3isp: Fix kerneldoc for _module_sync_is_stopping and isp_isr()

2014-02-23 Thread Laurent Pinchart
Hi Peter, Thank you for the patch. On Sunday 23 February 2014 18:08:55 Peter Meerwald wrote: Signed-off-by: Peter Meerwald pme...@pmeerw.net --- drivers/media/platform/omap3isp/isp.c | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git

[PATCHv1 4/6] HSI: hsi-char: fix driver for multiport scenarios

2014-02-23 Thread Sebastian Reichel
Fix return code check of alloc_chrdev_region, which returns 0 on success. Signed-off-by: Sebastian Reichel s...@debian.org --- drivers/hsi/clients/hsi_char.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/hsi/clients/hsi_char.c b/drivers/hsi/clients/hsi_char.c index

[PATCHv1 3/6] HSI: hsi-char: add Device Tree support

2014-02-23 Thread Sebastian Reichel
Add of_match_table to hsi_char driver, so that it can be referenced from Device Tree. Signed-off-by: Sebastian Reichel s...@debian.org --- drivers/hsi/clients/hsi_char.c | 11 +++ 1 file changed, 11 insertions(+) diff --git a/drivers/hsi/clients/hsi_char.c

[PATCHv1 2/6] HSI: method to unregister clients from an hsi port

2014-02-23 Thread Sebastian Reichel
This exports a method to unregister all clients from an hsi port. Signed-off-by: Sebastian Reichel s...@debian.org --- drivers/hsi/hsi.c | 10 ++ include/linux/hsi/hsi.h | 1 + 2 files changed, 11 insertions(+) diff --git a/drivers/hsi/hsi.c b/drivers/hsi/hsi.c index

[PATCHv1 0/6] OMAP SSI driver

2014-02-23 Thread Sebastian Reichel
Hi, This is the fifth round of the OMAP SSI driver patches. I think the OMAP SSI driver is ready for mainline and should be included in 3.15. I haven't heard anything from DT binding maintainers since some months though and would like to get some feedback about the binding from them. Changes

[PATCHv1 6/6] Documentation: DT: omap-ssi binding documentation

2014-02-23 Thread Sebastian Reichel
Create device tree binding documentation for OMAP Synchronous Serial Interface (SSI) device. Signed-off-by: Sebastian Reichel s...@debian.org --- Documentation/devicetree/bindings/hsi/omap_ssi.txt | 82 ++ 1 file changed, 82 insertions(+) create mode 100644

[PATCHv1 1/6] HSI: add Device Tree support for HSI clients

2014-02-23 Thread Sebastian Reichel
Add new method hsi_add_clients_from_dt, which can be used to initialize HSI clients from a device tree node. The patch also documents the DT binding for trivial HSI clients. Signed-off-by: Sebastian Reichel s...@debian.org --- .../devicetree/bindings/hsi/trivial-devices.txt| 36 +++

Re: [patch 08/26] arm: Replace various irq_desc accesses

2014-02-23 Thread Shawn Guo
On Sun, Feb 23, 2014 at 09:40:12PM -, Thomas Gleixner wrote: Use the proper functions. There is no need to fiddle with irq_desc. Signed-off-by: Thomas Gleixner t...@linutronix.de Cc: Shawn Guo shawn@linaro.org ... arch/arm/mach-imx/pm-imx6q.c|7 +++ Acked-by: Shawn

Re: [RFC PATCH 3/6] PM / Voltagedomain: introduce voltage domain driver support

2014-02-23 Thread Mark Brown
On Tue, Feb 18, 2014 at 02:32:20PM -0600, Nishanth Menon wrote: The current regulator model provides the basic building blocks for the transitions, however SoC drivers specific to each of these devices, be it cpufreq/devfreq have to replicate the logic for functionality. To simply the logic,

Re: [PATCH v2 0/2] ARM: OMAP4: Fix gpmc_fck clock

2014-02-23 Thread Florian Vaussard
On 02/23/2014 10:23 PM, Mike Turquette wrote: Quoting Florian Vaussard (2014-02-19 11:26:43) On 02/19/2014 05:22 PM, Tero Kristo wrote: On 02/19/2014 11:15 AM, Florian Vaussard wrote: Hello, Trying to get my SMSC9221 working on OMAP4 with DT, I faced a misconfigured gpmc_fck (dummy clock