Re: [PATCH 1/2] driver core: add device_poll interface

2015-01-29 Thread David Miller
From: Xander Huff Date: Mon, 26 Jan 2015 16:46:32 -0600 > From: Jeff Westfahl > > Add the device_poll interface to the driver core. This is a generic > interface that any struct device can take advantage of to dynamically > switch between using interrupts and polling. Many drivers can be easily

[PATCH 1/2] driver core: add device_poll interface

2015-01-26 Thread Xander Huff
From: Jeff Westfahl Add the device_poll interface to the driver core. This is a generic interface that any struct device can take advantage of to dynamically switch between using interrupts and polling. Many drivers can be easily modified to take advantage of this feature if desired. This interf