Re: [PATCH V2 1/1] net: dsa: rtl8366rb: standardize init jam tables

2021-01-27 Thread Lorenzo Carletti
On Wed, Jan 27, 2021 at 12:17:37PM -0800, Florian Fainelli wrote: > One of those guidelines is no top-posting and make sure you use a > plaintext format for your emails otherwise the mailing-lists may be > dropping your response (we may still get those responses because we are > copied). My bad. I

[PATCH V2 1/1] net: dsa: rtl8366rb: standardize init jam tables

2021-01-26 Thread Lorenzo Carletti
used and also makes it possible for a single function to handle all of them, removing some duplicated code. Signed-off-by: Lorenzo Carletti --- drivers/net/dsa/rtl8366rb.c | 273 ++-- 1 file changed, 139 insertions(+), 134 deletions(-) diff --git a/drivers/ne

[PATCH V2 0/1] net: dsa: rtl8366rb: change type of jam tables

2021-01-26 Thread Lorenzo Carletti
on: https://svn.dd-wrt.com/browser/src/linux/universal/linux-3.2/drivers/net/ethernet/raeth/rb/rtl8366rb_api.c Changes V1 -> V2: - Used struct array for jam tables instead of u16 matrixes (Thanks to Vladimir Oltean for the suggestion Lorenzo Carletti (1): net: dsa: rtl8366rb: standardize in

[PATCH 0/1] net: dsa: rtl8366rb: change type of jam tables

2021-01-24 Thread Lorenzo Carletti
on: https://svn.dd-wrt.com/browser/src/linux/universal/linux-3.2/drivers/net/ethernet/raeth/rb/rtl8366rb_api.c Lorenzo Carletti (1): net: dsa: rtl8366rb: standardize init jam tables drivers/net/dsa/rtl8366rb.c | 264 ++-- 1 file changed, 131 insertions(+), 133

[PATCH 1/1] net: dsa: rtl8366rb: standardize init jam tables

2021-01-24 Thread Lorenzo Carletti
ingle function to handle all of them, removing some duplicated code. Signed-off-by: Lorenzo Carletti --- drivers/net/dsa/rtl8366rb.c | 264 ++-- 1 file changed, 131 insertions(+), 133 deletions(-) diff --git a/drivers/net/dsa/rtl8366rb.c b/drivers/net/dsa/rtl836