]> rtime.felk.cvut.cz Git - vajnamar/linux-xlnx.git/commit
OF: DT-Overlay configfs interface (v7)
authorPantelis Antoniou <pantelis.antoniou@konsulko.com>
Wed, 4 Dec 2013 17:32:00 +0000 (19:32 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Thu, 16 Feb 2017 10:08:28 +0000 (11:08 +0100)
commit380e5d653ab51a38af4411fb16f49cbd6eb3b690
tree917d797bbfc939699e96d33fa452a62f1b3ec7d9
parent337f7c709aa016895b8a10d2da45af31579cea12
OF: DT-Overlay configfs interface (v7)

Add a runtime interface to using configfs for generic device tree overlay
usage. With it its possible to use device tree overlays without having
to use a per-platform overlay manager.

Please see Documentation/devicetree/configfs-overlays.txt for more info.

Changes since v6:
- Default groups properties API changed.

Changes since v5:
- New style configfs.

Changes since v4:
- Loading fix for multiple overlays as found out by
  Geert Uytterhoeven <geert@linux-m68k.org>

Changes since v3:
- Fixed compilation on SPARC & Xtensa

Changes since v2:
- Removed ifdef CONFIG_OF_OVERLAY (since for now it's required)
- Created a documentation entry
- Slight rewording in Kconfig

Changes since v1:
- of_resolve() -> of_resolve_phandles().
Documentation/devicetree/configfs-overlays.txt [new file with mode: 0644]
drivers/of/Kconfig
drivers/of/Makefile
drivers/of/configfs.c [new file with mode: 0644]