All of lore.kernel.org
 help / color / mirror / Atom feed
* linux-next: manual merge of the pwm tree with the s5p tree
@ 2012-06-29  6:49 Stephen Rothwell
  2012-06-30 19:58 ` Thierry Reding
  0 siblings, 1 reply; 4+ messages in thread
From: Stephen Rothwell @ 2012-06-29  6:49 UTC (permalink / raw)
  To: Thierry Reding
  Cc: linux-next, linux-kernel, Bartlomiej Zolnierkiewicz, Kukjin Kim,
	Kyungmin Park, Sascha Hauer, "Eric Bénard"

[-- Attachment #1: Type: text/plain, Size: 925 bytes --]

Hi Thierry,

Today's linux-next merge of the pwm tree got a conflict in
arch/arm/plat-samsung/Makefile between commit 65ab16fd385f ("ARM: EXYNOS:
Remove leftovers of the Samsung specific power domain control") from the
s5p tree and commit 2663e766c56a ("ARM Samsung: Move s3c pwm driver to
pwm framework") from the pwm tree.

Just context changes. I fixed it up (see below) and can carry the fix as
necessary.
-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au

diff --cc arch/arm/plat-samsung/Makefile
index 4bb58c2,9685472..0000000
--- a/arch/arm/plat-samsung/Makefile
+++ b/arch/arm/plat-samsung/Makefile
@@@ -59,7 -59,7 +59,3 @@@ obj-$(CONFIG_SAMSUNG_WAKEMASK)	+= wakeu
  
  obj-$(CONFIG_S5P_PM)		+= s5p-pm.o s5p-irq-pm.o
  obj-$(CONFIG_S5P_SLEEP)		+= s5p-sleep.o
--
- # PWM support
- 
- obj-$(CONFIG_HAVE_PWM)		+= pwm.o
 -# PD support
 -
 -obj-$(CONFIG_SAMSUNG_PD)	+= pd.o

[-- Attachment #2: Type: application/pgp-signature, Size: 836 bytes --]

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

* Re: linux-next: manual merge of the pwm tree with the s5p tree
  2012-06-29  6:49 linux-next: manual merge of the pwm tree with the s5p tree Stephen Rothwell
@ 2012-06-30 19:58 ` Thierry Reding
  2012-07-01  0:27   ` Stephen Rothwell
  0 siblings, 1 reply; 4+ messages in thread
From: Thierry Reding @ 2012-06-30 19:58 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: linux-next, linux-kernel, Bartlomiej Zolnierkiewicz, Kukjin Kim,
	Kyungmin Park, Sascha Hauer, "Eric Bénard"

[-- Attachment #1: Type: text/plain, Size: 1337 bytes --]

On Fri, Jun 29, 2012 at 04:49:46PM +1000, Stephen Rothwell wrote:
> Hi Thierry,
> 
> Today's linux-next merge of the pwm tree got a conflict in
> arch/arm/plat-samsung/Makefile between commit 65ab16fd385f ("ARM: EXYNOS:
> Remove leftovers of the Samsung specific power domain control") from the
> s5p tree and commit 2663e766c56a ("ARM Samsung: Move s3c pwm driver to
> pwm framework") from the pwm tree.
> 
> Just context changes. I fixed it up (see below) and can carry the fix as
> necessary.

I wonder, when these changes are merged by Linus during the merge
window, does he have to resolve these conflicts again or does he get the
resolutions from you? Or should I rather base the PWM tree on top of the
corresponding EXYNOS changes to sidestep the issue?

Thierry

> -- 
> Cheers,
> Stephen Rothwell                    sfr@canb.auug.org.au
> 
> diff --cc arch/arm/plat-samsung/Makefile
> index 4bb58c2,9685472..0000000
> --- a/arch/arm/plat-samsung/Makefile
> +++ b/arch/arm/plat-samsung/Makefile
> @@@ -59,7 -59,7 +59,3 @@@ obj-$(CONFIG_SAMSUNG_WAKEMASK)	+= wakeu
>   
>   obj-$(CONFIG_S5P_PM)		+= s5p-pm.o s5p-irq-pm.o
>   obj-$(CONFIG_S5P_SLEEP)		+= s5p-sleep.o
> --
> - # PWM support
> - 
> - obj-$(CONFIG_HAVE_PWM)		+= pwm.o
>  -# PD support
>  -
>  -obj-$(CONFIG_SAMSUNG_PD)	+= pd.o



[-- Attachment #2: Type: application/pgp-signature, Size: 836 bytes --]

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

* Re: linux-next: manual merge of the pwm tree with the s5p tree
  2012-06-30 19:58 ` Thierry Reding
