diff options
author | MaJun <[email protected]> | 2016-03-17 16:34:01 +0800 |
---|---|---|
committer | Thomas Gleixner <[email protected]> | 2016-03-21 11:24:11 +0100 |
commit | ed2a1002d25ccdb6606c8ccb608524118bd30614 (patch) | |
tree | 8318b3d998df026d3425cfd4c9718d56d7ba5f2e /tools/perf/scripts/python | |
parent | d0e286415dc1f4fea2971d6186b0775c7062575b (diff) |
irqchip/mbigen: Handle multiple device nodes in a mbigen module
Each mbigen device is represented as a independent platform device. If the
devices belong to the same mbigen hardware module, then the register space for
these devices is the same. That leads to a resource conflict.
The solution for this is to represent the mbigen module as a platform device
and make the mbigen devices subdevices of that. The register space is
associated to the mbigen module and therefor the resource conflict is avoided.
[ tglx: Massaged changelog, cleaned up the code and removed the silly printk ]
Signed-off-by: Ma Jun <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Thomas Gleixner <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions