Re: [PATCH] parport: daisy: do not try to load lowlevel driver

2019-03-25 Thread Sudip Mukherjee
Hi Linus, On Mon, Mar 25, 2019 at 9:49 PM Linus Torvalds wrote: > > On Mon, Mar 25, 2019 at 2:13 PM Sudip Mukherjee > wrote: > > > > We do not need to search for ports and bind the initial list of ports > > to daisy driver as daisy driver is always the first driver to use the > > new found parpo

Re: [PATCH] parport: daisy: do not try to load lowlevel driver

2019-03-25 Thread Steven Rostedt
On Mon, 25 Mar 2019 21:13:25 + Sudip Mukherjee wrote: > Some distros like Suse has an alias for "parport_lowlevel" and that > alias points to "parport_pc". Now when the parport bus registers, it > also initialises the daisy driver as the daisy driver is needed to > check the port when the por

Re: [PATCH] parport: daisy: do not try to load lowlevel driver

2019-03-25 Thread Linus Torvalds
On Mon, Mar 25, 2019 at 2:13 PM Sudip Mukherjee wrote: > > We do not need to search for ports and bind the initial list of ports > to daisy driver as daisy driver is always the first driver to use the > new found parport and we know when the parport bus is registering the > list of parport will al

[PATCH] parport: daisy: do not try to load lowlevel driver

2019-03-25 Thread Sudip Mukherjee
Some distros like Suse has an alias for "parport_lowlevel" and that alias points to "parport_pc". Now when the parport bus registers, it also initialises the daisy driver as the daisy driver is needed to check the port when the port is first found. Due to the new device model daisy driver will now