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

2017-08-08 Thread Joe Hershberger
On Wed, Jun 21, 2017 at 3:31 AM, wrote: > From: Stefan Chulski > > Remove IRQ configuration from u-boot PP driver. > U-BOOT don't use interupts and coniguration of IRQ in u-boot interupts -> interrupts coniguration -> configuration u-boot -> U-Boot >

[U-Boot] [PATCH 07/10] net: mvpp2x: Remove IRQ configuration from u-boot

2017-06-21 Thread stefanc
From: Stefan Chulski Remove IRQ configuration from u-boot PP driver. U-BOOT don't use interupts and coniguration of IRQ in u-boot caused crushes in Linux interupt shared mode. Also interput cause is redundant in RX routine since single RXQ used. Change-Id: