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 for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
Date:	Mon, 29 Apr 2013 14:14:27 +0300
From:	Tomi Valkeinen <tomi.valkeinen@...com>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
CC:	linux-fbdev <linux-fbdev@...r.kernel.org>,
	linux-kernel <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] fbdev changes for 3.10

Hi Linus,

The following changes since commit 60d509fa6a9c4653a86ad830e4c4b30360b23f0e:

  Linux 3.9-rc8 (2013-04-21 14:38:45 -0700)

are available in the git repository at:

  git://gitorious.org/linux-omap-dss2/linux.git tags/fbdev-for-3.10

for you to fetch changes up to 9bf9d47a29afbf7a43eae74a988a4aefe88ccbfd:

  Merge branch '3.10/fb-mmap' into for-next (2013-04-26 09:14:47 +0300)

----------------------------------------------------------------

fbdev for 3.10

* use vm_iomap_memory() in various fb drivers to map the fb memory to userspace
* Cleanups for the videomode and display_timing features
* Updates to vt8500, wm8505 and auo-k190x fb drivers

----------------------------------------------------------------
Arnd Bergmann (2):
      video/exynos: remove unnecessary header inclusions
      video/s3c: move platform_data out of arch/arm

Fabio Porcedda (1):
      drivers: video: use module_platform_driver_probe()

Heiko Stübner (9):
      AUO-K190x: Use correct line length
      AUO-K190x: add runtime-pm calls to controller init functions
      AUO-K190x: set the correct runtime-pm state in recover
      AUO-K190x: make memory check in check_var more flexible
      AUO-K190x: move var resolution-handling into check_var
      AUO-K190x: make color handling more flexible
      AUO-K190x: add a 16bit truecolor mode
      AUO-K190x: add framebuffer rotation support
      AUO-K190x: Add resolutions for portrait displays

Julia Lawall (1):
      drivers/video/wm8505fb.c: use devm_ functions

Paul Bolle (1):
      ARM: OMAP: remove "config FB_OMAP_CONSISTENT_DMA_SIZE"

Sachin Kamat (1):
      video: wm8505fb: Convert to devm_ioremap_resource()

Timur Tabi (1):
      drivers/video: fsl-diu-fb: add hardware cursor support

Tomi Valkeinen (17):
      videomode: simplify videomode Kconfig and Makefile
      videomode: combine videomode dmt_flags and data_flags
      videomode: create enum for videomode's display flags
      videomode: remove timing_entry_index
      videomode: videomode_from_timing work
      fbdev: Merge fbdev topic branches
      video: vt8500: fix Kconfig for videomode
      fbdev/omapfb: use vm_iomap_memory()
      fbdev/controlfb: use vm_iomap_memory()
      fbdev/fb-puv3: use vm_iomap_memory()
      fbdev/sa1100fb: use vm_iomap_memory()
      fbdev/vermillion: use vm_iomap_memory()
      fbdev/sgivwfb: use vm_iomap_memory()
      fbdev/ps3fb: use vm_iomap_memory()
      fbdev: improve fb_mmap bounds checks
      fbdev: fix check for fb_mmap's mmio availability
      Merge branch '3.10/fb-mmap' into for-next

Tony Prisk (5):
      video: vt8500: Make wmt_ge_rops optional
      video: vt8500: Remove unused platform_data/video-vt8500lcdfb.h
      video: vt8500: Correct descriptions in video/Kconfig
      video: vt8500: Adjust contrast in wm8505 framebuffer driver.
      video: fb: vt8500: Convert framebuffer drivers to standardized binding

 .../devicetree/bindings/video/via,vt8500-fb.txt    |   48 +---
 .../devicetree/bindings/video/wm,wm8505-fb.txt     |   32 ++-
 arch/arm/boot/dts/vt8500-bv07.dts                  |   34 ++-
 arch/arm/boot/dts/vt8500.dtsi                      |    4 +-
 arch/arm/boot/dts/wm8505-ref.dts                   |   34 ++-
 arch/arm/boot/dts/wm8505.dtsi                      |    4 +-
 arch/arm/boot/dts/wm8650-mid.dts                   |   36 ++-
 arch/arm/boot/dts/wm8650.dtsi                      |    4 +-
 arch/arm/boot/dts/wm8850-w70v2.dts                 |   40 ++--
 arch/arm/boot/dts/wm8850.dtsi                      |    4 +-
 arch/arm/plat-samsung/include/plat/fb.h            |   50 +----
 drivers/gpu/drm/drm_modes.c                        |   20 +-
 drivers/gpu/drm/tilcdc/Kconfig                     |    3 +-
 drivers/gpu/drm/tilcdc/tilcdc_panel.c              |    2 +-
 drivers/video/Kconfig                              |   57 ++---
 drivers/video/Makefile                             |    8 +-
 drivers/video/amifb.c                              |   14 +-
 drivers/video/atmel_lcdfb.c                        |   13 +-
 drivers/video/auo_k1900fb.c                        |   11 +-
 drivers/video/auo_k1901fb.c                        |   11 +-
 drivers/video/auo_k190x.c                          |  235 ++++++++++++++++----
 drivers/video/controlfb.c                          |   50 ++---
 drivers/video/exynos/exynos_mipi_dsi.c             |    2 -
 drivers/video/exynos/exynos_mipi_dsi_common.c      |    2 -
 drivers/video/exynos/exynos_mipi_dsi_lowlevel.c    |    2 -
 drivers/video/fb-puv3.c                            |   14 +-
 drivers/video/fbmem.c                              |    5 +
 drivers/video/fbmon.c                              |   16 +-
 drivers/video/fsl-diu-fb.c                         |  157 ++++++++++++-
 drivers/video/gbefb.c                              |    4 +-
 drivers/video/of_display_timing.c                  |   19 +-
 drivers/video/of_videomode.c                       |    2 +-
 drivers/video/omap/Kconfig                         |   11 -
 drivers/video/omap2/omapfb/omapfb-main.c           |   30 +--
 drivers/video/omap2/vrfb.c                         |   13 +-
 drivers/video/ps3fb.c                              |   18 +-
 drivers/video/s3c-fb.c                             |    3 +-
 drivers/video/sa1100fb.c                           |   16 +-
 drivers/video/sgivwfb.c                            |   20 +-
 drivers/video/sh_mipi_dsi.c                        |   12 +-
 drivers/video/sh_mobile_hdmi.c                     |   12 +-
 drivers/video/smscufx.c                            |    6 +-
 drivers/video/udlfb.c                              |    6 +-
 drivers/video/vermilion/vermilion.c                |   14 +-
 drivers/video/vfb.c                                |    7 +-
 drivers/video/videomode.c                          |   36 +--
 drivers/video/vt8500lcdfb.c                        |   55 ++---
 drivers/video/wm8505fb.c                           |  145 ++++--------
 drivers/video/wmt_ge_rops.h                        |   23 ++
 include/linux/platform_data/video-vt8500lcdfb.h    |   31 ---
 include/linux/platform_data/video_s3c.h            |   54 +++++
 include/video/auo_k190xfb.h                        |    3 +-
 include/video/display_timing.h                     |   57 ++---
 include/video/videomode.h                          |   18 +-
 54 files changed, 799 insertions(+), 728 deletions(-)
 delete mode 100644 include/linux/platform_data/video-vt8500lcdfb.h
 create mode 100644 include/linux/platform_data/video_s3c.h


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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