From: Felipe Balbi Date: Wed, 12 Jun 2013 18:09:26 +0000 (+0300) Subject: usb: dwc3: core: introduce and use macros for Event Size register X-Git-Tag: v3.12-rc1~186^2~77^2~71 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68d6a01bdd2a9ebae858271129d0a8d4ae865e93;p=pandora-kernel.git usb: dwc3: core: introduce and use macros for Event Size register That register has more than just the event buffer size; we can also mask and unmask that particular interrupter on bit 31 of that register. In this patch we introduce the necessary macros and make sure to use the new macros while also making sure we mask interrupts during driver removal. Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed