mbox series

[0/5] MIPS: BCM47XX: Board updates from OpenWrt

Message ID 20220107035141.2325384-1-f.fainelli@gmail.com (mailing list archive)
Headers show
Series MIPS: BCM47XX: Board updates from OpenWrt | expand

Message

Florian Fainelli Jan. 7, 2022, 3:51 a.m. UTC
Hi all,

This patch is breaking up the larger patch that OpenWrt carries at:

https://git.openwrt.org/?p=openwrt/openwrt.git;a=blob;f=target/linux/bcm47xx/patches-5.10/320-MIPS-BCM47XX-Devices-database-update-for-4.x.patch;h=bde811c1956578a33cc230b80c3a2b4a20cd9aa5;hb=HEAD

into a series of patches that add support for each board individually.

Florian Fainelli (5):
  MIPS: BCM47XX: Define Linksys WRT310N V2 buttons
  MIPS: BCM47XX: Add board entry for Linksys WRT320N v1
  MIPS: BCM47XX: Add LEDs and buttons for Asus RTN-10U
  MIPS: BCM47XX: Add support for Netgear R6300 v1
  MIPS: BCM47XX: Add support for Netgear WN2500RP v1 & v2

 arch/mips/bcm47xx/board.c                     |  4 ++
 arch/mips/bcm47xx/buttons.c                   | 44 +++++++++++++++++++
 arch/mips/bcm47xx/leds.c                      | 21 +++++++++
 .../include/asm/mach-bcm47xx/bcm47xx_board.h  |  4 ++
 4 files changed, 73 insertions(+)

Comments

Thomas Bogendoerfer Jan. 9, 2022, 9:43 p.m. UTC | #1
On Thu, Jan 06, 2022 at 07:51:36PM -0800, Florian Fainelli wrote:
> Hi all,
> 
> This patch is breaking up the larger patch that OpenWrt carries at:
> 
> https://git.openwrt.org/?p=openwrt/openwrt.git;a=blob;f=target/linux/bcm47xx/patches-5.10/320-MIPS-BCM47XX-Devices-database-update-for-4.x.patch;h=bde811c1956578a33cc230b80c3a2b4a20cd9aa5;hb=HEAD
> 
> into a series of patches that add support for each board individually.
> 
> Florian Fainelli (5):
>   MIPS: BCM47XX: Define Linksys WRT310N V2 buttons
>   MIPS: BCM47XX: Add board entry for Linksys WRT320N v1
>   MIPS: BCM47XX: Add LEDs and buttons for Asus RTN-10U
>   MIPS: BCM47XX: Add support for Netgear R6300 v1
>   MIPS: BCM47XX: Add support for Netgear WN2500RP v1 & v2
> 
>  arch/mips/bcm47xx/board.c                     |  4 ++
>  arch/mips/bcm47xx/buttons.c                   | 44 +++++++++++++++++++
>  arch/mips/bcm47xx/leds.c                      | 21 +++++++++
>  .../include/asm/mach-bcm47xx/bcm47xx_board.h  |  4 ++
>  4 files changed, 73 insertions(+)

series applied to mips-next.

Thomas.