Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1333161
| From | Tony Lindgren <tony@atomide.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] ARM: dts: omap3-n900: Allow gpio keys to be disabled |
| Date | 2016-02-12 23:00 +0100 |
| Message-ID | <r1tUT-4d1-13@gated-at.bofh.it> (permalink) |
| References | <qPshQ-7jN-21@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
* Ivaylo Dimitrov <ivo.g.dimitrov.75@gmail.com> [160110 09:47]:
> Add linux,can-disable; to all gpios exported from gpio-keys driver, so
> userspace can disable them
...
> --- a/arch/arm/boot/dts/omap3-n900.dts
> +++ b/arch/arm/boot/dts/omap3-n900.dts
> @@ -68,6 +68,7 @@
> linux,input-type = <EV_SW>;
> linux,code = <SW_CAMERA_LENS_COVER>;
> gpio-key,wakeup;
> + linux,can-disable;
> };
>
> camera_focus {
Looks like this no longer applies because of linux,can-disable
to wakeup-source changes. Can you please update against v4.5-rc
series and repost?
Thanks,
Tony
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
Re: [PATCH] ARM: dts: omap3-n900: Allow gpio keys to be disabled Tony Lindgren <tony@atomide.com> - 2016-02-12 23:00 +0100
Re: [PATCH] ARM: dts: omap3-n900: Allow gpio keys to be disabled Ivaylo Dimitrov <ivo.g.dimitrov.75@gmail.com> - 2016-02-21 18:50 +0100
Re: [PATCH] ARM: dts: omap3-n900: Allow gpio keys to be disabled Sebastian Reichel <sre@kernel.org> - 2016-02-21 20:20 +0100
[PATCH] ARM: dts: omap3-n900: Allow gpio keys to be disabled Ivaylo Dimitrov <ivo.g.dimitrov.75@gmail.com> - 2016-02-22 15:50 +0100
Re: [PATCH] ARM: dts: omap3-n900: Allow gpio keys to be disabled Tony Lindgren <tony@atomide.com> - 2016-02-22 19:00 +0100
csiph-web