kernel_optimize_test/drivers/of
Smitha T Murthy a3b398e6f2 of: reserved_mem: set dma_ops for devices using reserved mem
For some IPs, there may be virtual child devices created and for them its
necessary to set the dma_ops if it's using reserved memory else it will call
the dummy dma_ops during buffer operations for the child devices which will
lead to memory mapping failure.

Signed-off-by: Smitha T Murthy <smitha.t@samsung.com>
Signed-off-by: Pankaj Dubey <pankaj.dubey@samsung.com>
Acked-by: Marek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: Rob Herring <robh@kernel.org>
2017-01-04 14:00:45 -06:00
..
unittest-data
address.c
base.c DeviceTree updates for 4.10: 2016-12-15 11:49:41 -08:00
device.c
dynamic.c
fdt_address.c
fdt.c of/fdt: mark hotpluggable memory 2016-12-12 18:55:07 -08:00
irq.c
Kconfig
Makefile
of_mdio.c of_mdio: add helper to deregister fixed-link PHYs 2016-11-29 23:17:02 -05:00
of_net.c
of_numa.c of, numa: Return NUMA_NO_NODE from disable of_node_to_nid() if nid not possible. 2016-11-15 09:17:12 -06:00
of_pci_irq.c
of_pci.c of/pci: Add of_pci_get_max_link_speed() to parse max-link-speed from DT 2016-11-14 15:21:14 -06:00
of_private.h
of_reserved_mem.c of: reserved_mem: set dma_ops for devices using reserved mem 2017-01-04 14:00:45 -06:00
overlay.c of/overlay: add of overlay notifications 2016-11-10 17:03:35 +01:00
pdt.c
platform.c of/platform: clarify of_find_device_by_node refcounting 2016-11-15 09:17:19 -06:00
resolver.c of: Fix issue where code would fall through to error case. 2016-12-09 10:33:03 -06:00
unittest.c