Hi Andrey, On Tue, Mar 26, 2013 at 07:47:18PM -0700, Andrey Smirnov wrote: > From: Andrey Smirnov <andreysm@charmander.(none)> > > This patch adds all the functions used for exchanging commands with > the chip. > > Acked-by: Hans Verkuil <hans.verkuil@xxxxxxxxx> > Signed-off-by: Andrey Smirnov <andrew.smirnov@xxxxxxxxx> > --- > drivers/mfd/si476x-cmd.c | 1554 ++++++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 1554 insertions(+) > create mode 100644 drivers/mfd/si476x-cmd.c The patchset looks good to me, and I was willing to merge it but: > diff --git a/drivers/mfd/si476x-cmd.c b/drivers/mfd/si476x-cmd.c > new file mode 100644 > index 0000000..71ac2e8 > --- /dev/null > +++ b/drivers/mfd/si476x-cmd.c > @@ -0,0 +1,1554 @@ > +/* > + * drivers/mfd/si476x-cmd.c -- Subroutines implementing command > + * protocol of si476x series of chips > + * > + * Copyright (C) 2012 Innovative Converged Devices(ICD) > + * Copyright (C) 2013 Andrey Smirnov > + * > + * Author: Andrey Smirnov <andrew.smirnov@xxxxxxxxx> > + * > + * This program is free software; you can redistribute it and/or modify > + * it under the terms of the GNU General Public License as published by > + * the Free Software Foundation; version 2 of the License. > + * > + * This program is distributed in the hope that it will be useful, but > + * WITHOUT ANY WARRANTY; without even the implied warranty of > + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU > + * General Public License for more details. > + * > + */ > + > +#include <linux/module.h> > +#include <linux/completion.h> > +#include <linux/delay.h> > +#include <linux/atomic.h> > +#include <linux/i2c.h> > +#include <linux/device.h> > +#include <linux/gpio.h> > +#include <linux/videodev2.h> > + > +#include <media/si476x.h> This file doesn't exist yet, which breaks bisectability. I'm fine with you including it with the first patch. I will prepare a branch with the mfd patches from your serie for Mauro to pull from. Cheers, Samuel. -- Intel Open Source Technology Centre http://oss.intel.com/ -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html