alistair23-linux/drivers/of
Sergei Shtylyov 6a245d959c of: irq: use of_property_read_bool() for "interrupt-controller" prop
The "interrupt-controller" property is boolean, i.e. has no value.  The DT
interrupt parsing code predates of_property_read_bool(), so it uses either
of_get_property() or of_find_property() -- the former isn't quite correct
for the boolean props (but works somehow). Use the modern boolean prop API
instead.

Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Signed-off-by: Rob Herring <robh@kernel.org>
2017-07-21 09:59:33 -05:00
..
unittest-data of: overlay: add overlay unittest data for node names and symbols 2017-07-20 09:36:13 -05:00
address.c of: Convert to using %pOF instead of full_name 2017-07-18 17:09:18 -05:00
base.c of: Convert to using %pOF instead of full_name 2017-07-18 17:09:18 -05:00
device.c of: Convert to using %pOF instead of full_name 2017-07-18 17:09:18 -05:00
dynamic.c of: Convert to using %pOF instead of full_name 2017-07-18 17:09:18 -05:00
fdt.c DeviceTree for 4.13: 2017-07-07 10:37:54 -07:00
fdt_address.c
irq.c of: irq: use of_property_read_bool() for "interrupt-controller" prop 2017-07-21 09:59:33 -05:00
Kconfig
Makefile of: Move OF property and graph API from base.c to property.c 2017-06-01 08:50:45 -05:00
of_mdio.c of: Convert to using %pOF instead of full_name 2017-07-18 17:09:18 -05:00
of_net.c
of_numa.c
of_pci.c of: Convert to using %pOF instead of full_name 2017-07-18 17:09:18 -05:00
of_pci_irq.c OF/PCI: Update of_irq_parse_and_map_pci() comment 2017-07-02 16:14:28 -05:00
of_private.h of: find_node_by_full_name rewrite to compare each level 2017-06-22 12:38:29 -05:00
of_reserved_mem.c
overlay.c of: overlay: add overlay symbols to live device tree 2017-07-20 09:40:05 -05:00
pdt.c
platform.c of: Convert to using %pOF instead of full_name 2017-07-18 17:09:18 -05:00
property.c of: Convert to using %pOF instead of full_name 2017-07-18 17:09:18 -05:00
resolver.c of: find_node_by_full_name rewrite to compare each level 2017-06-22 12:38:29 -05:00
unittest.c of: overlay: add overlay unittest data for node names and symbols 2017-07-20 09:36:13 -05:00