From: Mauro Carvalho Chehab <mchehab@s-opensource.com>
To: Hans Verkuil <hverkuil@xs4all.nl>
Cc: Linux Media Mailing List <linux-media@vger.kernel.org>
Subject: Re: [GIT PULL FOR v4.14] Various fixes/improvements
Date: Sun, 20 Aug 2017 09:29:01 -0300 [thread overview]
Message-ID: <20170820092856.2e08d18d@vento.lan> (raw)
In-Reply-To: <27f6d0c0-721b-784a-4b94-b466a01a68c9@xs4all.nl>
Em Fri, 18 Aug 2017 09:19:57 +0200
Hans Verkuil <hverkuil@xs4all.nl> escreveu:
> Lots of constify stuff, some random other fixes.
>
> The following changes since commit ec0c3ec497cabbf3bfa03a9eb5edcc252190a4e0:
>
> media: ddbridge: split code into multiple files (2017-08-09 12:17:01 -0400)
>
> are available in the git repository at:
>
> git://linuxtv.org/hverkuil/media_tree.git for-v4.14i
>
> for you to fetch changes up to 6b1672790166600515ff497a3e2733d0b2787815:
>
> usb: rainshadow-cec: constify serio_device_id (2017-08-18 09:13:43 +0200)
>
> ----------------------------------------------------------------
> Arvind Yadav (5):
> coda: constify platform_device_id
> davinci: constify platform_device_id
> radio: constify pnp_device_id
> usb: pulse8-cec: constify serio_device_id
> usb: rainshadow-cec: constify serio_device_id
>
> Bhumika Goyal (6):
> tuners: make tda18271_std_map const
The changes here seem to be already applied by some other patch:
patch -p1 -i patches/0003-tuners-make-tda18271_std_map-const.patch --dry-run -t -N
checking file drivers/media/tuners/tda18271-maps.c
Reversed (or previously applied) patch detected! Skipping patch.
2 out of 2 hunks ignored
drivers/media/tuners/tda18271-maps.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
> staging: bcm2835-audio: make snd_pcm_hardware const
> cx88: make snd_kcontrol_new const
> solo6x10: make snd_kcontrol_new const
> cx18: Fix incompatible type for argument error
> ivtv: Fix incompatible type for argument error
>
> Fabio Estevam (1):
> coda/imx-vdoa: Check for platform_get_resource() error
>
> Pan Bian (1):
> media: mtk-mdp: use IS_ERR to check return value of of_clk_get
>
> Rob Herring (1):
> media: Convert to using %pOF instead of full_name
>
> drivers/media/i2c/s5c73m3/s5c73m3-core.c | 3 +--
> drivers/media/i2c/s5k5baf.c | 7 +++---
> drivers/media/pci/cx18/cx18-alsa-mixer.c | 2 +-
> drivers/media/pci/cx88/cx88-alsa.c | 2 +-
> drivers/media/pci/ivtv/ivtv-alsa-mixer.c | 2 +-
> drivers/media/pci/solo6x10/solo6x10-g723.c | 2 +-
> drivers/media/platform/am437x/am437x-vpfe.c | 4 ++--
> drivers/media/platform/atmel/atmel-isc.c | 4 ++--
> drivers/media/platform/coda/coda-common.c | 2 +-
> drivers/media/platform/coda/imx-vdoa.c | 2 ++
> drivers/media/platform/davinci/vpbe_osd.c | 2 +-
> drivers/media/platform/davinci/vpbe_venc.c | 2 +-
> drivers/media/platform/davinci/vpif_capture.c | 16 ++++++-------
> drivers/media/platform/exynos4-is/fimc-is.c | 8 +++----
> drivers/media/platform/exynos4-is/fimc-lite.c | 3 +--
> drivers/media/platform/exynos4-is/media-dev.c | 8 +++----
> drivers/media/platform/exynos4-is/mipi-csis.c | 4 ++--
> drivers/media/platform/mtk-mdp/mtk_mdp_comp.c | 10 ++++-----
> drivers/media/platform/mtk-mdp/mtk_mdp_core.c | 8 +++----
> drivers/media/platform/omap3isp/isp.c | 8 +++----
> drivers/media/platform/pxa_camera.c | 2 +-
> drivers/media/platform/rcar-vin/rcar-core.c | 4 ++--
> drivers/media/platform/soc_camera/soc_camera.c | 6 ++---
> drivers/media/platform/xilinx/xilinx-vipp.c | 52 +++++++++++++++++++++----------------------
> drivers/media/radio/radio-cadet.c | 2 +-
> drivers/media/radio/radio-gemtek.c | 2 +-
> drivers/media/radio/radio-sf16fmr2.c | 2 +-
> drivers/media/tuners/tda18271-maps.c | 4 ++--
> drivers/media/usb/pulse8-cec/pulse8-cec.c | 2 +-
> drivers/media/usb/rainshadow-cec/rainshadow-cec.c | 2 +-
> drivers/media/v4l2-core/v4l2-clk.c | 3 +--
> drivers/staging/vc04_services/bcm2835-audio/bcm2835-pcm.c | 4 ++--
> include/media/v4l2-clk.h | 4 ++--
> 33 files changed, 90 insertions(+), 98 deletions(-)
Thanks,
Mauro
prev parent reply other threads:[~2017-08-20 12:29 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-08-18 7:19 [GIT PULL FOR v4.14] Various fixes/improvements Hans Verkuil
2017-08-20 12:29 ` Mauro Carvalho Chehab [this message]
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=20170820092856.2e08d18d@vento.lan \
--to=mchehab@s-opensource.com \
--cc=hverkuil@xs4all.nl \
--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 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.