From: Mingming Lee <mingming.lee@mediatek.com>
To: u-boot@lists.denx.de
Subject: [PATCH v2 3/5] configs: mt8512: Enable I2C related configs
Date: Mon, 12 Oct 2020 16:33:51 +0800 [thread overview]
Message-ID: <1602491631.12763.1.camel@mhfsdcap03> (raw)
In-Reply-To: <CAPnjgZ22ib7p0Bjw9at7QjbF7Xme++y+YO3E_3YP5SCxeqAqLw@mail.gmail.com>
hello Simon,
thank you for your review
I have re-order it and would send it in next version.
On Sun, 2020-10-11 at 21:34 -0600, Simon Glass wrote:
> On Wed, 30 Sep 2020 at 02:22, mingming lee <mingming.lee@mediatek.com> wrote:
> >
> > From: Mingming Lee <Mingming.Lee@mediatek.com>
> >
> > Enable MTK I2C
> > Enable I2C basic command
> >
> > Signed-off-by: Mingming Lee <Mingming.Lee@mediatek.com>
> > ---
> > configs/mt8512_bm1_emmc_defconfig | 3 +++
> > 1 file changed, 3 insertions(+)
>
> Reviewed-by: Simon Glass <sjg@chromium.org>
>
> Please check that the sorting is correct.
>
> Something like this bash function may help:
>
> # $1 is config name
> function fix_kconfig()
> {
> make O=/tmp/b/$1_defconfig cfg && \
> make O=/tmp/b/$1 savedefconfig && \
> meld /tmp/b/$1/defconfig configs/$1_defconfig
> }
>
> Regards,
> Simon
next prev parent reply other threads:[~2020-10-12 8:33 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-30 8:21 [PATCH v2 0/5] Add i2c support for MediaTek mt8512 mingming lee
2020-09-30 8:21 ` [PATCH v2 1/5] i2c: mediatek: add basic driver support mingming lee
2020-10-06 0:02 ` Simon Glass
2020-10-10 2:23 ` Mingming Lee
2020-09-30 8:21 ` [PATCH v2 2/5] ARM: dts: Mediatek: add i2c node support for mt8512 mingming lee
2020-10-12 3:34 ` Simon Glass
2020-09-30 8:21 ` [PATCH v2 3/5] configs: mt8512: Enable I2C related configs mingming lee
2020-10-12 3:34 ` Simon Glass
2020-10-12 8:33 ` Mingming Lee [this message]
2020-09-30 8:21 ` [PATCH v2 4/5] dt-binding: i2c: add bindings for mediatek i2c driver mingming lee
2020-10-12 3:34 ` Simon Glass
2020-10-12 8:37 ` Mingming Lee
2020-09-30 8:21 ` [PATCH v2 5/5] MAINTAINERS: add i2c driver to ARM MEDIATEK mingming lee
2020-10-12 3:34 ` Simon Glass
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=1602491631.12763.1.camel@mhfsdcap03 \
--to=mingming.lee@mediatek.com \
--cc=u-boot@lists.denx.de \
/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.