Re: [PATCH v2] omap: i2c: Add calls for pinctrl state select

2015-04-28 Thread Pascal Huerst
On 23.04.2015 02:32, Nishanth Menon wrote: few nitpicks: i2c: omap: in $subject instead of omap: i2c: I usually would do: git log --no-merges --oneline drivers/i2c/busses/i2c-omap.c and look for common usage. Aargh, thanks for pointing that out, I'll fix that. On 04/22/2015 04:07 AM,

[PATCH v3] i2c: omap: Add calls for pinctrl state select

2015-04-28 Thread pascal . huerst
From: Pascal Huerst pascal.hue...@gmail.com This adds calls to pinctrl subsystem in order to switch pin states on suspend/resume if you provide a sleep state in DT. If no sleep state is provided in the DT, these calls turn to NOPs, so we don't need error checking here. Signed-off-by: Pascal

Re: [PATCH v2] omap: i2c: Add calls for pinctrl state select

2015-04-28 Thread Nishanth Menon
On 04/28/2015 06:05 AM, Pascal Huerst wrote: [...] On 23.04.2015 02:32, Nishanth Menon wrote: [...] Would you think adding relevant documentation in Documentation/devicetree/bindings/i2c/i2c-omap.txt might be good as well? I mean, folks should know looking at dt documentation that this bus

Re: [PATCH v2] omap: i2c: Add calls for pinctrl state select

2015-04-28 Thread Nishanth Menon
On 04/28/2015 06:05 AM, Pascal Huerst wrote: [...] On 23.04.2015 02:32, Nishanth Menon wrote: [...] Would you think adding relevant documentation in Documentation/devicetree/bindings/i2c/i2c-omap.txt might be good as well? I mean, folks should know looking at dt documentation that this bus

Re: [PATCH] mfd: Constify regmap and irq configuration data

2015-04-28 Thread Lee Jones
On Mon, 27 Apr 2015, Krzysztof Kozlowski wrote: Constify in various drivers configuration data which is not modified: - regmap_irq_chip, - individual regmap_irq's in array, - regmap_config, - irq_domain_ops, Signed-off-by: Krzysztof Kozlowski k.kozlowsk...@gmail.com ---

Re: [PATCH 1/2] clk: change clk_ops' -round_rate() prototype

2015-04-28 Thread Mikko Perttunen
The series Tested-by: Mikko Perttunen mikko.perttu...@kapsi.fi on Jetson-TK1. I rebased my cpufreq series on top of this and everything's working well now. :) Thanks, Mikko. On 04/17/2015 10:29 AM, Boris Brezillon wrote: ... -- To unsubscribe from this list: send the line unsubscribe

Re: [PATCH 0/3] Introduce SET_NOIRQ_SYSTEM_SLEEP_PM_OPS and use it

2015-04-28 Thread Kevin Hilman
grygorii.stras...@linaro.org writes: From: Grygorii Strashko grygorii.stras...@linaro.org While working on suspend-to-disk functionality on TI dra7-evm (DRA7xx SoC) i've found that the most common problem I have to dial with is absence of corresponding PM callbacks in drivers and, in

[PATCH] ARM: dts: omap3-gta04: Add hdqw1 support

2015-04-28 Thread Marek Belisko
Enable omap-hdq for battery fuel gauge access. Signed-off-by: Marek Belisko ma...@goldelico.com Signed-off-by: H. Nikolaus Schaller h...@goldelico.com --- arch/arm/boot/dts/omap3-gta04.dtsi | 11 +++ 1 file changed, 11 insertions(+) diff --git a/arch/arm/boot/dts/omap3-gta04.dtsi

Re: [PATCH 1/1] gpio: omap: Fix PM runtime issue and remove most BANK_USED macros

2015-04-28 Thread grygorii.stras...@linaro.org
Hi Tony, Sorry for delayed reply. On 04/23/2015 05:39 PM, Tony Lindgren wrote: * grygorii.stras...@linaro.org grygorii.stras...@linaro.org [150423 04:13]: On 04/21/2015 07:08 PM, Tony Lindgren wrote: @@ -438,11 +447,30 @@ static void omap_enable_gpio_module(struct gpio_bank *bank, unsigned

Re: [PATCH 0/3] Introduce SET_NOIRQ_SYSTEM_SLEEP_PM_OPS and use it

2015-04-28 Thread Ulf Hansson
On 27 April 2015 at 20:24, grygorii.stras...@linaro.org wrote: From: Grygorii Strashko grygorii.stras...@linaro.org While working on suspend-to-disk functionality on TI dra7-evm (DRA7xx SoC) i've found that the most common problem I have to dial with is absence of corresponding PM callbacks

Re: ARM errata 430973 on multi platform kernels

2015-04-28 Thread Russell King - ARM Linux
On Thu, Apr 23, 2015 at 07:17:28AM -0700, Tony Lindgren wrote: * Russell King - ARM Linux li...@arm.linux.org.uk [150423 03:26]: However, I don't think anyone is willing to say that they have a solution to this problem - obviously, you can't build OMAP as a non-multiplatform kernel anymore,

Re: ARM errata 430973 on multi platform kernels

2015-04-28 Thread Russell King - ARM Linux
On Fri, Apr 24, 2015 at 10:54:29AM +0200, Matthijs van Duin wrote: On 23 April 2015 at 12:25, Russell King - ARM Linux li...@arm.linux.org.uk wrote: And you can't detect whether you're running in secure mode or not. If not, you get an undefined instruction exception, which you could trap.