> -----Original Message----- > From: Andrew Lunn [mailto:and...@lunn.ch] > Sent: Thursday, September 07, 2017 2:56 PM > To: Tristram Ha - C24268 > Cc: muva...@gmail.com; pa...@ucw.cz; nathan.leigh.con...@gmail.com; > vivien.dide...@savoirfairelinux.com; f.faine...@gmail.com; > netdev@vger.kernel.org; linux-ker...@vger.kernel.org; Woojung Huh - C21699 > Subject: Re: [PATCH RFC 2/5] Add KSZ8795 switch driver support in Makefile > > On Thu, Sep 07, 2017 at 09:17:10PM +0000, tristram...@microchip.com wrote: > > From: Tristram Ha <tristram...@microchip.com> > > > > Add KSZ8795 switch support with SPI access. > > > > Signed-off-by: Tristram Ha <tristram...@microchip.com> > > --- > > diff --git a/drivers/net/dsa/microchip/Makefile > b/drivers/net/dsa/microchip/Makefile > > index 0961c30..0d8ba48 100644 > > --- a/drivers/net/dsa/microchip/Makefile > > +++ b/drivers/net/dsa/microchip/Makefile > > @@ -1,2 +1,4 @@ > > obj-$(CONFIG_MICROCHIP_KSZ) += ksz9477.o ksz_common.o > > obj-$(CONFIG_MICROCHIP_KSZ_SPI_DRIVER) += ksz_spi.o > > +obj-$(CONFIG_MICROCHIP_KSZ8795) += ksz8795.o ksz_common.o > > +obj-$(CONFIG_MICROCHIP_KSZ8795_SPI_DRIVER) += ksz8795_spi.o > > I've not tried it, but i think this breaks the build > > Andrew
So you would like to have all 5 patches in 1 patch file?