Re: [PATCH 1/3] phy: ralink: phy-mt7621-pci: add include search path in Makefile

2020-12-01 Thread Sergio Paracuellos
Hi Vinod, On Tue, Dec 1, 2020 at 12:02 PM Vinod Koul wrote: > > On 01-12-20, 11:47, Sergio Paracuellos wrote: > > Hi Vinod, > > > > On Tue, Dec 1, 2020 at 11:42 AM Vinod Koul wrote: > > > > > > On 01-12-20, 11:16, Sergio Paracuellos wrote: > > > > This driver includes the following two files

Re: [PATCH 1/3] phy: ralink: phy-mt7621-pci: add include search path in Makefile

2020-12-01 Thread Vinod Koul
On 01-12-20, 11:47, Sergio Paracuellos wrote: > Hi Vinod, > > On Tue, Dec 1, 2020 at 11:42 AM Vinod Koul wrote: > > > > On 01-12-20, 11:16, Sergio Paracuellos wrote: > > > This driver includes the following two files directly: > > > - mt7621.h > > > - ralink_regs.h > > > > > > Compilation for

Re: [PATCH 1/3] phy: ralink: phy-mt7621-pci: add include search path in Makefile

2020-12-01 Thread Sergio Paracuellos
Hi Vinod, On Tue, Dec 1, 2020 at 11:42 AM Vinod Koul wrote: > > On 01-12-20, 11:16, Sergio Paracuellos wrote: > > This driver includes the following two files directly: > > - mt7621.h > > - ralink_regs.h > > > > Compilation for its related platform properly works because > > its real path is

Re: [PATCH 1/3] phy: ralink: phy-mt7621-pci: add include search path in Makefile

2020-12-01 Thread Vinod Koul
On 01-12-20, 11:16, Sergio Paracuellos wrote: > This driver includes the following two files directly: > - mt7621.h > - ralink_regs.h > > Compilation for its related platform properly works because > its real path is included in 'arch/mips/ralink/Platform' as > cflags. > > This driver depends on

[PATCH 1/3] phy: ralink: phy-mt7621-pci: add include search path in Makefile

2020-12-01 Thread Sergio Paracuellos
This driver includes the following two files directly: - mt7621.h - ralink_regs.h Compilation for its related platform properly works because its real path is included in 'arch/mips/ralink/Platform' as cflags. This driver depends on RALINK but also is enabled for COMPILE_TEST where nothing about