Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1443859
| From | Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH RFC] uio: allow use on nommu systems |
| Date | 2016-07-15 03:50 +0200 |
| Message-ID | <rV0ql-uG-1@gated-at.bofh.it> (permalink) |
| References | <rUZDX-8qp-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Thu, Jul 14, 2016 at 08:53:06PM -0400, Rich Felker wrote: > mmap of uio devices does not seem to work without further > nommu-specific support, but interrupt handling already works, and > userspace drivers for nommu systems can simply use physical mmio > addresses from userspace directly anyway without mmap. > > Signed-off-by: Rich Felker <dalias@libc.org> > --- > > I don't particularly expect this to be accepted upstream as-is, but > since we're actually trying to use the UIO subsystem on nommu (J2), > I'd like to start a discussion of what an acceptable patch would > entail. > > The uio_pdrv_genirq driver was tested on J2 with this patch and > interrupt handling works as expected. > > drivers/uio/Kconfig | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/uio/Kconfig b/drivers/uio/Kconfig > index 52c98ce..387b2bb 100644 > --- a/drivers/uio/Kconfig > +++ b/drivers/uio/Kconfig > @@ -1,6 +1,5 @@ > menuconfig UIO > tristate "Userspace I/O drivers" > - depends on MMU This doesn't seem to do much, don't you need to modify uio-specific drivers? Or given that the core uio code doesn't rely on mmu, is this safe? thanks, greg k-h
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH RFC] uio: allow use on nommu systems Rich Felker <dalias@libc.org> - 2016-07-15 03:00 +0200
Re: [PATCH RFC] uio: allow use on nommu systems Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2016-07-15 03:50 +0200
Re: [PATCH RFC] uio: allow use on nommu systems Rich Felker <dalias@libc.org> - 2016-07-15 04:00 +0200
Re: [PATCH RFC] uio: allow use on nommu systems Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2016-07-15 13:50 +0200
csiph-web