[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <db86e6b1-d6f7-3f57-246b-d7f8c882e933@vivier.eu>
Date: Sat, 15 Jan 2022 20:47:38 +0100
From: Laurent Vivier <laurent@...ier.eu>
To: Geert Uytterhoeven <geert@...ux-m68k.org>
Cc: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
John Stultz <john.stultz@...aro.org>,
linux-rtc@...r.kernel.org, Jiaxun Yang <jiaxun.yang@...goat.com>,
Daniel Lezcano <daniel.lezcano@...aro.org>,
Thomas Gleixner <tglx@...utronix.de>,
Alessandro Zummo <a.zummo@...ertech.it>,
Alexandre Belloni <alexandre.belloni@...tlin.com>,
Stephen Boyd <sboyd@...nel.org>, Arnd Bergmann <arnd@...db.de>,
linux-m68k <linux-m68k@...ts.linux-m68k.org>
Subject: Re: [PATCH v8 4/4] m68k: introduce a virtual m68k machine
Le 15/01/2022 à 20:41, Geert Uytterhoeven a écrit :
> Hi Laurent,
>
> On Sat, Jan 15, 2022 at 8:33 PM Laurent Vivier <laurent@...ier.eu> wrote:
>> This machine allows to have up to 3.2 GiB and 128 Virtio devices.
>>
>> It is based on android goldfish devices.
>>
>> Signed-off-by: Laurent Vivier <laurent@...ier.eu>
>
> Thanks for your patch (the new versions keep on coming quickly).
>
>> --- /dev/null
>> +++ b/arch/m68k/virt/platform.c
>
>> +static int __init virt_platform_init(void)
>> +{
>> + const struct resource goldfish_tty_res[] = {
>> + DEFINE_RES_MEM(virt_bi_data.tty.mmio, 1),
>> + DEFINE_RES_IRQ(virt_bi_data.tty.irq),
>> + };
>> + /* this is the second gf-rtc, the first one is used by the scheduler */
>> + const struct resource goldfish_rtc_res[] = {
>> + DEFINE_RES_MEM(virt_bi_data.rtc.mmio + 0x1000, 0x1000),
>> + DEFINE_RES_IRQ(virt_bi_data.rtc.irq + 1),
>> + };
>> + extern unsigned long min_low_pfn;
>
> checkpatch keeps on complaining.
> #include <linux/memblock.h> instead?
oh, yes, I didn't see it was defined here. Thank you.
I've updated my patch, the change will be in the next version.
Thanks,
Laurent
Powered by blists - more mailing lists