Netdev List
 help / color / mirror / Atom feed
From: Andrew Lunn <andrew@lunn.ch>
To: netdev <netdev@vger.kernel.org>
Cc: Florian Fainelli <f.fainelli@gmail.com>,
	Heiner Kallweit <hkallweit1@gmail.com>,
	Andrew Lunn <andrew@lunn.ch>
Subject: [RFC net-next 0/5] SDPX tags for PHY and MDIO drivers
Date: Tue, 15 Jan 2019 17:27:09 +0100	[thread overview]
Message-ID: <1547569634-26670-1-git-send-email-andrew@lunn.ch> (raw)

Since net-next is still closed, this is RFC.

This patchset adds SPDX tags to various PHY and MDIO drivers.  The
first two patches should not be an issue. I will probably post those
separate from the rest when net-next reopens. The other three might
cause discussion. There are various contradictions with the license
information. The license text says one thing, the MODULE_LICENSE()
says something else. To solve this contradiction, i've assumed the
license text is correct, since it is much easier to understand. Based
on this i've corrected the MODULE_LICENSE() and added the appropriated
SDPX tag. All the relevant authors should be Cc: for these changes.

Andrew Lunn (5):
  net: phy: Convert some PHY and MDIO driver files to SPDX headers
  net: phy: Remove redundent License text when SPDX header is present
  net: phy: Fixup GPLv2+ SPDX tags based on license text
  net: phy: Fixup GPLv2 SPDX tags based on license text
  net: phy: Add SDPX tag based on COPYING file

 drivers/net/phy/amd.c                |  7 +------
 drivers/net/phy/aquantia.c           |  5 +----
 drivers/net/phy/asix.c               |  8 +-------
 drivers/net/phy/at803x.c             |  6 +-----
 drivers/net/phy/bcm-cygnus.c         | 10 +---------
 drivers/net/phy/bcm-phy-lib.c        | 10 +---------
 drivers/net/phy/bcm-phy-lib.h        | 10 +---------
 drivers/net/phy/bcm63xx.c            |  6 +-----
 drivers/net/phy/bcm7xxx.c            |  6 +-----
 drivers/net/phy/bcm87xx.c            |  7 ++-----
 drivers/net/phy/broadcom.c           |  6 +-----
 drivers/net/phy/cicada.c             |  7 +------
 drivers/net/phy/cortina.c            | 11 +----------
 drivers/net/phy/davicom.c            |  7 +------
 drivers/net/phy/dp83640.c            | 15 +--------------
 drivers/net/phy/dp83822.c            | 12 ++----------
 drivers/net/phy/dp83848.c            | 12 ++----------
 drivers/net/phy/dp83867.c            | 12 ++----------
 drivers/net/phy/et1011c.c            |  7 +------
 drivers/net/phy/fixed_phy.c          |  6 +-----
 drivers/net/phy/icplus.c             |  7 +------
 drivers/net/phy/intel-xway.c         | 11 +----------
 drivers/net/phy/lxt.c                |  7 +------
 drivers/net/phy/marvell.c            |  7 +------
 drivers/net/phy/marvell10g.c         |  1 +
 drivers/net/phy/mdio-bcm-iproc.c     | 10 +---------
 drivers/net/phy/mdio-bcm-unimac.c    |  6 +-----
 drivers/net/phy/mdio-bitbang.c       |  7 ++-----
 drivers/net/phy/mdio-boardinfo.c     |  6 +-----
 drivers/net/phy/mdio-cavium.c        |  7 ++-----
 drivers/net/phy/mdio-cavium.h        |  5 +----
 drivers/net/phy/mdio-gpio.c          |  7 ++-----
 drivers/net/phy/mdio-hisi-femac.c    | 16 ++--------------
 drivers/net/phy/mdio-i2c.c           |  5 +----
 drivers/net/phy/mdio-i2c.h           |  5 +----
 drivers/net/phy/mdio-moxart.c        |  7 ++-----
 drivers/net/phy/mdio-mux-bcm-iproc.c | 13 +------------
 drivers/net/phy/mdio-mux-gpio.c      |  7 ++-----
 drivers/net/phy/mdio-mux-mmioreg.c   |  5 +----
 drivers/net/phy/mdio-mux.c           |  7 ++-----
 drivers/net/phy/mdio-octeon.c        |  7 ++-----
 drivers/net/phy/mdio-sun4i.c         |  7 ++-----
 drivers/net/phy/mdio-thunder.c       |  7 ++-----
 drivers/net/phy/mdio-xgene.c         | 14 +-------------
 drivers/net/phy/mdio-xgene.h         | 14 +-------------
 drivers/net/phy/mdio_bus.c           |  7 +------
 drivers/net/phy/mdio_device.c        |  7 +------
 drivers/net/phy/meson-gxl.c          | 12 +-----------
 drivers/net/phy/micrel.c             |  6 +-----
 drivers/net/phy/microchip.c          | 14 +-------------
 drivers/net/phy/mscc.c               |  1 +
 drivers/net/phy/national.c           |  7 +------
 drivers/net/phy/phy-core.c           |  6 +-----
 drivers/net/phy/phy.c                |  7 +------
 drivers/net/phy/phy_device.c         |  7 +------
 drivers/net/phy/phy_led_triggers.c   | 14 ++------------
 drivers/net/phy/phylink.c            |  7 ++-----
 drivers/net/phy/qsemi.c              |  7 +------
 drivers/net/phy/realtek.c            |  7 +------
 drivers/net/phy/rockchip.c           |  9 ++-------
 drivers/net/phy/sfp.c                |  1 +
 drivers/net/phy/smsc.c               |  6 +-----
 drivers/net/phy/spi_ks8995.c         |  5 +----
 drivers/net/phy/ste10Xp.c            |  7 +------
 drivers/net/phy/swphy.c              |  6 +-----
 drivers/net/phy/teranetics.c         |  5 +----
 drivers/net/phy/uPD60620.c           |  7 +------
 drivers/net/phy/vitesse.c            |  9 +--------
 drivers/net/phy/xilinx_gmii2rgmii.c  | 11 +----------
 69 files changed, 86 insertions(+), 454 deletions(-)

-- 
2.20.1

             reply	other threads:[~2019-01-15 16:28 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-15 16:27 Andrew Lunn [this message]
2019-01-15 16:27 ` [RFC net-next 1/5] net: phy: Convert some PHY and MDIO driver files to SPDX headers Andrew Lunn
2019-01-15 16:27 ` [RFC net-next 2/5] net: phy: Remove redundent License text when SPDX header is present Andrew Lunn
2019-01-15 16:27 ` [RFC net-next 3/5] net: phy: Fixup GPLv2+ SPDX tags based on license text Andrew Lunn
2019-01-15 16:27 ` [RFC net-next 4/5] net: phy: Fixup GPLv2 " Andrew Lunn
2019-01-15 16:37   ` Dan Murphy
2019-01-15 16:41   ` Andrew F. Davis
2019-01-15 17:41   ` Maxime Ripard
2019-01-15 16:27 ` [RFC net-next 5/5] net: phy: Add SDPX tag based on COPYING file Andrew Lunn

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1547569634-26670-1-git-send-email-andrew@lunn.ch \
    --to=andrew@lunn.ch \
    --cc=f.fainelli@gmail.com \
    --cc=hkallweit1@gmail.com \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox