All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3 net-next] bcm63xx_enet: add support for BCM63xx gigabit integrated switch
@ 2013-06-04 21:41 Florian Fainelli
  2013-06-04 21:41 ` [PATCH 1/3 net-next] bcm63xx_enet: implement reset autoneg ethtool callback Florian Fainelli
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Florian Fainelli @ 2013-06-04 21:41 UTC (permalink / raw)
  To: davem; +Cc: ralf, blogic, linux-mips, cernekee, mbizon, jogo,
	Florian Fainelli

David, Ralf,

This patchset contains changes to enable the BCM63xx gitabit integrated switch
found on BCM6328, BCM6362 and BCM6368 SoCs. It contains changes both to
arch/mips/bcm63xx and drivers/net/ethernet/bcm63xx_enet.c. The changes are
pretty difficult to split so I would rather see these merged via the net-tree.

Thanks!

Maxime Bizon (3):
  bcm63xx_enet: implement reset autoneg ethtool callback
  bcm63xx_enet: split DMA channel register accesses
  bcm63xx_enet: add support for Broadcom BCM63xx integrated gigabit
    switch

 arch/mips/bcm63xx/boards/board_bcm963xx.c          |    4 +
 arch/mips/bcm63xx/dev-enet.c                       |  118 +-
 arch/mips/include/asm/mach-bcm63xx/bcm63xx_cpu.h   |    4 +-
 .../include/asm/mach-bcm63xx/bcm63xx_dev_enet.h    |   28 +
 arch/mips/include/asm/mach-bcm63xx/bcm63xx_regs.h  |   63 ++
 .../mips/include/asm/mach-bcm63xx/board_bcm963xx.h |    2 +
 drivers/net/ethernet/broadcom/bcm63xx_enet.c       | 1135 ++++++++++++++++++--
 drivers/net/ethernet/broadcom/bcm63xx_enet.h       |   75 ++
 8 files changed, 1331 insertions(+), 98 deletions(-)

-- 
1.7.10.4

^ permalink raw reply	[flat|nested] 7+ messages in thread
* [PATCH 0/3 net-next] bcm63xx_enet: add support for BCM63xx gigabit integrated switch
@ 2013-06-04 21:53 Florian Fainelli
  2013-06-04 21:53 ` [PATCH 1/3 net-next] bcm63xx_enet: implement reset autoneg ethtool callback Florian Fainelli
  0 siblings, 1 reply; 7+ messages in thread
From: Florian Fainelli @ 2013-06-04 21:53 UTC (permalink / raw)
  To: davem
  Cc: ralf, blogic, linux-mips, cernekee, mbizon, jogo, netdev,
	Florian Fainelli

David, Ralf,

This patchset contains changes to enable the BCM63xx gitabit integrated switch
found on BCM6328, BCM6362 and BCM6368 SoCs. It contains changes both to
arch/mips/bcm63xx and drivers/net/ethernet/bcm63xx_enet.c. The changes are
pretty difficult to split so I would rather see these merged via the net-tree.

(this time with netdev CC'd)

Thanks!

Maxime Bizon (3):
  bcm63xx_enet: implement reset autoneg ethtool callback
  bcm63xx_enet: split DMA channel register accesses
  bcm63xx_enet: add support for Broadcom BCM63xx integrated gigabit
    switch

 arch/mips/bcm63xx/boards/board_bcm963xx.c          |    4 +
 arch/mips/bcm63xx/dev-enet.c                       |  118 +-
 arch/mips/include/asm/mach-bcm63xx/bcm63xx_cpu.h   |    4 +-
 .../include/asm/mach-bcm63xx/bcm63xx_dev_enet.h    |   28 +
 arch/mips/include/asm/mach-bcm63xx/bcm63xx_regs.h  |   63 ++
 .../mips/include/asm/mach-bcm63xx/board_bcm963xx.h |    2 +
 drivers/net/ethernet/broadcom/bcm63xx_enet.c       | 1135 ++++++++++++++++++--
 drivers/net/ethernet/broadcom/bcm63xx_enet.h       |   75 ++
 8 files changed, 1331 insertions(+), 98 deletions(-)

-- 
1.7.10.4

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2013-06-10 21:28 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-04 21:41 [PATCH 0/3 net-next] bcm63xx_enet: add support for BCM63xx gigabit integrated switch Florian Fainelli
2013-06-04 21:41 ` [PATCH 1/3 net-next] bcm63xx_enet: implement reset autoneg ethtool callback Florian Fainelli
2013-06-04 21:49   ` Sergei Shtylyov
2013-06-04 21:41 ` [PATCH 2/3 net-next] bcm63xx_enet: split DMA channel register accesses Florian Fainelli
2013-06-04 21:41 ` [PATCH 3/3 net-next] bcm63xx_enet: add support for Broadcom BCM63xx integrated gigabit switch Florian Fainelli
2013-06-10 21:28 ` [PATCH 0/3 net-next] bcm63xx_enet: add support for BCM63xx gigabit integrated switch David Miller
  -- strict thread matches above, loose matches on Subject: below --
2013-06-04 21:53 Florian Fainelli
2013-06-04 21:53 ` [PATCH 1/3 net-next] bcm63xx_enet: implement reset autoneg ethtool callback Florian Fainelli

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.