From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C7D431382C5 for ; Wed, 13 May 2020 16:48:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 17629E0938; Wed, 13 May 2020 16:48:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E7DA9E0938 for ; Wed, 13 May 2020 16:48:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BC2CE34FA2E for ; Wed, 13 May 2020 16:48:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 40432232 for ; Wed, 13 May 2020 16:48:20 +0000 (UTC) From: "Mike Pagano" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Pagano" Message-ID: <1589388365.bf9606c0bfb6e574748a7c1b61cce84eec1091d3.mpagano@gentoo> Subject: [gentoo-commits] proj/linux-patches:5.6 commit in: / X-VCS-Repository: proj/linux-patches X-VCS-Files: 0000_README 2910_TVP5150-Fix-build-issue-by-selecting-REGMAP-I2C.patch X-VCS-Directories: / X-VCS-Committer: mpagano X-VCS-Committer-Name: Mike Pagano X-VCS-Revision: bf9606c0bfb6e574748a7c1b61cce84eec1091d3 X-VCS-Branch: 5.6 Date: Wed, 13 May 2020 16:48:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 20551ac3-0f4e-43c3-9429-1bfe91c96f7d X-Archives-Hash: 90f10bac1a3204ac6528d91ffa4364f7 commit: bf9606c0bfb6e574748a7c1b61cce84eec1091d3 Author: Mike Pagano gentoo org> AuthorDate: Wed May 13 16:46:05 2020 +0000 Commit: Mike Pagano gentoo org> CommitDate: Wed May 13 16:46:05 2020 +0000 URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=bf9606c0 VIDEO_TVP5150 requies REGMAP_I2C to build. Select it by default. Reported-By: Max Steel web.de> Closes: https://bugs.gentoo.org/721096 Signed-off-by: Mike Pagano gentoo.org> 0000_README | 4 ++++ 2910_TVP5150-Fix-build-issue-by-selecting-REGMAP-I2C.patch | 10 ++++++++++ 2 files changed, 14 insertions(+) diff --git a/0000_README b/0000_README index dcfb651..f4994be 100644 --- a/0000_README +++ b/0000_README @@ -115,6 +115,10 @@ Patch: 2900_tmp513-Fix-build-issue-by-selecting-CONFIG_REG.patch From: https://bugs.gentoo.org/710790 Desc: tmp513 requies REGMAP_I2C to build. Select it by default in Kconfig. See bug #710790. Thanks to Phil Stracchino +Patch: 2910_TVP5150-Fix-build-issue-by-selecting-REGMAP-I2C.patch +From: https://bugs.gentoo.org/721096 +Desc: VIDEO_TVP515 requies REGMAP_I2C to build. Select it by default in Kconfig. See bug #721096. Thanks to Max Steel + Patch: 4567_distro-Gentoo-Kconfig.patch From: Tom Wijsman Desc: Add Gentoo Linux support config settings and defaults. diff --git a/2910_TVP5150-Fix-build-issue-by-selecting-REGMAP-I2C.patch b/2910_TVP5150-Fix-build-issue-by-selecting-REGMAP-I2C.patch new file mode 100644 index 0000000..1bc058e --- /dev/null +++ b/2910_TVP5150-Fix-build-issue-by-selecting-REGMAP-I2C.patch @@ -0,0 +1,10 @@ +--- a/drivers/media/i2c/Kconfig 2020-05-13 12:38:05.102903309 -0400 ++++ b/drivers/media/i2c/Kconfig 2020-05-13 12:38:51.283171977 -0400 +@@ -378,6 +378,7 @@ config VIDEO_TVP514X + config VIDEO_TVP5150 + tristate "Texas Instruments TVP5150 video decoder" + depends on VIDEO_V4L2 && I2C ++ select REGMAP_I2C + select V4L2_FWNODE + help + Support for the Texas Instruments TVP5150 video decoder.