From: Lee Jones <lee@kernel.org>
To: Min Li <min.li.xe@renesas.com>
Cc: Min Li <lnimi@hotmail.com>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH mfd v1 1/2] mfd: rsmu: support I2C SMBus access
Date: Tue, 16 Apr 2024 13:48:58 +0100 [thread overview]
Message-ID: <20240416124858.GX2399047@google.com> (raw)
In-Reply-To: <OS3PR01MB659315BFEC1145363E4482B4BA042@OS3PR01MB6593.jpnprd01.prod.outlook.com>
On Fri, 12 Apr 2024, Min Li wrote:
> >
> > These are still not connected.
> >
>
> Hi Lee
>
> It is my first time using --thread option. Can you let me know if I am doing everything right.
> Thanks
>
> 1) git format-patch --thread=deep
I believe --thread is the default here.
These are the commands I use:
$ mkdir patches
$ git format-patch --cover-letter -M -o patches <baseref>..<topref>
> 2) git send-email
git send-email --no-format-patch \
--smtp-server=${SMTPSERVER} \
--smtp-server-port=${SMTPSERVERPORT} \
--smtp-encryption=${SMTPENCRYPT} \
--smtp-user=${SMTPUSER} \
--smtp-pass=${SMTPPASS} \
--from=\"${SMTPFROM}\" \
--to=${TO} \
--cc=${CC} \
--annotate \
--compose \
patches
--
Lee Jones [李琼斯]
next prev parent reply other threads:[~2024-04-16 12:49 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-11 17:52 [PATCH mfd v1 1/2] mfd: rsmu: support I2C SMBus access Min Li
2024-04-12 7:43 ` Lee Jones
2024-04-12 18:44 ` Min Li
2024-04-16 12:48 ` Lee Jones [this message]
[not found] <20240501160458.27588-1-lnimi@hotmail.com>
2024-05-01 16:04 ` Min Li
[not found] <20240416150020.9898-1-lnimi@hotmail.com>
2024-04-16 15:00 ` Min Li
-- strict thread matches above, loose matches on Subject: below --
2024-04-03 18:24 Min Li
2024-04-11 9:25 ` Lee Jones
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=20240416124858.GX2399047@google.com \
--to=lee@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=lnimi@hotmail.com \
--cc=min.li.xe@renesas.com \
/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.