diff options
author | Thomas Petazzoni <[email protected]> | 2013-08-09 22:27:10 +0200 |
---|---|---|
committer | Jason Cooper <[email protected]> | 2013-09-30 14:58:07 +0000 |
commit | 627dfcc249e2eae07982272808ad560592e730e0 (patch) | |
tree | 1df9284d3a54445daa0083c0d5ac4de12b173026 /lib/string_helpers.c | |
parent | 272b98c6455f00884f0350f775c5342358ebb73f (diff) |
irqchip: armada-370-xp: properly request resources
Instead of using of_iomap(), we now use of_address_to_resource(),
request_mem_region() and ioremap(). This allows the corresponding I/O
regions to be properly requested and visible in /proc/iomem.
The main motivation for this change is that the introduction of the
MSI support requires us to get the physical address of the main
interrupt controller registers, so we will need the corresponding
'struct resource' anyway.
We also take this opportunity to change a panic() to BUG_ON(), in
order to be consistent with the rest of the driver.
Signed-off-by: Thomas Petazzoni <[email protected]>
Tested-by: Daniel Price <[email protected]>
Acked-by: Gregory CLEMENT <[email protected]>
Signed-off-by: Jason Cooper <[email protected]>
Diffstat (limited to 'lib/string_helpers.c')
0 files changed, 0 insertions, 0 deletions