Re: [PATCH v2 0/3] staging: mt7621-pci: extract PCI PHY part into a new 'pci-mt7621-phy' driver

2019-01-02 Thread Sergio Paracuellos
Hi Dan, On Wed, Jan 2, 2019 at 10:41 AM Dan Carpenter wrote: > > Send a reply to the v1 thread so we don't apply that by mistake. Thanks for letting me know. I have just sent the mail reply to v1. > > regards, > dan carpenter > Best regards, Sergio Paracuellos

Re: [PATCH v2 0/3] staging: mt7621-pci: extract PCI PHY part into a new 'pci-mt7621-phy' driver

2019-01-02 Thread Dan Carpenter
Send a reply to the v1 thread so we don't apply that by mistake. regards, dan carpenter ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

[PATCH v2 0/3] staging: mt7621-pci: extract PCI PHY part into a new 'pci-mt7621-phy' driver

2018-12-24 Thread Sergio Paracuellos
There is a lot of code related with PHY part of the mt7621 PCI driver that can be extracted to a new PHY generic driver to do the same function. This patch series add a new 'mt7621-pci-phy' driver to handle those and updates the mt7621-pci driver code to use generic kernel's PHY API. This makes