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:	Thu, 08 May 2014 19:34:07 +0200
From:	Sylwester Nawrocki <s.nawrocki@...sung.com>
To:	linux-media@...r.kernel.org
Cc:	robh+dt@...nel.org, mark.rutland@....com,
	devicetree@...r.kernel.org, kyungmin.park@...sung.com,
	linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
	Sylwester Nawrocki <s.nawrocki@...sung.com>
Subject: [PATCH V2 0/4] Exynos4 SoC camera subsystem driver cleanups

This patch series includes some bug fixes for the Exynos4/S5P SoC camera
interface drivers and removes (ab)use of "simple-bus" compatible string.

Comparing to previous version I've excluded patches dropping support
for non-dt platforms and added two further bug fixes.
of_platform_populate() is used instead of manually parsing the device
tree and creating devices and the cleanup function has been moved to
the core. This series depends on patch:
http://www.kernelhub.org/?msg=466319&p=2

Sylwester Nawrocki (4):
  exynos4-is: Free FIMC-IS CPU memory only when allocated
  exynos4-is: Move firmware request to subdev open()
  exynos4-is: Remove requirement for "simple-bus" compatible
  ARM: dts: exynos4: Remove simple-bus compatibles from the camera
    subsystem

 .../devicetree/bindings/media/samsung-fimc.txt     |    6 +--
 arch/arm/boot/dts/exynos4.dtsi                     |    2 +-
 arch/arm/boot/dts/exynos4x12.dtsi                  |    2 +-
 drivers/media/platform/exynos4-is/fimc-is.c        |   50 ++++++++++----------
 drivers/media/platform/exynos4-is/fimc-is.h        |    2 +-
 drivers/media/platform/exynos4-is/fimc-isp.c       |   10 +++-
 drivers/media/platform/exynos4-is/media-dev.c      |   21 ++++++--
 7 files changed, 58 insertions(+), 35 deletions(-)

--
1.7.9.5

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists