linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* linux-next: manual merge of the staging tree with the clk tree
@ 2022-10-04  6:31 Stephen Rothwell
  2022-10-04  8:25 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Stephen Rothwell @ 2022-10-04  6:31 UTC (permalink / raw)
  To: Greg KH, Mike Turquette, Stephen Boyd
  Cc: Greg Kroah-Hartman, Linux Kernel Mailing List,
	Linux Next Mailing List, Shubhrajyoti Datta

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

Hi all,

Today's linux-next merge of the staging tree got conflicts in:

  drivers/staging/Kconfig
  drivers/staging/Makefile

between commit:

  c822490f52da ("clk: clocking-wizard: Move clocking-wizard out")

from the clk tree and commit:

  db65becab2a3 ("staging: fwserial: delete the driver.")

from the staging 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/staging/Kconfig
index 211436b40c0a,64a531accd72..000000000000
--- a/drivers/staging/Kconfig
+++ b/drivers/staging/Kconfig
@@@ -60,8 -60,8 +60,6 @@@ source "drivers/staging/board/Kconfig
  
  source "drivers/staging/gdm724x/Kconfig"
  
- source "drivers/staging/fwserial/Kconfig"
 -source "drivers/staging/clocking-wizard/Kconfig"
--
  source "drivers/staging/fbtft/Kconfig"
  
  source "drivers/staging/most/Kconfig"
diff --cc drivers/staging/Makefile
index f1be26a5f222,6af299b9045b..000000000000
--- a/drivers/staging/Makefile
+++ b/drivers/staging/Makefile
@@@ -20,7 -20,7 +20,6 @@@ obj-$(CONFIG_USB_EMXX)		+= emxx_udc
  obj-$(CONFIG_MFD_NVEC)		+= nvec/
  obj-$(CONFIG_STAGING_BOARD)	+= board/
  obj-$(CONFIG_LTE_GDM724X)	+= gdm724x/
- obj-$(CONFIG_FIREWIRE_SERIAL)	+= fwserial/
 -obj-$(CONFIG_COMMON_CLK_XLNX_CLKWZRD)	+= clocking-wizard/
  obj-$(CONFIG_FB_TFT)		+= fbtft/
  obj-$(CONFIG_MOST)		+= most/
  obj-$(CONFIG_KS7010)		+= ks7010/

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

* Re: linux-next: manual merge of the staging tree with the clk tree
  2022-10-04  6:31 linux-next: manual merge of the staging tree with the clk tree Stephen Rothwell
@ 2022-10-04  8:25 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2022-10-04  8:25 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: Mike Turquette, Stephen Boyd, Linux Kernel Mailing List,
	Linux Next Mailing List, Shubhrajyoti Datta

On Tue, Oct 04, 2022 at 05:31:25PM +1100, Stephen Rothwell wrote:
> Hi all,
> 
> Today's linux-next merge of the staging tree got conflicts in:
> 
>   drivers/staging/Kconfig
>   drivers/staging/Makefile
> 
> between commit:
> 
>   c822490f52da ("clk: clocking-wizard: Move clocking-wizard out")
> 
> from the clk tree and commit:
> 
>   db65becab2a3 ("staging: fwserial: delete the driver.")
> 
> from the staging 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/staging/Kconfig
> index 211436b40c0a,64a531accd72..000000000000
> --- a/drivers/staging/Kconfig
> +++ b/drivers/staging/Kconfig
> @@@ -60,8 -60,8 +60,6 @@@ source "drivers/staging/board/Kconfig
>   
>   source "drivers/staging/gdm724x/Kconfig"
>   
> - source "drivers/staging/fwserial/Kconfig"
>  -source "drivers/staging/clocking-wizard/Kconfig"
> --
>   source "drivers/staging/fbtft/Kconfig"
>   
>   source "drivers/staging/most/Kconfig"
> diff --cc drivers/staging/Makefile
> index f1be26a5f222,6af299b9045b..000000000000
> --- a/drivers/staging/Makefile
> +++ b/drivers/staging/Makefile
> @@@ -20,7 -20,7 +20,6 @@@ obj-$(CONFIG_USB_EMXX)		+= emxx_udc
>   obj-$(CONFIG_MFD_NVEC)		+= nvec/
>   obj-$(CONFIG_STAGING_BOARD)	+= board/
>   obj-$(CONFIG_LTE_GDM724X)	+= gdm724x/
> - obj-$(CONFIG_FIREWIRE_SERIAL)	+= fwserial/
>  -obj-$(CONFIG_COMMON_CLK_XLNX_CLKWZRD)	+= clocking-wizard/
>   obj-$(CONFIG_FB_TFT)		+= fbtft/
>   obj-$(CONFIG_MOST)		+= most/
>   obj-$(CONFIG_KS7010)		+= ks7010/



Fixup looks good to me, thanks!

greg k-h

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

end of thread, other threads:[~2022-10-04  8:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-04  6:31 linux-next: manual merge of the staging tree with the clk tree Stephen Rothwell
2022-10-04  8:25 ` Greg KH

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