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,

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 v2] omap: i2c: Add calls for pinctrl state select

2015-04-22 Thread Nishanth Menon
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. On 04/22/2015 04:07 AM, pascal.hue...@gmail.com wrote: From: Pascal Huerst pascal.hue...@gmail.com This adds calls to pinctrl

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

2015-04-22 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. Signed-off-by: Pascal Huerst pascal.hue...@gmail.com --- drivers/i2c/busses/i2c-omap.c | 5 + 1 file changed, 5 insertions(+)