All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL for 4.16] CIO2 compiler warning fix
@ 2018-01-09 22:35 Sakari Ailus
  2018-01-23 12:40 ` Mauro Carvalho Chehab
  0 siblings, 1 reply; 5+ messages in thread
From: Sakari Ailus @ 2018-01-09 22:35 UTC (permalink / raw)
  To: linux-media

Hi Mauro,

Here's compile warning fix for the Intel IPU3 CIO2 driver from Arnd.

Please pull.


The following changes since commit e3ee691dbf24096ea51b3200946b11d68ce75361:

  media: ov5640: add support of RGB565 and YUYV formats (2018-01-05 12:54:14 -0500)

are available in the git repository at:

  ssh://linuxtv.org/git/sailus/media_tree.git ipu3

for you to fetch changes up to 0bf3352560b82c12380823f035f5fb2171683f23:

  media: intel-ipu3: cio2: mark more PM functions as __maybe_unused (2018-01-09 13:16:07 +0200)

----------------------------------------------------------------
Arnd Bergmann (1):
      media: intel-ipu3: cio2: mark more PM functions as __maybe_unused

 drivers/media/pci/intel/ipu3/ipu3-cio2.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-- 
Sakari Ailus
e-mail: sakari.ailus@iki.fi

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

* Re: [GIT PULL for 4.16] CIO2 compiler warning fix
  2018-01-09 22:35 [GIT PULL for 4.16] CIO2 compiler warning fix Sakari Ailus
@ 2018-01-23 12:40 ` Mauro Carvalho Chehab
  2018-01-23 12:52   ` Sakari Ailus
  2018-01-23 12:56   ` Sakari Ailus
  0 siblings, 2 replies; 5+ messages in thread
From: Mauro Carvalho Chehab @ 2018-01-23 12:40 UTC (permalink / raw)
  To: Sakari Ailus; +Cc: linux-media

Em Wed, 10 Jan 2018 00:35:18 +0200
Sakari Ailus <sakari.ailus@iki.fi> escreveu:

> Hi Mauro,
> 
> Here's compile warning fix for the Intel IPU3 CIO2 driver from Arnd.
> 
> Please pull.
> 
> 
> The following changes since commit e3ee691dbf24096ea51b3200946b11d68ce75361:
> 
>   media: ov5640: add support of RGB565 and YUYV formats (2018-01-05 12:54:14 -0500)
> 
> are available in the git repository at:
> 
>   ssh://linuxtv.org/git/sailus/media_tree.git ipu3
> 
> for you to fetch changes up to 0bf3352560b82c12380823f035f5fb2171683f23:
> 
>   media: intel-ipu3: cio2: mark more PM functions as __maybe_unused (2018-01-09 13:16:07 +0200)
> 
> ----------------------------------------------------------------
> Arnd Bergmann (1):
>       media: intel-ipu3: cio2: mark more PM functions as __maybe_unused
> 
>  drivers/media/pci/intel/ipu3/ipu3-cio2.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

I got more changes than mentioned above:

git pull logs
Updating e3ee691dbf24..8d677b031a4f
Fast-forward
 drivers/media/pci/intel/ipu3/ipu3-cio2.c | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

Something wrong happened here.

Regards,
Mauro



Cheers,
Mauro

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

