[PATCH v4 2/2] realtek: add support for Panasonic Switch-M8eG PN28080K

2022-03-09 Thread INAGAKI Hiroshi
Panasonic Switch-M8eG PN28080K is a 8 + 1 port gigabit switch, based on RTL8380M. Specification: - SoC : Realtek RTL8380M - RAM : DDR3 128 MiB (Winbond W631GG8KB-15) - Flash : SPI-NOR 32 MiB (Macronix MX25L25635FMI-10G) - Ethernet : 10/100/1000 Mbps x8 + 1 -

[PATCH v4 1/2] realtek: enable pca953x driver for rtl838x subtarget

2022-03-09 Thread INAGAKI Hiroshi
The system status LED on Panasonic Switch-M8eG PN28080K is connected to a PCA9539PW. To use the LED as a status LED of OpenWrt while booting, enable the pca953x driver and built-in to the kernel. Also enable CONFIG_GPIO_PCA953X_IRQ to use interrupt via RTL83xx GPIO. Signed-off-by: INAGAKI Hiroshi

[PATCH v4 0/2] realtek: add support for Panasonic Switch-M8eG PN28080K

2022-03-09 Thread INAGAKI Hiroshi
This is a continuation of the PR in GitHub[1] and v1 patch series. This patch series adds support for Panasonic Switch-M8eG PN28080K. Panasonic Switch-M*eG PN28xx0K series has the following models: - Switch-M8eG PN28080K (RTL8380M, 8 + 1 SFP) - 1-9 : RTL8380M (SoC) - Switch-M16eG PN28160K

Re: [PATCH v3 1/2] realtek: enable pca953x driver for target

2022-03-09 Thread INAGAKI Hiroshi
Oops, I forgot to update the title of this commit... I'll fix and re-send, please ignore this series. Sorry for noise... Regards, Hiroshi On 2022/03/09 21:52, INAGAKI Hiroshi wrote: The system status LED on Panasonic Switch-M8eG PN28080K is connected to a PCA9539PW. To use the LED as a status

[PATCH v3 2/2] realtek: add support for Panasonic Switch-M8eG PN28080K

2022-03-09 Thread INAGAKI Hiroshi
Panasonic Switch-M8eG PN28080K is a 8 + 1 port gigabit switch, based on RTL8380M. Specification: - SoC : Realtek RTL8380M - RAM : DDR3 128 MiB (Winbond W631GG8KB-15) - Flash : SPI-NOR 32 MiB (Macronix MX25L25635FMI-10G) - Ethernet : 10/100/1000 Mbps x8 + 1 -

[PATCH v3 1/2] realtek: enable pca953x driver for target

2022-03-09 Thread INAGAKI Hiroshi
The system status LED on Panasonic Switch-M8eG PN28080K is connected to a PCA9539PW. To use the LED as a status LED of OpenWrt while booting, enable the pca953x driver and built-in to the kernel. Also enable CONFIG_GPIO_PCA953X_IRQ to use interrupt via RTL83xx GPIO. Signed-off-by: INAGAKI Hiroshi

[PATCH v3 0/2] realtek: add support for Panasonic Switch-M8eG PN28080K

2022-03-09 Thread INAGAKI Hiroshi
This is a continuation of the PR in GitHub[1] and v1 patch series. This patch series adds support for Panasonic Switch-M8eG PN28080K. Panasonic Switch-M*eG PN28xx0K series has the following models: - Switch-M8eG PN28080K (RTL8380M, 8 + 1 SFP) - 1-9 : RTL8380M (SoC) - Switch-M16eG PN28160K