linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL FOR v5.7] ti-vpe/cal and imx7-mipi-csis cleanups/fixes
@ 2020-03-25 13:51 Hans Verkuil
  2020-03-25 14:12 ` [GIT PULL FOR v5.7] ti-vpe/cal and imx7-mipi-csis cleanups/fixes (#62535) Jenkins
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Hans Verkuil @ 2020-03-25 13:51 UTC (permalink / raw)
  To: Linux Media Mailing List; +Cc: Tomi Valkeinen, Laurent Pinchart

The following changes since commit ad71693f41aa60217eaf1c29afb49b3aa0a2db5d:

  media: mtk-vpu: load vpu firmware from the new location (2020-03-24 17:11:47 +0100)

are available in the Git repository at:

  git://linuxtv.org/hverkuil/media_tree.git tags/br-v5.7n

for you to fetch changes up to 938b4f6cbbd7c7bd2236f4594ef37431c519f7a7:

  media: ti-vpe: cal: fix stop state timeout (2020-03-25 13:21:59 +0100)

----------------------------------------------------------------
Tag branch

----------------------------------------------------------------
Laurent Pinchart (14):
      media: imx: imx7-mipi-csis: Cleanup and fix subdev pad format handling
      media: imx: imx7-mipi-csis: Centralize initialization of pad formats
      media: imx: imx7-mipi-csis: Add missing RAW formats
      media: imx: imx7-mipi-csis: Expose correct YUV formats
      media: imx: imx7-mipi-csis: Fix MEDIA_BUS_FMT_UYVY8_2X8 data alignment
      media: imx: imx7-mipi-csis: Add MEDIA_BUS_FMT_UYVY10_2X10 support
      media: imx: imx7-mipi-csis: Rename data_alignment field to width
      media: imx: imx7-mipi-csis: Align image width based on format
      media: imx: imx7-mipi-csis: Never set MIPI_CSIS_ISPCFG_ALIGN_32BIT
      media: imx: imx7-mipi-csis: Align macro definitions
      media: imx: imx7-mipi-csis: Remove link setup on source pad
      media: imx: imx7-mipi-csis: Cleanup includes
      media: imx: imx7-mipi-csis: Don't use imx-media-utils helpers
      media: imx: imx7-mipi-csis: Implement the .enum_mbus_code() operation

Tomi Valkeinen (19):
      media: ti-vpe: cal: fix DMA memory corruption
      media: ti-vpe: cal: improve enable_irqs
      media: ti-vpe: cal: fix use of wrong macro
      media: ti-vpe: cal: use runtime_resume for errata handling
      media: ti-vpe: cal: drop cal_runtime_get/put
      media: ti-vpe: cal: catch error irqs and print errors
      media: ti-vpe: cal: print errors on timeouts
      media: ti-vpe: cal: simplify irq handling
      media: ti-vpe: cal: remove useless CAL_GEN_* macros
      media: ti-vpe: cal: remove useless IRQ defines
      media: ti-vpe: cal: use reg_write_field
      media: ti-vpe: cal: cleanup CIO power enable/disable
      media: ti-vpe: cal: fix dummy read to phy
      media: ti-vpe: cal: program number of lines properly
      media: ti-vpe: cal: set DMA max seg size
      media: ti-vpe: cal: move code to separate functions
      media: ti-vpe: cal: improve wait for CIO resetdone
      media: ti-vpe: cal: improve wait for stop-state
      media: ti-vpe: cal: fix stop state timeout

 drivers/media/platform/ti-vpe/cal.c        | 397 ++++++++++++++++++++++++++++++---------------------
 drivers/media/platform/ti-vpe/cal_regs.h   |  21 +--
 drivers/staging/media/imx/imx7-mipi-csis.c | 446 ++++++++++++++++++++++++++++++++++++----------------------
 3 files changed, 518 insertions(+), 346 deletions(-)

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

* Re: [GIT PULL FOR v5.7] ti-vpe/cal and imx7-mipi-csis cleanups/fixes (#62535)
  2020-03-25 13:51 [GIT PULL FOR v5.7] ti-vpe/cal and imx7-mipi-csis cleanups/fixes Hans Verkuil
@ 2020-03-25 14:12 ` Jenkins
  2020-03-25 14:27 ` [GIT PULL FOR v5.7] ti-vpe/cal and imx7-mipi-csis cleanups/fixes Laurent Pinchart
  2020-03-25 16:06 ` Mauro Carvalho Chehab
  2 siblings, 0 replies; 7+ messages in thread
