[GIT PULL] omap fbdev changes for 3.16

From: Tomi Valkeinen
Date: Wed Jun 04 2014 - 08:30:33 EST


Hi Linus,

Please pull the omap fbdev changes for 3.16.

Tomi

The following changes since commit 89ca3b881987f5a4be4c5dbaa7f0df12bbdde2fd:

Linux 3.15-rc4 (2014-05-04 18:14:42 -0700)

are available in the git repository at:

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

for you to fetch changes up to f2dd36ac9974cc2353bcbb8e6b643fb96030564c:

OMAPDSS: move 'compatible' converter to omapdss driver (2014-05-28 09:25:15 +0300)

----------------------------------------------------------------
fbdev changes for 3.16 (omap)

* DT support for the panel drivers that were still missing it
* TI AM43xx support
* TI OMAP5 support

----------------------------------------------------------------
Archit Taneja (4):
omapdss: remove check for simpler port/endpoint binding
OMAPDSS: HDMI: support larger register offsets for OMAP5 HDMI core
OMAPDSS: HDMI: PHY changes for OMAP5
OMAPDSS: HDMI: PLL changes for OMAP5

Arnd Bergmann (1):
video: omap2dss: fix LPAE warnings

Fabian Frederick (1):
OMAPDSS: add __exit to dss_uninit_ports

Jyri Sarha (1):
OMAPDSS: hdmi5_core: Fix compilation with OMAP5_DSS_HDMI_AUDIO

Marek Belisko (2):
omapdss: panel-tpo-td028ec1: Add DT support.
omapdss: panel-tpo-td028ec1: Add module alias

Sathya Prakash M R (1):
OMAPDSS: Add DSS features for AM43xx

Tomi Valkeinen (33):
OMAPDSS: panel-dpi: use gpiod for enable gpio
OMAPDSS: panel-dpi: Add DT support
Doc/DT: Add DT binding documentation for MIPI DPI Panel
OMAPDSS: connector-hdmi: hpd support
Doc/DT: hdmi-connector: add HPD GPIO documentation
OMAPDSS: HDMI: lane config support
Doc/DT: ti,omap4-dss: hdmi lanes
OMAPDSS: HDMI4: set regulator voltage to 1.8V
OMAPDSS: DSI: set regulator voltage to 1.8V
OMAPDSS: remove venc_panel.c
OMAPDSS: remove unused macros
ARM: OMAP: add detection of omap5-dss
OMAPDSS: DSS & DISPC DT support for OMAP5
OMAPDSS: features: fix OMAP5 features
OMAPDSS: DPI: fix LCD3 DSI source
OMAPDSS: DSI: Add OMAP5 DSI module IDs
OMAPDSS: HDMI: improve Makefile
OMAPDSS: HDMI: move irq & phy pwr handling
OMAPDSS: HDMI: Add OMAP5 HDMI support
OMAPDSS: HDMI: cleanup ioremaps
Doc/DT: Add OMAP5 DSS DT bindings
OMAPDSS: Fix writes to DISPC_POL_FREQ
OMAPDSS: panel-dpi: enable-gpio
OMAPDSS: panel-lgphilips-lb035q02: use gpiod for enable gpio
OMAPDSS: panel-lgphilips-lb035q02: Add DT support
Doc/DT: Add binding doc for lgphilips,lb035q02.txt
OMAPDSS: Panel TPO-TD043MTEA1 DT support
Doc/DT: Add DT binding documentation for TPO td043mtea1 panel
OMAPDSS: panel NEC-NL8048HL11 DT support
OMAPDSS: HDMI: cleanup WP ioremaps
OMAPDSS: HDMI: remove unused defines
OMAPDSS: HDMI: fix devm_ioremap_resource error checks
OMAPDSS: move 'compatible' converter to omapdss driver

Tony Lindgren (3):
OMAPDSS: panel-sharp-ls037v7dw01: update to use gpiod
OMAPDSS: panel sharp-ls037v7dw01 DT support
Doc/DT: Add DT binding documentation for SHARP LS037V7DW01

