Messages in this thread |  | | From | Pantelis Antoniou <> | Subject | [PATCH 0/5] OF: Fixes in preperation of DT overlays | Date | Tue, 5 Nov 2013 19:50:11 +0200 |
| |
This patchset introduces a number of fixes that are required for the subsequent patches that add DT overlays support.
Most of them are trivial, adding small bits that are missing, or exporting functions that were private before.
Pantelis Antoniou (5): OF: Clear detach flag on attach OF: Introduce device tree node flag helpers. OF: export of_property_notify OF: Export all DT proc update functions OF: Introduce utility helper functions
drivers/of/Makefile | 2 +- drivers/of/base.c | 77 ++++++++-------- drivers/of/util.c | 253 ++++++++++++++++++++++++++++++++++++++++++++++++++++ include/linux/of.h | 119 ++++++++++++++++++++++++ 4 files changed, 413 insertions(+), 38 deletions(-) create mode 100644 drivers/of/util.c
-- 1.7.12
|  |