linux/drivers/of
Grant Likely 4485681939 of/fdt: Clean up casting in unflattening path
The flat tree unflatting path is using unsigned longs to carry around
virtual address pointers to the device tree and the allocated memory
used to unpack it. This is a little insane since every access to them
needs to be cast to a pointer type before using it. This patch changes
the data type to void* for the 'start' and 'mem' pointers and reworks
the unflattening functions to use those values directly which results in
slightly simpler code.

Signed-off-by: Grant Likely <grant.likely@linaro.org>
2013-08-30 11:34:34 +01:00
..
address.c Device tree updates for v3.11 2013-07-04 15:51:45 -07:00
base.c of: call __of_parse_phandle_with_args from of_parse_phandle 2013-08-29 21:40:23 +01:00
device.c
fdt.c of/fdt: Clean up casting in unflattening path 2013-08-30 11:34:34 +01:00
irq.c of/irq: init struct resource to 0 in of_irq_to_resource() 2013-07-22 19:40:38 +01:00
Kconfig
Makefile
of_i2c.c
of_mdio.c
of_mtd.c
of_net.c of: Make of_get_phy_mode() return int i.s.o. const int 2013-08-28 20:50:19 +01:00
of_pci.c
of_pci_irq.c
of_private.h
pdt.c
platform.c of/platform: Staticize of_platform_device_create_pdata() 2013-07-24 11:10:11 +01:00
selftest.c