linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* linux-next: manual merge of the spi tree with the mfd tree
@ 2011-03-18  4:40 Stephen Rothwell
  2011-03-18  5:16 ` Grant Likely
  0 siblings, 1 reply; 3+ messages in thread
From: Stephen Rothwell @ 2011-03-18  4:40 UTC (permalink / raw)
  To: Grant Likely
  Cc: linux-next, linux-kernel, Denis Turischev, Samuel Ortiz,
	Thomas Gleixner

Hi Grant,

Today's linux-next merge of the spi tree got a conflict in
drivers/gpio/Kconfig between commit 390ff13830e5 ("gpio: Add Tunnel Creek
support to sch_gpio") from the mfd tree and commit 61ab3fe57e45 ("gpio;
Make Intel chipset gpio drivers depend on x86") from the spi tree.

Just context changes.  I fixed it up (see below) and can carry the fix as
necessary.  I am assuming that the Tunnel Creek stuff should also depend
on X86?
-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au

diff --cc drivers/gpio/Kconfig
index 7ef9108,b46442d..0000000
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@@ -100,8 -100,8 +100,8 @@@ config GPIO_VR41X
  	  Say yes here to support the NEC VR4100 series General-purpose I/O Uint
  
  config GPIO_SCH
 -	tristate "Intel SCH GPIO"
 +	tristate "Intel SCH/TunnelCreek GPIO"
- 	depends on GPIOLIB && PCI
+ 	depends on GPIOLIB && PCI && X86
  	select MFD_CORE
  	select LPC_SCH
  	help

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: linux-next: manual merge of the spi tree with the mfd tree
  2011-03-18  4:40 linux-next: manual merge of the spi tree with the mfd tree Stephen Rothwell
@ 2011-03-18  5:16 ` Grant Likely
  2011-03-22 11:05   ` Samuel Ortiz
  0 siblings, 1 reply; 3+ messages in thread
From: Grant Likely @ 2011-03-18  5:16 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: linux-next, linux-kernel, Denis Turischev, Samuel Ortiz,
	Thomas Gleixner

On Fri, Mar 18, 2011 at 03:40:17PM +1100, Stephen Rothwell wrote:
> Hi Grant,
> 
> Today's linux-next merge of the spi tree got a conflict in
> drivers/gpio/Kconfig between commit 390ff13830e5 ("gpio: Add Tunnel Creek
> support to sch_gpio") from the mfd tree and commit 61ab3fe57e45 ("gpio;
> Make Intel chipset gpio drivers depend on x86") from the spi tree.
> 
> Just context changes.  I fixed it up (see below) and can carry the fix as
> necessary.  I am assuming that the Tunnel Creek stuff should also depend
> on X86?

It would appear so.  Thanks Stephen.

BTW Samuel, looking at the commit message for 390ff13830e5:

commit 390ff13830e5bcc4f8585b396e3d15b1c04c0282
Author: Denis Turischev <denis@compulab.co.il>
Date:   Mon Mar 14 12:53:05 2011 +0200
[...]
    Signed-off-by: Denis Turischev <denis@compulab.co.il>
    Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>

My Acked-by seems to be missing from the commit log.

g.


> -- 
> Cheers,
> Stephen Rothwell                    sfr@canb.auug.org.au
> 
> diff --cc drivers/gpio/Kconfig
> index 7ef9108,b46442d..0000000
> --- a/drivers/gpio/Kconfig
> +++ b/drivers/gpio/Kconfig
> @@@ -100,8 -100,8 +100,8 @@@ config GPIO_VR41X
>   	  Say yes here to support the NEC VR4100 series General-purpose I/O Uint
>   
>   config GPIO_SCH
>  -	tristate "Intel SCH GPIO"
>  +	tristate "Intel SCH/TunnelCreek GPIO"
> - 	depends on GPIOLIB && PCI
> + 	depends on GPIOLIB && PCI && X86
>   	select MFD_CORE
>   	select LPC_SCH
>   	help

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: linux-next: manual merge of the spi tree with the mfd tree
  2011-03-18  5:16 ` Grant Likely
@ 2011-03-22 11:05   ` Samuel Ortiz
  0 siblings, 0 replies; 3+ messages in thread
From: Samuel Ortiz @ 2011-03-22 11:05 UTC (permalink / raw)
  To: Grant Likely
  Cc: Stephen Rothwell, linux-next, linux-kernel, Denis Turischev,
	Thomas Gleixner

Hi Grant,

On Thu, Mar 17, 2011 at 11:16:27PM -0600, Grant Likely wrote:
> On Fri, Mar 18, 2011 at 03:40:17PM +1100, Stephen Rothwell wrote:
> > Hi Grant,
> > 
> > Today's linux-next merge of the spi tree got a conflict in
> > drivers/gpio/Kconfig between commit 390ff13830e5 ("gpio: Add Tunnel Creek
> > support to sch_gpio") from the mfd tree and commit 61ab3fe57e45 ("gpio;
> > Make Intel chipset gpio drivers depend on x86") from the spi tree.
> > 
> > Just context changes.  I fixed it up (see below) and can carry the fix as
> > necessary.  I am assuming that the Tunnel Creek stuff should also depend
> > on X86?
> 
> It would appear so.  Thanks Stephen.
I fixed the merge issue in my tree now, since Grant's GPIO bits are in it
seems.


> BTW Samuel, looking at the commit message for 390ff13830e5:
> 
> commit 390ff13830e5bcc4f8585b396e3d15b1c04c0282
> Author: Denis Turischev <denis@compulab.co.il>
> Date:   Mon Mar 14 12:53:05 2011 +0200
> [...]
>     Signed-off-by: Denis Turischev <denis@compulab.co.il>
>     Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
> 
> My Acked-by seems to be missing from the commit log.
This was a temporary commit pushed to my tree before getting your ACK. Commit
10022449a9d0ff4deeae1b8fddae3e35d62b7958 should have it now.

Cheers,
Samuel.

-- 
Intel Open Source Technology Centre
http://oss.intel.com/

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-03-22 11:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-18  4:40 linux-next: manual merge of the spi tree with the mfd tree Stephen Rothwell
2011-03-18  5:16 ` Grant Likely
2011-03-22 11:05   ` Samuel Ortiz

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).