Re: [RFT PATCH v3 10/27] docs: driver-api: device-io: Document ioremap() variants & access funcs

2021-03-09 Thread Hector Martin
On 06/03/2021 00.51, Arnd Bergmann wrote: On Fri, Mar 5, 2021 at 4:09 PM Andy Shevchenko wrote: On Fri, Mar 5, 2021 at 12:25 PM Linus Walleij wrote: On Thu, Mar 4, 2021 at 10:40 PM Hector Martin wrote: This documents the newly introduced ioremap_np() along with all the other common ioremap

Re: [RFT PATCH v3 10/27] docs: driver-api: device-io: Document ioremap() variants & access funcs

2021-03-05 Thread Arnd Bergmann
On Fri, Mar 5, 2021 at 4:09 PM Andy Shevchenko wrote: > On Fri, Mar 5, 2021 at 12:25 PM Linus Walleij > wrote: > > On Thu, Mar 4, 2021 at 10:40 PM Hector Martin wrote: > > > > > This documents the newly introduced ioremap_np() along with all the > > > other common ioremap() variants, and some h

Re: [RFT PATCH v3 10/27] docs: driver-api: device-io: Document ioremap() variants & access funcs

2021-03-05 Thread Andy Shevchenko
On Fri, Mar 5, 2021 at 12:25 PM Linus Walleij wrote: > On Thu, Mar 4, 2021 at 10:40 PM Hector Martin wrote: > > > This documents the newly introduced ioremap_np() along with all the > > other common ioremap() variants, and some higher-level abstractions > > available. > > > > Signed-off-by: Hecto

Re: [RFT PATCH v3 10/27] docs: driver-api: device-io: Document ioremap() variants & access funcs

2021-03-05 Thread Linus Walleij
On Thu, Mar 4, 2021 at 10:40 PM Hector Martin wrote: > This documents the newly introduced ioremap_np() along with all the > other common ioremap() variants, and some higher-level abstractions > available. > > Signed-off-by: Hector Martin I like this, I just want one change: Put the common ior

[RFT PATCH v3 10/27] docs: driver-api: device-io: Document ioremap() variants & access funcs

2021-03-04 Thread Hector Martin
This documents the newly introduced ioremap_np() along with all the other common ioremap() variants, and some higher-level abstractions available. Signed-off-by: Hector Martin --- Documentation/driver-api/device-io.rst | 218 + 1 file changed, 218 insertions(+) diff --gi