From: Tomi Valkeinen <tomi.valkeinen@ti.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: LKML <linux-kernel@vger.kernel.org>,
Linux Fbdev development list <linux-fbdev@vger.kernel.org>
Subject: [GIT PULL] fbdev changes for 3.17
Date: Fri, 08 Aug 2014 11:36:28 +0000 [thread overview]
Message-ID: <53E4B63C.5050402@ti.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 5789 bytes --]
Hi Linus,
Please pull the fbdev changes for 3.17.
Tomi
The following changes since commit a497c3ba1d97fc69c1e78e7b96435ba8c2cb42ee:
Linux 3.16-rc2 (2014-06-21 19:02:54 -1000)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linux.git tags/fbdev-3.17
for you to fetch changes up to e4e42b8ad24cabf4d6d3c20a63f18dd6b954d9c2:
OMAPDSS: DSI: fix depopulating dsi peripherals (2014-08-08 14:26:36 +0300)
----------------------------------------------------------------
fbdev changes for 3.17
* Much better HDMI infoframe support for OMAP
* Cirrus Logic CLPS711X framebuffer driver
* DT support for PL11x CLCD driver
* Various small fixes
----------------------------------------------------------------
Alexander Shiyan (4):
video: clps711x: Add new Cirrus Logic CLPS711X framebuffer driver
video: clps711x: Add bindings documentation for CLPS711X framebuffer
video: clps711x: Fix driver build for CONFIG_FB=m
video: clps711x: Fix sparse warnings
Archit Taneja (1):
fbdev: arm has __raw I/O accessors, use them in fb.h
Dan Carpenter (1):
video/mbx: indent some if statements
Dexuan Cui (1):
video: hyperv: hyperv_fb: refresh the VM screen by force on VM panic
Emil Goode (1):
video: vt8500lcdfb: Remove kfree call since devm_kzalloc() is used
Fabian Frederick (1):
drivers/video/fbdev/sis/sis_main.c: remove unnecessary test on unsigned value
Himangi Saraogi (2):
video: msm: Introduce the use of the managed version of kzalloc
drivers/video/fbdev : dereference without an error test
Jingoo Han (1):
MAINTAINERS: Update Framebuffer file patterns
Joe Perches (1):
fbdev: da8xx-fb: Use dma_zalloc_coherent
Michael Welling (1):
drivers: video: fbdev: atmel_lcdfb.c: Add ability to inverted backlight PWM.
Paul Bolle (1):
video: 68328fb: remove check for CONFIG_FB_68328_INVERT
Pawel Moll (2):
video: ARM CLCD: Add DT support
video: ARM CLCD: Fix DT-related build problems
Rasmus Villemoes (1):
drivers/video/fbdev/sis: Add missing else
Tomi Valkeinen (17):
OMAPDSS: DISPC: fix debugfs reg dump
OMAPDSS: DISPC: reject interlace for lcd out
OMAPDSS: DISPC: clean up dispc_mgr_timings_ok
OMAPDSS: HDMI: fix name conflict
OMAPDSS: Kconfig: select HDMI
OMAPDSS: HDMI4: use common AVI infoframe support
OMAPDSS: HDMI5: use common AVI infoframe support
OMAPDSS: HDMI: remove custom avi infoframe
OMAPDSS: add hdmi ops to hdmi_ops and omap_dss_driver
OMAPDSS: add hdmi ops to hdmi-connector and tpd12s015
OMAPDSS: HDMI: add infoframe and hdmi_dvi_mode fields
OMAPDSS: HDMI4: add support to set infoframe & HDMI mode
OMAPDSS: HDMI5: add support to set infoframe & HDMI mode
OMAPDSS: HDMI: remove the unused code
drm/omap: Add infoframe & dvi/hdmi mode support
Merge branch '3.17/hdmi-infoframe' into for-next
OMAPDSS: DSI: fix depopulating dsi peripherals
Vasily Khoruzhick (1):
video: fbdev: s3c2410fb: Move to clk_prepare_enable/clk_disable_unprepare
.../devicetree/bindings/video/arm,pl11x.txt | 109 ++++++
.../devicetree/bindings/video/atmel,lcdc.txt | 1 +
.../bindings/video/cirrus,clps711x-fb.txt | 47 +++
MAINTAINERS | 74 ++--
drivers/gpu/drm/omapdrm/omap_connector.c | 12 +
drivers/gpu/drm/omapdrm/omap_drv.h | 1 +
drivers/gpu/drm/omapdrm/omap_encoder.c | 27 ++
drivers/video/fbdev/68328fb.c | 8 +-
drivers/video/fbdev/Kconfig | 23 +-
drivers/video/fbdev/Makefile | 3 +-
drivers/video/fbdev/amba-clcd.c | 263 ++++++++++++++
drivers/video/fbdev/atmel_lcdfb.c | 3 +-
drivers/video/fbdev/clps711x-fb.c | 397 +++++++++++++++++++++
drivers/video/fbdev/da8xx-fb.c | 9 +-
drivers/video/fbdev/hyperv_fb.c | 62 +++-
drivers/video/fbdev/mbx/mbxfb.c | 4 +-
drivers/video/fbdev/msm/mddi_client_dummy.c | 19 +-
.../fbdev/omap2/displays-new/connector-hdmi.c | 19 +
.../fbdev/omap2/displays-new/encoder-tpd12s015.c | 20 ++
.../omap2/displays-new/panel-sony-acx565akm.c | 5 +
drivers/video/fbdev/omap2/dss/Kconfig | 1 +
drivers/video/fbdev/omap2/dss/dispc.c | 22 +-
drivers/video/fbdev/omap2/dss/dsi.c | 9 +-
drivers/video/fbdev/omap2/dss/hdmi.h | 107 +-----
drivers/video/fbdev/omap2/dss/hdmi4.c | 53 ++-
drivers/video/fbdev/omap2/dss/hdmi4_core.c | 164 ++-------
drivers/video/fbdev/omap2/dss/hdmi4_core.h | 1 +
drivers/video/fbdev/omap2/dss/hdmi5.c | 53 ++-
drivers/video/fbdev/omap2/dss/hdmi5_core.c | 124 +++----
drivers/video/fbdev/omap2/dss/hdmi_common.c | 316 ----------------
drivers/video/fbdev/s3c2410fb.c | 10 +-
drivers/video/fbdev/sis/init.c | 2 +-
drivers/video/fbdev/sis/sis_main.c | 4 -
drivers/video/fbdev/vt8500lcdfb.c | 2 -
include/linux/fb.h | 2 +-
include/video/omapdss.h | 9 +
36 files changed, 1194 insertions(+), 791 deletions(-)
create mode 100644 Documentation/devicetree/bindings/video/arm,pl11x.txt
create mode 100644 Documentation/devicetree/bindings/video/cirrus,clps711x-fb.txt
create mode 100644 drivers/video/fbdev/clps711x-fb.c
[-- 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: LKML <linux-kernel@vger.kernel.org>,
Linux Fbdev development list <linux-fbdev@vger.kernel.org>
Subject: [GIT PULL] fbdev changes for 3.17
Date: Fri, 8 Aug 2014 14:36:28 +0300 [thread overview]
Message-ID: <53E4B63C.5050402@ti.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 5789 bytes --]
Hi Linus,
Please pull the fbdev changes for 3.17.
Tomi
The following changes since commit a497c3ba1d97fc69c1e78e7b96435ba8c2cb42ee:
Linux 3.16-rc2 (2014-06-21 19:02:54 -1000)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linux.git tags/fbdev-3.17
for you to fetch changes up to e4e42b8ad24cabf4d6d3c20a63f18dd6b954d9c2:
OMAPDSS: DSI: fix depopulating dsi peripherals (2014-08-08 14:26:36 +0300)
----------------------------------------------------------------
fbdev changes for 3.17
* Much better HDMI infoframe support for OMAP
* Cirrus Logic CLPS711X framebuffer driver
* DT support for PL11x CLCD driver
* Various small fixes
----------------------------------------------------------------
Alexander Shiyan (4):
video: clps711x: Add new Cirrus Logic CLPS711X framebuffer driver
video: clps711x: Add bindings documentation for CLPS711X framebuffer
video: clps711x: Fix driver build for CONFIG_FB=m
video: clps711x: Fix sparse warnings
Archit Taneja (1):
fbdev: arm has __raw I/O accessors, use them in fb.h
Dan Carpenter (1):
video/mbx: indent some if statements
Dexuan Cui (1):
video: hyperv: hyperv_fb: refresh the VM screen by force on VM panic
Emil Goode (1):
video: vt8500lcdfb: Remove kfree call since devm_kzalloc() is used
Fabian Frederick (1):
drivers/video/fbdev/sis/sis_main.c: remove unnecessary test on unsigned value
Himangi Saraogi (2):
video: msm: Introduce the use of the managed version of kzalloc
drivers/video/fbdev : dereference without an error test
Jingoo Han (1):
MAINTAINERS: Update Framebuffer file patterns
Joe Perches (1):
fbdev: da8xx-fb: Use dma_zalloc_coherent
Michael Welling (1):
drivers: video: fbdev: atmel_lcdfb.c: Add ability to inverted backlight PWM.
Paul Bolle (1):
video: 68328fb: remove check for CONFIG_FB_68328_INVERT
Pawel Moll (2):
video: ARM CLCD: Add DT support
video: ARM CLCD: Fix DT-related build problems
Rasmus Villemoes (1):
drivers/video/fbdev/sis: Add missing else
Tomi Valkeinen (17):
OMAPDSS: DISPC: fix debugfs reg dump
OMAPDSS: DISPC: reject interlace for lcd out
OMAPDSS: DISPC: clean up dispc_mgr_timings_ok
OMAPDSS: HDMI: fix name conflict
OMAPDSS: Kconfig: select HDMI
OMAPDSS: HDMI4: use common AVI infoframe support
OMAPDSS: HDMI5: use common AVI infoframe support
OMAPDSS: HDMI: remove custom avi infoframe
OMAPDSS: add hdmi ops to hdmi_ops and omap_dss_driver
OMAPDSS: add hdmi ops to hdmi-connector and tpd12s015
OMAPDSS: HDMI: add infoframe and hdmi_dvi_mode fields
OMAPDSS: HDMI4: add support to set infoframe & HDMI mode
OMAPDSS: HDMI5: add support to set infoframe & HDMI mode
OMAPDSS: HDMI: remove the unused code
drm/omap: Add infoframe & dvi/hdmi mode support
Merge branch '3.17/hdmi-infoframe' into for-next
OMAPDSS: DSI: fix depopulating dsi peripherals
Vasily Khoruzhick (1):
video: fbdev: s3c2410fb: Move to clk_prepare_enable/clk_disable_unprepare
.../devicetree/bindings/video/arm,pl11x.txt | 109 ++++++
.../devicetree/bindings/video/atmel,lcdc.txt | 1 +
.../bindings/video/cirrus,clps711x-fb.txt | 47 +++
MAINTAINERS | 74 ++--
drivers/gpu/drm/omapdrm/omap_connector.c | 12 +
drivers/gpu/drm/omapdrm/omap_drv.h | 1 +
drivers/gpu/drm/omapdrm/omap_encoder.c | 27 ++
drivers/video/fbdev/68328fb.c | 8 +-
drivers/video/fbdev/Kconfig | 23 +-
drivers/video/fbdev/Makefile | 3 +-
drivers/video/fbdev/amba-clcd.c | 263 ++++++++++++++
drivers/video/fbdev/atmel_lcdfb.c | 3 +-
drivers/video/fbdev/clps711x-fb.c | 397 +++++++++++++++++++++
drivers/video/fbdev/da8xx-fb.c | 9 +-
drivers/video/fbdev/hyperv_fb.c | 62 +++-
drivers/video/fbdev/mbx/mbxfb.c | 4 +-
drivers/video/fbdev/msm/mddi_client_dummy.c | 19 +-
.../fbdev/omap2/displays-new/connector-hdmi.c | 19 +
.../fbdev/omap2/displays-new/encoder-tpd12s015.c | 20 ++
.../omap2/displays-new/panel-sony-acx565akm.c | 5 +
drivers/video/fbdev/omap2/dss/Kconfig | 1 +
drivers/video/fbdev/omap2/dss/dispc.c | 22 +-
drivers/video/fbdev/omap2/dss/dsi.c | 9 +-
drivers/video/fbdev/omap2/dss/hdmi.h | 107 +-----
drivers/video/fbdev/omap2/dss/hdmi4.c | 53 ++-
drivers/video/fbdev/omap2/dss/hdmi4_core.c | 164 ++-------
drivers/video/fbdev/omap2/dss/hdmi4_core.h | 1 +
drivers/video/fbdev/omap2/dss/hdmi5.c | 53 ++-
drivers/video/fbdev/omap2/dss/hdmi5_core.c | 124 +++----
drivers/video/fbdev/omap2/dss/hdmi_common.c | 316 ----------------
drivers/video/fbdev/s3c2410fb.c | 10 +-
drivers/video/fbdev/sis/init.c | 2 +-
drivers/video/fbdev/sis/sis_main.c | 4 -
drivers/video/fbdev/vt8500lcdfb.c | 2 -
include/linux/fb.h | 2 +-
include/video/omapdss.h | 9 +
36 files changed, 1194 insertions(+), 791 deletions(-)
create mode 100644 Documentation/devicetree/bindings/video/arm,pl11x.txt
create mode 100644 Documentation/devicetree/bindings/video/cirrus,clps711x-fb.txt
create mode 100644 drivers/video/fbdev/clps711x-fb.c
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
next reply other threads:[~2014-08-08 11:36 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-08 11:36 Tomi Valkeinen [this message]
2014-08-08 11:36 ` [GIT PULL] fbdev changes for 3.17 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=53E4B63C.5050402@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.