Re: [PATCH] ARM: OMAP2+: Fix bogus struct clk comparison for timer clock

2015-05-06 Thread Tony Lindgren
* Stephen Boyd [150505 22:36]: > On 05/05, Tony Lindgren wrote: > > With recent changes to use determine_rate, the comparison of two > > clocks won't work without doing __clk_get_hw on the clocks > > first. > > > > Cc: Michael Turquette > > Cc: Paul Walmsley > > Cc: Stephen Boyd > > Cc: Tero K

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

2015-05-06 Thread Pascal Huerst
Sekhar Nori, any objections on that version? On 28.04.2015 13:19, pascal.hue...@gmail.com wrote: > From: Pascal Huerst > > 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,

[PATCHv3 10/10] CLK: TI: always enable DESHDCP clock

2015-05-06 Thread Tomi Valkeinen
DESHDCP clock is needed on DRA7 based SoCs to enable the DSS IP. That clock is an odd one, as it is not supposed to be any kind of core clock for DSS, and we don't even support HDCP, but the clock is still needed even for the HWMOD framework to be able to reset the DSS IP. As there's no support fo