From: olof@lixom.net (Olof Johansson)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 2/10] firmware: Add Tegra IVC and BPMP support
Date: Sat, 3 Dec 2016 21:10:12 -0800 [thread overview]
Message-ID: <20161204051012.GA4995@localhost> (raw)
In-Reply-To: <20161121082959.GE25171@ulmo.ba.sec>
On Mon, Nov 21, 2016 at 09:29:59AM +0100, Thierry Reding wrote:
> On Fri, Nov 18, 2016 at 06:31:38PM -0800, Olof Johansson wrote:
> > On Fri, Nov 18, 2016 at 05:17:11PM +0100, Thierry Reding wrote:
> > > Hi ARM SoC maintainers,
> > >
> > > The following changes since commit 1001354ca34179f3db924eb66672442a173147dc:
> > >
> > > Linux 4.9-rc1 (2016-10-15 12:17:50 -0700)
> > >
> > > are available in the git repository at:
> > >
> > > git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-4.10-firmware
> > >
> > > for you to fetch changes up to b704ed8095ee91af5f3f7343bb3be23aae1cb26d:
> > >
> > > dt-bindings: firmware: Allow child nodes inside the Tegra BPMP (2016-11-18 14:33:44 +0100)
> > >
> > > Thanks,
> > > Thierry
> > >
> > > ----------------------------------------------------------------
> > > firmware: Add Tegra IVC and BPMP support
> > >
> > > IVC is an inter-processor communication protocol that uses shared memory
> > > to exchange data between processors. The BPMP driver makes use of this
> > > to communicate with the Boot and Power Management Processor (BPMP) and
> > > uses an additional hardware synchronization primitive from the HSP block
> > > to signal availability of new data (doorbell).
> > >
> > > Firmware running on the BPMP implements a number of services such as the
> > > control of clocks and resets within the system, or the ability to ungate
> > > or gate power partitions.
> > >
> > > ----------------------------------------------------------------
> > > Dan Carpenter (1):
> > > mailbox: tegra-hsp: Use after free in tegra_hsp_remove_doorbells()
> > >
> > > Joseph Lo (3):
> > > soc/tegra: Add Tegra186 support
> > > dt-bindings: mailbox: Add Tegra HSP binding
> > > dt-bindings: firmware: Add bindings for Tegra BPMP
> > >
> > > Stephen Warren (2):
> > > dt-bindings: Add power domains to Tegra BPMP firmware
> > > dt-bindings: firmware: Allow child nodes inside the Tegra BPMP
> > >
> > > Thierry Reding (5):
> > > Merge branch 'for-4.10/soc' into for-4.10/mailbox
> > > mailbox: Add Tegra HSP driver
> > > Merge branch 'for-4.10/mailbox' into for-4.10/firmware
> > > firmware: tegra: Add IVC library
> > > firmware: tegra: Add BPMP support
> >
> > Hi,
> >
> > Again the format of the pull request here is a little confusing, since it's
> > a cumulative shotlog and diffstat, while you already sent the bulk of this
> > as part of the driver branch (1/10). It'd have been better to use that branch
> > as the base when you generate the pull request since that's the delta we see
> > when we merge it in.
>
> In the past there had been occasions where it hadn't been clear what a
> given branch was going to pull in as additional dependencies, so adding
> the complete shortlog seemed like a good way to document this in a more
> explicit way.
>
> If you prefer working things out yourself I can tweak the scripts to
> generate the pull requests on top of their respective dependencies.
It's really about the order we'll merge the patches and the diffstat that
git merge will generate and display (which is the one I usually verify
against).
So being clear is definitely useful, but doing the diffstat on the incremental
changes is still preferred.
> > Also, I can't seem to find the key you use to sign these tags with, it isn't
> > uploaded on pgp.mit.edu. Can you remedy that please, and get it signed as
> > needed?
>
> Works for me:
>
> http://pgp.mit.edu/pks/lookup?op=get&search=0xDD23ACD77F3EB3A1
Odd, I searched for it and didn't find it. But yeah, it's there.
-Olof
next prev parent reply other threads:[~2016-12-04 5:10 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-11-18 16:17 [GIT PULL 1/10] mailbox: Add Tegra HSP driver Thierry Reding
2016-11-18 16:17 ` [GIT PULL 2/10] firmware: Add Tegra IVC and BPMP support Thierry Reding
2016-11-19 2:31 ` Olof Johansson
2016-11-21 8:29 ` Thierry Reding
2016-12-04 5:10 ` Olof Johansson [this message]
2016-11-18 16:17 ` [GIT PULL 3/10] reset: Add Tegra BPMP reset driver Thierry Reding
2016-11-19 2:32 ` Olof Johansson
2016-11-18 16:17 ` [GIT PULL 4/10] bus: Add Tegra GMI support Thierry Reding
2016-11-19 2:33 ` Olof Johansson
2016-11-19 2:35 ` Olof Johansson
2016-11-18 16:17 ` [GIT PULL 5/10] soc: tegra: Core SoC changes for v4.10-rc1 Thierry Reding
2016-11-19 2:35 ` Olof Johansson
2016-11-18 16:17 ` [GIT PULL 6/10] dt-bindings: Cleanups and additions " Thierry Reding
2016-11-19 2:35 ` Olof Johansson
2016-11-18 16:17 ` [GIT PULL 7/10] ARM: tegra: Device tree changes " Thierry Reding
2016-11-19 2:36 ` Olof Johansson
2016-11-18 16:17 ` [GIT PULL 8/10] ARM: tegra: Default configuration updates " Thierry Reding
2016-11-19 2:37 ` Olof Johansson
2016-11-18 16:17 ` [GIT PULL 9/10] arm64: tegra: Device tree changes " Thierry Reding
2016-11-19 2:40 ` Olof Johansson
2016-11-21 8:22 ` Thierry Reding
2016-12-04 5:13 ` Olof Johansson
2016-11-21 10:23 ` [GIT PULL v2 " Thierry Reding
2016-11-30 16:08 ` Arnd Bergmann
2016-11-18 16:17 ` [GIT PULL 10/10] arm64: tegra: Default configuration updates " Thierry Reding
2016-11-30 16:10 ` Arnd Bergmann
2016-11-30 16:39 ` Thierry Reding
2016-11-30 21:12 ` Arnd Bergmann
2016-11-19 2:27 ` [GIT PULL 1/10] mailbox: Add Tegra HSP driver Olof Johansson
2016-11-21 8:17 ` Thierry Reding
2016-12-04 5:25 ` Olof Johansson
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=20161204051012.GA4995@localhost \
--to=olof@lixom.net \
--cc=linux-arm-kernel@lists.infradead.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).