On Fri, May 17, 2013 at 05:53:39PM +0300, Eli Billauer wrote: > This is the documentation for the Xillybus driver. It's intended for kernel > maintainers, since actual users will most likely rely on other documentation. > > It has turned out somewhat tricky to put Xillybus in one of the existing > categories of device drivers. I placed it under drivers/uio, mainly because it > shares the spirit of a generic driver allowing userspace programs to talk > directly with hardware. Unlike the classic UIO devices, Xillybus' char files > shouldn't be memory mapped, but rather used in the regular manner as streams > of data.
Because of that, this isn't a UIO driver at all. It doesn't use the UIO interfaces, so it shouldn't be in this directory, sorry. thanks greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/