Netdev List
 help / color / mirror / Atom feed
* [RFC net-next 0/5] SDPX tags for PHY and MDIO drivers
@ 2019-01-15 16:27 Andrew Lunn
  2019-01-15 16:27 ` [RFC net-next 1/5] net: phy: Convert some PHY and MDIO driver files to SPDX headers Andrew Lunn
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Andrew Lunn @ 2019-01-15 16:27 UTC (permalink / raw)
  To: netdev; +Cc: Florian Fainelli, Heiner Kallweit, Andrew Lunn

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

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

end of thread, other threads:[~2019-01-15 17:41 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-15 16:27 [RFC net-next 0/5] SDPX tags for PHY and MDIO drivers Andrew Lunn
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox