OSDN Git Service

staging: mt7621-pci-phy: add new driver for phy part of mt7621-pci
authorSergio Paracuellos <sergio.paracuellos@gmail.com>
Fri, 4 Jan 2019 07:08:21 +0000 (08:08 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 7 Jan 2019 10:28:14 +0000 (11:28 +0100)
commit00981d31d6dfd0c60a3447d046205bd615ed847c
treee2e4ce642495d0845413fdfdddb718f1754a3919
parentbd7c95d48854af2db899bc8b6966a0e9b9f5bf4e
staging: mt7621-pci-phy: add new driver for phy part of mt7621-pci

Phy part of the pci for this SoC can be handled using a generic phy
driver. This commit extracts phy part of the mt7621-pci into a new
'mt7621-pci-phy' driver.

Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/Kconfig
drivers/staging/Makefile
drivers/staging/mt7621-pci-phy/Kconfig [new file with mode: 0644]
drivers/staging/mt7621-pci-phy/Makefile [new file with mode: 0644]
drivers/staging/mt7621-pci-phy/TODO [new file with mode: 0644]
drivers/staging/mt7621-pci-phy/pci-mt7621-phy.c [new file with mode: 0644]