lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Fri, 8 Aug 2014 14:36:28 +0300
From:	Tomi Valkeinen <tomi.valkeinen@...com>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
CC:	LKML <linux-kernel@...r.kernel.org>,
	Linux Fbdev development list <linux-fbdev@...r.kernel.org>
Subject: [GIT PULL] fbdev changes for 3.17

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


Download attachment "signature.asc" of type "application/pgp-signature" (820 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