From: Hans de Goede Date: Fri, 20 Mar 2015 19:11:12 +0000 (+0100) Subject: usb: musb: Make busctl_offset an io-op rather then a define X-Git-Tag: omap-for-v4.2/fixes-rc1^2~90^2~16^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6cc2af6d50204e8a1034ecd162378ceea22b09e8;p=pandora-kernel.git usb: musb: Make busctl_offset an io-op rather then a define The Allwinner (sunxi) implementation of the musb has its busctl registers indexed by the MUSB_INDEX register rather then in a flat address space. This commit turns MUSB_BUSCTL_OFFSET from a macro into an io-op which can be overridden from the platform ops. Signed-off-by: Hans de Goede Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed