linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] omapdss fixes for 3.7-rc
@ 2012-11-05  9:52 Tomi Valkeinen
  2012-11-19 12:04 ` Tomi Valkeinen
  2012-11-23 11:30 ` [GIT PULL] OMAPDSS " Tomi Valkeinen
  0 siblings, 2 replies; 3+ messages in thread
From: Tomi Valkeinen @ 2012-11-05  9:52 UTC (permalink / raw)
  To: Florian Tobias Schandinat, linux-omap@vger.kernel.org,
	linux-fbdev

[-- Attachment #1: Type: text/plain, Size: 1286 bytes --]

Hi Florian,

Here are a few omapdss fixes, two fixing crasher bugs and the third
fixes a missing unlock. These are based on 3.7-rc1. I can rebase on
top of something else if you prefer that.

 Tomi


The following changes since commit ddffeb8c4d0331609ef2581d84de4d763607bd37:

  Linux 3.7-rc1 (2012-10-14 14:41:04 -0700)

are available in the git repository at:

  git://gitorious.org/linux-omap-dss2/linux.git tags/omapdss-for-3.7-rc5

for you to fetch changes up to dffc70ade1d13edd186f542718c4d78a31d92fb8:

  OMAPDSS: HDMI: fix missing unlock on error in hdmi_dump_regs() (2012-10-26 08:45:43 +0300)

----------------------------------------------------------------
omapdss fixes for 3.7-rc5

omapdss fixes for two crashes bugs and one missing mutex unlock.

----------------------------------------------------------------
Laurent Pinchart (1):
      omapdss: dss: Fix clocks on OMAP363x

Tomi Valkeinen (1):
      OMAPDSS: DSI: fix dsi_get_dsidev_from_id()

Wei Yongjun (1):
      OMAPDSS: HDMI: fix missing unlock on error in hdmi_dump_regs()

 drivers/video/omap2/dss/dsi.c  |   13 +++++++++++--
 drivers/video/omap2/dss/dss.c  |    4 ++--
 drivers/video/omap2/dss/hdmi.c |    4 +++-
 3 files changed, 16 insertions(+), 5 deletions(-)


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 897 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [GIT PULL] omapdss fixes for 3.7-rc
  2012-11-05  9:52 [GIT PULL] omapdss fixes for 3.7-rc Tomi Valkeinen
@ 2012-11-19 12:04 ` Tomi Valkeinen
  2012-11-23 11:30 ` [GIT PULL] OMAPDSS " Tomi Valkeinen
  1 sibling, 0 replies; 3+ messages in thread
From: Tomi Valkeinen @ 2012-11-19 12:04 UTC (permalink / raw)
  To: Florian Tobias Schandinat, linux-omap@vger.kernel.org,
	linux-fbdev

[-- Attachment #1: Type: text/plain, Size: 2793 bytes --]

Hi Florian,

I have an additional crash bug fix for omapdss. I don't think you've
pulled the original request below yet, so here's an updated one:

 Tomi

The following changes since commit ddffeb8c4d0331609ef2581d84de4d763607bd37:

  Linux 3.7-rc1 (2012-10-14 14:41:04 -0700)

are available in the git repository at:

  git://gitorious.org/linux-omap-dss2/linux.git tags/omapdss-for-3.7-rc7

for you to fetch changes up to c415187b689842e8bb85135c070c822c2505f805:

  OMAPFB: Fix possible null pointer dereferencing (2012-11-19 10:41:50 +0200)

----------------------------------------------------------------
omapdss fixes for 3.7-rc7

omapdss fixes for three crash bugs and one missing mutex unlock.

----------------------------------------------------------------
Laurent Pinchart (1):
      omapdss: dss: Fix clocks on OMAP363x

Tomi Valkeinen (1):
      OMAPDSS: DSI: fix dsi_get_dsidev_from_id()

Tushar Behera (1):
      OMAPFB: Fix possible null pointer dereferencing

Wei Yongjun (1):
      OMAPDSS: HDMI: fix missing unlock on error in hdmi_dump_regs()

 drivers/video/omap2/dss/dsi.c             |   13 +++++++++++--
 drivers/video/omap2/dss/dss.c             |    4 ++--
 drivers/video/omap2/dss/hdmi.c            |    4 +++-
 drivers/video/omap2/omapfb/omapfb-ioctl.c |    2 +-
 4 files changed, 17 insertions(+), 6 deletions(-)




On 2012-11-05 11:52, Tomi Valkeinen wrote:
> Hi Florian,
> 
> Here are a few omapdss fixes, two fixing crasher bugs and the third 
> fixes a missing unlock. These are based on 3.7-rc1. I can rebase on 
> top of something else if you prefer that.
> 
> Tomi
> 
> 
> The following changes since commit
> ddffeb8c4d0331609ef2581d84de4d763607bd37:
> 
> Linux 3.7-rc1 (2012-10-14 14:41:04 -0700)
> 
> are available in the git repository at:
> 
> git://gitorious.org/linux-omap-dss2/linux.git
> tags/omapdss-for-3.7-rc5
> 
> for you to fetch changes up to
> dffc70ade1d13edd186f542718c4d78a31d92fb8:
> 
> OMAPDSS: HDMI: fix missing unlock on error in hdmi_dump_regs()
> (2012-10-26 08:45:43 +0300)
> 
> ---------------------------------------------------------------- 
> omapdss fixes for 3.7-rc5
> 
> omapdss fixes for two crashes bugs and one missing mutex unlock.
> 
> ---------------------------------------------------------------- 
> Laurent Pinchart (1): omapdss: dss: Fix clocks on OMAP363x
> 
> Tomi Valkeinen (1): OMAPDSS: DSI: fix dsi_get_dsidev_from_id()
> 
> Wei Yongjun (1): OMAPDSS: HDMI: fix missing unlock on error in
> hdmi_dump_regs()
> 
> drivers/video/omap2/dss/dsi.c  |   13 +++++++++++-- 
> drivers/video/omap2/dss/dss.c  |    4 ++-- 
> drivers/video/omap2/dss/hdmi.c |    4 +++- 3 files changed, 16
> insertions(+), 5 deletions(-)
> 



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 897 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [GIT PULL] OMAPDSS fixes for 3.7-rc
  2012-11-05  9:52 [GIT PULL] omapdss fixes for 3.7-rc Tomi Valkeinen
  2012-11-19 12:04 ` Tomi Valkeinen
@ 2012-11-23 11:30 ` Tomi Valkeinen
  1 sibling, 0 replies; 3+ messages in thread
From: Tomi Valkeinen @ 2012-11-23 11:30 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org,
	linux-fbdev@vger.kernel.org, Florian Tobias Schandinat

[-- Attachment #1: Type: text/plain, Size: 1484 bytes --]

Hi Linus,

Here are a few OMAPDSS fixes for the next -rc. I'm sending these directly
to you, and quite late, as the fbdev tree maintainer (Florian) has been
busy with his work and hasn't had time to manage the fb patches.

 Tomi

The following changes since commit ddffeb8c4d0331609ef2581d84de4d763607bd37:

  Linux 3.7-rc1 (2012-10-14 14:41:04 -0700)

are available in the git repository at:

  git://gitorious.org/linux-omap-dss2/linux.git tags/omapdss-for-3.7-rc

for you to fetch changes up to 8ad9375f8b7c709b89f7de4de413bb2644ba3c24:

  OMAPDSS: do not fail if dpll4_m4_ck is missing (2012-11-22 17:23:12 +0200)

----------------------------------------------------------------
omapdss fixes for 3.7-rc

----------------------------------------------------------------
Aaro Koskinen (1):
      OMAPDSS: do not fail if dpll4_m4_ck is missing

Laurent Pinchart (1):
      omapdss: dss: Fix clocks on OMAP363x

Tomi Valkeinen (1):
      OMAPDSS: DSI: fix dsi_get_dsidev_from_id()

Tushar Behera (1):
      OMAPFB: Fix possible null pointer dereferencing

Wei Yongjun (1):
      OMAPDSS: HDMI: fix missing unlock on error in hdmi_dump_regs()

 drivers/video/omap2/dss/dsi.c             |   13 +++++++++++--
 drivers/video/omap2/dss/dss.c             |   18 +++++++++++-------
 drivers/video/omap2/dss/hdmi.c            |    4 +++-
 drivers/video/omap2/omapfb/omapfb-ioctl.c |    2 +-
 4 files changed, 26 insertions(+), 11 deletions(-)


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 899 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-11-23 11:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-05  9:52 [GIT PULL] omapdss fixes for 3.7-rc Tomi Valkeinen
2012-11-19 12:04 ` Tomi Valkeinen
2012-11-23 11:30 ` [GIT PULL] OMAPDSS " Tomi Valkeinen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).