From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id CD98F138CF8 for ; Tue, 23 Jun 2015 12:48:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C9B29E07E8; Tue, 23 Jun 2015 12:48:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4E3F2E07C2 for ; Tue, 23 Jun 2015 12:48:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8D201340B08 for ; Tue, 23 Jun 2015 12:48:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A6399A54 for ; Tue, 23 Jun 2015 12:48:17 +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: <1430157371.f2dffc7244ec86ad41fde2ee164a4082c974ade5.mpagano@gentoo> Subject: [gentoo-commits] proj/linux-patches:master commit in: / X-VCS-Repository: proj/linux-patches X-VCS-Files: 0000_README 2600_select-REGMAP_IRQ-for-rt5033.patch X-VCS-Directories: / X-VCS-Committer: mpagano X-VCS-Committer-Name: Mike Pagano X-VCS-Revision: f2dffc7244ec86ad41fde2ee164a4082c974ade5 X-VCS-Branch: master Date: Tue, 23 Jun 2015 12:48:17 +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-Archives-Salt: c43194d8-d97c-4204-bd66-224e9450c9e5 X-Archives-Hash: 00f693a40c031837c2691eb565ce4d5b commit: f2dffc7244ec86ad41fde2ee164a4082c974ade5 Author: Mike Pagano gentoo org> AuthorDate: Mon Apr 27 17:56:11 2015 +0000 Commit: Mike Pagano gentoo org> CommitDate: Mon Apr 27 17:56:11 2015 +0000 URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=f2dffc72 Patch to select REGMAP_IRQ for rt5033 mfd driver. See bug #546938. 0000_README | 6 +++++- 2600_select-REGMAP_IRQ-for-rt5033.patch | 30 ++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+), 1 deletion(-) diff --git a/0000_README b/0000_README index ca06e06..0cdee6d 100644 --- a/0000_README +++ b/0000_README @@ -49,7 +49,11 @@ Desc: Support for namespace user.pax.* on tmpfs. Patch: 1510_fs-enable-link-security-restrictions-by-default.patch From: http://sources.debian.net/src/linux/3.16.7-ckt4-3/debian/patches/debian/fs-enable-link-security-restrictions-by-default.patch/ -Desc: Enable link security restrictions by default +Desc: Enable link security restrictions by default. + +Patch: 2600_select-REGMAP_IRQ-for-rt5033.patch +From: http://git.kernel.org/ +Desc: mfd: rt5033: MFD_RT5033 needs to select REGMAP_IRQ. See bug #546938. Patch: 2700_ThinkPad-30-brightness-control-fix.patch From: Seth Forshee diff --git a/2600_select-REGMAP_IRQ-for-rt5033.patch b/2600_select-REGMAP_IRQ-for-rt5033.patch new file mode 100644 index 0000000..92fb2e0 --- /dev/null +++ b/2600_select-REGMAP_IRQ-for-rt5033.patch @@ -0,0 +1,30 @@ +From 23a2a22a3f3f17de094f386a893f7047c10e44a0 Mon Sep 17 00:00:00 2001 +From: Artem Savkov +Date: Thu, 5 Mar 2015 12:42:27 +0100 +Subject: mfd: rt5033: MFD_RT5033 needs to select REGMAP_IRQ + +Since commit 0b2712585(linux-next.git) this driver uses regmap_irq and so needs +to select REGMAP_IRQ. + +This fixes the following compilation errors: +ERROR: "regmap_irq_get_domain" [drivers/mfd/rt5033.ko] undefined! +ERROR: "regmap_add_irq_chip" [drivers/mfd/rt5033.ko] undefined! + +Signed-off-by: Artem Savkov +Signed-off-by: Lee Jones + +diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig +index f8ef77d9a..f49f404 100644 +--- a/drivers/mfd/Kconfig ++++ b/drivers/mfd/Kconfig +@@ -680,6 +680,7 @@ config MFD_RT5033 + depends on I2C=y + select MFD_CORE + select REGMAP_I2C ++ select REGMAP_IRQ + help + This driver provides for the Richtek RT5033 Power Management IC, + which includes the I2C driver and the Core APIs. This driver provides +-- +cgit v0.10.2 + From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E66F0138C9D for ; Tue, 28 Apr 2015 14:42:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 63DAFE09CB; Tue, 28 Apr 2015 14:40:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4414DE09BE for ; Tue, 28 Apr 2015 14:40:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DBC50341198 for ; Mon, 27 Apr 2015 18:08:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 28633993 for ; Mon, 27 Apr 2015 18:08:09 +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: <1430157371.f2dffc7244ec86ad41fde2ee164a4082c974ade5.mpagano@gentoo> Subject: [gentoo-commits] proj/linux-patches:4.0 commit in: / X-VCS-Repository: proj/linux-patches X-VCS-Files: 0000_README 2600_select-REGMAP_IRQ-for-rt5033.patch X-VCS-Directories: / X-VCS-Committer: mpagano X-VCS-Committer-Name: Mike Pagano X-VCS-Revision: f2dffc7244ec86ad41fde2ee164a4082c974ade5 X-VCS-Branch: 4.0 Date: Mon, 27 Apr 2015 18:08:09 +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-Archives-Salt: 0ee2d531-e793-4a18-a06f-19745c23d9a4 X-Archives-Hash: 32ca39a59e616ed97cb4d9fa9aea49ea Message-ID: <20150427180809.a_aTrCeYCUdz2YNk9RdFEzvj2dk_Tdaelvz-3BBb1sA@z> commit: f2dffc7244ec86ad41fde2ee164a4082c974ade5 Author: Mike Pagano gentoo org> AuthorDate: Mon Apr 27 17:56:11 2015 +0000 Commit: Mike Pagano gentoo org> CommitDate: Mon Apr 27 17:56:11 2015 +0000 URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=f2dffc72 Patch to select REGMAP_IRQ for rt5033 mfd driver. See bug #546938. 0000_README | 6 +++++- 2600_select-REGMAP_IRQ-for-rt5033.patch | 30 ++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+), 1 deletion(-) diff --git a/0000_README b/0000_README index ca06e06..0cdee6d 100644 --- a/0000_README +++ b/0000_README @@ -49,7 +49,11 @@ Desc: Support for namespace user.pax.* on tmpfs. Patch: 1510_fs-enable-link-security-restrictions-by-default.patch From: http://sources.debian.net/src/linux/3.16.7-ckt4-3/debian/patches/debian/fs-enable-link-security-restrictions-by-default.patch/ -Desc: Enable link security restrictions by default +Desc: Enable link security restrictions by default. + +Patch: 2600_select-REGMAP_IRQ-for-rt5033.patch +From: http://git.kernel.org/ +Desc: mfd: rt5033: MFD_RT5033 needs to select REGMAP_IRQ. See bug #546938. Patch: 2700_ThinkPad-30-brightness-control-fix.patch From: Seth Forshee diff --git a/2600_select-REGMAP_IRQ-for-rt5033.patch b/2600_select-REGMAP_IRQ-for-rt5033.patch new file mode 100644 index 0000000..92fb2e0 --- /dev/null +++ b/2600_select-REGMAP_IRQ-for-rt5033.patch @@ -0,0 +1,30 @@ +From 23a2a22a3f3f17de094f386a893f7047c10e44a0 Mon Sep 17 00:00:00 2001 +From: Artem Savkov +Date: Thu, 5 Mar 2015 12:42:27 +0100 +Subject: mfd: rt5033: MFD_RT5033 needs to select REGMAP_IRQ + +Since commit 0b2712585(linux-next.git) this driver uses regmap_irq and so needs +to select REGMAP_IRQ. + +This fixes the following compilation errors: +ERROR: "regmap_irq_get_domain" [drivers/mfd/rt5033.ko] undefined! +ERROR: "regmap_add_irq_chip" [drivers/mfd/rt5033.ko] undefined! + +Signed-off-by: Artem Savkov +Signed-off-by: Lee Jones + +diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig +index f8ef77d9a..f49f404 100644 +--- a/drivers/mfd/Kconfig ++++ b/drivers/mfd/Kconfig +@@ -680,6 +680,7 @@ config MFD_RT5033 + depends on I2C=y + select MFD_CORE + select REGMAP_I2C ++ select REGMAP_IRQ + help + This driver provides for the Richtek RT5033 Power Management IC, + which includes the I2C driver and the Core APIs. This driver provides +-- +cgit v0.10.2 +