* Re: [GIT PULL for 4.16] CIO2 compiler warning fix
  2018-01-23 12:40 ` Mauro Carvalho Chehab
@ 2018-01-23 12:52   ` Sakari Ailus
  2018-01-23 12:56   ` Sakari Ailus
  1 sibling, 0 replies; 5+ messages in thread
From: Sakari Ailus @ 2018-01-23 12:52 UTC (permalink / raw)
  To: Mauro Carvalho Chehab; +Cc: linux-media

On Tue, Jan 23, 2018 at 10:40:13AM -0200, Mauro Carvalho Chehab wrote:
> Em Wed, 10 Jan 2018 00:35:18 +0200
> Sakari Ailus <sakari.ailus@iki.fi> escreveu:
> 
> > Hi Mauro,
> > 
> > Here's compile warning fix for the Intel IPU3 CIO2 driver from Arnd.
> > 
> > Please pull.
> > 
> > 
> > The following changes since commit e3ee691dbf24096ea51b3200946b11d68ce75361:
> > 
> >   media: ov5640: add support of RGB565 and YUYV formats (2018-01-05 12:54:14 -0500)
> > 
> > are available in the git repository at:
> > 
> >   ssh://linuxtv.org/git/sailus/media_tree.git ipu3
> > 
> > for you to fetch changes up to 0bf3352560b82c12380823f035f5fb2171683f23:
> > 
> >   media: intel-ipu3: cio2: mark more PM functions as __maybe_unused (2018-01-09 13:16:07 +0200)
> > 
> > ----------------------------------------------------------------
> > Arnd Bergmann (1):
> >       media: intel-ipu3: cio2: mark more PM functions as __maybe_unused
> > 
> >  drivers/media/pci/intel/ipu3/ipu3-cio2.c | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> I got more changes than mentioned above:
> 
> git pull logs
> Updating e3ee691dbf24..8d677b031a4f
> Fast-forward
>  drivers/media/pci/intel/ipu3/ipu3-cio2.c | 9 ++++-----
>  1 file changed, 4 insertions(+), 5 deletions(-)
> 
> Something wrong happened here.

Oops. There was an additional patch but I forgot to replace the pull
request. I'll do that now.

-- 
Sakari Ailus
e-mail: sakari.ailus@iki.fi

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

* Re: [GIT PULL for 4.16] CIO2 compiler warning fix
  2018-01-23 12:40 ` Mauro Carvalho Chehab
  2018-01-23 12:52   ` Sakari Ailus
@ 2018-01-23 12:56   ` Sakari Ailus
  2018-01-23 13:21     ` Mauro Carvalho Chehab
  1 sibling, 1 reply; 5+ messages in thread
From: Sakari Ailus @ 2018-01-23 12:56 UTC (permalink / raw)
  To: Mauro Carvalho Chehab; +Cc: linux-media

On Tue, Jan 23, 2018 at 10:40:13AM -0200, Mauro Carvalho Chehab wrote:
> Em Wed, 10 Jan 2018 00:35:18 +0200
> Sakari Ailus <sakari.ailus@iki.fi> escreveu:
> 
> > Hi Mauro,
> > 
> > Here's compile warning fix for the Intel IPU3 CIO2 driver from Arnd.
> > 
> > Please pull.
> > 
> > 
> > The following changes since commit e3ee691dbf24096ea51b3200946b11d68ce75361:
> > 
> >   media: ov5640: add support of RGB565 and YUYV formats (2018-01-05 12:54:14 -0500)
> > 
> > are available in the git repository at:
> > 
> >   ssh://linuxtv.org/git/sailus/media_tree.git ipu3
> > 
> > for you to fetch changes up to 0bf3352560b82c12380823f035f5fb2171683f23:
> > 
> >   media: intel-ipu3: cio2: mark more PM functions as __maybe_unused (2018-01-09 13:16:07 +0200)
> > 
> > ----------------------------------------------------------------
> > Arnd Bergmann (1):
> >       media: intel-ipu3: cio2: mark more PM functions as __maybe_unused
> > 
> >  drivers/media/pci/intel/ipu3/ipu3-cio2.c | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> I got more changes than mentioned above:
> 
> git pull logs
> Updating e3ee691dbf24..8d677b031a4f
> Fast-forward
>  drivers/media/pci/intel/ipu3/ipu3-cio2.c | 9 ++++-----
>  1 file changed, 4 insertions(+), 5 deletions(-)
> 
> Something wrong happened here.

Ah, this is an older CIO2 pull request I've already replaced in Patchwork.
The new one is here, sent on 19th:

<URL:https://patchwork.linuxtv.org/patch/46545/>

-- 
Sakari Ailus
e-mail: sakari.ailus@iki.fi

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

* Re: [GIT PULL for 4.16] CIO2 compiler warning fix
  2018-01-23 12:56   ` Sakari Ailus
@ 2018-01-23 13:21     ` Mauro Carvalho Chehab
  0 siblings, 0 replies; 5+ messages in thread
From: Mauro Carvalho Chehab @ 2018-01-23 13:21 UTC (permalink / raw)
  To: Sakari Ailus; +Cc: linux-media

Em Tue, 23 Jan 2018 14:56:01 +0200
Sakari Ailus <sakari.ailus@iki.fi> escreveu:

> On Tue, Jan 23, 2018 at 10:40:13AM -0200, Mauro Carvalho Chehab wrote:
> > Em Wed, 10 Jan 2018 00:35:18 +0200
> > Sakari Ailus <sakari.ailus@iki.fi> escreveu:
> >   
> > > Hi Mauro,
> > > 
> > > Here's compile warning fix for the Intel IPU3 CIO2 driver from Arnd.
> > > 
> > > Please pull.
> > > 
> > > 
> > > The following changes since commit e3ee691dbf24096ea51b3200946b11d68ce75361:
> > > 
> > >   media: ov5640: add support of RGB565 and YUYV formats (2018-01-05 12:54:14 -0500)
> > > 
> > > are available in the git repository at:
> > > 
> > >   ssh://linuxtv.org/git/sailus/media_tree.git ipu3
> > > 
> > > for you to fetch changes up to 0bf3352560b82c12380823f035f5fb2171683f23:
> > > 
> > >   media: intel-ipu3: cio2: mark more PM functions as __maybe_unused (2018-01-09 13:16:07 +0200)
> > > 
> > > ----------------------------------------------------------------
> > > Arnd Bergmann (1):
> > >       media: intel-ipu3: cio2: mark more PM functions as __maybe_unused
> > > 
> > >  drivers/media/pci/intel/ipu3/ipu3-cio2.c | 4 ++--
> > >  1 file changed, 2 insertions(+), 2 deletions(-)  
> > 
> > I got more changes than mentioned above:
> > 
> > git pull logs
> > Updating e3ee691dbf24..8d677b031a4f
> > Fast-forward
> >  drivers/media/pci/intel/ipu3/ipu3-cio2.c | 9 ++++-----
> >  1 file changed, 4 insertions(+), 5 deletions(-)
> > 
> > Something wrong happened here.  
> 
> Ah, this is an older CIO2 pull request I've already replaced in Patchwork.
> The new one is here, sent on 19th:
> 
> <URL:https://patchwork.linuxtv.org/patch/46545/>

Please always mark the older one as Superseded before sending a new
pull request.

> 




Cheers,
Mauro

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

end of thread, other threads:[~2018-01-23 13:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-09 22:35 [GIT PULL for 4.16] CIO2 compiler warning fix Sakari Ailus
2018-01-23 12:40 ` Mauro Carvalho Chehab
2018-01-23 12:52   ` Sakari Ailus
2018-01-23 12:56   ` Sakari Ailus
2018-01-23 13:21     ` Mauro Carvalho Chehab

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.