* linux-next: manual merge of the spi tree with the pm tree
@ 2017-05-01 2:50 Stephen Rothwell
0 siblings, 0 replies; 5+ messages in thread
From: Stephen Rothwell @ 2017-05-01 2:50 UTC (permalink / raw)
To: Mark Brown, Rafael J. Wysocki
Cc: Linux-Next Mailing List, Linux Kernel Mailing List, Hanjun Guo,
Jayachandran C
Hi Mark,
Today's linux-next merge of the spi tree got a conflict in:
drivers/acpi/acpi_apd.c
between commit:
6e14cf361a0c ("ACPI / APD: Add clock frequency for Hisilicon Hip07/08 I2C controller")
from the pm tree and commit:
251831bd4f49 ("spi: xlp: update for ARCH_VULCAN2")
from the spi tree.
I fixed it up (see below) and can carry the fix as necessary. This
is now fixed as far as linux-next is concerned, but any non trivial
conflicts should be mentioned to your upstream maintainer when your tree
is submitted for merging. You may also want to consider cooperating
with the maintainer of the conflicting tree to minimise any particularly
complex conflicts.
--
Cheers,
Stephen Rothwell
diff --cc drivers/acpi/acpi_apd.c
index 8f57648f318b,17a1eb14847a..000000000000
--- a/drivers/acpi/acpi_apd.c
+++ b/drivers/acpi/acpi_apd.c
@@@ -179,8 -169,7 +179,9 @@@ static const struct acpi_device_id acpi
#ifdef CONFIG_ARM64
{ "APMC0D0F", APD_ADDR(xgene_i2c_desc) },
{ "BRCM900D", APD_ADDR(vulcan_spi_desc) },
+ { "CAV900D", APD_ADDR(vulcan_spi_desc) },
+ { "HISI0A21", APD_ADDR(hip07_i2c_desc) },
+ { "HISI0A22", APD_ADDR(hip08_i2c_desc) },
#endif
{ }
};
^ permalink raw reply [flat|nested] 5+ messages in thread
* linux-next: manual merge of the spi tree with the pm tree
@ 2017-08-17 3:23 Stephen Rothwell
[not found] ` <20170817132308.090d4b88-3FnU+UHB4dNDw9hX6IcOSA@public.gmane.org>
2017-09-04 4:56 ` Stephen Rothwell
0 siblings, 2 replies; 5+ messages in thread
From: Stephen Rothwell @ 2017-08-17 3:23 UTC (permalink / raw)
To: Mark Brown, Rafael J. Wysocki
Cc: Linux-Next Mailing List, Linux Kernel Mailing List, Lukas Wunner,
Suniel Mahesh, Karthik Tummala
Hi Mark,
Today's linux-next merge of the spi tree got a conflict in:
drivers/spi/spi.c
between commit:
8a2e487e6fc1 ("spi: Use Apple device properties in absence of ACPI resources")
from the pm tree and commit:
9b61e302210e ("spi: Pick spi bus number from Linux idr or spi alias")
from the spi tree.
I fixed it up (see below) and can carry the fix as necessary. This
is now fixed as far as linux-next is concerned, but any non trivial
conflicts should be mentioned to your upstream maintainer when your tree
is submitted for merging. You may also want to consider cooperating
with the maintainer of the conflicting tree to minimise any particularly
complex conflicts.
--
Cheers,
Stephen Rothwell
diff --cc drivers/spi/spi.c
index 7d920ea19957,43cb8b98e953..000000000000
--- a/drivers/spi/spi.c
+++ b/drivers/spi/spi.c
@@@ -40,7 -40,7 +40,8 @@@
#include <linux/ioport.h>
#include <linux/acpi.h>
#include <linux/highmem.h>
+#include <linux/platform_data/x86/apple.h>
+ #include <linux/idr.h>
#define CREATE_TRACE_POINTS
#include <trace/events/spi.h>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: linux-next: manual merge of the spi tree with the pm tree
[not found] ` <20170817132308.090d4b88-3FnU+UHB4dNDw9hX6IcOSA@public.gmane.org>
@ 2017-08-17 7:21 ` Lukas Wunner
[not found] ` <20170817072142.GA11056-JFq808J9C/izQB+pC5nmwQ@public.gmane.org>
0 siblings, 1 reply; 5+ messages in thread
From: Lukas Wunner @ 2017-08-17 7:21 UTC (permalink / raw)
To: Suniel Mahesh, Karthik Tummala
Cc: Mark Brown, linux-spi-u79uwXL29TY76Z2rM5mHXA
Hi Sunil, Hi Karthik,
On Thu, Aug 17, 2017 at 01:23:08PM +1000, Stephen Rothwell wrote:
> 9b61e302210e ("spi: Pick spi bus number from Linux idr or spi alias")
This commit contains numerous trailing whitespace and space as indentation
issues. Please be sure to run your patches through scripts/checkpatch.pl
before submission to avoid this.
Thanks,
Lukas
--
To unsubscribe from this list: send the line "unsubscribe linux-spi" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: linux-next: manual merge of the spi tree with the pm tree
[not found] ` <20170817072142.GA11056-JFq808J9C/izQB+pC5nmwQ@public.gmane.org>
@ 2017-08-18 5:47 ` Suniel Mahesh
0 siblings, 0 replies; 5+ messages in thread
From: Suniel Mahesh @ 2017-08-18 5:47 UTC (permalink / raw)
To: Lukas Wunner, Karthik Tummala; +Cc: linux-spi-u79uwXL29TY76Z2rM5mHXA
On Thursday 17 August 2017 12:51 PM, Lukas Wunner wrote:
> Hi Sunil, Hi Karthik,
>
> On Thu, Aug 17, 2017 at 01:23:08PM +1000, Stephen Rothwell wrote:
>> 9b61e302210e ("spi: Pick spi bus number from Linux idr or spi alias")
>
> This commit contains numerous trailing whitespace and space as indentation
> issues. Please be sure to run your patches through scripts/checkpatch.pl
> before submission to avoid this.
>
Hi Lukas,
Thanks for pointing out checkpatch issues. checkpatch clean-up is done
and a patch has been sent which is now applied to broonie's spi tree.
> Thanks,
>
> Lukas
>
--
To unsubscribe from this list: send the line "unsubscribe linux-spi" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: linux-next: manual merge of the spi tree with the pm tree
2017-08-17 3:23 linux-next: manual merge of the spi tree with the pm tree Stephen Rothwell
[not found] ` <20170817132308.090d4b88-3FnU+UHB4dNDw9hX6IcOSA@public.gmane.org>
@ 2017-09-04 4:56 ` Stephen Rothwell
1 sibling, 0 replies; 5+ messages in thread
From: Stephen Rothwell @ 2017-09-04 4:56 UTC (permalink / raw)
To: Mark Brown, Rafael J. Wysocki
Cc: Linux-Next Mailing List, Linux Kernel Mailing List, Lukas Wunner,
Suniel Mahesh, Karthik Tummala
Hi all,
On Thu, 17 Aug 2017 13:23:08 +1000 Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>
> Today's linux-next merge of the spi tree got a conflict in:
>
> drivers/spi/spi.c
>
> between commit:
>
> 8a2e487e6fc1 ("spi: Use Apple device properties in absence of ACPI resources")
>
> from the pm tree and commit:
>
> 9b61e302210e ("spi: Pick spi bus number from Linux idr or spi alias")
>
> from the spi tree.
>
> I fixed it up (see below) and can carry the fix as necessary. This
> is now fixed as far as linux-next is concerned, but any non trivial
> conflicts should be mentioned to your upstream maintainer when your tree
> is submitted for merging. You may also want to consider cooperating
> with the maintainer of the conflicting tree to minimise any particularly
> complex conflicts.
>
> --
> Cheers,
> Stephen Rothwell
>
> diff --cc drivers/spi/spi.c
> index 7d920ea19957,43cb8b98e953..000000000000
> --- a/drivers/spi/spi.c
> +++ b/drivers/spi/spi.c
> @@@ -40,7 -40,7 +40,8 @@@
> #include <linux/ioport.h>
> #include <linux/acpi.h>
> #include <linux/highmem.h>
> +#include <linux/platform_data/x86/apple.h>
> + #include <linux/idr.h>
>
> #define CREATE_TRACE_POINTS
> #include <trace/events/spi.h>
Just a reminder that this conflict still exists.
--
Cheers,
Stephen Rothwell
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2017-09-04 4:56 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-17 3:23 linux-next: manual merge of the spi tree with the pm tree Stephen Rothwell
[not found] ` <20170817132308.090d4b88-3FnU+UHB4dNDw9hX6IcOSA@public.gmane.org>
2017-08-17 7:21 ` Lukas Wunner
[not found] ` <20170817072142.GA11056-JFq808J9C/izQB+pC5nmwQ@public.gmane.org>
2017-08-18 5:47 ` Suniel Mahesh
2017-09-04 4:56 ` Stephen Rothwell
-- strict thread matches above, loose matches on Subject: below --
2017-05-01 2:50 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.