Gentoo Archives: gentoo-commits

From: Mike Pagano <mpagano@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/linux-patches:5.8 commit in: /
Date: Wed, 19 Aug 2020 14:58:13
Message-Id: 1597849068.5566efea02bca361490723df10d8044143364ba6.mpagano@gentoo
1 commit: 5566efea02bca361490723df10d8044143364ba6
2 Author: Mike Pagano <mpagano <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 19 14:57:48 2020 +0000
4 Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 19 14:57:48 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=5566efea
7
8 Remove redundant patch. See bug #738002
9
10 Signed-off-by: Mike Pagano <mpagano <AT> gentoo.org>
11
12 0000_README | 4 ----
13 2910_TVP5150-Fix-build-issue-by-selecting-REGMAP-I2C.patch | 10 ----------
14 2 files changed, 14 deletions(-)
15
16 diff --git a/0000_README b/0000_README
17 index 2409f92..6e28c94 100644
18 --- a/0000_README
19 +++ b/0000_README
20 @@ -67,10 +67,6 @@ Patch: 2900_tmp513-Fix-build-issue-by-selecting-CONFIG_REG.patch
21 From: https://bugs.gentoo.org/710790
22 Desc: tmp513 requies REGMAP_I2C to build. Select it by default in Kconfig. See bug #710790. Thanks to Phil Stracchino
23
24 -Patch: 2910_TVP5150-Fix-build-issue-by-selecting-REGMAP-I2C.patch
25 -From: https://bugs.gentoo.org/721096
26 -Desc: VIDEO_TVP5150 requies REGMAP_I2C to build. Select it by default in Kconfig. See bug #721096. Thanks to Max Steel
27 -
28 Patch: 2920_sign-file-patch-for-libressl.patch
29 From: https://bugs.gentoo.org/717166
30 Desc: sign-file: full functionality with modern LibreSSL
31
32 diff --git a/2910_TVP5150-Fix-build-issue-by-selecting-REGMAP-I2C.patch b/2910_TVP5150-Fix-build-issue-by-selecting-REGMAP-I2C.patch
33 deleted file mode 100644
34 index 1bc058e..0000000
35 --- a/2910_TVP5150-Fix-build-issue-by-selecting-REGMAP-I2C.patch
36 +++ /dev/null
37 @@ -1,10 +0,0 @@
38 ---- a/drivers/media/i2c/Kconfig 2020-05-13 12:38:05.102903309 -0400
39 -+++ b/drivers/media/i2c/Kconfig 2020-05-13 12:38:51.283171977 -0400
40 -@@ -378,6 +378,7 @@ config VIDEO_TVP514X
41 - config VIDEO_TVP5150
42 - tristate "Texas Instruments TVP5150 video decoder"
43 - depends on VIDEO_V4L2 && I2C
44 -+ select REGMAP_I2C
45 - select V4L2_FWNODE
46 - help
47 - Support for the Texas Instruments TVP5150 video decoder.