Re: [PATCH] sis900: remove TxIDLE

2019-06-27 Thread David Miller
From: Sergej Benilov Date: Mon, 24 Jun 2019 23:21:02 +0200 > Before "sis900: fix TX completion" patch, TX completion was done on TxIDLE > interrupt. > TX completion also was the only thing done on TxIDLE interrupt. > Since "sis900: fix TX completion", TX completion is done on TxDESC interrupt. >

Re: [PATCH] sis900: remove TxIDLE

2019-06-24 Thread Willem de Bruijn
On Mon, Jun 24, 2019 at 6:04 PM Sergej Benilov wrote: > > Before "sis900: fix TX completion" patch, TX completion was done on TxIDLE > interrupt. > TX completion also was the only thing done on TxIDLE interrupt. > Since "sis900: fix TX completion", TX completion is done on TxDESC interrupt. > So

[PATCH] sis900: remove TxIDLE

2019-06-24 Thread Sergej Benilov
Before "sis900: fix TX completion" patch, TX completion was done on TxIDLE interrupt. TX completion also was the only thing done on TxIDLE interrupt. Since "sis900: fix TX completion", TX completion is done on TxDESC interrupt. So it is not necessary any more to set and to check for TxIDLE. Elimi

[PATCH] sis900: remove TxIDLE

2019-06-22 Thread Sergej Benilov
Before "sis900: fix TX completion" patch, TX completion was done on TxIDLE interrupt. TX completion also was the only thing done on TxIDLE interrupt. Since "sis900: fix TX completion", TX completion is done on TxDESC interrupt. So it is not necessary any more to set and to check for TxIDLE. Elimi