Re: [PATCH] usb: gadget: bcm63xx_udc: fix build failure on DMA channel code

2014-02-14 Thread Florian Fainelli
2014-01-21 17:30 GMT-08:00 Greg KH : > On Tue, Jan 21, 2014 at 11:20:09AM -0800, Florian Fainelli wrote: >> 2014/1/14 Florian Fainelli : >> > Commit 3dc6475 ("bcm63xx_enet: add support Broadcom BCM6345 Ethernet") >> > changed the ENETDMA[CS] macros such that they are no longer macros, but >> > actu

Re: [PATCH] usb: gadget: bcm63xx_udc: fix build failure on DMA channel code

2014-01-21 Thread Florian Fainelli
2014/1/21 Greg KH : > On Tue, Jan 21, 2014 at 11:20:09AM -0800, Florian Fainelli wrote: >> 2014/1/14 Florian Fainelli : >> > Commit 3dc6475 ("bcm63xx_enet: add support Broadcom BCM6345 Ethernet") >> > changed the ENETDMA[CS] macros such that they are no longer macros, but >> > actual register offse

Re: [PATCH] usb: gadget: bcm63xx_udc: fix build failure on DMA channel code

2014-01-21 Thread Greg KH
On Tue, Jan 21, 2014 at 11:20:09AM -0800, Florian Fainelli wrote: > 2014/1/14 Florian Fainelli : > > Commit 3dc6475 ("bcm63xx_enet: add support Broadcom BCM6345 Ethernet") > > changed the ENETDMA[CS] macros such that they are no longer macros, but > > actual register offset definitions. The bcm63xx

Re: [PATCH] usb: gadget: bcm63xx_udc: fix build failure on DMA channel code

2014-01-21 Thread Florian Fainelli
2014/1/14 Florian Fainelli : > Commit 3dc6475 ("bcm63xx_enet: add support Broadcom BCM6345 Ethernet") > changed the ENETDMA[CS] macros such that they are no longer macros, but > actual register offset definitions. The bcm63xx_udc driver was not > updated, and as a result, causes the following build

[PATCH] usb: gadget: bcm63xx_udc: fix build failure on DMA channel code

2014-01-14 Thread Florian Fainelli
Commit 3dc6475 ("bcm63xx_enet: add support Broadcom BCM6345 Ethernet") changed the ENETDMA[CS] macros such that they are no longer macros, but actual register offset definitions. The bcm63xx_udc driver was not updated, and as a result, causes the following build error to pop up: CC drivers/u