All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kamil Debski <k.debski@samsung.com>
To: 'Philipp Zabel' <p.zabel@pengutronix.de>, linux-media@vger.kernel.org
Cc: 'Mauro Carvalho Chehab' <m.chehab@samsung.com>, kernel@pengutronix.de
Subject: RE: [PATCH RESEND 00/15] CODA patches for v3.17
Date: Wed, 06 Aug 2014 12:10:23 +0200	[thread overview]
Message-ID: <0d9001cfb15e$a38f8d90$eaaea8b0$%debski@samsung.com> (raw)
In-Reply-To: <1407258020-12078-1-git-send-email-p.zabel@pengutronix.de>

Hi Philipp,

> From: Philipp Zabel [mailto:p.zabel@pengutronix.de]
> Sent: Tuesday, August 05, 2014 7:00 PM
> 
> Hi Kamil, Mauro,
> 
> thank you for merging most of the pending coda patches in time for
> v3.17.
> Here are the remaining patches, rebased on top of the current media
> for-3.17 branch.
> I have left all checkpatch warnings in the "[media] coda: request BIT
> processor interrupt by name" patch untouched, as this only moves code
> around. 

As for warnings, I think it could be corrected in another patch. But
please do that ASAP. Also it would be really good to correct warnings/error
in remaining files. Hint: checkpatch -f run on particular files can give
you the list of violations.

I am not saying that all lines over 80 are wrong. Some of them are
justified,
but when splitting a line into two is simple and does not hurt the code it
should be done.

I would like errors to be corrected now. I think, there is one error only
in these patches. Could you do this?

1) coda: move BIT specific functions into separate file

ERROR: return is not a function, parentheses are not required
#83: FILE: drivers/media/platform/coda/coda-bit.c:40:
+	return (coda_read(dev, CODA_REG_BIT_CUR_PC) != 0);

> The other patches are checkpatch clean, except for the
> CODA_CODEC definition lines that I'd like to keep unbroken.
> I've also added a fixup for 38932df4cb17 "coda: move H.264 helper
> function into separate file" in the front.
> 
> regards
> Philipp
> 
> Philipp Zabel (15):
>   [media] coda: include header for memcpy
>   [media] coda: move BIT specific functions into separate file
>   [media] coda: remove unnecessary peek at next destination buffer from
>     coda_finish_decode
>   [media] coda: request BIT processor interrupt by name
>   [media] coda: dequeue buffers if start_streaming fails
>   [media] coda: dequeue buffers on streamoff
>   [media] coda: skip calling coda_find_codec in encoder try_fmt_vid_out
>   [media] coda: allow running coda without iram on mx6dl
>   [media] coda: increase max vertical frame size to 1088
>   [media] coda: add an intermediate debug level
>   [media] coda: improve allocation error messages
>   [media] coda: fix timestamp list handling
>   [media] coda: fix coda_s_fmt_vid_out
>   [media] coda: set capture frame size with output S_FMT
>   [media] coda: disable old cropping ioctls
> 
>  drivers/media/platform/coda/Makefile      |    2 +-
>  drivers/media/platform/coda/coda-bit.c    | 1823
> +++++++++++++++++++++++++++
>  drivers/media/platform/coda/coda-common.c | 1944 ++-------------------
> --------
>  drivers/media/platform/coda/coda-h264.c   |    1 +
>  drivers/media/platform/coda/coda.h        |   56 +
>  5 files changed, 1976 insertions(+), 1850 deletions(-)  create mode
> 100644 drivers/media/platform/coda/coda-bit.c
> 
> --
> 2.0.1


  parent reply	other threads:[~2014-08-06 10:10 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-05 17:00 [PATCH RESEND 00/15] CODA patches for v3.17 Philipp Zabel
2014-08-05 17:00 ` [PATCH 01/15] [media] coda: include header for memcpy Philipp Zabel
2014-08-05 17:00 ` [PATCH 02/15] [media] coda: move BIT specific functions into separate file Philipp Zabel
2014-08-05 17:00 ` [PATCH 03/15] [media] coda: remove unnecessary peek at next destination buffer from coda_finish_decode Philipp Zabel
2014-08-05 17:00 ` [PATCH 04/15] [media] coda: request BIT processor interrupt by name Philipp Zabel
2014-08-05 17:00 ` [PATCH 05/15] [media] coda: dequeue buffers if start_streaming fails Philipp Zabel
2014-08-05 17:00 ` [PATCH 06/15] [media] coda: dequeue buffers on streamoff Philipp Zabel
2014-08-05 17:00 ` [PATCH 07/15] [media] coda: skip calling coda_find_codec in encoder try_fmt_vid_out Philipp Zabel
2014-08-05 17:00 ` [PATCH 08/15] [media] coda: allow running coda without iram on mx6dl Philipp Zabel
2014-08-05 17:00 ` [PATCH 09/15] [media] coda: increase max vertical frame size to 1088 Philipp Zabel
2014-08-05 17:00 ` [PATCH 10/15] [media] coda: add an intermediate debug level Philipp Zabel
2014-08-05 17:00 ` [PATCH 11/15] [media] coda: improve allocation error messages Philipp Zabel
2014-08-05 17:00 ` [PATCH 12/15] [media] coda: fix timestamp list handling Philipp Zabel
2014-08-05 17:00 ` [PATCH 13/15] [media] coda: fix coda_s_fmt_vid_out Philipp Zabel
2014-08-05 17:00 ` [PATCH 14/15] [media] coda: set capture frame size with output S_FMT Philipp Zabel
2014-08-05 17:00 ` [PATCH 15/15] [media] coda: disable old cropping ioctls Philipp Zabel
2014-08-06 10:10 ` Kamil Debski [this message]
2014-08-06 11:07   ` [PATCH RESEND 00/15] CODA patches for v3.17 Philipp Zabel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='0d9001cfb15e$a38f8d90$eaaea8b0$%debski@samsung.com' \
    --to=k.debski@samsung.com \
    --cc=kernel@pengutronix.de \
    --cc=linux-media@vger.kernel.org \
    --cc=m.chehab@samsung.com \
    --cc=p.zabel@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.