* Patch "media: adv7180: add missing adv7180cp, adv7180st i2c device IDs" has been added to the 4.13-stable tree
@ 2017-09-22 12:04 gregkh
0 siblings, 0 replies; only message in thread
From: gregkh @ 2017-09-22 12:04 UTC (permalink / raw)
To: ulrich.hecht+renesas, geert+renesas, gregkh, hans.verkuil,
mchehab
Cc: stable, stable-commits
This is a note to let you know that I've just added the patch titled
media: adv7180: add missing adv7180cp, adv7180st i2c device IDs
to the 4.13-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filename of the patch is:
media-adv7180-add-missing-adv7180cp-adv7180st-i2c-device-ids.patch
and it can be found in the queue-4.13 subdirectory.
If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@vger.kernel.org> know about it.
>From 281ddc3cdc10413b98531d701ab5323c4f3ff1f4 Mon Sep 17 00:00:00 2001
From: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
Date: Mon, 3 Jul 2017 04:43:33 -0400
Subject: media: adv7180: add missing adv7180cp, adv7180st i2c device IDs
From: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
commit 281ddc3cdc10413b98531d701ab5323c4f3ff1f4 upstream.
Fixes a crash on Renesas R8A7793 Gose board that uses these "compatible"
entries.
Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
Tested-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---
drivers/media/i2c/adv7180.c | 2 ++
1 file changed, 2 insertions(+)
--- a/drivers/media/i2c/adv7180.c
+++ b/drivers/media/i2c/adv7180.c
@@ -1402,6 +1402,8 @@ static int adv7180_remove(struct i2c_cli
static const struct i2c_device_id adv7180_id[] = {
{ "adv7180", (kernel_ulong_t)&adv7180_info },
+ { "adv7180cp", (kernel_ulong_t)&adv7180_info },
+ { "adv7180st", (kernel_ulong_t)&adv7180_info },
{ "adv7182", (kernel_ulong_t)&adv7182_info },
{ "adv7280", (kernel_ulong_t)&adv7280_info },
{ "adv7280-m", (kernel_ulong_t)&adv7280_m_info },
Patches currently in stable-queue which might be from ulrich.hecht+renesas@gmail.com are
queue-4.13/media-adv7180-add-missing-adv7180cp-adv7180st-i2c-device-ids.patch
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2017-09-22 12:04 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-22 12:04 Patch "media: adv7180: add missing adv7180cp, adv7180st i2c device IDs" has been added to the 4.13-stable tree gregkh
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).