Re: [PATCH] gpio: virtio: remove timeout

2021-12-20 Thread Viresh Kumar
On 20-12-21, 14:06, Vincent Whitchurch wrote: > The driver imposes an arbitrary one second timeout on virtio requests, > but the specification doesn't prevent the virtio device from taking > longer to process requests, so remove this timeout to support all > systems and device implementations. >

Re: [PATCH] gpio: virtio: remove timeout

2021-12-20 Thread Michael S. Tsirkin
On Mon, Dec 20, 2021 at 02:06:56PM +0100, Vincent Whitchurch wrote: > The driver imposes an arbitrary one second timeout on virtio requests, > but the specification doesn't prevent the virtio device from taking > longer to process requests, so remove this timeout to support all > systems and

Re: [PATCH] gpio: virtio: remove timeout

2021-12-20 Thread Michael S. Tsirkin
On Mon, Dec 20, 2021 at 03:54:56PM +0100, Bartosz Golaszewski wrote: > On Mon, Dec 20, 2021 at 2:07 PM Vincent Whitchurch > wrote: > > > > The driver imposes an arbitrary one second timeout on virtio requests, > > but the specification doesn't prevent the virtio device from taking > > longer to

[PATCH] gpio: virtio: remove timeout

2021-12-20 Thread Vincent Whitchurch
The driver imposes an arbitrary one second timeout on virtio requests, but the specification doesn't prevent the virtio device from taking longer to process requests, so remove this timeout to support all systems and device implementations. Fixes: 3a29355a22c0275fe86 ("gpio: Add virtio-gpio