From: Jenkins @ 2020-03-25 14:12 UTC (permalink / raw)
  To: mchehab+samsung, linux-media; +Cc: builder

From: builder@linuxtv.org

Pull request: https://patchwork.linuxtv.org/patch/62535/
Build log: https://builder.linuxtv.org/job/patchwork/43853/
Build time: 00:11:53
Link: https://lore.kernel.org/linux-media/64c740ae-3ebd-cec3-14f4-e65f2cb53af3@xs4all.nl

gpg: Signature made Wed 25 Mar 2020 01:50:37 PM UTC
gpg:                using RSA key AAA7FFBA4D2D77EF4CAEA1421326E0CD23ABDCE5
gpg: Good signature from "Hans Verkuil <hverkuil-cisco@xs4all.nl>" [unknown]
gpg:                 aka "Hans Verkuil <hverkuil@xs4all.nl>" [full]

Summary: 3 patches and/or PDF generation with issues, being 0 at build time

Error/warnings:


Error #256 when running ./scripts/checkpatch.pl --terse --mailback --no-summary --strict patches/0020-media-ti-vpe-cal-catch-error-irqs-and-print-errors.patch:
$ ./scripts/checkpatch.pl --terse --mailback --no-summary --strict patches/0020-media-ti-vpe-cal-catch-error-irqs-and-print-errors.patch
patches/0020-media-ti-vpe-cal-catch-error-irqs-and-print-errors.patch:79: WARNING: line over 80 characters
patches/0020-media-ti-vpe-cal-catch-error-irqs-and-print-errors.patch:82: WARNING: line over 80 characters

Error #256 when running ./scripts/checkpatch.pl --terse --mailback --no-summary --strict patches/0026-media-ti-vpe-cal-cleanup-CIO-power-enable-disable.patch:
$ ./scripts/checkpatch.pl --terse --mailback --no-summary --strict patches/0026-media-ti-vpe-cal-cleanup-CIO-power-enable-disable.patch
patches/0026-media-ti-vpe-cal-cleanup-CIO-power-enable-disable.patch:40: WARNING: line over 80 characters
patches/0026-media-ti-vpe-cal-cleanup-CIO-power-enable-disable.patch:41: WARNING: line over 80 characters

Error #256 when running ./scripts/checkpatch.pl --terse --mailback --no-summary --strict patches/0029-media-ti-vpe-cal-set-DMA-max-seg-size.patch:
$ ./scripts/checkpatch.pl --terse --mailback --no-summary --strict patches/0029-media-ti-vpe-cal-set-DMA-max-seg-size.patch
patches/0029-media-ti-vpe-cal-set-DMA-max-seg-size.patch:9: WARNING: Possible unwrapped commit description (prefer a maximum 75 chars per line)


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

* Re: [GIT PULL FOR v5.7] ti-vpe/cal and imx7-mipi-csis cleanups/fixes
  2020-03-25 13:51 [GIT PULL FOR v5.7] ti-vpe/cal and imx7-mipi-csis cleanups/fixes Hans Verkuil
  2020-03-25 14:12 ` [GIT PULL FOR v5.7] ti-vpe/cal and imx7-mipi-csis cleanups/fixes (#62535) Jenkins
@ 2020-03-25 14:27 ` Laurent Pinchart
  2020-03-25 14:40   ` Tomi Valkeinen
  2020-03-25 16:06 ` Mauro Carvalho Chehab
  2 siblings, 1 reply; 7+ messages in thread
From: Laurent Pinchart @ 2020-03-25 14:27 UTC (permalink / raw)
  To: Hans Verkuil; +Cc: Linux Media Mailing List, Tomi Valkeinen

Hi Hans,

