From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org ([140.211.169.12]:49792 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752370AbdIVMEC (ORCPT ); Fri, 22 Sep 2017 08:04:02 -0400 Subject: Patch "media: adv7180: add missing adv7180cp, adv7180st i2c device IDs" has been added to the 4.13-stable tree To: ulrich.hecht+renesas@gmail.com, geert+renesas@glider.be, gregkh@linuxfoundation.org, hans.verkuil@cisco.com, mchehab@s-opensource.com Cc: , From: Date: Fri, 22 Sep 2017 14:04:05 +0200 Message-ID: <150608184521942@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ANSI_X3.4-1968 Content-Transfer-Encoding: 8bit Sender: stable-owner@vger.kernel.org List-ID: 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 know about it. >>From 281ddc3cdc10413b98531d701ab5323c4f3ff1f4 Mon Sep 17 00:00:00 2001 From: Ulrich Hecht Date: Mon, 3 Jul 2017 04:43:33 -0400 Subject: media: adv7180: add missing adv7180cp, adv7180st i2c device IDs From: Ulrich Hecht commit 281ddc3cdc10413b98531d701ab5323c4f3ff1f4 upstream. Fixes a crash on Renesas R8A7793 Gose board that uses these "compatible" entries. Signed-off-by: Ulrich Hecht Tested-by: Geert Uytterhoeven Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab Signed-off-by: Greg Kroah-Hartman --- 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