Re: [PATCH v3 1/4] Input: adp5589-keys - add default platform data

2020-12-09 Thread Dmitry Torokhov
Hi Alexandru, Lars-Peter, On Fri, Nov 27, 2020 at 01:14:17PM +0200, Alexandru Ardelean wrote: > From: Lars-Peter Clausen > > If no platform data is supplied use a dummy platform data that configures > the device in GPIO only mode. This change adds a adp5589_kpad_pdata_get() > helper that returns

RE: [PATCH v3 1/4] Input: adp5589-keys - add default platform data

2020-12-08 Thread Ardelean, Alexandru
Alexandru > Subject: [PATCH v3 1/4] Input: adp5589-keys - add default platform data > > From: Lars-Peter Clausen > > If no platform data is supplied use a dummy platform data that configures the > device in GPIO only mode. This change adds a adp5589_kpad_pdata_get() helper &

[PATCH v3 1/4] Input: adp5589-keys - add default platform data

2020-11-27 Thread Alexandru Ardelean
From: Lars-Peter Clausen If no platform data is supplied use a dummy platform data that configures the device in GPIO only mode. This change adds a adp5589_kpad_pdata_get() helper that returns the default platform-data. This can be later extended to load configuration from device-trees or ACPI.