Re: [PATCH v2 1/3] staging: mt7621-pci-phy: add new driver for phy part of mt7621-pci

2019-01-02 Thread Sergio Paracuellos
Hi Neil. Thanks for the feedback. On Thu, Jan 3, 2019 at 6:19 AM NeilBrown wrote: > > On Mon, Dec 24 2018, Sergio Paracuellos wrote: > > > 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 > >

Re: [PATCH v2 1/3] staging: mt7621-pci-phy: add new driver for phy part of mt7621-pci

2019-01-02 Thread NeilBrown
On Mon, Dec 24 2018, Sergio Paracuellos wrote: > 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 > --- > drivers/staging/Kconfig

[PATCH v2 1/3] staging: mt7621-pci-phy: add new driver for phy part of mt7621-pci

2018-12-24 Thread Sergio Paracuellos
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 --- drivers/staging/Kconfig | 2 + drivers/staging/Makefile