aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/scripting-engines/trace-event-python.c
diff options
context:
space:
mode:
authorArnd Bergmann <[email protected]>2016-01-28 17:17:03 +0100
committerFelipe Balbi <[email protected]>2016-03-04 15:14:29 +0200
commita77af20e9e67caf79bd961c3d12938051b2c560e (patch)
tree67f5906a740f4659673e3f7d00f0c1d31aacb38a /tools/perf/util/scripting-engines/trace-event-python.c
parentc5418a0b98c1ff7ae6f3d0b248d9120368156f4a (diff)
usb: gadget: pxa25x_udc cleanup
This removes the dependency on the mach/hardware.h header file from the pxa25x_udc driver after the register definitions were already unified in the previous patch. Following the model of pxa27x_udc (and basically all other drivers in the kernel), we define the register numbers as offsets from the register base address and use accessor functions to read/write them. For the moment, this still leaves the direct pointer dereference in place, instead of using readl/writel, so this patch should not be changing the behavior of the driver, other than using ioremap() on the platform resource to replace the hardcoded virtual address pointers. Acked-by: Robert Jarzmik <[email protected]> Signed-off-by: Arnd Bergmann <[email protected]> Signed-off-by: Felipe Balbi <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions