Re: [PATCH v3 4/6] fbdev: Include <linux/io.h> via <asm/fb.h>
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
- To: "Thomas Zimmermann" <tzimmermann@xxxxxxx>, "Javier Martinez Canillas" <javierm@xxxxxxxxxx>, "Sam Ravnborg" <sam@xxxxxxxxxxxx>
- Subject: Re: [PATCH v3 4/6] fbdev: Include <linux/io.h> via <asm/fb.h>
- From: "Arnd Bergmann" <arnd@xxxxxxxx>
- Date: Wed, 03 May 2023 10:52:34 +0200
- Cc: Linux-Arch <linux-arch@xxxxxxxxxxxxxxx>, linux-fbdev@xxxxxxxxxxxxxxx, linux-ia64@xxxxxxxxxxxxxxx, linux-parisc@xxxxxxxxxxxxxxx, "Helge Deller" <deller@xxxxxx>, "Huacai Chen" <chenhuacai@xxxxxxxxxx>, linux-kernel@xxxxxxxxxxxxxxx, dri-devel@xxxxxxxxxxxxxxxxxxxxx, "James E . J . Bottomley" <James.Bottomley@xxxxxxxxxxxxxxxxxxxxx>, linux-m68k@xxxxxxxxxxxxxxx, "Geert Uytterhoeven" <geert@xxxxxxxxxxxxxx>, loongarch@xxxxxxxxxxxxxxx, "Vineet Gupta" <vgupta@xxxxxxxxxx>, sparclinux@xxxxxxxxxxxxxxx, "WANG Xuerui" <kernel@xxxxxxxxxx>, linux-snps-arc@xxxxxxxxxxxxxxxxxxx, "David S . Miller" <davem@xxxxxxxxxxxxx>, linux-arm-kernel@xxxxxxxxxxxxxxxxxxx
- Feedback-id: i56a14606:Fastmail
- In-reply-to: <97bbdb2f-6245-caf2-c0f6-d628873bd6db@suse.de>
- References: <20230502130223.14719-1-tzimmermann@suse.de> <20230502130223.14719-5-tzimmermann@suse.de> <20230502195429.GA319489@ravnborg.org> <563673c0-799d-e353-974c-91b1ab881a22@suse.de> <87354dyj9i.fsf@minerva.mail-host-address-is-not-set> <97bbdb2f-6245-caf2-c0f6-d628873bd6db@suse.de>
- User-agent: Cyrus-JMAP/3.9.0-alpha0-386-g2404815117-fm-20230425.001-g24048151
On Wed, May 3, 2023, at 10:12, Thomas Zimmermann wrote:
> Am 03.05.23 um 09:19 schrieb Javier Martinez Canillas:
>> Thomas Zimmermann <tzimmermann@xxxxxxx> writes:
>>>>
>>>> There are countless examples where the above are not followed,
>>>> but to my best understanding the above it the preferred way to do it.
>>>
>>> Where did youher this? I only know about this in the case of asm/io.h
>>> vs. linux/io.h.
>>>
>>
>> I understand that's the case too. I believe even checkpatch.pl complains
>> about it? (not that the script always get right, but just as an example).
>
> Do you know if that's the general rule? If so, we might want to
> repurpose <asm/fbio.h> for the framebuffer I/O functions.
It's certainly the general trend across all of the kernel to have
drivers prefer including linux/*.h, and to move stuff from asm/*.h
to linux/*.h as it gets generalized across architectures.
Arnd
[Index of Archives]
[Linux Kernel]
[Sparc Linux]
[DCCP]
[Linux ARM]
[Yosemite News]
[Linux SCSI]
[Linux x86_64]
[Linux for Ham Radio]