linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Grant Likely <grant.likely@secretlab.ca>
To: Jean-Hugues Deschenes <jean-hugues.deschenes@octasic.com>
Cc: spi-devel-general@lists.sourceforge.net,
	linux-next@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] dw_spi_mmio depends on HAVE_CLK
Date: Fri, 22 Jan 2010 10:31:51 -0700	[thread overview]
Message-ID: <fa686aa41001220931r4ab1a2afy4ce8796e4a85d887@mail.gmail.com> (raw)
In-Reply-To: <20100122124515.2619.14103.stgit@station520.octasic.com>

On Fri, Jan 22, 2010 at 5:45 AM, Jean-Hugues Deschenes
<jean-hugues.deschenes@octasic.com> wrote:
> dw_spi_mmio is dependent on the clock framework. This marks it as such
> in Kconfig.
>
>
> Signed-off-by: Jean-Hugues Deschenes <jean-hugues.deschenes@octasic.com>

applied, thanks.

g.

> ---
>  drivers/spi/Kconfig |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
> index 505f1c2..c1ac092 100644
> --- a/drivers/spi/Kconfig
> +++ b/drivers/spi/Kconfig
> @@ -319,7 +319,7 @@ config SPI_DW_PCI
>
>  config SPI_DW_MMIO
>        tristate "Memory-mapped io interface driver for DW SPI core"
> -       depends on SPI_DESIGNWARE
> +       depends on SPI_DESIGNWARE && HAVE_CLK
>
>  #
>  # There are lots of SPI device types, with sensors and memory
>
>



-- 
Grant Likely, B.Sc., P.Eng.
Secret Lab Technologies Ltd.

      reply	other threads:[~2010-01-22 17:31 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-01-22 12:45 [PATCH] dw_spi_mmio depends on HAVE_CLK Jean-Hugues Deschenes
2010-01-22 17:31 ` Grant Likely [this message]

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=fa686aa41001220931r4ab1a2afy4ce8796e4a85d887@mail.gmail.com \
    --to=grant.likely@secretlab.ca \
    --cc=jean-hugues.deschenes@octasic.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-next@vger.kernel.org \
    --cc=spi-devel-general@lists.sourceforge.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).