[PATCH 00/21] On-demand device registration

2015-06-04 Thread grygorii.stras...@linaro.org
On 06/04/2015 11:39 AM, Tomeu Vizoso wrote: > On 3 June 2015 at 21:57, Grygorii.Strashko at linaro.org > wrote: >> On 05/28/2015 07:33 AM, Rob Herring wrote: >>> On Mon, May 25, 2015 at 9:53 AM, Tomeu Vizoso >> collabora.com> wrote: I have a problem with the panel on my Tegra Chromebook

[PATCH 00/21] On-demand device registration

2015-06-03 Thread grygorii.stras...@linaro.org
Hi Tomeu, On 05/28/2015 07:33 AM, Rob Herring wrote: > On Mon, May 25, 2015 at 9:53 AM, Tomeu Vizoso > wrote: >> I have a problem with the panel on my Tegra Chromebook taking longer than >> expected to be ready during boot (Stéphane Marchesin reported what is >> basically the same issue in

[PATCH] drm/omap: tiler: add hibernation callback

2015-03-20 Thread grygorii.stras...@linaro.org
On 03/20/2015 01:43 PM, Tomi Valkeinen wrote: > On 18/03/15 16:56, Grygorii.Strashko at linaro.org wrote: >> Hi All, >> >> On 02/25/2015 08:08 PM, grygorii.strashko at linaro.org wrote: >>> From: Grygorii Strashko >>> >>> Setting a dev_pm_ops resume callback but not a set of >>> hibernation

[PATCH] drm/omap: tiler: add hibernation callback

2015-03-18 Thread grygorii.stras...@linaro.org
Hi All, On 02/25/2015 08:08 PM, grygorii.strashko at linaro.org wrote: > From: Grygorii Strashko > > Setting a dev_pm_ops resume callback but not a set of > hibernation handler means that pm function will not be > called upon hibernation. > Fix this by using SIMPLE_DEV_PM_OPS, which

[PATCH 14/21] drm/omap: stop connector polling during suspend

2015-02-26 Thread grygorii.stras...@linaro.org
Hi Tomi, On 02/26/2015 03:20 PM, Tomi Valkeinen wrote: > When not using proper hotplug detection, DRM polls periodically the > connectors to find out if a cable is connected. This polling can happen > at any time, even very late in the suspend process. > > This causes a problem with omapdrm,

[PATCH] drm/omap: tiler: add hibernation callback

2015-02-25 Thread grygorii.stras...@linaro.org
From: Grygorii Strashko <grygorii.stras...@linaro.org> Setting a dev_pm_ops resume callback but not a set of hibernation handler means that pm function will not be called upon hibernation. Fix this by using SIMPLE_DEV_PM_OPS, which appropriately assigns the suspend and hibernation ha