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 <linux-fbdev@vger.kernel.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] fbdev changes for 4.6
Date: Tue, 15 Mar 2016 12:50:22 +0000	[thread overview]
Message-ID: <56E8050E.4040805@ti.com> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 3472 bytes --]

Hi Linus,

The following changes since commit 18558cae0272f8fd9647e69d3fec1565a7949865:

  Linux 4.5-rc4 (2016-02-14 13:05:20 -0800)

are available in the git repository at:

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

for you to fetch changes up to 13aa38e291bdd4e4018f40dd2f75e464814dcbf3:

  xen kconfig: don't "select INPUT_XEN_KBDDEV_FRONTEND" (2016-03-11 13:37:02 +0200)

----------------------------------------------------------------
fbdev changes for 4.6

* Miscallaneous small fixes to various fbdev drivers
* Remove fb_rotate, which was never used
* pmag fb improvements

----------------------------------------------------------------
Andrzej Hajda (1):
      fbdev: exynos: fix IS_ERR_VALUE usage

Arnd Bergmann (2):
      video: exynos: fix modular build
      xen kconfig: don't "select INPUT_XEN_KBDDEV_FRONTEND"

Dan Carpenter (1):
      video: fbdev: metronomefb: two harmless off by one bugs

Daniel Wagner (1):
      video: Use bool instead int pointer for get_opt_bool() argument

Maciej W. Rozycki (8):
      video: fbdev: pmag-ba-fb: Fix the lower margin size
      video: fbdev: pmag-aa-fb: Adapt to current APIs
      video: fbdev: pmag-aa-fb: Enable building as a module
      video: fbdev: pmag-aa-fb: Report video timings
      video: fbdev: bt455: Remove unneeded colormap helpers for cursor support
      video: fbdev: pmag-ba-fb: Fix and rework Bt455 colormap handling
      video: fbdev: pmag-ba-fb: Optimize Bt455 colormap addressing
      video: fbdev: bt431: Correct cursor format control macro

Paul Gortmaker (3):
      drivers/video: make fbdev/sunxvr500.c explicitly non-modular
      drivers/video: make fbdev/sunxvr1000.c explicitly non-modular
      drivers/video: make fbdev/sunxvr2500.c explicitly non-modular

Rasmus Villemoes (1):
      fbdev: kill fb_rotate

Simon Horman (1):
      fbdev: sh_mobile_lcdc: Use ARCH_RENESAS

Sudip Mukherjee (2):
      fbdev: n411: check return value
      video: fbdev: sis: remove unused variable

Sushaanth Srirangapathi (1):
      fbdev: da8xx-fb: fix videomodes of lcd panels

 drivers/video/fbdev/Kconfig                  |   7 +-
 drivers/video/fbdev/atafb.c                  |   3 -
 drivers/video/fbdev/au1100fb.c               |  22 -
 drivers/video/fbdev/bf537-lq035.c            |  23 -
 drivers/video/fbdev/bt431.h                  |  43 +-
 drivers/video/fbdev/bt455.h                  |  68 ++-
 drivers/video/fbdev/da8xx-fb.c               |   7 +-
 drivers/video/fbdev/exynos/Kconfig           |   6 +-
 drivers/video/fbdev/exynos/Makefile          |   6 +-
 drivers/video/fbdev/exynos/exynos_mipi_dsi.c |   7 +-
 drivers/video/fbdev/intelfb/intelfbdrv.c     |   2 +-
 drivers/video/fbdev/metronomefb.c            |   6 +-
 drivers/video/fbdev/n411.c                   |  12 +-
 drivers/video/fbdev/omap/omapfb_main.c       |  22 -
 drivers/video/fbdev/pmag-aa-fb.c             | 602 +++++++++------------------
 drivers/video/fbdev/pmag-ba-fb.c             |   2 +-
 drivers/video/fbdev/sis/init301.c            |  10 +-
 drivers/video/fbdev/skeletonfb.c             |  17 -
 drivers/video/fbdev/sunxvr1000.c             |  42 +-
 drivers/video/fbdev/sunxvr2500.c             |  39 +-
 drivers/video/fbdev/sunxvr500.c              |  42 +-
 include/linux/fb.h                           |   3 -
 22 files changed, 310 insertions(+), 681 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 <linux-fbdev@vger.kernel.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] fbdev changes for 4.6
