lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Wed, 12 Feb 2014 16:23:03 -0800
From:	Florian Fainelli <f.fainelli@...il.com>
To:	netdev <netdev@...r.kernel.org>
Cc:	David Miller <davem@...emloft.net>,
	Kevin Cernekee <cernekee@...il.com>,
	"devicetree@...r.kernel.org" <devicetree@...r.kernel.org>,
	Florian Fainelli <f.fainelli@...il.com>
Subject: Re: [PATCH net-next 00/10] Support for Broadcom GENET driver

2014-02-11 20:07 GMT-08:00 Florian Fainelli <f.fainelli@...il.com>:
> Hi all,
>
> This patchset adds support for the Broadcom GENET Gigabit Ethernet MAC
> controller. This controller is found on the Broadcom BCM7xxx Set Top Box
> System-on-a-Chip.

I just found a small bug in the main driver file, and due to my
previous series touching libphy, this will not apply cleanly anymore.
I will wait for some initial feedback before doing a second respin
though.

>
> Florian Fainelli (10):
>   net: phy: add "internal" PHY mode
>   net: phy: add MoCA PHY type
>   net: phy: update port type for MoCA PHYs
>   net: phy: add Broadcom BCM7xxx internal PHY driver
>   net: bcmgenet: add driver definitions and private structure
>   net: bcmgenet: add main driver file
>   net: bcmgenet: add MDIO routines
>   net: bcmgenet: hook into the build system
>   Documentation: add Device tree bindings for Broadcom GENET
>   MAINTAINERS: add entry for the Broadcom GENET driver
>
>  .../devicetree/bindings/net/broadcom-bcmgenet.txt  |  111 +
>  MAINTAINERS                                        |    6 +
>  drivers/net/ethernet/broadcom/Kconfig              |   10 +
>  drivers/net/ethernet/broadcom/Makefile             |    1 +
>  drivers/net/ethernet/broadcom/genet/Makefile       |    2 +
>  drivers/net/ethernet/broadcom/genet/bcmgenet.c     | 2685 ++++++++++++++++++++
>  drivers/net/ethernet/broadcom/genet/bcmgenet.h     |  631 +++++
>  drivers/net/ethernet/broadcom/genet/bcmmii.c       |  483 ++++
>  drivers/net/phy/Kconfig                            |    6 +
>  drivers/net/phy/Makefile                           |    1 +
>  drivers/net/phy/bcm7xxx.c                          |  322 +++
>  drivers/net/phy/phy.c                              |    5 +-
>  drivers/of/of_net.c                                |    2 +
>  include/linux/brcmphy.h                            |    9 +
>  include/linux/phy.h                                |    5 +-
>  15 files changed, 4277 insertions(+), 2 deletions(-)
>  create mode 100644 Documentation/devicetree/bindings/net/broadcom-bcmgenet.txt
>  create mode 100644 drivers/net/ethernet/broadcom/genet/Makefile
>  create mode 100644 drivers/net/ethernet/broadcom/genet/bcmgenet.c
>  create mode 100644 drivers/net/ethernet/broadcom/genet/bcmgenet.h
>  create mode 100644 drivers/net/ethernet/broadcom/genet/bcmmii.c
>  create mode 100644 drivers/net/phy/bcm7xxx.c
>
> --
> 1.8.3.2
>



-- 
Florian
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