PCI: add OBFF enable/disable support
authorJesse Barnes <jbarnes@virtuousgeek.org>
Mon, 10 Jan 2011 20:46:36 +0000 (12:46 -0800)
committerJesse Barnes <jbarnes@virtuousgeek.org>
Wed, 11 May 2011 22:18:48 +0000 (15:18 -0700)
OBFF (optimized buffer flush/fill), where supported, can help improve
energy efficiency by giving devices information about when interrupts
and other activity will have a reduced power impact.  It requires
support from both the device and system (i.e. not only does the device
need to respond to OBFF messages, but the platform must be capable of
generating and routing them to the end point).

Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>

No differences found