mbox series

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

Message ID 20210125045631.2345-1-lorenzo.carletti98@gmail.com (mailing list archive)
Headers show
Series net: dsa: rtl8366rb: change type of jam tables | expand

Message

Lorenzo Carletti Jan. 25, 2021, 4:56 a.m. UTC
I was trying to see if there were some Intel 8051 instructions in the
jam tables with Linus Walleij, when I noticed some oddities.
This patch's aim is to make the code more consistent and more similar
to the vendor's original source.
Link to the Realtek code the actual patch is based 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 deletions(-)