From: Tom Li <tomli@tomli.me>
To: Lee Jones <lee.jones@linaro.org>, linux-mips@vger.kernel.org
Cc: kbuild-all@01.org, Yifeng Li <tomli@tomli.me>,
Jiaxun Yang <jiaxun.yang@flygoat.com>,
Huacai Chen <chenhc@lemote.com>,
Ralf Baechle <ralf@linux-mips.org>,
Paul Burton <paul.burton@mips.com>,
James Hogan <jhogan@kernel.org>,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH 1/7] mfd: yeeloong_kb3310b: support KB3310B EC for Lemote Yeeloong laptops.
Date: Mon, 4 Mar 2019 08:24:29 +0800 [thread overview]
Message-ID: <20190304002428.GA1043@localhost.localdomain> (raw)
In-Reply-To: <201903040432.qyPxOrOQ%fengguang.wu@intel.com>
> drivers/mfd/yeeloong_kb3310b.c: In function 'kb3310b_read':
> >> drivers/mfd/yeeloong_kb3310b.c:70:2: error: implicit declaration of function 'outb' [-Werror=implicit-function-declaration]
> outb((reg & 0xff00) >> 8, KB3310B_IO_PORT_HIGH);
> ^~~~
> >> drivers/mfd/yeeloong_kb3310b.c:72:8: error: implicit declaration of function 'inb' [-Werror=implicit-function-declaration]
> val = inb(KB3310B_IO_PORT_DATA);
> ^~~
Nice bot.
I'll send out PATCH v2 soon with this fixed.
Cheers,
Tom Li
next prev parent reply other threads:[~2019-03-04 0:24 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-03-02 17:53 [PATCH 0/7] Preliminary Platform Driver Support for Lemote Yeeloong Laptops Yifeng Li
2019-03-02 17:53 ` [PATCH 1/7] mfd: yeeloong_kb3310b: support KB3310B EC for Lemote Yeeloong laptops Yifeng Li
[not found] ` <201903040432.qyPxOrOQ%fengguang.wu@intel.com>
2019-03-04 0:24 ` Tom Li [this message]
2019-03-04 0:37 ` kbuild test robot
2019-03-04 10:14 ` Lee Jones
2019-03-04 12:19 ` Tom Li
2019-03-02 17:53 ` [PATCH 2/7] mips: loongson64: select MFD_YEELOONG_KB3310B for LEMOTE_MACH2F Yifeng Li
2019-03-02 17:53 ` [PATCH 3/7] mips: loongson64: remove ec_kb3310b.c, use MFD driver Yifeng Li
2019-03-02 17:53 ` [PATCH 4/7] mips: loongson64: remove yeeloong_report_lid_status from pm.c Yifeng Li
2019-03-02 17:53 ` [PATCH 5/7] mips: loongson64: register per-board platform drivers for lemote-2f Yifeng Li
2019-03-02 17:53 ` [PATCH 6/7] mips: loongson64: Support System Control Interrupts for Lemote Yeeloong Yifeng Li
2019-03-02 17:53 ` [PATCH 7/7] MAINTAINERS: add myself as a maintainer of MIPS/Loongson2 platform code Yifeng Li
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=20190304002428.GA1043@localhost.localdomain \
--to=tomli@tomli.me \
--cc=chenhc@lemote.com \
--cc=jhogan@kernel.org \
--cc=jiaxun.yang@flygoat.com \
--cc=kbuild-all@01.org \
--cc=lee.jones@linaro.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mips@vger.kernel.org \
--cc=paul.burton@mips.com \
--cc=ralf@linux-mips.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.