[opensuse-kernel] [PATCH] arm64: Enable missing CONFIG_IR_GPIO_CIR
--- To be applied on master, stable and openSUSE-15.2 branches. armv6hl and armv7hl have already this option enabled. config/arm64/default | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/arm64/default b/config/arm64/default index 0a0659fcbab..12ba253b910 100644 --- a/config/arm64/default +++ b/config/arm64/default @@ -5569,7 +5569,7 @@ CONFIG_IR_IGORPLUGUSB=m CONFIG_IR_IGUANA=m CONFIG_IR_TTUSBIR=m CONFIG_RC_LOOPBACK=m -# CONFIG_IR_GPIO_CIR is not set +CONFIG_IR_GPIO_CIR=m CONFIG_IR_GPIO_TX=m CONFIG_IR_PWM_TX=m CONFIG_IR_SUNXI=m -- 2.23.0 -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org
Hi,
To be applied on master, stable and openSUSE-15.2 branches. armv6hl and armv7hl have already this option enabled.
config/arm64/default | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Signed-off-by: Dirk Mueller <dmueller@suse.com> Greetings, Dirk -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org
On Wed, Nov 13, 2019 at 04:50:45PM +0100, Dirk Müller wrote:
Hi,
To be applied on master, stable and openSUSE-15.2 branches. armv6hl and armv7hl have already this option enabled.
config/arm64/default | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Signed-off-by: Dirk Mueller <dmueller@suse.com>
Can you filr a bug documentiong the reason for enablling this option? Thanks Michal -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org
-----Original Message----- From: Michal Suchánek <msuchanek@suse.de> Sent: 13 November 2019 18:18 To: Dirk Müller <dirk@dmllr.de> Cc: Guillaume Gardet <Guillaume.Gardet@arm.com>; opensuse-kernel list <opensuse-kernel@opensuse.org>; Andrea Faerber (afaerber@suse.com) <afaerber@suse.com>; dmueller@suse.com Subject: Re: [opensuse-kernel] [PATCH] arm64: Enable missing CONFIG_IR_GPIO_CIR
On Wed, Nov 13, 2019 at 04:50:45PM +0100, Dirk Müller wrote:
Hi,
To be applied on master, stable and openSUSE-15.2 branches. armv6hl and armv7hl have already this option enabled.
config/arm64/default | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Signed-off-by: Dirk Mueller <dmueller@suse.com>
Can you filr a bug documentiong the reason for enablling this option?
Do you really need a bug number for such a simple option? Guillaume
Thanks
Michal
IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you. -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org
On Wed, Nov 13, 2019 at 07:20:17PM +0000, Guillaume Gardet wrote:
-----Original Message----- From: Michal Suchánek <msuchanek@suse.de> Sent: 13 November 2019 18:18 To: Dirk Müller <dirk@dmllr.de> Cc: Guillaume Gardet <Guillaume.Gardet@arm.com>; opensuse-kernel list <opensuse-kernel@opensuse.org>; Andrea Faerber (afaerber@suse.com) <afaerber@suse.com>; dmueller@suse.com Subject: Re: [opensuse-kernel] [PATCH] arm64: Enable missing CONFIG_IR_GPIO_CIR
On Wed, Nov 13, 2019 at 04:50:45PM +0100, Dirk Müller wrote:
Hi,
To be applied on master, stable and openSUSE-15.2 branches. armv6hl and armv7hl have already this option enabled.
config/arm64/default | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Signed-off-by: Dirk Mueller <dmueller@suse.com>
Can you filr a bug documentiong the reason for enablling this option?
Do you really need a bug number for such a simple option?
It would be sufficient if you provided reason why this option is useful in the patch description. I don't see it anywhere, though. Thanks Michal -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org
--- To be applied on master, stable and openSUSE-15.2 branches. armv6hl and armv7hl have already this option enabled. Changes in V2: add bug number. config/arm64/default | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/arm64/default b/config/arm64/default index 0a0659fcbab..12ba253b910 100644 --- a/config/arm64/default +++ b/config/arm64/default @@ -5569,7 +5569,7 @@ CONFIG_IR_IGORPLUGUSB=m CONFIG_IR_IGUANA=m CONFIG_IR_TTUSBIR=m CONFIG_RC_LOOPBACK=m -# CONFIG_IR_GPIO_CIR is not set +CONFIG_IR_GPIO_CIR=m CONFIG_IR_GPIO_TX=m CONFIG_IR_PWM_TX=m CONFIG_IR_SUNXI=m -- 2.23.0 -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org
On Thu, Nov 14, 2019 at 10:52:44AM +0100, Guillaume Gardet wrote:
--- To be applied on master, stable and openSUSE-15.2 branches. armv6hl and armv7hl have already this option enabled.
Changes in V2: add bug number.
Pushed. Thanks Michal -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org
participants (4)
-
Dirk Müller
-
Guillaume Gardet
-
Guillaume Gardet
-
Michal Suchánek