Re: [RFC PATCH net-next 00/13] NXP SJA1105 DSA driver

2019-03-26 Thread Vladimir Oltean
On Tue, 26 Mar 2019 at 19:30, Vinicius Costa Gomes wrote: > > Hi Vladmir, > > Vladimir Oltean writes: > > > This patchset adds a DSA driver for the SPI-managed NXP SJA1105 driver. > > Due to the hardware's unfriendliness, most of its state needs to be > > shadowed in kernel memory by the driver.

Re: [RFC PATCH net-next 00/13] NXP SJA1105 DSA driver

2019-03-26 Thread Vinicius Costa Gomes
Hi Vladmir, Vladimir Oltean writes: > This patchset adds a DSA driver for the SPI-managed NXP SJA1105 driver. > Due to the hardware's unfriendliness, most of its state needs to be > shadowed in kernel memory by the driver. To support this and keep a > decent amount of cleanliness in the code, a

Re: [RFC PATCH net-next 00/13] NXP SJA1105 DSA driver

2019-03-25 Thread Florian Fainelli
On 3/23/19 8:23 PM, Vladimir Oltean wrote: > This patchset adds a DSA driver for the SPI-managed NXP SJA1105 driver. > Due to the hardware's unfriendliness, most of its state needs to be > shadowed in kernel memory by the driver. To support this and keep a > decent amount of cleanliness in the code

[RFC PATCH net-next 00/13] NXP SJA1105 DSA driver

2019-03-23 Thread Vladimir Oltean
This patchset adds a DSA driver for the SPI-managed NXP SJA1105 driver. Due to the hardware's unfriendliness, most of its state needs to be shadowed in kernel memory by the driver. To support this and keep a decent amount of cleanliness in the code, a new generic API for converting between CPU-acce