]> www.infradead.org Git - users/willy/xarray.git/commit
usb: Convert xhci-mem to XArray
authorMatthew Wilcox <willy@infradead.org>
Wed, 26 Sep 2018 12:23:14 +0000 (08:23 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Thu, 8 Aug 2019 03:39:57 +0000 (23:39 -0400)
commit5197cb19cd6f2b45f107fdb9b570d64d79cd60fe
tree1ebb8b900794f41a5fba042936d8b61c60976296
parentecb095bff5d4b8711a81968625b3b4a235d3e477
usb: Convert xhci-mem to XArray

The XArray API is a better fit for xhci than the radix tree API was,
to the point where we can remove the wrappers around the radix tree
and just call the XArray APIs directly.

Signed-off-by: Matthew Wilcox <willy@infradead.org>
drivers/usb/host/xhci-mem.c
drivers/usb/host/xhci.h