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>] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 10 Dec 2012 20:41:26 +0100
From:	Sylwester Nawrocki <s.nawrocki@...sung.com>
To:	g.liakhovetski@....de, linux-media@...r.kernel.org
Cc:	grant.likely@...retlab.ca, rob.herring@...xeda.com,
	thomas.abraham@...aro.org, t.figa@...sung.com,
	sw0312.kim@...sung.com, kyungmin.park@...sung.com,
	devicetree-discuss@...ts.ozlabs.org, linux-kernel@...r.kernel.org,
	Sylwester Nawrocki <s.nawrocki@...sung.com>
Subject: [PATCH RFC 00/13] Common video input interfaces bindings and V4L2 OF
 helpers

Hi all,

This series is an update of work on common bindings for video capture
interfaces [1], [2] originally started by Guennadi. I took the liberty
of resending the original patches and adding my changes on top of it.

I just noticed there were some comments to the v5 of the bindings
documentation and the example. I might have addressed them in next
iteration, unless the author prefers to take care of that himself.

This series adds a bunch of empty function/macro definitions for
when CONFIG_OF(_DEVICE) is disabled, video capture interfaces common
bindings documentation, related OF helpers and some corrections/
enhancements of them.

Full tree containing this patch series can be browsed at [3].

[1] http://www.spinics.net/lists/linux-sh/msg13391.html
[2] http://www.spinics.net/lists/linux-sh/msg13111.html
[3] http://git.infradead.org/users/kmpark/linux-samsung/shortlog/refs/heads/v3.7-rc8-pq-camera-dt

Guennadi Liakhovetski (6):
  i2c: add dummy inline functions for when CONFIG_OF_I2C(_MODULE) isn't
    defined
  of: add a dummy inline function for when CONFIG_OF is not defined
  OF: define of_*_cmp() macros also if CONFIG_OF isn't set
  OF: make a function pointer argument const
  media: add V4L2 DT binding documentation
  media: add a V4L2 OF parser

Sylwester Nawrocki (7):
  of: Add empty for_each_available_child_of_node() macro definition
  of: Add empty of_find_device_by_node() function definition
  of: Add empty of_get_next_child() function definition
  v4l2-of: Support variable length of data-lanes property
  v4l2-of: Add v4l2_of_parse_data_lanes() function
  v4l2-of: Corrected v4l2_of_parse_link() function declaration
  v4l2-of: Replace "remote" property with "remote-endpoint"

 Documentation/devicetree/bindings/media/v4l2.txt |  162 ++++++++++++++++
 drivers/media/v4l2-core/Makefile                 |    3 +
 drivers/media/v4l2-core/v4l2-of.c                |  217 ++++++++++++++++++++++
 drivers/of/base.c                                |    4 +-
 include/linux/of.h                               |   36 +++-
 include/linux/of_i2c.h                           |   12 ++
 include/linux/of_platform.h                      |    7 +
 include/media/v4l2-of.h                          |   80 ++++++++
 8 files changed, 509 insertions(+), 12 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/media/v4l2.txt
 create mode 100644 drivers/media/v4l2-core/v4l2-of.c
 create mode 100644 include/media/v4l2-of.h

--
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