All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tomi Valkeinen <tomi.valkeinen@ti.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Linux Fbdev development list <linux-fbdev@vger.kernel.org>,
	LKML <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] fbdev fixes for 3.18
Date: Thu, 30 Oct 2014 13:20:11 +0000	[thread overview]
Message-ID: <54523B0B.8010003@ti.com> (raw)

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

Hi Linus,

Please pull fbdev fixes for 3.18.

 Tomi

The following changes since commit f114040e3ea6e07372334ade75d1ee0775c355e1:

  Linux 3.18-rc1 (2014-10-19 18:08:38 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linux.git tags/fbdev-fixes-3.18

for you to fetch changes up to a942535d6e5c23f0015d6674d28c91dd59a720e4:

  Merge branch '3.18/omapdss-fixes' into 3.18/fbdev-fixes (2014-10-30 14:53:49 +0200)

----------------------------------------------------------------
fbdev fixes for 3.18

* Fix fb console option parsing
* Fixes for OMAPDSS/OMAPFB crashes related to module unloading and
  device/driver binding & unbinding.
* Fix for OMAP HDMI PLL locking failing in certain cases
* Misc minor fixes for atmel lcdfb and OMAP

----------------------------------------------------------------
Alexandre Belloni (1):
      drivers: video: fbdev: atmel_lcdfb.c: remove unnecessary header

Felipe Balbi (2):
      OMAPFB: add missing MODULE_ALIAS()
      OMAPFB: remove __exit annotation

Maarten ter Huurne (1):
      fbcon: Fix option parsing control flow in fb_console_setup

Marek Belisko (1):
      omap: dss: connector-analog-tv: Add missing module device table

Mark Rustad (1):
      video/console: Resolve several shadow warnings

Tomi Valkeinen (10):
      OMAPDSS: set suppress_bind_attrs
      OMAPDSS: apply: wait pending updates on manager disable
      OMAPFB: fix overlay disable when freeing resources.
      OMAPFB: fix releasing overlays
      OMAPDSS: HDMI: fix PLL GO bit handling
      OMAPDSS: HDMI: fix regsd write
      OMAPDSS: DISPC: fix mflag offset
      OMAPDSS: fix dispc register dump for preload & mflag
      OMAPDSS: DSI: Fix PLL_SELFEQDCO field width
      Merge branch '3.18/omapdss-fixes' into 3.18/fbdev-fixes

 drivers/video/console/fbcon.c                      | 19 ++++++++---------
 drivers/video/console/vgacon.c                     | 24 +++++++++++-----------
 drivers/video/fbdev/atmel_lcdfb.c                  |  1 -
 .../fbdev/omap2/displays-new/connector-analog-tv.c |  3 +++
 .../video/fbdev/omap2/displays-new/connector-dvi.c |  1 +
 .../fbdev/omap2/displays-new/connector-hdmi.c      |  1 +
 .../fbdev/omap2/displays-new/encoder-tfp410.c      |  1 +
 .../fbdev/omap2/displays-new/encoder-tpd12s015.c   |  1 +
 drivers/video/fbdev/omap2/displays-new/panel-dpi.c |  1 +
 .../video/fbdev/omap2/displays-new/panel-dsi-cm.c  |  1 +
 .../omap2/displays-new/panel-lgphilips-lb035q02.c  |  1 +
 .../omap2/displays-new/panel-nec-nl8048hl11.c      |  1 +
 .../omap2/displays-new/panel-sharp-ls037v7dw01.c   |  1 +
 .../omap2/displays-new/panel-sony-acx565akm.c      |  1 +
 .../omap2/displays-new/panel-tpo-td028ttec1.c      |  1 +
 .../omap2/displays-new/panel-tpo-td043mtea1.c      |  1 +
 drivers/video/fbdev/omap2/dss/apply.c              |  2 ++
 drivers/video/fbdev/omap2/dss/dispc.c              |  8 ++++----
 drivers/video/fbdev/omap2/dss/dispc.h              |  3 +--
 drivers/video/fbdev/omap2/dss/dpi.c                |  1 +
 drivers/video/fbdev/omap2/dss/dsi.c                |  3 ++-
 drivers/video/fbdev/omap2/dss/dss.c                |  1 +
 drivers/video/fbdev/omap2/dss/hdmi4.c              |  1 +
 drivers/video/fbdev/omap2/dss/hdmi5.c              |  1 +
 drivers/video/fbdev/omap2/dss/hdmi_pll.c           | 13 ++++++------
 drivers/video/fbdev/omap2/dss/rfbi.c               |  1 +
 drivers/video/fbdev/omap2/dss/sdi.c                |  1 +
 drivers/video/fbdev/omap2/dss/venc.c               |  1 +
 drivers/video/fbdev/omap2/omapfb/omapfb-main.c     | 18 ++++++++--------
 29 files changed, 67 insertions(+), 46 deletions(-)


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

WARNING: multiple messages have this Message-ID (diff)
From: Tomi Valkeinen <tomi.valkeinen@ti.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Linux Fbdev development list <linux-fbdev@vger.kernel.org>,
	LKML <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] fbdev fixes for 3.18
