Re: [RFC 02/32] Kconfig: introduce HAS_IOPORT option and select it as necessary

2021-12-31 Thread Michael Schmitz
Hi Arnd, Am 01.01.2022 um 05:04 schrieb Arnd Bergmann: On Wed, Dec 29, 2021 at 10:44 PM Michael Schmitz wrote: Am 30.12.2021 um 14:48 schrieb Arnd Bergmann: On Tue, Dec 28, 2021 at 11:15 PM Michael Schmitz wrote: What some other architectures do is to rely on inb()/outb() to have a

Re: [RFC 02/32] Kconfig: introduce HAS_IOPORT option and select it as necessary

2021-12-31 Thread Arnd Bergmann
On Wed, Dec 29, 2021 at 10:44 PM Michael Schmitz wrote: > Am 30.12.2021 um 14:48 schrieb Arnd Bergmann: > > On Tue, Dec 28, 2021 at 11:15 PM Michael Schmitz > > wrote: > > What some other architectures do is to rely on inb()/outb() to have a > > zero-based offset, and use an io_offset in PCI

Re: [RFC 02/32] Kconfig: introduce HAS_IOPORT option and select it as necessary

2021-12-31 Thread Niklas Schnelle
On Thu, 2021-12-30 at 16:44 +1300, Michael Schmitz wrote: > Hi Arnd, > > Am 30.12.2021 um 14:48 schrieb Arnd Bergmann: > > On Tue, Dec 28, 2021 at 11:15 PM Michael Schmitz > > wrote: > > > Am 29.12.2021 um 16:41 schrieb Arnd Bergmann: > > > > On Tue, Dec 28, 2021 at 8:20 PM Michael Schmitz >

Re: [PATCH 0/5] Remove duplicate context init function for sha algorithm

2021-12-31 Thread Herbert Xu
On Mon, Dec 20, 2021 at 05:23:13PM +0800, Tianjia Zhang wrote: > This series of patches is mainly for repetitive code cleaning. The sha > algorithm has provided generic context initialization implementation. > The context initialization code in the optimized implementation of each > platform is a