Re: [PATCH v2 00/20] staging: mt7621-pci: Parse ports info from DT and other minor cleanups

2018-08-21 Thread Sergio Paracuellos
On Mon, Aug 20, 2018 at 3:33 AM, NeilBrown wrote: > On Sun, Aug 12 2018, Sergio Paracuellos wrote: > >> This patch series parse remaining port info from device tree storing >> it in mt7621_pcie_port struct created for this. >> >> Also minor cleanups are performed here: >> - Remove not used mac

Re: [PATCH v2 00/20] staging: mt7621-pci: Parse ports info from DT and other minor cleanups

2018-08-19 Thread NeilBrown
On Sun, Aug 12 2018, Sergio Paracuellos wrote: > This patch series parse remaining port info from device tree storing > it in mt7621_pcie_port struct created for this. > > Also minor cleanups are performed here: > - Remove not used macros. > - Use kernel reset_control functions. > - Re

[PATCH v2 00/20] staging: mt7621-pci: Parse ports info from DT and other minor cleanups

2018-08-12 Thread Sergio Paracuellos
This patch series parse remaining port info from device tree storing it in mt7621_pcie_port struct created for this. Also minor cleanups are performed here: - Remove not used macros. - Use kernel reset_control functions. - Remove unused code. Changes in v2: - Rewrite phy part of t