From: Dominik Brodowski <linux@dominikbrodowski.net>
To: Stephen Zhang <starzhangzsd@gmail.com>
Cc: Jonathan.Cameron@huawei.com, broonie@kernel.org, arnd@arndb.de,
lukas.bulwahn@gmail.com, daniel@zonque.org,
zhangshida <zhangshida@kylinos.cn>,
linux-kernel@vger.kernel.org, k2ci <kernel-bot@kylinos.cn>
Subject: Re: [PATCH v3] pcmcia: add MIPS_DB1XXX dependence
Date: Thu, 2 Jun 2022 09:09:56 +0200 [thread overview]
Message-ID: <YphiRHtC0TaxNDDY@owl.dominikbrodowski.net> (raw)
In-Reply-To: <CANubcdVNEsJvGz+gpJjvF14_D_+K9Xv5UtQJdf9s1o07ghFY1A@mail.gmail.com>
A different variant is upstream now, see
https://git.kernel.org/torvalds/c/2380dd691e1fe1ebe3f346d0ce54f8fc7eacc167
Thanks,
Dominik
Am Thu, Jun 02, 2022 at 02:23:43PM +0800 schrieb Stephen Zhang:
> ping
>
> Stephen Zhang <starzhangzsd@gmail.com> 于2022年5月10日周二 10:33写道:
> >
> > From: Shida Zhang <zhangshida@kylinos.cn>
> >
> > drivers/pcmcia/db1xxx_ss.c uses the bcsr_xxxx() from
> > arch/mips/alchemy/devboards/bcsr.c, which causes a link
> > error:
> >
> > drivers/pcmcia/db1xxx_ss.c:(.text+0x2b4): undefined reference to `bcsr_read'
> > mips-linux-gnu-ld: ../drivers/pcmcia/db1xxx_ss.c:(.text+0x2fc): undefined reference to `bcsr_read'
> > drivers/pcmcia/db1xxx_ss.c:(.text+0x374): undefined reference to `bcsr_read'
> > mips-linux-gnu-ld: ../drivers/pcmcia/db1xxx_ss.c:(.text+0x380): undefined reference to `bcsr_read'
> > drivers/pcmcia/db1xxx_ss.c:(.text+0x534): undefined reference to `bcsr_read'
> > drivers/pcmcia/db1xxx_ss.c:(.text+0xcc8): undefined reference to `bcsr_mod'
> >
> >
> > So add MIPS_DB1XXX dependence.
> >
> > Reported-by: k2ci <kernel-bot@kylinos.cn>
> > Signed-off-by: Shida Zhang <zhangshida@kylinos.cn>
> > Acked-by: Arnd Bergmann <arnd@arndb.de>
> > ---
> > Changes from v1:
> > - Rewrite the commit message.
> > Changes from v2:
> > - Give credit to k2ci for reporting the issue.
> > ---
> > drivers/pcmcia/Kconfig | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/drivers/pcmcia/Kconfig b/drivers/pcmcia/Kconfig
> > index 2ce261cfff8e..04b51cb67fbf 100644
> > --- a/drivers/pcmcia/Kconfig
> > +++ b/drivers/pcmcia/Kconfig
> > @@ -151,7 +151,7 @@ config TCIC
> >
> > config PCMCIA_ALCHEMY_DEVBOARD
> > tristate "Alchemy Db/Pb1xxx PCMCIA socket services"
> > - depends on MIPS_ALCHEMY && PCMCIA
> > + depends on MIPS_ALCHEMY && MIPS_DB1XXX && PCMCIA
> > help
> > Enable this driver of you want PCMCIA support on your Alchemy
> > Db1000, Db/Pb1100, Db/Pb1500, Db/Pb1550, Db/Pb1200, DB1300
> > --
> > 2.30.2
> >
prev parent reply other threads:[~2022-06-02 7:12 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-10 2:32 Stephen Zhang
2022-06-02 6:23 ` Stephen Zhang
2022-06-02 7:09 ` Dominik Brodowski [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=YphiRHtC0TaxNDDY@owl.dominikbrodowski.net \
--to=linux@dominikbrodowski.net \
--cc=Jonathan.Cameron@huawei.com \
--cc=arnd@arndb.de \
--cc=broonie@kernel.org \
--cc=daniel@zonque.org \
--cc=kernel-bot@kylinos.cn \
--cc=linux-kernel@vger.kernel.org \
--cc=lukas.bulwahn@gmail.com \
--cc=starzhangzsd@gmail.com \
--cc=zhangshida@kylinos.cn \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®