@ 2012-07-01  0:27   ` Stephen Rothwell
  0 siblings, 0 replies; 4+ messages in thread
From: Stephen Rothwell @ 2012-07-01  0:27 UTC (permalink / raw)
  To: Thierry Reding
  Cc: linux-next, linux-kernel, Bartlomiej Zolnierkiewicz, Kukjin Kim,
	Kyungmin Park, Sascha Hauer, "Eric Bénard"

[-- Attachment #1: Type: text/plain, Size: 1259 bytes --]

Hi Thierry,

On Sat, 30 Jun 2012 21:58:47 +0200 Thierry Reding <thierry.reding@avionic-design.de> wrote:
>
> On Fri, Jun 29, 2012 at 04:49:46PM +1000, Stephen Rothwell wrote:
> > 
> > Today's linux-next merge of the pwm tree got a conflict in
> > arch/arm/plat-samsung/Makefile between commit 65ab16fd385f ("ARM: EXYNOS:
> > Remove leftovers of the Samsung specific power domain control") from the
> > s5p tree and commit 2663e766c56a ("ARM Samsung: Move s3c pwm driver to
> > pwm framework") from the pwm tree.
> > 
> > Just context changes. I fixed it up (see below) and can carry the fix as
> > necessary.
> 
> I wonder, when these changes are merged by Linus during the merge
> window, does he have to resolve these conflicts again or does he get the
> resolutions from you? Or should I rather base the PWM tree on top of the
> corresponding EXYNOS changes to sidestep the issue?

He will resolve the merge conflicts again but he is good at that.  You do
not need to do anything about these simple conflicts.  Rebasing your tree
would effectively throw away any testing you had done and possibly
introduce more problems into your tree from the other changes.
-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au

[-- Attachment #2: Type: application/pgp-signature, Size: 836 bytes --]

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

* linux-next: manual merge of the pwm tree with the s5p tree
@ 2012-06-29  6:58 Stephen Rothwell
  0 siblings, 0 replies; 4+ messages in thread
From: Stephen Rothwell @ 2012-06-29  6:58 UTC (permalink / raw)
  To: Thierry Reding
  Cc: linux-next, linux-kernel, Jonghwan Choi, Kukjin Kim, Sascha Hauer

[-- Attachment #1: Type: text/plain, Size: 480 bytes --]

Hi Thierry,

Today's linux-next merge of the pwm tree got a conflict in
drivers/pwm/pwm-samsung.c between commit 8f748e20b806 ("ARM: SAMSUNG:
Remove unused variable 'running' on PWM") from the s5p tree (where it is
called arch/arm/plat-samsung/pwm.c) and commit 2663e766c56a ("ARM
Samsung: Move s3c pwm driver to pwm framework") from the pwm tree.

I fixed it up and can carry the fix as necessary.
-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au

[-- Attachment #2: Type: application/pgp-signature, Size: 836 bytes --]

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

end of thread, other threads:[~2012-07-01  0:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-06-29  6:49 linux-next: manual merge of the pwm tree with the s5p tree Stephen Rothwell
2012-06-30 19:58 ` Thierry Reding
2012-07-01  0:27   ` Stephen Rothwell
2012-06-29  6:58 Stephen Rothwell

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.