Gentoo Archives: gentoo-commits

From: Mike Pagano <mpagano@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/linux-patches:5.6 commit in: /
Date: Wed, 13 May 2020 16:48:24
Message-Id: 1589388365.bf9606c0bfb6e574748a7c1b61cce84eec1091d3.mpagano@gentoo
1 commit: bf9606c0bfb6e574748a7c1b61cce84eec1091d3
2 Author: Mike Pagano <mpagano <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 13 16:46:05 2020 +0000
4 Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org>
5 CommitDate: Wed May 13 16:46:05 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=bf9606c0
7
8 VIDEO_TVP5150 requies REGMAP_I2C to build. Select it by default.
9
10 Reported-By: Max Steel <M.Steel <AT> web.de>
11 Closes: https://bugs.gentoo.org/721096
12
13 Signed-off-by: Mike Pagano <mpagano <AT> gentoo.org>
14
15 0000_README | 4 ++++
16 2910_TVP5150-Fix-build-issue-by-selecting-REGMAP-I2C.patch | 10 ++++++++++
17 2 files changed, 14 insertions(+)
18
19 diff --git a/0000_README b/0000_README
20 index dcfb651..f4994be 100644
21 --- a/0000_README
22 +++ b/0000_README
23 @@ -115,6 +115,10 @@ Patch: 2900_tmp513-Fix-build-issue-by-selecting-CONFIG_REG.patch
24 From: https://bugs.gentoo.org/710790
25 Desc: tmp513 requies REGMAP_I2C to build. Select it by default in Kconfig. See bug #710790. Thanks to Phil Stracchino
26
27 +Patch: 2910_TVP5150-Fix-build-issue-by-selecting-REGMAP-I2C.patch
28 +From: https://bugs.gentoo.org/721096
29 +Desc: VIDEO_TVP515 requies REGMAP_I2C to build. Select it by default in Kconfig. See bug #721096. Thanks to Max Steel
30 +
31 Patch: 4567_distro-Gentoo-Kconfig.patch
32 From: Tom Wijsman <TomWij@g.o>
33 Desc: Add Gentoo Linux support config settings and defaults.
34
35 diff --git a/2910_TVP5150-Fix-build-issue-by-selecting-REGMAP-I2C.patch b/2910_TVP5150-Fix-build-issue-by-selecting-REGMAP-I2C.patch
36 new file mode 100644
37 index 0000000..1bc058e
38 --- /dev/null
39 +++ b/2910_TVP5150-Fix-build-issue-by-selecting-REGMAP-I2C.patch
40 @@ -0,0 +1,10 @@
41 +--- a/drivers/media/i2c/Kconfig 2020-05-13 12:38:05.102903309 -0400
42 ++++ b/drivers/media/i2c/Kconfig 2020-05-13 12:38:51.283171977 -0400
43 +@@ -378,6 +378,7 @@ config VIDEO_TVP514X
44 + config VIDEO_TVP5150
45 + tristate "Texas Instruments TVP5150 video decoder"
46 + depends on VIDEO_V4L2 && I2C
47 ++ select REGMAP_I2C
48 + select V4L2_FWNODE
49 + help
50 + Support for the Texas Instruments TVP5150 video decoder.