summaryrefslogtreecommitdiffstats
path: root/include/of_address.h
Commit message (Collapse)AuthorAgeFilesLines
* of: import pci range parser from linuxLucas Stach2014-10-081-0/+57
| | | | | Signed-off-by: Lucas Stach <dev@lynxeye.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* OF: convert of_translate_address to new APISebastian Hesselbarth2013-07-051-0/+8
| | | | | | | | | | This converts existing of_translate_address to recently added API. In contrast to existing behavior, the new function honors ranges properties properly. It now allows reg properties to be set as offset with respect to the correspoding parent node. Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* OF: import address related functions from Linux OF APISebastian Hesselbarth2013-07-051-0/+64
This imports drivers/of/address.c from Linux with some minor modifications. of_translate_address is not yet enabled and PCI and ISA related bus translations have not been imported. Also, a corresponding include header is created with prototypes and non-OF function stubs. Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>