summaryrefslogtreecommitdiffstats
path: root/Documentation/acpi
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2016-01-28 17:17:03 +0100
committerFelipe Balbi <balbi@kernel.org>2016-03-04 14:14:29 +0100
commita77af20e9e67caf79bd961c3d12938051b2c560e (patch)
tree67f5906a740f4659673e3f7d00f0c1d31aacb38a /Documentation/acpi
parentusb: gadget: pxa25x_udc: move register definitions from arch (diff)
downloadlinux-a77af20e9e67caf79bd961c3d12938051b2c560e.tar.xz
linux-a77af20e9e67caf79bd961c3d12938051b2c560e.zip
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 <robert.jarzmik@free.fr> Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Felipe Balbi <balbi@kernel.org>
Diffstat (limited to 'Documentation/acpi')
0 files changed, 0 insertions, 0 deletions