Re: (subset) [PATCH 00/17] -Wmissing-prototype warning fixes

2023-08-28 Thread Michael Schmitz
Hi Geert, Am 28.08.2023 um 18:42 schrieb Geert Uytterhoeven: On Sat, Aug 26, 2023 at 12:44 AM Michael Schmitz wrote: (Incidentally - did you ever publish the m68k full history tree anywhere in git?) You mean the gitified version of the Linux/m68k CVS tree Ralf created for me because my

Re: (subset) [PATCH 00/17] -Wmissing-prototype warning fixes

2023-08-25 Thread Michael Schmitz
Hi Geert, Am 25.08.23 um 19:39 schrieb Geert Uytterhoeven: > Hi Michael, > > On Fri, Aug 25, 2023 at 3:31 AM Michael Schmitz wrote: >> On 25/08/23 13:12, Martin K. Petersen wrote: >>> [11/17] scsi: gvp11: remove unused gvp11_setup() function >>>

Re: (subset) [PATCH 00/17] -Wmissing-prototype warning fixes

2023-08-24 Thread Michael Schmitz
Hi Martin, Arnd, On 25/08/23 13:12, Martin K. Petersen wrote: On Thu, 10 Aug 2023 16:19:18 +0200, Arnd Bergmann wrote: Most of the patches I sent so far for the -Wmissing-prototype warnings have made it into linux-next now. There are a few that I'm resending now as nobody has picked them up, a

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 zero

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

2021-12-29 Thread Michael Schmitz
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 wrote: I'd hope not - we spent some effort to make sure setting ATARI_ROM_ISA

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

2021-12-28 Thread Michael Schmitz
Hi Arnd, Am 29.12.2021 um 16:41 schrieb Arnd Bergmann: On Tue, Dec 28, 2021 at 8:20 PM Michael Schmitz wrote: Am 28.12.2021 um 23:08 schrieb Geert Uytterhoeven: On Mon, Dec 27, 2021 at 5:44 PM Niklas Schnelle wrote: We introduce a new HAS_IOPORT Kconfig option to gate support for I/O port

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

2021-12-28 Thread Michael Schmitz
Hi Geert, Niklas, Am 28.12.2021 um 23:08 schrieb Geert Uytterhoeven: Hi Niklas, On Mon, Dec 27, 2021 at 5:44 PM Niklas Schnelle wrote: We introduce a new HAS_IOPORT Kconfig option to gate support for I/O port access. In a future patch HAS_IOPORT=n will disable compilation of the I/O accesso

Re: [PATCH 11/13] m68k/mm: make node data and node setup depend on CONFIG_DISCONTIGMEM

2020-10-28 Thread Michael Schmitz
Hi Mike, On 29/10/20 12:16 AM, Mike Rapoport wrote: Hi Geert, On Wed, Oct 28, 2020 at 10:25:49AM +0100, Geert Uytterhoeven wrote: Hi Mike, On Tue, Oct 27, 2020 at 12:31 PM Mike Rapoport wrote: From: Mike Rapoport The pg_data_t node structures and their initialization currently depends on