From: Conor Dooley <conor.dooley@microchip.com>
To: Palmer Dabbelt <palmer@dabbelt.com>, <arnd@arndb.de>
Cc: Arnd Bergmann <arnd@arndb.de>, Conor Dooley <conor@kernel.org>,
<soc@kernel.org>, <linux-riscv@lists.infradead.org>
Subject: Re: RISC-V SoC Drivers for v6.2
Date: Tue, 22 Nov 2022 15:14:41 +0000 [thread overview]
Message-ID: <Y3znYdAi8fS4Paak@wendy> (raw)
In-Reply-To: <mhng-3945534f-98a0-453a-8a1b-3e1c8f3441a4@palmer-ri-x1c9>
On Tue, Nov 22, 2022 at 07:00:00AM -0800, Palmer Dabbelt wrote:
> On Tue, 22 Nov 2022 06:38:40 PST (-0800), Arnd Bergmann wrote:
> > On Mon, Nov 21, 2022, at 18:24, Conor Dooley wrote:
> > > Hey Arnd,
> > >
> > > Same stuff applies here: lmk if there's something you'd rather see changed.
> > > Perhaps you'd prefer to see PRs per vendor? Although I think that's less
> > > likely to matter here than in the DT stuff. Again, I'll try to get the PR
> > > out a bit earlier next time.
> >
> > Applied, this looks fine, just a few things to keep in mind:
>
> Thanks!
Ditto :)
> > - please add "[GIT PULL]" to the subject line of the email
>
> FWIW, here's the script I use to send pull requests:
https://github.com/palmer-dabbelt/home/blob/master/.local/src/git-send-pull.bash
I noticed that yesterday evening while double checking what I'd sent out
but by then it was too late...
I'll use the script I use for internal stuff going forward & hopefully
avoid a repeat.
> > - Splitting up a large pull request into smaller ones can be
> > helpful to make sure things don't go in unnoticed. I try to
> > (briefly) look at each patch, but if you have 20 boring but
> > large patches, and a small but important patch that I may
> > need to comment on, that is a good reason to split.
Sure. I'll try to figure out what makes the most sense for a split
versus having stuff in linux-next in a reasonable way. I suppose volume
of changes will mainly dictate the approach.
> > > Not too much to see here, Yang Yingliang has added some error handling
> > > to the setup of the driver that reports SiFive cache topology
> > > information. I've put it on -next given how far we are in the release
> > > cycle, feel free to put it on fixes if you disagree :)
> >
> > This is fine either way, as none of the fixes are likely to cause
> > any real issues. I usually like to err on the side of having too much
> > in the fixes branch instead of risking to miss something, but I'm
> > just as happy to follow your preference here.
Cool. I'll bear that in mind for next time, thanks.
> > > RISC-V SoC drivers for v6.2
> > >
> > > SiFive:
> > > - add probe error handling to the ccache driver
> >
> > Since this tag description becomes part of the git history, try to write
> > it like you would write a commit log in the future. Ideally that
> > avoids bulleted lists (I know they are easy) and instead uses full
> > sentences that explain things about the state of the patches. If there
> > are bugfixes, are users likely to need the fixes or were they found
> > through inspection? For new features, explain who would have the
> > corresponding hardware and what it does. Again, what you have here
> > is not wrong, but it can always get better.
Yeah, I can do that. You likely won't get a Christian Brauner novella
out of me ever, but I'll do something more cover letter-y next time
around.
Thanks again,
Conor.
_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv
WARNING: multiple messages have this Message-ID (diff)
From: Conor Dooley <conor.dooley@microchip.com>
To: Palmer Dabbelt <palmer@dabbelt.com>, <arnd@arndb.de>
Cc: Arnd Bergmann <arnd@arndb.de>, Conor Dooley <conor@kernel.org>,
<soc@kernel.org>, <linux-riscv@lists.infradead.org>
Subject: Re: RISC-V SoC Drivers for v6.2
Date: Tue, 22 Nov 2022 15:14:41 +0000 [thread overview]
Message-ID: <Y3znYdAi8fS4Paak@wendy> (raw)
In-Reply-To: <mhng-3945534f-98a0-453a-8a1b-3e1c8f3441a4@palmer-ri-x1c9>
On Tue, Nov 22, 2022 at 07:00:00AM -0800, Palmer Dabbelt wrote:
> On Tue, 22 Nov 2022 06:38:40 PST (-0800), Arnd Bergmann wrote:
> > On Mon, Nov 21, 2022, at 18:24, Conor Dooley wrote:
> > > Hey Arnd,
> > >
> > > Same stuff applies here: lmk if there's something you'd rather see changed.
> > > Perhaps you'd prefer to see PRs per vendor? Although I think that's less
> > > likely to matter here than in the DT stuff. Again, I'll try to get the PR
> > > out a bit earlier next time.
> >
> > Applied, this looks fine, just a few things to keep in mind:
>
> Thanks!
Ditto :)
> > - please add "[GIT PULL]" to the subject line of the email
>
> FWIW, here's the script I use to send pull requests:
https://github.com/palmer-dabbelt/home/blob/master/.local/src/git-send-pull.bash
I noticed that yesterday evening while double checking what I'd sent out
but by then it was too late...
I'll use the script I use for internal stuff going forward & hopefully
avoid a repeat.
> > - Splitting up a large pull request into smaller ones can be
> > helpful to make sure things don't go in unnoticed. I try to
> > (briefly) look at each patch, but if you have 20 boring but
> > large patches, and a small but important patch that I may
> > need to comment on, that is a good reason to split.
Sure. I'll try to figure out what makes the most sense for a split
versus having stuff in linux-next in a reasonable way. I suppose volume
of changes will mainly dictate the approach.
> > > Not too much to see here, Yang Yingliang has added some error handling
> > > to the setup of the driver that reports SiFive cache topology
> > > information. I've put it on -next given how far we are in the release
> > > cycle, feel free to put it on fixes if you disagree :)
> >
> > This is fine either way, as none of the fixes are likely to cause
> > any real issues. I usually like to err on the side of having too much
> > in the fixes branch instead of risking to miss something, but I'm
> > just as happy to follow your preference here.
Cool. I'll bear that in mind for next time, thanks.
> > > RISC-V SoC drivers for v6.2
> > >
> > > SiFive:
> > > - add probe error handling to the ccache driver
> >
> > Since this tag description becomes part of the git history, try to write
> > it like you would write a commit log in the future. Ideally that
> > avoids bulleted lists (I know they are easy) and instead uses full
> > sentences that explain things about the state of the patches. If there
> > are bugfixes, are users likely to need the fixes or were they found
> > through inspection? For new features, explain who would have the
> > corresponding hardware and what it does. Again, what you have here
> > is not wrong, but it can always get better.
Yeah, I can do that. You likely won't get a Christian Brauner novella
out of me ever, but I'll do something more cover letter-y next time
around.
Thanks again,
Conor.
next prev parent reply other threads:[~2022-11-22 15:15 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-21 17:24 RISC-V SoC Drivers for v6.2 Conor Dooley
2022-11-21 17:24 ` Conor Dooley
2022-11-22 14:38 ` Arnd Bergmann
2022-11-22 14:38 ` Arnd Bergmann
2022-11-22 15:00 ` Palmer Dabbelt
2022-11-22 15:00 ` Palmer Dabbelt
2022-11-22 15:14 ` Conor Dooley [this message]
2022-11-22 15:14 ` Conor Dooley
2022-11-22 16:04 ` Arnd Bergmann
2022-11-22 16:04 ` Arnd Bergmann
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=Y3znYdAi8fS4Paak@wendy \
--to=conor.dooley@microchip.com \
--cc=arnd@arndb.de \
--cc=conor@kernel.org \
--cc=linux-riscv@lists.infradead.org \
--cc=palmer@dabbelt.com \
--cc=soc@kernel.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.