On Wed, Mar 25, 2020 at 02:51:55PM +0100, Hans Verkuil wrote:
> The following changes since commit ad71693f41aa60217eaf1c29afb49b3aa0a2db5d:
> 
>   media: mtk-vpu: load vpu firmware from the new location (2020-03-24 17:11:47 +0100)
> 
> are available in the Git repository at:
> 
>   git://linuxtv.org/hverkuil/media_tree.git tags/br-v5.7n
> 
> for you to fetch changes up to 938b4f6cbbd7c7bd2236f4594ef37431c519f7a7:
> 
>   media: ti-vpe: cal: fix stop state timeout (2020-03-25 13:21:59 +0100)
> 
> ----------------------------------------------------------------
> Tag branch
> 
> ----------------------------------------------------------------
> Laurent Pinchart (14):
>       media: imx: imx7-mipi-csis: Cleanup and fix subdev pad format handling
>       media: imx: imx7-mipi-csis: Centralize initialization of pad formats
>       media: imx: imx7-mipi-csis: Add missing RAW formats
>       media: imx: imx7-mipi-csis: Expose correct YUV formats
>       media: imx: imx7-mipi-csis: Fix MEDIA_BUS_FMT_UYVY8_2X8 data alignment
>       media: imx: imx7-mipi-csis: Add MEDIA_BUS_FMT_UYVY10_2X10 support
>       media: imx: imx7-mipi-csis: Rename data_alignment field to width
>       media: imx: imx7-mipi-csis: Align image width based on format
>       media: imx: imx7-mipi-csis: Never set MIPI_CSIS_ISPCFG_ALIGN_32BIT
>       media: imx: imx7-mipi-csis: Align macro definitions
>       media: imx: imx7-mipi-csis: Remove link setup on source pad
>       media: imx: imx7-mipi-csis: Cleanup includes
>       media: imx: imx7-mipi-csis: Don't use imx-media-utils helpers
>       media: imx: imx7-mipi-csis: Implement the .enum_mbus_code() operation
> 
> Tomi Valkeinen (19):
>       media: ti-vpe: cal: fix DMA memory corruption
>       media: ti-vpe: cal: improve enable_irqs
>       media: ti-vpe: cal: fix use of wrong macro
>       media: ti-vpe: cal: use runtime_resume for errata handling
>       media: ti-vpe: cal: drop cal_runtime_get/put
>       media: ti-vpe: cal: catch error irqs and print errors
>       media: ti-vpe: cal: print errors on timeouts
>       media: ti-vpe: cal: simplify irq handling
>       media: ti-vpe: cal: remove useless CAL_GEN_* macros
>       media: ti-vpe: cal: remove useless IRQ defines
>       media: ti-vpe: cal: use reg_write_field
>       media: ti-vpe: cal: cleanup CIO power enable/disable
>       media: ti-vpe: cal: fix dummy read to phy
>       media: ti-vpe: cal: program number of lines properly
>       media: ti-vpe: cal: set DMA max seg size
>       media: ti-vpe: cal: move code to separate functions
>       media: ti-vpe: cal: improve wait for CIO resetdone
>       media: ti-vpe: cal: improve wait for stop-state
>       media: ti-vpe: cal: fix stop state timeout

Tomi has posted v3, is that what the pull request contains ?

>  drivers/media/platform/ti-vpe/cal.c        | 397 ++++++++++++++++++++++++++++++---------------------
>  drivers/media/platform/ti-vpe/cal_regs.h   |  21 +--
>  drivers/staging/media/imx/imx7-mipi-csis.c | 446 ++++++++++++++++++++++++++++++++++++----------------------
>  3 files changed, 518 insertions(+), 346 deletions(-)

-- 
Regards,

Laurent Pinchart

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

* Re: [GIT PULL FOR v5.7] ti-vpe/cal and imx7-mipi-csis cleanups/fixes
  2020-03-25 14:27 ` [GIT PULL FOR v5.7] ti-vpe/cal and imx7-mipi-csis cleanups/fixes Laurent Pinchart
@ 2020-03-25 14:40   ` Tomi Valkeinen
  2020-03-25 14:55     ` Hans Verkuil
  0 siblings, 1 reply; 7+ messages in thread
From: Tomi Valkeinen @ 2020-03-25 14:40 UTC (permalink / raw)
  To: Laurent Pinchart, Hans Verkuil; +Cc: Linux Media Mailing List

On 25/03/2020 16:27, Laurent Pinchart wrote:

>> Tomi Valkeinen (19):
>>        media: ti-vpe: cal: fix DMA memory corruption
>>        media: ti-vpe: cal: improve enable_irqs
>>        media: ti-vpe: cal: fix use of wrong macro
>>        media: ti-vpe: cal: use runtime_resume for errata handling
>>        media: ti-vpe: cal: drop cal_runtime_get/put
>>        media: ti-vpe: cal: catch error irqs and print errors
>>        media: ti-vpe: cal: print errors on timeouts
>>        media: ti-vpe: cal: simplify irq handling
>>        media: ti-vpe: cal: remove useless CAL_GEN_* macros
>>        media: ti-vpe: cal: remove useless IRQ defines
>>        media: ti-vpe: cal: use reg_write_field
>>        media: ti-vpe: cal: cleanup CIO power enable/disable
>>        media: ti-vpe: cal: fix dummy read to phy
>>        media: ti-vpe: cal: program number of lines properly
>>        media: ti-vpe: cal: set DMA max seg size
>>        media: ti-vpe: cal: move code to separate functions
>>        media: ti-vpe: cal: improve wait for CIO resetdone
>>        media: ti-vpe: cal: improve wait for stop-state
>>        media: ti-vpe: cal: fix stop state timeout
> 
> Tomi has posted v3, is that what the pull request contains ?

Yes, looks like v3.

  Tomi

-- 
Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki.
Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki

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

* Re: [GIT PULL FOR v5.7] ti-vpe/cal and imx7-mipi-csis cleanups/fixes
  2020-03-25 14:40   ` Tomi Valkeinen