Date: Tue, 15 Mar 2016 14:50:22 +0200	[thread overview]
Message-ID: <56E8050E.4040805@ti.com> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 3472 bytes --]

Hi Linus,

The following changes since commit 18558cae0272f8fd9647e69d3fec1565a7949865:

  Linux 4.5-rc4 (2016-02-14 13:05:20 -0800)

are available in the git repository at:

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

for you to fetch changes up to 13aa38e291bdd4e4018f40dd2f75e464814dcbf3:

  xen kconfig: don't "select INPUT_XEN_KBDDEV_FRONTEND" (2016-03-11 13:37:02 +0200)

----------------------------------------------------------------
fbdev changes for 4.6

* Miscallaneous small fixes to various fbdev drivers
* Remove fb_rotate, which was never used
* pmag fb improvements

----------------------------------------------------------------
Andrzej Hajda (1):
      fbdev: exynos: fix IS_ERR_VALUE usage

Arnd Bergmann (2):
      video: exynos: fix modular build
      xen kconfig: don't "select INPUT_XEN_KBDDEV_FRONTEND"

Dan Carpenter (1):
      video: fbdev: metronomefb: two harmless off by one bugs

Daniel Wagner (1):
      video: Use bool instead int pointer for get_opt_bool() argument

Maciej W. Rozycki (8):
      video: fbdev: pmag-ba-fb: Fix the lower margin size
      video: fbdev: pmag-aa-fb: Adapt to current APIs
      video: fbdev: pmag-aa-fb: Enable building as a module
      video: fbdev: pmag-aa-fb: Report video timings
      video: fbdev: bt455: Remove unneeded colormap helpers for cursor support
      video: fbdev: pmag-ba-fb: Fix and rework Bt455 colormap handling
      video: fbdev: pmag-ba-fb: Optimize Bt455 colormap addressing
      video: fbdev: bt431: Correct cursor format control macro

Paul Gortmaker (3):
      drivers/video: make fbdev/sunxvr500.c explicitly non-modular
      drivers/video: make fbdev/sunxvr1000.c explicitly non-modular
      drivers/video: make fbdev/sunxvr2500.c explicitly non-modular

Rasmus Villemoes (1):
      fbdev: kill fb_rotate

Simon Horman (1):
      fbdev: sh_mobile_lcdc: Use ARCH_RENESAS

Sudip Mukherjee (2):
      fbdev: n411: check return value
      video: fbdev: sis: remove unused variable

Sushaanth Srirangapathi (1):
      fbdev: da8xx-fb: fix videomodes of lcd panels

 drivers/video/fbdev/Kconfig                  |   7 +-
 drivers/video/fbdev/atafb.c                  |   3 -
 drivers/video/fbdev/au1100fb.c               |  22 -
 drivers/video/fbdev/bf537-lq035.c            |  23 -
 drivers/video/fbdev/bt431.h                  |  43 +-
 drivers/video/fbdev/bt455.h                  |  68 ++-
 drivers/video/fbdev/da8xx-fb.c               |   7 +-
 drivers/video/fbdev/exynos/Kconfig           |   6 +-
 drivers/video/fbdev/exynos/Makefile          |   6 +-
 drivers/video/fbdev/exynos/exynos_mipi_dsi.c |   7 +-
 drivers/video/fbdev/intelfb/intelfbdrv.c     |   2 +-
 drivers/video/fbdev/metronomefb.c            |   6 +-
 drivers/video/fbdev/n411.c                   |  12 +-
 drivers/video/fbdev/omap/omapfb_main.c       |  22 -
 drivers/video/fbdev/pmag-aa-fb.c             | 602 +++++++++------------------
 drivers/video/fbdev/pmag-ba-fb.c             |   2 +-
 drivers/video/fbdev/sis/init301.c            |  10 +-
 drivers/video/fbdev/skeletonfb.c             |  17 -
 drivers/video/fbdev/sunxvr1000.c             |  42 +-
 drivers/video/fbdev/sunxvr2500.c             |  39 +-
 drivers/video/fbdev/sunxvr500.c              |  42 +-
 include/linux/fb.h                           |   3 -
 22 files changed, 310 insertions(+), 681 deletions(-)


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

             reply	other threads:[~2016-03-15 12:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-15 12:50 Tomi Valkeinen [this message]
2016-03-15 12:50 ` [GIT PULL] fbdev changes for 4.6 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=56E8050E.4040805@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.