.../devicetree/bindings/video/hdmi-connector.txt | 1 +
.../bindings/video/lgphilips,lb035q02.txt | 33 +
.../devicetree/bindings/video/panel-dpi.txt | 45 +
.../bindings/video/sharp,ls037v7dw01.txt | 43 +
.../devicetree/bindings/video/ti,omap4-dss.txt | 4 +
.../devicetree/bindings/video/ti,omap5-dss.txt | 96 +++
.../bindings/video/toppoly,td028ttec1.txt | 30 +
.../devicetree/bindings/video/tpo,td043mtea1.txt | 33 +
arch/arm/mach-omap2/display.c | 62 +-
drivers/video/fbdev/omap2/Makefile | 2 +-
.../fbdev/omap2/displays-new/connector-hdmi.c | 25 +-
drivers/video/fbdev/omap2/displays-new/panel-dpi.c | 95 ++-
.../omap2/displays-new/panel-lgphilips-lb035q02.c | 77 +-
.../omap2/displays-new/panel-nec-nl8048hl11.c | 45 +-
.../omap2/displays-new/panel-sharp-ls037v7dw01.c | 210 +++--
.../omap2/displays-new/panel-tpo-td028ttec1.c | 33 +-
.../omap2/displays-new/panel-tpo-td043mtea1.c | 42 +-
drivers/video/fbdev/omap2/dss/Kconfig | 26 +-
drivers/video/fbdev/omap2/dss/Makefile | 7 +-
drivers/video/fbdev/omap2/dss/core.c | 6 +
drivers/video/fbdev/omap2/dss/dispc.c | 22 +-
drivers/video/fbdev/omap2/dss/dpi.c | 4 +
drivers/video/fbdev/omap2/dss/dsi.c | 18 +
drivers/video/fbdev/omap2/dss/dss.c | 20 +-
drivers/video/fbdev/omap2/dss/dss.h | 3 +
drivers/video/fbdev/omap2/dss/dss_features.c | 70 +-
drivers/video/fbdev/omap2/dss/hdmi.h | 17 +-
drivers/video/fbdev/omap2/dss/hdmi4.c | 113 ++-
drivers/video/fbdev/omap2/dss/hdmi4_core.c | 28 +-
drivers/video/fbdev/omap2/dss/hdmi5.c | 829 ++++++++++++++++++
drivers/video/fbdev/omap2/dss/hdmi5_core.c | 922 +++++++++++++++++++++
drivers/video/fbdev/omap2/dss/hdmi5_core.h | 306 +++++++
drivers/video/fbdev/omap2/dss/hdmi_common.c | 41 +
drivers/video/fbdev/omap2/dss/hdmi_phy.c | 265 ++++--
drivers/video/fbdev/omap2/dss/hdmi_pll.c | 107 ++-
drivers/video/fbdev/omap2/dss/hdmi_wp.c | 29 +-
drivers/video/fbdev/omap2/dss/omapdss-boot-init.c | 229 +++++
drivers/video/fbdev/omap2/dss/venc_panel.c | 232 ------
include/video/omapdss.h | 8 +-
39 files changed, 3604 insertions(+), 574 deletions(-)
create mode 100644 Documentation/devicetree/bindings/video/lgphilips,lb035q02.txt
create mode 100644 Documentation/devicetree/bindings/video/panel-dpi.txt
create mode 100644 Documentation/devicetree/bindings/video/sharp,ls037v7dw01.txt
create mode 100644 Documentation/devicetree/bindings/video/ti,omap5-dss.txt
create mode 100644 Documentation/devicetree/bindings/video/toppoly,td028ttec1.txt
create mode 100644 Documentation/devicetree/bindings/video/tpo,td043mtea1.txt
create mode 100644 drivers/video/fbdev/omap2/dss/hdmi5.c
create mode 100644 drivers/video/fbdev/omap2/dss/hdmi5_core.c
create mode 100644 drivers/video/fbdev/omap2/dss/hdmi5_core.h
create mode 100644 drivers/video/fbdev/omap2/dss/omapdss-boot-init.c
delete mode 100644 drivers/video/fbdev/omap2/dss/venc_panel.c

Attachment: signature.asc
Description: OpenPGP digital signature