All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jonathan Cameron <jic23@kernel.org>
To: Hartmut Knaack <knaack.h@gmx.de>, linux-iio@vger.kernel.org
Cc: Lars-Peter Clausen <lars@metafoo.de>,
	Peter Meerwald <pmeerw@pmeerw.net>,
	Ezequiel Garcia <ezequiel.garcia@imgtec.com>,
	Naidu Tellapati <naidu.tellapati@imgtec.com>,
	Phani Movva <Phani.Movva@imgtec.com>
Subject: Re: [PATCH 1/2] iio:adc:cc10001_adc: fix Kconfig dependency
Date: Sun, 21 Jun 2015 16:15:16 +0100	[thread overview]
Message-ID: <5586D504.9050808@kernel.org> (raw)
In-Reply-To: <9554701f1ada5bdee392c079e8c0de0e1faf45c9.1434844874.git.knaack.h@gmx.de>

On 21/06/15 11:15, Hartmut Knaack wrote:
> The Cosmic Circuits 10001 ADC driver depends on HAS_IOMEM, HAVE_CLK and
> REGULATOR together, not just any of these.
> 
> Signed-off-by: Hartmut Knaack <knaack.h@gmx.de>
Applied to the fixes-togreg branch of iio.git and marked for stable.

Thanks,

Jonathan
> ---
>  drivers/iio/adc/Kconfig | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
> 
> diff --git a/drivers/iio/adc/Kconfig b/drivers/iio/adc/Kconfig
> index 7c55658..eb0cd89 100644
> --- a/drivers/iio/adc/Kconfig
> +++ b/drivers/iio/adc/Kconfig
> @@ -153,8 +153,7 @@ config DA9150_GPADC
>  
>  config CC10001_ADC
>  	tristate "Cosmic Circuits 10001 ADC driver"
> -	depends on HAVE_CLK || REGULATOR
> -	depends on HAS_IOMEM
> +	depends on HAS_IOMEM && HAVE_CLK && REGULATOR
>  	select IIO_BUFFER
>  	select IIO_TRIGGERED_BUFFER
>  	help
> 

--
To unsubscribe from this list: send the line "unsubscribe linux-iio" in

  reply	other threads:[~2015-06-21 15:15 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-21 10:15 [PATCH 0/2] cc10001_adc Kconfig and Makefile fixes Hartmut Knaack
2015-06-21 10:15 ` [PATCH 1/2] iio:adc:cc10001_adc: fix Kconfig dependency Hartmut Knaack
2015-06-21 15:15   ` Jonathan Cameron [this message]
2015-06-21 10:15 ` [PATCH 2/2] iio:adc:cc10001_adc: resort entry in Kconfig and Makefile Hartmut Knaack
2015-06-21 15:17   ` Jonathan Cameron
2015-08-12 21:21     ` Jonathan Cameron

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=5586D504.9050808@kernel.org \
    --to=jic23@kernel.org \
    --cc=Phani.Movva@imgtec.com \
    --cc=ezequiel.garcia@imgtec.com \
    --cc=knaack.h@gmx.de \
    --cc=lars@metafoo.de \
    --cc=linux-iio@vger.kernel.org \
    --cc=naidu.tellapati@imgtec.com \
    --cc=pmeerw@pmeerw.net \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.