Re: [PATCH V5 10/19] net: ks8851: Factor out bus lock handling

2020-05-13 Thread Andrew Lunn
On Thu, May 14, 2020 at 03:37:49AM +0200, Marek Vasut wrote: > On 5/14/20 3:19 AM, Andrew Lunn wrote: > > On Thu, May 14, 2020 at 02:07:38AM +0200, Marek Vasut wrote: > >> Pull out bus access locking code into separate functions, this is done > >> in preparation for unifying the driver with the par

Re: [PATCH V5 10/19] net: ks8851: Factor out bus lock handling

2020-05-13 Thread Marek Vasut
On 5/14/20 3:19 AM, Andrew Lunn wrote: > On Thu, May 14, 2020 at 02:07:38AM +0200, Marek Vasut wrote: >> Pull out bus access locking code into separate functions, this is done >> in preparation for unifying the driver with the parallel bus one. The >> parallel bus driver does not need heavy mutex l

Re: [PATCH V5 10/19] net: ks8851: Factor out bus lock handling

2020-05-13 Thread Andrew Lunn
On Thu, May 14, 2020 at 02:07:38AM +0200, Marek Vasut wrote: > Pull out bus access locking code into separate functions, this is done > in preparation for unifying the driver with the parallel bus one. The > parallel bus driver does not need heavy mutex locking of the bus and > works better with sp