From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from acsinet15.oracle.com ([141.146.126.227]:25484 "EHLO acsinet15.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932353Ab1JRQ2S (ORCPT ); Tue, 18 Oct 2011 12:28:18 -0400 Date: Tue, 18 Oct 2011 19:24:23 +0300 From: Dan Carpenter To: Piotr Chmura Cc: Mauro Carvalho Chehab , devel@driverdev.osuosl.org, Devin Heitmueller , Patrick Dickey , Greg KH , Stefan Richter , LMML Subject: Re: [PATCH 1/14] staging/media/as102: initial import from Abilis Message-ID: <20111018162423.GA24215@longonot.mountain> References: <20110927094409.7a5fcd5a@stein> <20110927174307.GD24197@suse.de> <20110927213300.6893677a@stein> <4E999733.2010802@poczta.onet.pl> <4E99F2FC.5030200@poczta.onet.pl> <20111016105731.09d66f03@stein> <4E9ADFAE.8050208@redhat.com> <20111018094647.d4982eb2.chmooreck@poczta.onet.pl> <20111018111134.8482d1f8.chmooreck@poczta.onet.pl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20111018111134.8482d1f8.chmooreck@poczta.onet.pl> Sender: linux-media-owner@vger.kernel.org List-ID: On Tue, Oct 18, 2011 at 11:11:34AM +0200, Piotr Chmura wrote: > diff --git linux/drivers/staging/media/as102/Kconfig linuxb/drivers/media/dvb/as102/Kconfig > new file mode 100644 > --- /dev/null > +++ linuxb/drivers/staging/media/as102/Kconfig > @@ -0,0 +1,7 @@ > +config DVB_AS102 > + tristate "Abilis AS102 DVB receiver" > + depends on DVB_CORE && USB && I2C && INPUT > + help > + Choose Y or M here if you have a device containing an AS102 > + > + To compile this driver as a module, choose M here > diff --git linux/drivers/staging/media/as102/Makefile linuxb/drivers/media/dvb/as102/Makefile > new file mode 100644 > --- /dev/null > +++ linuxb/drivers/staging/media/as102/Makefile > @@ -0,0 +1,5 @@ > +dvb-as102-objs := as102_drv.o as102_fw.o as10x_cmd.o as10x_cmd_stream.o as102_fe.o as102_usb_drv.o as10x_cmd_cfg.o > + > +obj-$(CONFIG_DVB_AS102) += dvb-as102.o > + > +EXTRA_CFLAGS += -DLINUX -DCONFIG_AS102_USB -Idrivers/media/dvb/dvb-core It sounds like you're going to do a resend to add in the Signed-off-by lines? It would be better to separate these two chunks out and put them at the end after you've fixed the compile errors in [PATCH 13/14]. regards, dan carpenter