Re: [PATCH 0/2] OMAPDSS: PM runtime fixes for 3.5-rc

2012-07-09 Thread Archit Taneja

Hi Florian,

On Monday 09 July 2012 03:40 AM, Florian Tobias Schandinat wrote:

Hi Archit,

On 07/04/2012 12:43 PM, Archit Taneja wrote:

Hi Florian,

These are 2 fixes which Tomi had intended to push for the coming rcs. He is
currently on vacation and asked me to post the patches on his behalf.

The first patch ensures that system suspend doesn't break on OMAP if DSS is
enabled. The second patch prevents some warning backtraces when the kernel is
not built with PM runtime.

Could you please queue these for the upcoming rc?


as you sent me those patches you should have added your Signed-off-by as
well, I added it.
Also the first patch of this series contained 2 coding style issues
related to braces that checkpatch complained about and also differed
from the coding style used in those files, I fixed those as well.
I applied both patches.



Thanks for the fixes and the pull. I'll be more careful the next time.

Thanks,
Archit
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 0/2] OMAPDSS: PM runtime fixes for 3.5-rc

2012-07-08 Thread Florian Tobias Schandinat
Hi Archit,

On 07/04/2012 12:43 PM, Archit Taneja wrote:
 Hi Florian,
 
 These are 2 fixes which Tomi had intended to push for the coming rcs. He is
 currently on vacation and asked me to post the patches on his behalf.
 
 The first patch ensures that system suspend doesn't break on OMAP if DSS is
 enabled. The second patch prevents some warning backtraces when the kernel is
 not built with PM runtime.
 
 Could you please queue these for the upcoming rc?

as you sent me those patches you should have added your Signed-off-by as
well, I added it.
Also the first patch of this series contained 2 coding style issues
related to braces that checkpatch complained about and also differed
from the coding style used in those files, I fixed those as well.
I applied both patches.


Thanks,

Florian Tobias Schandinat

 
 Thanks,
 Archit
 
 Tomi Valkeinen (2):
   OMAPDSS: Use PM notifiers for system suspend
   OMAPDSS: fix warnings if CONFIG_PM_RUNTIME=n
 
  drivers/video/omap2/dss/core.c  |   45 
 +--
  drivers/video/omap2/dss/dispc.c |2 +-
  drivers/video/omap2/dss/dsi.c   |2 +-
  drivers/video/omap2/dss/dss.c   |2 +-
  drivers/video/omap2/dss/hdmi.c  |2 +-
  drivers/video/omap2/dss/rfbi.c  |2 +-
  drivers/video/omap2/dss/venc.c  |2 +-
  7 files changed, 35 insertions(+), 22 deletions(-)
 

--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH 0/2] OMAPDSS: PM runtime fixes for 3.5-rc

2012-07-04 Thread Archit Taneja
Hi Florian,

These are 2 fixes which Tomi had intended to push for the coming rcs. He is
currently on vacation and asked me to post the patches on his behalf.

The first patch ensures that system suspend doesn't break on OMAP if DSS is
enabled. The second patch prevents some warning backtraces when the kernel is
not built with PM runtime.

Could you please queue these for the upcoming rc?

Thanks,
Archit

Tomi Valkeinen (2):
  OMAPDSS: Use PM notifiers for system suspend
  OMAPDSS: fix warnings if CONFIG_PM_RUNTIME=n

 drivers/video/omap2/dss/core.c  |   45 +--
 drivers/video/omap2/dss/dispc.c |2 +-
 drivers/video/omap2/dss/dsi.c   |2 +-
 drivers/video/omap2/dss/dss.c   |2 +-
 drivers/video/omap2/dss/hdmi.c  |2 +-
 drivers/video/omap2/dss/rfbi.c  |2 +-
 drivers/video/omap2/dss/venc.c  |2 +-
 7 files changed, 35 insertions(+), 22 deletions(-)

-- 
1.7.9.5

--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html