Re: [PATCH 6/9] net: add driver for NXP SJA1105 DSA L2 switch

2021-09-28 Thread Ramon Fried
On Tue, Sep 28, 2021 at 2:48 AM Vladimir Oltean wrote: > > The SJA1105 driver is largely reused from Linux. Its programming model > is that it is blank out of reset, and it waits for a static > configuration stream over SPI, which contains all runtime parameters (it > has no notion of "default val

[PATCH 6/9] net: add driver for NXP SJA1105 DSA L2 switch

2021-09-27 Thread Vladimir Oltean
The SJA1105 driver is largely reused from Linux. Its programming model is that it is blank out of reset, and it waits for a static configuration stream over SPI, which contains all runtime parameters (it has no notion of "default values"). Keeping a binary array for the configuration stream would