All of lore.kernel.org
 help / color / mirror / Atom feed
* linux-next: manual merge of the v4l-dvb tree with the v4l-dvb-fixes tree
@ 2020-01-09  0:10 Stephen Rothwell
  2020-01-09  7:05 ` Mauro Carvalho Chehab
  0 siblings, 1 reply; 5+ messages in thread
From: Stephen Rothwell @ 2020-01-09  0:10 UTC (permalink / raw)
  To: Mauro Carvalho Chehab
  Cc: Linux Next Mailing List, Linux Kernel Mailing List, Hans Verkuil

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

Hi all,

Today's linux-next merge of the v4l-dvb tree got a conflict in:

  drivers/media/usb/pulse8-cec/pulse8-cec.c

between commit:

  21d116949e95 ("Revert "media: pulse8-cec: fix lost cec_transmit_attempt_done() call"")

from the v4l-dvb-fixes tree and commit:

  c4e8f760581b ("media: pulse8-cec: fix lost cec_transmit_attempt_done() call")

and some other commits from the v4l-dvb tree.  The conflicts arise
mostly because the above commit was cherry-picked into Linus' tree
(before being reverted above).

I fixed it up (I just used the vl4-dvb tree version on the assumption that
you will fix it up properly) 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

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

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

* Re: linux-next: manual merge of the v4l-dvb tree with the v4l-dvb-fixes tree
  2020-01-09  0:10 linux-next: manual merge of the v4l-dvb tree with the v4l-dvb-fixes tree Stephen Rothwell
@ 2020-01-09  7:05 ` Mauro Carvalho Chehab
  0 siblings, 0 replies; 5+ messages in thread
From: Mauro Carvalho Chehab @ 2020-01-09  7:05 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: Linux Next Mailing List, Linux Kernel Mailing List, Hans Verkuil

Em Thu, 9 Jan 2020 11:10:50 +1100
Stephen Rothwell <sfr@canb.auug.org.au> escreveu:

> Hi all,
> 
> Today's linux-next merge of the v4l-dvb tree got a conflict in:
> 
>   drivers/media/usb/pulse8-cec/pulse8-cec.c
> 
> between commit:
> 
>   21d116949e95 ("Revert "media: pulse8-cec: fix lost cec_transmit_attempt_done() call"")
> 
> from the v4l-dvb-fixes tree and commit:
> 
>   c4e8f760581b ("media: pulse8-cec: fix lost cec_transmit_attempt_done() call")
> 
> and some other commits from the v4l-dvb tree.  The conflicts arise
> mostly because the above commit was cherry-picked into Linus' tree
> (before being reverted above).
> 
> I fixed it up (I just used the vl4-dvb tree version on the assumption that
> you will fix it up properly) 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.

Thanks for the warning. Just fixed the conflict. The version at the
v4l-dvb is indeed the correct one.

Cheers,
Mauro

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

* linux-next: manual merge of the v4l-dvb tree with the v4l-dvb-fixes tree
@ 2022-09-27 12:34 broonie
  0 siblings, 0 replies; 5+ messages in thread
From: broonie @ 2022-09-27 12:34 UTC (permalink / raw)
  To: Mauro Carvalho Chehab
  Cc: Hans Verkuil, Irui Wang, Linux Kernel Mailing List,
	Linux Next Mailing List, Nícolas F . R . A . Prado

Hi all,

Today's linux-next merge of the v4l-dvb tree got a conflict in:

  drivers/media/platform/mediatek/vcodec/mtk_vcodec_enc_drv.c

between commit:

  a2d2e593d39bc ("media: mediatek: vcodec: Drop platform_get_resource(IORESOURCE_IRQ)")

from the v4l-dvb-fixes tree and commit:

  223afdf9caa07 ("media: mediatek: vcodec: Remove encoder driver get IRQ resource")

from the v4l-dvb 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.

diff --cc drivers/media/platform/mediatek/vcodec/mtk_vcodec_enc_drv.c
index d2f5f30582a9c,0abe1dac75b3a..0000000000000
--- a/drivers/media/platform/mediatek/vcodec/mtk_vcodec_enc_drv.c
+++ b/drivers/media/platform/mediatek/vcodec/mtk_vcodec_enc_drv.c

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

* linux-next: manual merge of the v4l-dvb tree with the v4l-dvb-fixes tree
@ 2020-11-06  0:19 Stephen Rothwell
  0 siblings, 0 replies; 5+ messages in thread
From: Stephen Rothwell @ 2020-11-06  0:19 UTC (permalink / raw)
  To: Mauro Carvalho Chehab
  Cc: Hans Verkuil, Linux Kernel Mailing List, Linux Next Mailing List,
	Mauro Carvalho Chehab, Randy Dunlap, YueHaibing

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

Hi all,

Today's linux-next merge of the v4l-dvb tree got a conflict in:

  drivers/media/platform/marvell-ccic/mmp-driver.c

between commit:

  e6fcf468c51d ("media: media/platform/marvell-ccic: fix warnings when CONFIG_PM is not enabled")

from the v4l-dvb-fixes tree and commit:

  009e3b8d9e28 ("media: marvell-ccic: Fix -Wunused-function warnings")

from the v4l-dvb 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/media/platform/marvell-ccic/mmp-driver.c
index 63fce1b85d26,032fdddbbecc..000000000000
--- a/drivers/media/platform/marvell-ccic/mmp-driver.c
+++ b/drivers/media/platform/marvell-ccic/mmp-driver.c
@@@ -307,8 -307,7 +307,8 @@@ static int mmpcam_platform_remove(struc
   * Suspend/resume support.
   */
  
 +#ifdef CONFIG_PM
- static int mmpcam_runtime_resume(struct device *dev)
+ static int __maybe_unused mmpcam_runtime_resume(struct device *dev)
  {
  	struct mmp_camera *cam = dev_get_drvdata(dev);
  	struct mcam_camera *mcam = &cam->mcam;

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

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

* linux-next: manual merge of the v4l-dvb tree with the v4l-dvb-fixes tree
@ 2017-06-05  2:03 Stephen Rothwell
  0 siblings, 0 replies; 5+ messages in thread
From: Stephen Rothwell @ 2017-06-05  2:03 UTC (permalink / raw)
  To: Mauro Carvalho Chehab
  Cc: Linux-Next Mailing List, Linux Kernel Mailing List, Hans Verkuil,
	Arnd Bergmann

Hi Mauro,

Today's linux-next merge of the v4l-dvb tree got a conflict in:

  include/media/cec-notifier.h

between commit:

  e94c32818d86 ("[media] cec: rename MEDIA_CEC_NOTIFIER to CEC_NOTIFIER")

from the v4l-dvb-fixes tree and commit:

  79eddc992ea4 ("[media] cec-notifier.h: handle unreachable CONFIG_CEC_CORE")

from the v4l-dvb tree.

I fixed it up (I just used the former version) 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

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

end of thread, other threads:[~2022-09-27 12:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-09  0:10 linux-next: manual merge of the v4l-dvb tree with the v4l-dvb-fixes tree Stephen Rothwell
2020-01-09  7:05 ` Mauro Carvalho Chehab
  -- strict thread matches above, loose matches on Subject: below --
2022-09-27 12:34 broonie
2020-11-06  0:19 Stephen Rothwell
2017-06-05  2:03 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.