Re: [PATCH 12/13] board: dragonboard410c: Use button_cmd instead of custom code

2025-04-09 Thread Neil Armstrong
On 07/04/2025 18:59, Stephan Gerhold wrote: Simplify the board code by using the new BUTTON_CMD functionality, instead of implementing this separately using C code. This allows disabling or customizing this functionality if wanted. Signed-off-by: Stephan Gerhold --- board/qualcomm/dragonboard

[PATCH 12/13] board: dragonboard410c: Use button_cmd instead of custom code

2025-04-07 Thread Stephan Gerhold
Simplify the board code by using the new BUTTON_CMD functionality, instead of implementing this separately using C code. This allows disabling or customizing this functionality if wanted. Signed-off-by: Stephan Gerhold --- board/qualcomm/dragonboard410c/dragonboard410c.c | 22 -