Linux Media Controller development
 help / color / mirror / Atom feed
From: Samuel Ortiz <sameo@linux.intel.com>
To: Andrey Smirnov <andrew.smirnov@gmail.com>
Cc: mchehab@redhat.com, hverkuil@xs4all.nl,
	linux-media@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH v8 1/9] mfd: Add commands abstraction layer for SI476X MFD
Date: Mon, 8 Apr 2013 12:16:25 +0200	[thread overview]
Message-ID: <20130408101624.GR24058@zurbaran> (raw)
In-Reply-To: <1364352446-28572-2-git-send-email-andrew.smirnov@gmail.com>

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@cisco.com>
> Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
> ---
>  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@gmail.com>
> + *
> + * 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/

  reply	other threads:[~2013-04-08 10:16 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-27  2:47 [PATCH v8 0/9] Driver for Si476x series of chips Andrey Smirnov
2013-03-27  2:47 ` [PATCH v8 1/9] mfd: Add commands abstraction layer for SI476X MFD Andrey Smirnov
2013-04-08 10:16   ` Samuel Ortiz [this message]
     [not found]     ` <CAHQ1cqE4aokZA98VfCWwRtkaNPm6dMnegibVz4BHfYW_VrAUBA@mail.gmail.com>
2013-04-08 20:09       ` Samuel Ortiz
     [not found]         ` <CAHQ1cqGytarQ9bkOiq-MdpRbKiHBTRPJy90Cbg=Sr4J7MWNj+g@mail.gmail.com>
2013-04-09  7:17           ` Samuel Ortiz
2013-03-27  2:47 ` [PATCH v8 2/9] mfd: Add the main bulk of core driver for SI476x code Andrey Smirnov
2013-03-27  2:47 ` [PATCH v8 3/9] mfd: Add chip properties handling code for SI476X MFD Andrey Smirnov
2013-03-27  2:47 ` [PATCH v8 4/9] mfd: Add header files and Kbuild plumbing for SI476x MFD core Andrey Smirnov
2013-03-27  2:47 ` [PATCH v8 5/9] v4l2: Fix the type of V4L2_CID_TUNE_PREEMPHASIS in the documentation Andrey Smirnov
2013-03-27  2:47 ` [PATCH v8 6/9] v4l2: Add standard controls for FM receivers Andrey Smirnov
2013-03-27  2:47 ` [PATCH v8 7/9] v4l2: Add documentation for the FM RX controls Andrey Smirnov
2013-03-27  2:47 ` [PATCH v8 8/9] v4l2: Add private controls base for SI476X Andrey Smirnov
2013-03-27  2:47 ` [PATCH v8 9/9] v4l2: Add a V4L2 driver for SI476X MFD Andrey Smirnov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130408101624.GR24058@zurbaran \
    --to=sameo@linux.intel.com \
    --cc=andrew.smirnov@gmail.com \
    --cc=hverkuil@xs4all.nl \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=mchehab@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox