Re: [PATCH net-next] net: sfp: add debugfs support

2020-12-07 Thread Russell King - ARM Linux admin
On Wed, Dec 02, 2020 at 09:01:47AM -0800, Jakub Kicinski wrote: > On Wed, 2 Dec 2020 08:59:13 -0800 Jakub Kicinski wrote: > > On Wed, 2 Dec 2020 13:03:18 + Russell King - ARM Linux admin wrote: > > > Jakub, > > > > > > What's your opinion on this patch? It seems to have stalled... > > > > S

Re: [PATCH net-next] net: sfp: add debugfs support

2020-12-02 Thread Jakub Kicinski
On Wed, 2 Dec 2020 08:59:13 -0800 Jakub Kicinski wrote: > On Wed, 2 Dec 2020 13:03:18 + Russell King - ARM Linux admin wrote: > > Jakub, > > > > What's your opinion on this patch? It seems to have stalled... > > Sorry, I think I expected someone to do the obvious questioning.. Ah, no! I kn

Re: [PATCH net-next] net: sfp: add debugfs support

2020-12-02 Thread Jakub Kicinski
On Wed, 2 Dec 2020 13:03:18 + Russell King - ARM Linux admin wrote: > Jakub, > > What's your opinion on this patch? It seems to have stalled... Sorry, I think I expected someone to do the obvious questioning.. > On Tue, Nov 24, 2020 at 12:46:40PM +0200, Ido Schimmel wrote: > > On Tue, Nov 24

Re: [PATCH net-next] net: sfp: add debugfs support

2020-12-02 Thread Russell King - ARM Linux admin
Jakub, What's your opinion on this patch? It seems to have stalled... Regards, Russell On Tue, Nov 24, 2020 at 12:46:40PM +0200, Ido Schimmel wrote: > On Tue, Nov 24, 2020 at 09:49:16AM +, Russell King - ARM Linux admin > wrote: > > On Tue, Nov 24, 2020 at 10:41:51AM +0200, Ido Schimmel wro

Re: [PATCH net-next] net: sfp: add debugfs support

2020-11-24 Thread Ido Schimmel
On Tue, Nov 24, 2020 at 09:49:16AM +, Russell King - ARM Linux admin wrote: > On Tue, Nov 24, 2020 at 10:41:51AM +0200, Ido Schimmel wrote: > > On Tue, Nov 24, 2020 at 01:14:31AM +0100, Andrew Lunn wrote: > > > On Mon, Nov 23, 2020 at 10:06:16PM +, Russell King wrote: > > > > Add debugfs su

Re: [PATCH net-next] net: sfp: add debugfs support

2020-11-24 Thread Russell King - ARM Linux admin
On Tue, Nov 24, 2020 at 10:41:51AM +0200, Ido Schimmel wrote: > On Tue, Nov 24, 2020 at 01:14:31AM +0100, Andrew Lunn wrote: > > On Mon, Nov 23, 2020 at 10:06:16PM +, Russell King wrote: > > > Add debugfs support to SFP so that the internal state of the SFP state > > > machines and hardware sig

Re: [PATCH net-next] net: sfp: add debugfs support

2020-11-24 Thread Ido Schimmel
On Tue, Nov 24, 2020 at 01:14:31AM +0100, Andrew Lunn wrote: > On Mon, Nov 23, 2020 at 10:06:16PM +, Russell King wrote: > > Add debugfs support to SFP so that the internal state of the SFP state > > machines and hardware signal state can be viewed from userspace, rather > > than having to comp

Re: [PATCH net-next] net: sfp: add debugfs support

2020-11-23 Thread Andrew Lunn
On Mon, Nov 23, 2020 at 10:06:16PM +, Russell King wrote: > Add debugfs support to SFP so that the internal state of the SFP state > machines and hardware signal state can be viewed from userspace, rather > than having to compile a debug kernel to view state state transitions > in the kernel lo