* [PATCH] media: adv7180: add missing adv7180cp, adv7180st i2c device IDs
@ 2017-07-03 8:43 Ulrich Hecht
2017-07-03 12:05 ` Geert Uytterhoeven
0 siblings, 1 reply; 2+ messages in thread
From: Ulrich Hecht @ 2017-07-03 8:43 UTC (permalink / raw)
To: linux-renesas-soc-u79uwXL29TY76Z2rM5mHXA,
geert-Td1EMuHUCqxL1ZNQvxDV9g
Cc: linux-media-u79uwXL29TY76Z2rM5mHXA,
laurent.pinchart-ryLnwIuWjnjg/C1BVhZhaw,
magnus.damm-Re5JQEeQqe8AvxtiuMwx3w,
hans.verkuil-FYB4Gu1CFyUAvxtiuMwx3w,
niklas.soderlund-1zkq55x86MTxsAP9Fp7wbw,
sergei.shtylyov-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8,
horms-/R6kz+dDXgpPR4JQBCEnsQ, devicetree-u79uwXL29TY76Z2rM5mHXA,
Ulrich Hecht
Fixes a crash on Renesas R8A7793 Gose board that uses these "compatible"
entries.
Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
---
drivers/media/i2c/adv7180.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/media/i2c/adv7180.c b/drivers/media/i2c/adv7180.c
index 78de7dd..3df28f2 100644
--- a/drivers/media/i2c/adv7180.c
+++ b/drivers/media/i2c/adv7180.c
@@ -1402,6 +1402,8 @@ static int adv7180_remove(struct i2c_client *client)
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 },
--
2.7.4
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] media: adv7180: add missing adv7180cp, adv7180st i2c device IDs
2017-07-03 8:43 [PATCH] media: adv7180: add missing adv7180cp, adv7180st i2c device IDs Ulrich Hecht
@ 2017-07-03 12:05 ` Geert Uytterhoeven
0 siblings, 0 replies; 2+ messages in thread
From: Geert Uytterhoeven @ 2017-07-03 12:05 UTC (permalink / raw)
To: Ulrich Hecht
Cc: Linux-Renesas, Linux Media Mailing List, Laurent Pinchart,
Magnus Damm, Hans Verkuil, Niklas Söderlund, Sergei Shtylyov,
Simon Horman, devicetree@vger.kernel.org
Hi Ulrich,
On Mon, Jul 3, 2017 at 10:43 AM, Ulrich Hecht
<ulrich.hecht+renesas@gmail.com> wrote:
> Fixes a crash on Renesas R8A7793 Gose board that uses these "compatible"
> entries.
Thanks!
> Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
Tested-by: Geert Uytterhoeven <geert+renesas@glider.be>
(i.e. it no longer crashes during boot).
Gr{oetje,eeting}s,
Geert
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-07-03 12:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-03 8:43 [PATCH] media: adv7180: add missing adv7180cp, adv7180st i2c device IDs Ulrich Hecht
2017-07-03 12:05 ` Geert Uytterhoeven
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).