Re: [PATCH 3/3] platform//x86/pcengines-apuv2: update gpio button definition

2019-07-23 Thread Enrico Weigelt, metux IT consult
On 23.07.19 09:06, Florian Eckert wrote: I'd like to ack only the keycode change, but not the deprecated .gpio field. I'll post a separate patch for the keycode change only. I am fine if we only change the keycode. Do I have to send a v2 patch set? already sent one. -- Enrico Weigelt, metux

Re: [PATCH 3/3] platform//x86/pcengines-apuv2: update gpio button definition

2019-07-23 Thread Florian Eckert
> I'd like to ack only the keycode change, but not the deprecated .gpio > field. I'll post a separate patch for the keycode change only. I am fine if we only change the keycode. Do I have to send a v2 patch set?

Re: [PATCH 3/3] platform//x86/pcengines-apuv2: update gpio button definition

2019-07-22 Thread Enrico Weigelt, metux IT consult
On 04.07.19 11:02, Florian Eckert wrote: * Add the gpio number, so the button subsystem can find the right gpio. * Change also the keycode from KEY_SETUP to KEY_RESTART, because it seems more expressive to me and in the Alix-Board, which is the predecessor, there isthis keycode defined too.

Re: [PATCH 3/3] platform//x86/pcengines-apuv2: update gpio button definition

2019-07-08 Thread Enrico Weigelt, metux IT consult
On 04.07.19 11:02, Florian Eckert wrote: > * Add the gpio number, so the button subsystem can find the right gpio. > * Change also the keycode from KEY_SETUP to KEY_RESTART, because it > seems more expressive to me and in the Alix-Board, which is the > predecessor, there isthis keycode defined

[PATCH 3/3] platform//x86/pcengines-apuv2: update gpio button definition

2019-07-04 Thread Florian Eckert
* Add the gpio number, so the button subsystem can find the right gpio. * Change also the keycode from KEY_SETUP to KEY_RESTART, because it seems more expressive to me and in the Alix-Board, which is the predecessor, there isthis keycode defined too. I think this is also intended by Pcengines