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.4
Date: Tue, 10 Nov 2015 11:31:39 +0000	[thread overview]
Message-ID: <5641D59B.40707@ti.com> (raw)

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

Hi Linus,

Please pull fbdev changes for 4.4.

 Tomi

The following changes since commit 1f93e4a96c9109378204c147b3eec0d0e8100fde:

  Linux 4.3-rc2 (2015-09-20 14:32:34 -0700)

are available in the git repository at:

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

for you to fetch changes up to 08bfb453f0458dd353f37737d80475ff13868d9c:

  radeonfb: Deinline large functions (2015-10-08 12:24:12 +0300)

----------------------------------------------------------------
fbdev changes for 4.4

* omap: fix hdmi audio configuration issue
* ssd1307fb: add ssd1309 support
* tridentfb: support DDC
* gxt4500: enable support for non-PPC platforms

----------------------------------------------------------------
Andrzej Hajda (1):
      video/omap: remove invalid check

Denys Vlasenko (1):
      radeonfb: Deinline large functions

Jyri Sarha (1):
      OMAPDSS: hdmi: Reconfigure and restart audio when display is enabled

Olliver Schinagl (2):
      fbdev: ssd1307fb: alphabetize headers
      fbdev: ssd1307fb: add ssd1309 support

Ondrej Zary (7):
      fb_ddc: Allow I2C adapters without SCL read capability
      tridentfb: Add DDC support
      gxt4500: enable on non-PPC architectures
      gxt4500: fix 16bpp 565 mode
      gxt4500: fix color order
      gxt4500: Use arch_phys_wc_* for framebuffer
      gxt4500: enable panning

 .../devicetree/bindings/video/ssd1307fb.txt        |   3 +-
 drivers/video/fbdev/Kconfig                        |   7 +-
 drivers/video/fbdev/aty/radeon_base.c              | 133 ++++++++++++++-
 drivers/video/fbdev/aty/radeonfb.h                 | 144 ++--------------
 drivers/video/fbdev/core/fb_ddc.c                  |  28 ++--
 drivers/video/fbdev/gxt4500.c                      |  25 ++-
 drivers/video/fbdev/omap/omapfb_main.c             |   5 -
 drivers/video/fbdev/omap2/dss/hdmi.h               |   9 +-
 drivers/video/fbdev/omap2/dss/hdmi4.c              |  66 ++++++--
 drivers/video/fbdev/omap2/dss/hdmi5.c              |  75 +++++++--
 drivers/video/fbdev/ssd1307fb.c                    |  21 ++-
 drivers/video/fbdev/tridentfb.c                    | 182 ++++++++++++++++++++-
 12 files changed, 506 insertions(+), 192 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.4
Date: Tue, 10 Nov 2015 13:31:39 +0200	[thread overview]
Message-ID: <5641D59B.40707@ti.com> (raw)

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

Hi Linus,

Please pull fbdev changes for 4.4.

 Tomi

The following changes since commit 1f93e4a96c9109378204c147b3eec0d0e8100fde:

  Linux 4.3-rc2 (2015-09-20 14:32:34 -0700)

are available in the git repository at:

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

for you to fetch changes up to 08bfb453f0458dd353f37737d80475ff13868d9c:

  radeonfb: Deinline large functions (2015-10-08 12:24:12 +0300)

----------------------------------------------------------------
fbdev changes for 4.4

* omap: fix hdmi audio configuration issue
* ssd1307fb: add ssd1309 support
* tridentfb: support DDC
* gxt4500: enable support for non-PPC platforms

----------------------------------------------------------------
Andrzej Hajda (1):
      video/omap: remove invalid check

Denys Vlasenko (1):
      radeonfb: Deinline large functions

Jyri Sarha (1):
      OMAPDSS: hdmi: Reconfigure and restart audio when display is enabled

Olliver Schinagl (2):
      fbdev: ssd1307fb: alphabetize headers
      fbdev: ssd1307fb: add ssd1309 support

Ondrej Zary (7):
      fb_ddc: Allow I2C adapters without SCL read capability
      tridentfb: Add DDC support
      gxt4500: enable on non-PPC architectures
      gxt4500: fix 16bpp 565 mode
      gxt4500: fix color order
      gxt4500: Use arch_phys_wc_* for framebuffer
      gxt4500: enable panning

 .../devicetree/bindings/video/ssd1307fb.txt        |   3 +-
 drivers/video/fbdev/Kconfig                        |   7 +-
 drivers/video/fbdev/aty/radeon_base.c              | 133 ++++++++++++++-
 drivers/video/fbdev/aty/radeonfb.h                 | 144 ++--------------
 drivers/video/fbdev/core/fb_ddc.c                  |  28 ++--
 drivers/video/fbdev/gxt4500.c                      |  25 ++-
 drivers/video/fbdev/omap/omapfb_main.c             |   5 -
 drivers/video/fbdev/omap2/dss/hdmi.h               |   9 +-
 drivers/video/fbdev/omap2/dss/hdmi4.c              |  66 ++++++--
 drivers/video/fbdev/omap2/dss/hdmi5.c              |  75 +++++++--
 drivers/video/fbdev/ssd1307fb.c                    |  21 ++-
 drivers/video/fbdev/tridentfb.c                    | 182 ++++++++++++++++++++-
 12 files changed, 506 insertions(+), 192 deletions(-)


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

             reply	other threads:[~2015-11-10 11:31 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-10 11:31 Tomi Valkeinen [this message]
2015-11-10 11:31 ` [GIT PULL] fbdev changes for 4.4 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=5641D59B.40707@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.