mbox series

[v4,0/5] MIPS: BCM63xx: board improvements

Message ID 20200812075235.366864-1-noltari@gmail.com (mailing list archive)
Headers show
Series MIPS: BCM63xx: board improvements | expand

Message

Álvaro Fernández Rojas Aug. 12, 2020, 7:52 a.m. UTC
v4: Split license change to a new patch.
v3: Reword DWV-S0 board commit description to avoid possible confusions.
v2: switch to SPDX license identifier.

Álvaro Fernández Rojas (5):
  MIPS: BCM63xx: remove duplicated new lines
  MIPS: BCM63xx: remove EHCI from BCM6348 boards
  MIPS: BCM63xx: enable EHCI for DWV-S0 board
  MIPS: BCM63xx: refactor board declarations
  MIPS: BCM63xx: switch to SPDX license identifier

 arch/mips/bcm63xx/boards/board_bcm963xx.c | 625 +++++++++++-----------
 1 file changed, 306 insertions(+), 319 deletions(-)

Comments

Thomas Bogendoerfer Aug. 17, 2020, 11:16 a.m. UTC | #1
On Wed, Aug 12, 2020 at 09:52:30AM +0200, Álvaro Fernández Rojas wrote:
> v4: Split license change to a new patch.
> v3: Reword DWV-S0 board commit description to avoid possible confusions.
> v2: switch to SPDX license identifier.
> 
> Álvaro Fernández Rojas (5):
>   MIPS: BCM63xx: remove duplicated new lines
>   MIPS: BCM63xx: remove EHCI from BCM6348 boards
>   MIPS: BCM63xx: enable EHCI for DWV-S0 board
>   MIPS: BCM63xx: refactor board declarations
>   MIPS: BCM63xx: switch to SPDX license identifier
> 
>  arch/mips/bcm63xx/boards/board_bcm963xx.c | 625 +++++++++++-----------
>  1 file changed, 306 insertions(+), 319 deletions(-)

series applied to mips-next.

Thomas.