From: Tomi Valkeinen <tomi.valkeinen@ti.com>
To: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>,
"linux-omap@vger.kernel.org" <linux-omap@vger.kernel.org>,
linux-fbdev@vger.kernel.org
Subject: Re: [GIT PULL] omapdss fixes for 3.7-rc
Date: Mon, 19 Nov 2012 12:04:16 +0000 [thread overview]
Message-ID: <50AA2040.1040501@ti.com> (raw)
In-Reply-To: <50978C61.8080907@ti.com>
[-- 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 --]
WARNING: multiple messages have this Message-ID (diff)
From: Tomi Valkeinen <tomi.valkeinen@ti.com>
To: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>,
"linux-omap@vger.kernel.org" <linux-omap@vger.kernel.org>,
linux-fbdev@vger.kernel.org
Subject: Re: [GIT PULL] omapdss fixes for 3.7-rc
Date: Mon, 19 Nov 2012 14:04:16 +0200 [thread overview]
Message-ID: <50AA2040.1040501@ti.com> (raw)
In-Reply-To: <50978C61.8080907@ti.com>
[-- 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 --]
next prev parent reply other threads:[~2012-11-19 12:04 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-05 9:52 [GIT PULL] omapdss fixes for 3.7-rc Tomi Valkeinen
2012-11-05 9:52 ` Tomi Valkeinen
2012-11-19 12:04 ` Tomi Valkeinen [this message]
2012-11-19 12:04 ` Tomi Valkeinen
2012-11-23 11:30 ` [GIT PULL] OMAPDSS " Tomi Valkeinen
2012-11-23 11:30 ` Tomi Valkeinen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=50AA2040.1040501@ti.com \
--to=tomi.valkeinen@ti.com \
--cc=FlorianSchandinat@gmx.de \
--cc=linux-fbdev@vger.kernel.org \
--cc=linux-omap@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.