]> git.baikalelectronics.ru Git - kernel.git/commit
staging: gasket: TODO: re-implement using UIO
authorAhmed S. Darwish <darwish.07@gmail.com>
Mon, 10 Sep 2018 15:28:37 +0000 (15:28 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 10 Sep 2018 16:08:06 +0000 (18:08 +0200)
commit2e29c1004b1e136cf7d85e154214b82cbc6df7b7
tree7ce4ea801ee8ba097949b8015bd8ec88c16504d3
parentcf19ca97a39db9dc068c7dce24c66864c943836f
staging: gasket: TODO: re-implement using UIO

The gasket in-kernel framework, recently introduced under staging,
re-implements what is already long-time provided by the UIO
subsystem, with extra PCI BAR remapping and MSI conveniences.

Before moving it out of staging, make sure we add the new bits to
the UIO framework instead, then transform its signle client, the
Apex driver, to a proper UIO driver (uio_driver.h).

Link: https://lkml.kernel.org/r/20180828103817.GB1397@do-kernel
Signed-off-by: Ahmed S. Darwish <darwish.07@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/gasket/TODO