Date: Thu, 30 Oct 2014 15:20:11 +0200	[thread overview]
Message-ID: <54523B0B.8010003@ti.com> (raw)

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

Hi Linus,

Please pull fbdev fixes for 3.18.

 Tomi

The following changes since commit f114040e3ea6e07372334ade75d1ee0775c355e1:

  Linux 3.18-rc1 (2014-10-19 18:08:38 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linux.git tags/fbdev-fixes-3.18

for you to fetch changes up to a942535d6e5c23f0015d6674d28c91dd59a720e4:

  Merge branch '3.18/omapdss-fixes' into 3.18/fbdev-fixes (2014-10-30 14:53:49 +0200)

----------------------------------------------------------------
fbdev fixes for 3.18

* Fix fb console option parsing
* Fixes for OMAPDSS/OMAPFB crashes related to module unloading and
  device/driver binding & unbinding.
* Fix for OMAP HDMI PLL locking failing in certain cases
* Misc minor fixes for atmel lcdfb and OMAP

----------------------------------------------------------------
Alexandre Belloni (1):
      drivers: video: fbdev: atmel_lcdfb.c: remove unnecessary header

Felipe Balbi (2):
      OMAPFB: add missing MODULE_ALIAS()
      OMAPFB: remove __exit annotation

Maarten ter Huurne (1):
      fbcon: Fix option parsing control flow in fb_console_setup

Marek Belisko (1):
      omap: dss: connector-analog-tv: Add missing module device table

Mark Rustad (1):
      video/console: Resolve several shadow warnings

Tomi Valkeinen (10):
      OMAPDSS: set suppress_bind_attrs
      OMAPDSS: apply: wait pending updates on manager disable
      OMAPFB: fix overlay disable when freeing resources.
      OMAPFB: fix releasing overlays
      OMAPDSS: HDMI: fix PLL GO bit handling
      OMAPDSS: HDMI: fix regsd write
      OMAPDSS: DISPC: fix mflag offset
      OMAPDSS: fix dispc register dump for preload & mflag
      OMAPDSS: DSI: Fix PLL_SELFEQDCO field width
      Merge branch '3.18/omapdss-fixes' into 3.18/fbdev-fixes

 drivers/video/console/fbcon.c                      | 19 ++++++++---------
 drivers/video/console/vgacon.c                     | 24 +++++++++++-----------
 drivers/video/fbdev/atmel_lcdfb.c                  |  1 -
 .../fbdev/omap2/displays-new/connector-analog-tv.c |  3 +++
 .../video/fbdev/omap2/displays-new/connector-dvi.c |  1 +
 .../fbdev/omap2/displays-new/connector-hdmi.c      |  1 +
 .../fbdev/omap2/displays-new/encoder-tfp410.c      |  1 +
 .../fbdev/omap2/displays-new/encoder-tpd12s015.c   |  1 +
 drivers/video/fbdev/omap2/displays-new/panel-dpi.c |  1 +
 .../video/fbdev/omap2/displays-new/panel-dsi-cm.c  |  1 +
 .../omap2/displays-new/panel-lgphilips-lb035q02.c  |  1 +
 .../omap2/displays-new/panel-nec-nl8048hl11.c      |  1 +
 .../omap2/displays-new/panel-sharp-ls037v7dw01.c   |  1 +
 .../omap2/displays-new/panel-sony-acx565akm.c      |  1 +
 .../omap2/displays-new/panel-tpo-td028ttec1.c      |  1 +
 .../omap2/displays-new/panel-tpo-td043mtea1.c      |  1 +
 drivers/video/fbdev/omap2/dss/apply.c              |  2 ++
 drivers/video/fbdev/omap2/dss/dispc.c              |  8 ++++----
 drivers/video/fbdev/omap2/dss/dispc.h              |  3 +--
 drivers/video/fbdev/omap2/dss/dpi.c                |  1 +
 drivers/video/fbdev/omap2/dss/dsi.c                |  3 ++-
 drivers/video/fbdev/omap2/dss/dss.c                |  1 +
 drivers/video/fbdev/omap2/dss/hdmi4.c              |  1 +
 drivers/video/fbdev/omap2/dss/hdmi5.c              |  1 +
 drivers/video/fbdev/omap2/dss/hdmi_pll.c           | 13 ++++++------
 drivers/video/fbdev/omap2/dss/rfbi.c               |  1 +
 drivers/video/fbdev/omap2/dss/sdi.c                |  1 +
 drivers/video/fbdev/omap2/dss/venc.c               |  1 +
 drivers/video/fbdev/omap2/omapfb/omapfb-main.c     | 18 ++++++++--------
 29 files changed, 67 insertions(+), 46 deletions(-)


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

             reply	other threads:[~2014-10-30 13:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-30 13:20 Tomi Valkeinen [this message]
2014-10-30 13:20 ` [GIT PULL] fbdev fixes for 3.18 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=54523B0B.8010003@ti.com \
    --to=tomi.valkeinen@ti.com \
    --cc=linux-fbdev@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.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.