From: "Mike Pagano" <mpagano@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/linux-patches:5.6 commit in: /
Date: Mon, 30 Mar 2020 11:15:02 +0000 (UTC) [thread overview]
Message-ID: <1585566859.0aaa0274386354bea7c325f5f8d9c25643c667b7.mpagano@gentoo> (raw)
commit: 0aaa0274386354bea7c325f5f8d9c25643c667b7
Author: Mike Pagano <mpagano <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 30 11:14:19 2020 +0000
Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org>
CommitDate: Mon Mar 30 11:14:19 2020 +0000
URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=0aaa0274
tmp513 requies REGMAP_I2C to build.
Select it by default in Kconfig. See bug #710790.
Thanks to Phil Stracchino
Signed-off-by: Mike Pagano <mpagano <AT> gentoo.org>
0000_README | 4 +++
...3-Fix-build-issue-by-selecting-CONFIG_REG.patch | 30 ++++++++++++++++++++++
2 files changed, 34 insertions(+)
diff --git a/0000_README b/0000_README
index 7c240ef..4bc51da 100644
--- a/0000_README
+++ b/0000_README
@@ -63,6 +63,10 @@ Patch: 2600_enable-key-swapping-for-apple-mac.patch
From: https://github.com/free5lot/hid-apple-patched
Desc: This hid-apple patch enables swapping of the FN and left Control keys and some additional on some apple keyboards. See bug #622902
+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: 4567_distro-Gentoo-Kconfig.patch
From: Tom Wijsman <TomWij@gentoo.org>
Desc: Add Gentoo Linux support config settings and defaults.
diff --git a/2900_tmp513-Fix-build-issue-by-selecting-CONFIG_REG.patch b/2900_tmp513-Fix-build-issue-by-selecting-CONFIG_REG.patch
new file mode 100644
index 0000000..4335685
--- /dev/null
+++ b/2900_tmp513-Fix-build-issue-by-selecting-CONFIG_REG.patch
@@ -0,0 +1,30 @@
+From dc328d75a6f37f4ff11a81ae16b1ec88c3197640 Mon Sep 17 00:00:00 2001
+From: Mike Pagano <mpagano@gentoo.org>
+Date: Mon, 23 Mar 2020 08:20:06 -0400
+Subject: [PATCH 1/1] This driver requires REGMAP_I2C to build. Select it by
+ default in Kconfig. Reported at gentoo bugzilla:
+ https://bugs.gentoo.org/710790
+Cc: mpagano@gentoo.org
+
+Reported-by: Phil Stracchino <phils@caerllewys.net>
+
+Signed-off-by: Mike Pagano <mpagano@gentoo.org>
+---
+ drivers/hwmon/Kconfig | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig
+index 47ac20aee06f..530b4f29ba85 100644
+--- a/drivers/hwmon/Kconfig
++++ b/drivers/hwmon/Kconfig
+@@ -1769,6 +1769,7 @@ config SENSORS_TMP421
+ config SENSORS_TMP513
+ tristate "Texas Instruments TMP513 and compatibles"
+ depends on I2C
++ select REGMAP_I2C
+ help
+ If you say yes here you get support for Texas Instruments TMP512,
+ and TMP513 temperature and power supply sensor chips.
+--
+2.24.1
+
next reply other threads:[~2020-03-30 11:15 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-30 11:15 Mike Pagano [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-03-30 11:33 [gentoo-commits] proj/linux-patches:5.6 commit in: / Mike Pagano
2020-03-30 12:31 Mike Pagano
2020-04-01 12:06 Mike Pagano
2020-04-02 11:35 Mike Pagano
2020-04-02 11:37 Mike Pagano
2020-04-08 12:45 Mike Pagano
2020-04-08 17:39 Mike Pagano
2020-04-12 15:29 Mike Pagano
2020-04-13 12:21 Mike Pagano
2020-04-15 15:40 Mike Pagano
2020-04-17 14:50 Mike Pagano
2020-04-21 11:24 Mike Pagano
2020-04-23 11:56 Mike Pagano
2020-04-29 17:55 Mike Pagano
2020-05-02 13:26 Mike Pagano
2020-05-02 19:25 Mike Pagano
2020-05-06 11:47 Mike Pagano
2020-05-09 19:45 Mike Pagano
2020-05-11 22:46 Mike Pagano
2020-05-13 12:06 Mike Pagano
2020-05-13 16:48 Mike Pagano
2020-05-14 11:34 Mike Pagano
2020-05-20 11:35 Mike Pagano
2020-05-20 23:13 Mike Pagano
2020-05-27 16:32 Mike Pagano
2020-06-03 11:44 Mike Pagano
2020-06-07 21:54 Mike Pagano
2020-06-10 19:41 Mike Pagano
2020-06-17 16:41 Mike Pagano
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1585566859.0aaa0274386354bea7c325f5f8d9c25643c667b7.mpagano@gentoo \
--to=mpagano@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox