summaryrefslogtreecommitdiffstats
path: root/drivers/staging/mt7621-pci-phy/TODO
diff options
context:
space:
mode:
authorSergio Paracuellos <sergio.paracuellos@gmail.com>2019-01-04 08:08:21 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-01-07 11:28:14 +0100
commit00981d31d6dfd0c60a3447d046205bd615ed847c (patch)
treee2e4ce642495d0845413fdfdddb718f1754a3919 /drivers/staging/mt7621-pci-phy/TODO
parentbd7c95d48854af2db899bc8b6966a0e9b9f5bf4e (diff)
downloadlinux-00981d31d6dfd0c60a3447d046205bd615ed847c.tar.gz
linux-00981d31d6dfd0c60a3447d046205bd615ed847c.tar.bz2
linux-00981d31d6dfd0c60a3447d046205bd615ed847c.zip
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>
Diffstat (limited to 'drivers/staging/mt7621-pci-phy/TODO')
-rw-r--r--drivers/staging/mt7621-pci-phy/TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/staging/mt7621-pci-phy/TODO b/drivers/staging/mt7621-pci-phy/TODO
new file mode 100644
index 000000000000..a255e8f753eb
--- /dev/null
+++ b/drivers/staging/mt7621-pci-phy/TODO
@@ -0,0 +1,4 @@
+
+- general code review and cleanup
+
+Cc: NeilBrown <neil@brown.name> and Sergio Paracuellos <sergio.paracuellos@gmail.com>