@ 2020-03-25 14:55     ` Hans Verkuil
  0 siblings, 0 replies; 7+ messages in thread
From: Hans Verkuil @ 2020-03-25 14:55 UTC (permalink / raw)
  To: Tomi Valkeinen, Laurent Pinchart; +Cc: Linux Media Mailing List

On 3/25/20 3:40 PM, Tomi Valkeinen wrote:
> On 25/03/2020 16:27, Laurent Pinchart wrote:
> 
>>> Tomi Valkeinen (19):
>>>        media: ti-vpe: cal: fix DMA memory corruption
>>>        media: ti-vpe: cal: improve enable_irqs
>>>        media: ti-vpe: cal: fix use of wrong macro
>>>        media: ti-vpe: cal: use runtime_resume for errata handling
>>>        media: ti-vpe: cal: drop cal_runtime_get/put
>>>        media: ti-vpe: cal: catch error irqs and print errors
>>>        media: ti-vpe: cal: print errors on timeouts
>>>        media: ti-vpe: cal: simplify irq handling
>>>        media: ti-vpe: cal: remove useless CAL_GEN_* macros
>>>        media: ti-vpe: cal: remove useless IRQ defines
>>>        media: ti-vpe: cal: use reg_write_field
>>>        media: ti-vpe: cal: cleanup CIO power enable/disable
>>>        media: ti-vpe: cal: fix dummy read to phy
>>>        media: ti-vpe: cal: program number of lines properly
>>>        media: ti-vpe: cal: set DMA max seg size
>>>        media: ti-vpe: cal: move code to separate functions
>>>        media: ti-vpe: cal: improve wait for CIO resetdone
>>>        media: ti-vpe: cal: improve wait for stop-state
>>>        media: ti-vpe: cal: fix stop state timeout
>>
>> Tomi has posted v3, is that what the pull request contains ?
> 
> Yes, looks like v3.

I was 15 minutes away from posting the PR with v2 when I saw v3 arrive :-)

So yes, this is with v3.

Regards,

	Hans

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

* Re: [GIT PULL FOR v5.7] ti-vpe/cal and imx7-mipi-csis cleanups/fixes
  2020-03-25 13:51 [GIT PULL FOR v5.7] ti-vpe/cal and imx7-mipi-csis cleanups/fixes Hans Verkuil
  2020-03-25 14:12 ` [GIT PULL FOR v5.7] ti-vpe/cal and imx7-mipi-csis cleanups/fixes (#62535) Jenkins
  2020-03-25 14:27 ` [GIT PULL FOR v5.7] ti-vpe/cal and imx7-mipi-csis cleanups/fixes Laurent Pinchart
@ 2020-03-25 16:06 ` Mauro Carvalho Chehab
  2020-03-25 16:11   ` Hans Verkuil
  2 siblings, 1 reply; 7+ messages in thread
From: Mauro Carvalho Chehab @ 2020-03-25 16:06 UTC (permalink / raw)
  To: Hans Verkuil; +Cc: Linux Media Mailing List, Tomi Valkeinen, Laurent Pinchart

Em Wed, 25 Mar 2020 14:51:55 +0100
Hans Verkuil <hverkuil@xs4all.nl> escreveu:

> The following changes since commit ad71693f41aa60217eaf1c29afb49b3aa0a2db5d:
> 
>   media: mtk-vpu: load vpu firmware from the new location (2020-03-24 17:11:47 +0100)
> 
> are available in the Git repository at:
> 
>   git://linuxtv.org/hverkuil/media_tree.git tags/br-v5.7n
> 
> for you to fetch changes up to 938b4f6cbbd7c7bd2236f4594ef37431c519f7a7:
> 
>   media: ti-vpe: cal: fix stop state timeout (2020-03-25 13:21:59 +0100)
> 
> ----------------------------------------------------------------
> Tag branch
> 
> ----------------------------------------------------------------
> Laurent Pinchart (14):
...

> Tomi Valkeinen (19):
...

>  drivers/media/platform/ti-vpe/cal.c        | 397 ++++++++++++++++++++++++++++++---------------------
>  drivers/media/platform/ti-vpe/cal_regs.h   |  21 +--
>  drivers/staging/media/imx/imx7-mipi-csis.c | 446 ++++++++++++++++++++++++++++++++++++----------------------
>  3 files changed, 518 insertions(+), 346 deletions(-)

That sounds too much for a late pull request. Any of the patches here
are fixing a regression? Otherwise, I'll likely postpone merging it
only after the merge window.

Thanks,
Mauro

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

* Re: [GIT PULL FOR v5.7] ti-vpe/cal and imx7-mipi-csis cleanups/fixes
  2020-03-25 16:06 ` Mauro Carvalho Chehab
@ 2020-03-25 16:11   ` Hans Verkuil
  0 siblings, 0 replies; 7+ messages in thread
From: Hans Verkuil @ 2020-03-25 16:11 UTC (permalink / raw)
  To: Mauro Carvalho Chehab
  Cc: Linux Media Mailing List, Tomi Valkeinen, Laurent Pinchart

On 3/25/20 5:06 PM, Mauro Carvalho Chehab wrote:
> Em Wed, 25 Mar 2020 14:51:55 +0100
> Hans Verkuil <hverkuil@xs4all.nl> escreveu:
> 
>> The following changes since commit ad71693f41aa60217eaf1c29afb49b3aa0a2db5d:
>>
>>   media: mtk-vpu: load vpu firmware from the new location (2020-03-24 17:11:47 +0100)
>>
>> are available in the Git repository at:
>>
>>   git://linuxtv.org/hverkuil/media_tree.git tags/br-v5.7n
>>
>> for you to fetch changes up to 938b4f6cbbd7c7bd2236f4594ef37431c519f7a7:
>>
>>   media: ti-vpe: cal: fix stop state timeout (2020-03-25 13:21:59 +0100)
>>
>> ----------------------------------------------------------------
>> Tag branch
>>
>> ----------------------------------------------------------------
>> Laurent Pinchart (14):
> ...
> 
>> Tomi Valkeinen (19):
> ...
> 
>>  drivers/media/platform/ti-vpe/cal.c        | 397 ++++++++++++++++++++++++++++++---------------------
>>  drivers/media/platform/ti-vpe/cal_regs.h   |  21 +--
>>  drivers/staging/media/imx/imx7-mipi-csis.c | 446 ++++++++++++++++++++++++++++++++++++----------------------
>>  3 files changed, 518 insertions(+), 346 deletions(-)
> 
> That sounds too much for a late pull request. Any of the patches here
> are fixing a regression? Otherwise, I'll likely postpone merging it
> only after the merge window.

I expected that anyway :-)

I forgot to update the subject line to say 5.8, my fault.

Regards,

	Hans

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

end of thread, other threads:[~2020-03-25 16:11 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-25 13:51 [GIT PULL FOR v5.7] ti-vpe/cal and imx7-mipi-csis cleanups/fixes Hans Verkuil
2020-03-25 14:12 ` [GIT PULL FOR v5.7] ti-vpe/cal and imx7-mipi-csis cleanups/fixes (#62535) Jenkins
2020-03-25 14:27 ` [GIT PULL FOR v5.7] ti-vpe/cal and imx7-mipi-csis cleanups/fixes Laurent Pinchart
2020-03-25 14:40   ` Tomi Valkeinen
2020-03-25 14:55     ` Hans Verkuil
2020-03-25 16:06 ` Mauro Carvalho Chehab
2020-03-25 16:11   ` Hans Verkuil

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