]> git.baikalelectronics.ru Git - kernel.git/commit
block: move PM request support to IDE
authorChristoph Hellwig <hch@lst.de>
Fri, 17 Apr 2015 20:37:20 +0000 (22:37 +0200)
committerJens Axboe <axboe@fb.com>
Tue, 5 May 2015 19:40:42 +0000 (13:40 -0600)
commit7ad7d2f5e8a9c88471a0f81f6db2c3d8a90d3896
tree1a9a13abf0679e7dc4e1e5124cd4fcb3c0ac1265
parent63705a3f1947f89b82239d7ee2e254c551dcdc20
block: move PM request support to IDE

This removes the request types and hacks from the block code and into the
old IDE driver.  There is a small amunt of code duplication due to this,
but it's not too bad.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@fb.com>
block/blk-core.c
block/blk-exec.c
block/blk.h
drivers/ide/ide-eh.c
drivers/ide/ide-io.c
drivers/ide/ide-pm.c
drivers/ide/ide-taskfile.c
include/linux/blkdev.h
include/linux/ide.h