Re: [PATCH mfd v1 1/2] mfd: rsmu: support I2C SMBus access

From: Lee Jones
Date: Tue Apr 16 2024 - 08:49:07 EST


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 [李琼斯]