
-----Original Message----- From: Tom Rini trini@konsulko.com Sent: Thursday, December 21, 2023 10:26 PM To: Lau, Wan Yee wan.yee.lau@intel.com Cc: Marek Vasut marex@denx.de; Chee, Tien Fong tien.fong.chee@intel.com; u-boot@lists.denx.de; Hea, Kok Kiang kok.kiang.hea@intel.com; Maniyam, Dinesh dinesh.maniyam@intel.com; Ng, Boon Khai boon.khai.ng@intel.com; Yuslaimi, Alif Zakuan alif.zakuan.yuslaimi@intel.com; Chong, Teik Heng teik.heng.chong@intel.com; Zamri, Muhammad Hazim Izzat muhammad.hazim.izzat.zamri@intel.com; Lim, Jit Loon jit.loon.lim@intel.com; Tang, Sieu Mun sieu.mun.tang@intel.com Subject: Re: [PATCH v1 1/1] drivers: misc: Add socfpga_dtreg driver for Intel SoCFPGA
On Thu, Dec 21, 2023 at 01:59:02AM +0000, Lau, Wan Yee wrote:
-----Original Message----- From: Marek Vasut marex@denx.de Sent: Thursday, December 21, 2023 12:11 AM To: Lau, Wan Yee wan.yee.lau@intel.com; Chee, Tien Fong tien.fong.chee@intel.com; u-boot@lists.denx.de Cc: Simon Glass sjg@chromium.org; Kever Yang kever.yang@rock-chips.com; Bin Meng bmeng.cn@gmail.com; Jonas Karlman jonas@kwiboo.se; Jean- Marie Lemetayer j.lemetayer@kerlink.fr; Peng Fan peng.fan@nxp.com; Vladimir Zapolskiy vladimir.zapolskiy@linaro.org; Konrad Dybcio konrad.dybcio@linaro.org; Simon Goldschmidt simon.k.r.goldschmidt@gmail.com; Hea, Kok Kiang kok.kiang.hea@intel.com; Maniyam, Dinesh dinesh.maniyam@intel.com; Ng, Boon Khai boon.khai.ng@intel.com; Yuslaimi, Alif Zakuan alif.zakuan.yuslaimi@intel.com; Chong, Teik Heng teik.heng.chong@intel.com; Zamri, Muhammad Hazim Izzat muhammad.hazim.izzat.zamri@intel.com; Lim, Jit Loon jit.loon.lim@intel.com; Tang, Sieu Mun sieu.mun.tang@intel.com; Tom Rini trini@konsulko.com Subject: Re: [PATCH v1 1/1] drivers: misc: Add socfpga_dtreg driver for Intel SoCFPGA
On 12/20/23 04:09, Lau, Wan Yee wrote:
Hi,
can you trim the CC list to relevant people ?
[...]
> +++ b/drivers/misc/socfpga_dtreg.c > @@ -0,0 +1,117 @@ > +// SPDX-License-Identifier: GPL-2.0 > +/* > + * Copyright (C) 2023 Intel Corporation <www.intel.com> */ > + > +#include <asm/io.h> > +#include <common.h> > +#include <dm.h> > +#include <errno.h>
Please move <asm/io.h> above to here
> +#include <linux/sizes.h>
A good starting point would be to have socfpga 64bit maintainer , without that , these patches are only being archived .
Hi,
Is only one socfpga 64bit maintainer needed or the whole socfpga 64bit
maintainer need to be included for this driver?
U-Boot currently does not have any SoCFPGA 64bit maintainer, that needs to be fixed .
Can you share the steps on how to get this fixed? Is there a guide on how to add/process new maintainers?
Well, the first step is to identify someone with familiarity with SoCFPGA and U- Boot and time to spend in the community.
-- Tom
Thanks. What is the next step after identifying the person that fits the requirement? How do I proceed with adding the new maintainers.