From: Randy Dunlap <randy.dunlap@oracle.com>
To: Arun Murthy <arun.murthy@stericsson.com>
Cc: <sameo@linux.intel.com>, <linux-kernel@vger.kernel.org>,
<linus.walleij@stericsson.com>, <mattias.wallin@stericsson.com>,
<srinidhi.kasagar@stericsson.com>
Subject: Re: [PATCH] mfd: ab8500: update kconfig for ab8500 core driver
Date: Wed, 15 Sep 2010 08:20:14 -0700 [thread overview]
Message-ID: <20100915082014.99d702e4.randy.dunlap@oracle.com> (raw)
In-Reply-To: <1284549823-6246-1-git-send-email-arun.murthy@stericsson.com>
On Wed, 15 Sep 2010 16:53:43 +0530 Arun Murthy wrote:
> This patch add a dependancy for ab8500-core driver so as to depend on
> u8500 platform.
>
> This patch also fixes the build issues(powerpc_allyesconfig) for the
> patch 03f582a93ecca6e9584b622570022abf08ed03ec (misc: Add ab8500 pwm
> driver)
Please list build errors/warnings that are fixed in your patch description.
This patch will certainly keep i386 builds from failing, like I saw
yesterday. However, since this driver uses some spi_*() functions,
it should also depend on SPI_MASTER IMO.
See this patch: http://lkml.org/lkml/2010/9/14/412
> Signed-off-by: Arun Murthy <arun.murthy@stericsson.com>
> Acked-by: Linus Walleij <linus.walleij@stericsson.com>
> ---
> drivers/mfd/Kconfig | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
> index fbfe14a..841ce47 100644
> --- a/drivers/mfd/Kconfig
> +++ b/drivers/mfd/Kconfig
> @@ -475,7 +475,7 @@ config EZX_PCAP
>
> config AB8500_CORE
> bool "ST-Ericsson AB8500 Mixed Signal Power Management chip"
> - depends on GENERIC_HARDIRQS && ABX500_CORE
> + depends on GENERIC_HARDIRQS && ABX500_CORE && ARCH_U8500
> select MFD_CORE
> help
> Select this option to enable access to AB8500 power management
> --
---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***
next prev parent reply other threads:[~2010-09-15 15:25 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-09-15 11:23 Arun Murthy
2010-09-15 15:20 ` Randy Dunlap [this message]
2010-09-15 17:12 ` Arun MURTHY
2010-09-15 17:41 ` Randy Dunlap
2010-09-15 18:21 ` Samuel Ortiz
2010-09-15 18:25 ` Randy Dunlap
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=20100915082014.99d702e4.randy.dunlap@oracle.com \
--to=randy.dunlap@oracle.com \
--cc=arun.murthy@stericsson.com \
--cc=linus.walleij@stericsson.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mattias.wallin@stericsson.com \
--cc=sameo@linux.intel.com \
--cc=srinidhi.kasagar@stericsson.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
Powered by JetHome