On Wed, 16 Oct 2019 15:45:40 +0100
Sudip Mukherjee <[email protected]> wrote:
> Modify parport daisy driver to use the new parallel port device model.
>
> Last attempt was '1aec4211204d ("parport: daisy: use new parport device
> model")' which failed as daisy was also trying to load the low level
> driver and that resulted in a deadlock.
>
> Cc: Michal Kubecek <[email protected]>
> Cc: Steven Rostedt (VMware) <[email protected]>
> Signed-off-by: Sudip Mukherjee <[email protected]>
> ---
>
> Steven, Michal,
> Can you please test this series in your test environment and verify that
> I am not breaking anything this time.
>
>
I checked out 1aec4211204d~1 (just before the broken commit), and
applied these four patches. It booted with the config that wouldn't
boot with the broken commit.
Tested-by: Steven Rostedt (VMware) <[email protected]>
-- Steve