Re: [RFC PATCH 28/41] staging: dwc2: introduce GINTMSK_HOST macro

2013-04-06 Thread Sergei Shtylyov
Hello. On 06-04-2013 1:27, Matthijs Kooijman wrote: This simply defines a list of interrupts handled by the the host interrupt handler. Signed-off-by: Matthijs Kooijman [...] diff --git a/drivers/staging/dwc2/core.c b/drivers/staging/dwc2/core.c index a3b8556..ab6844c 100644 --- a/driver

[RFC PATCH 28/41] staging: dwc2: introduce GINTMSK_HOST macro

2013-04-05 Thread Matthijs Kooijman
This simply defines a list of interrupts handled by the the host interrupt handler. Signed-off-by: Matthijs Kooijman --- drivers/staging/dwc2/core.c | 4 +--- drivers/staging/dwc2/core.h | 4 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/drivers/staging/dwc2/core.c b/driver