Re: [U-Boot] [PATCHv2 07/10] net: mvpp2x: Remove IRQ configuration from U-Boot

2017-08-09 Thread Joe Hershberger
On Wed, Aug 9, 2017 at 2:37 AM, wrote: > From: Stefan Chulski > > Remove IRQ configuration from U-Boot PP driver. > U-Boot don't use interrupts and configuration of IRQ in U-Boot > caused crashes in Linux shared interrupt mode. > Also interrupt use is redundant in RX routine since a single RX >

[U-Boot] [PATCHv2 07/10] net: mvpp2x: Remove IRQ configuration from U-Boot

2017-08-09 Thread stefanc
From: Stefan Chulski Remove IRQ configuration from U-Boot PP driver. U-Boot don't use interrupts and configuration of IRQ in U-Boot caused crashes in Linux shared interrupt mode. Also interrupt use is redundant in RX routine since a single RX queue is used. Signed-off-by: Stefan Chulski Tested-