Re: [PATCH v4] gpio: mockup: Allow probing from device tree

2020-10-29 Thread Bartosz Golaszewski
On Thu, Oct 29, 2020 at 9:17 AM Vincent Whitchurch wrote: > > Allow the mockup driver to be probed via the device tree without any > module parameters, allowing it to be used to configure and test higher > level drivers like the leds-gpio driver and corresponding userspace > before actual hardware

[PATCH v4] gpio: mockup: Allow probing from device tree

2020-10-29 Thread Vincent Whitchurch
Allow the mockup driver to be probed via the device tree without any module parameters, allowing it to be used to configure and test higher level drivers like the leds-gpio driver and corresponding userspace before actual hardware is available. Signed-off-by: Vincent Whitchurch --- Notes: v4