From: Mauro Carvalho Chehab <mchehab@s-opensource.com>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: alan@linux.intel.com, linux-media@vger.kernel.org,
devel@driverdev.osuosl.org
Subject: Re: [PATCH 00/13] staging: media: atomisp queued up patches
Date: Thu, 18 May 2017 11:10:10 -0300 [thread overview]
Message-ID: <20170518111010.756a13c2@vento.lan> (raw)
In-Reply-To: <20170518135022.6069-1-gregkh@linuxfoundation.org>
Em Thu, 18 May 2017 15:50:09 +0200
Greg Kroah-Hartman <gregkh@linuxfoundation.org> escreveu:
> Hi Mauro,
>
> Here's the set of accumulated atomisp staging patches that I had in my
> to-review mailbox. After this, my queue is empty, the driver is all
> yours!
Thanks!
Alan, please let me know if you prefer if I don't apply any of
such patches, otherwise I should be merging them tomorrow ;)
> Good Luck! :)
Thanks!
Regards,
Mauro
>
> thanks,
>
> greg k-h
>
> Avraham Shukron (3):
> staging: media: atomisp: fixed sparse warnings
> staging: media: atomisp: fixed coding style errors
> staging: media: atomisp: fix coding style warnings
>
> Dan Carpenter (2):
> staging: media: atomisp: one char read beyond end of string
> staging: media: atomisp: putting NULs in the wrong place
>
> Fabrizio Perria (1):
> staging: media: atomisp: Fix unnecessary initialization of static
>
> Guru Das Srinagesh (2):
> staging: media: atomisp: use logical AND, not bitwise
> staging: media: atomisp: Make undeclared symbols static
>
> Hans de Goede (1):
> staging: media: atomisp: Fix -Werror=int-in-bool-context compile
> errors
>
> Joe Perches (1):
> staging: media: atomisp: Add __printf validation and fix fallout
>
> Manny Vindiola (1):
> staging: media: atomisp: fix missing blank line coding style issue in
> atomisp_tpg.c
>
> Mauro Carvalho Chehab (1):
> staging: media: atomisp: don't treat warnings as errors
>
> Valentin Vidic (1):
> staging: media: atomisp: drop unused qos variable
>
> drivers/staging/media/atomisp/i2c/Makefile | 2 -
> drivers/staging/media/atomisp/i2c/imx/Makefile | 2 -
> drivers/staging/media/atomisp/i2c/ov5693/Makefile | 2 -
> .../staging/media/atomisp/pci/atomisp2/Makefile | 2 +-
> .../atomisp/pci/atomisp2/atomisp_compat_css20.c | 1 -
> .../media/atomisp/pci/atomisp2/atomisp_fops.c | 14 +-
> .../media/atomisp/pci/atomisp2/atomisp_tpg.c | 1 +
> .../media/atomisp/pci/atomisp2/atomisp_v4l2.c | 2 +-
> .../css2400/hive_isp_css_include/math_support.h | 6 +-
> .../css2400/hive_isp_css_include/string_support.h | 9 +-
> .../isp/kernels/sdis/sdis_1.0/ia_css_sdis.host.c | 6 +-
> .../isp/kernels/sdis/sdis_2/ia_css_sdis2.host.c | 2 +-
> .../isp/kernels/tnr/tnr_1.0/ia_css_tnr.host.c | 2 +-
> .../atomisp2/css2400/runtime/binary/src/binary.c | 2 +-
> .../css2400/runtime/debug/interface/ia_css_debug.h | 1 +
> .../css2400/runtime/debug/src/ia_css_debug.c | 6 +-
> .../media/atomisp/pci/atomisp2/css2400/sh_css.c | 19 +-
> .../atomisp/pci/atomisp2/css2400/sh_css_mipi.c | 2 +-
> .../atomisp/pci/atomisp2/css2400/sh_css_params.c | 10 +-
> .../platform/intel-mid/atomisp_gmin_platform.c | 210 +++++++++++----------
> .../platform/intel-mid/intel_mid_pcihelpers.c | 12 +-
> 21 files changed, 162 insertions(+), 151 deletions(-)
>
Thanks,
Mauro
next prev parent reply other threads:[~2017-05-18 14:10 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-05-18 13:50 [PATCH 00/13] staging: media: atomisp queued up patches Greg Kroah-Hartman
2017-05-18 13:50 ` [PATCH 01/13] staging: media: atomisp: Add __printf validation and fix fallout Greg Kroah-Hartman
2017-05-18 13:50 ` [PATCH 02/13] staging: media: atomisp: use logical AND, not bitwise Greg Kroah-Hartman
2017-05-18 13:50 ` [PATCH 03/13] staging: media: atomisp: Fix unnecessary initialization of static Greg Kroah-Hartman
2017-05-18 13:50 ` [PATCH 04/13] staging: media: atomisp: fixed sparse warnings Greg Kroah-Hartman
2017-05-18 13:50 ` [PATCH 05/13] staging: media: atomisp: drop unused qos variable Greg Kroah-Hartman
2017-05-18 13:50 ` [PATCH 06/13] staging: media: atomisp: fixed coding style errors Greg Kroah-Hartman
2017-05-18 13:50 ` [PATCH 07/13] staging: media: atomisp: fix coding style warnings Greg Kroah-Hartman
2017-05-18 13:50 ` [PATCH 08/13] staging: media: atomisp: Make undeclared symbols static Greg Kroah-Hartman
2017-05-18 13:50 ` [PATCH 09/13] staging: media: atomisp: Fix -Werror=int-in-bool-context compile errors Greg Kroah-Hartman
2017-05-18 13:50 ` [PATCH 10/13] staging: media: atomisp: one char read beyond end of string Greg Kroah-Hartman
2017-05-18 13:50 ` [PATCH 11/13] staging: media: atomisp: putting NULs in the wrong place Greg Kroah-Hartman
2017-05-18 13:50 ` [PATCH 12/13] staging: media: atomisp: fix missing blank line coding style issue in atomisp_tpg.c Greg Kroah-Hartman
2017-05-18 13:50 ` [PATCH 13/13] staging: media: atomisp: don't treat warnings as errors Greg Kroah-Hartman
2017-05-18 14:10 ` Mauro Carvalho Chehab [this message]
2017-05-18 16:40 ` [PATCH 00/13] staging: media: atomisp queued up patches Alan Cox
2017-05-19 10:54 ` Mauro Carvalho Chehab
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=20170518111010.756a13c2@vento.lan \
--to=mchehab@s-opensource.com \
--cc=alan@linux.intel.com \
--cc=devel@driverdev.osuosl.org \
--cc=gregkh@linuxfoundation.org \
--cc=linux-media@vger.kernel.org \
/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 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).