From: Tom Rini <trini@konsulko.com>
To: Nishanth Menon <nm@ti.com>
Cc: Aswath Govindraju <a-govindraju@ti.com>,
u-boot@lists.denx.de, Wolfgang Denk <wd@denx.de>,
Hari Nagalla <hnagalla@ti.com>, David Huang <d-huang@ti.com>,
Keerthy <j-keerthy@ti.com>, Dave Gerlach <d-gerlach@ti.com>,
Suman Anna <s-anna@ti.com>, Tero Kristo <kristo@kernel.org>,
Kishon Vijay Abraham I <kishon@ti.com>,
Vignesh Raghavendra <vigneshr@ti.com>,
Christian Hewitt <christianshewitt@gmail.com>,
Tim Harvey <tharvey@gateworks.com>,
Peter Robinson <pbrobinson@gmail.com>,
Kever Yang <kever.yang@rock-chips.com>,
Neil Armstrong <narmstrong@baylibre.com>,
Fabio Estevam <festevam@denx.de>,
Andre Przywara <andre.przywara@arm.com>,
Jaehoon Chung <jh80.chung@samsung.com>,
Sean Anderson <seanga2@gmail.com>,
Lukasz Majewski <lukma@denx.de>
Subject: Re: [PATCH v2 01/20] remoteproc: k3_system_controller: Support optional boot_notification channel
Date: Tue, 18 Jan 2022 09:17:27 -0500 [thread overview]
Message-ID: <20220118141727.GN2631111@bill-the-cat> (raw)
In-Reply-To: <20220118135034.drqsredv6y7xxuyl@sandpit>
[-- Attachment #1: Type: text/plain, Size: 2873 bytes --]
On Tue, Jan 18, 2022 at 07:50:34AM -0600, Nishanth Menon wrote:
> On 07:50-20220118, Tom Rini wrote:
> > On Tue, Jan 18, 2022 at 11:26:50AM +0530, Aswath Govindraju wrote:
> > > Hi Tomi,
> > >
> > > On 17/01/22 7:24 pm, Tom Rini wrote:
> > > > On Mon, Jan 17, 2022 at 12:22:52PM +0530, Aswath Govindraju wrote:
> > > >> Hi Tom,
> > > >>
> > > >> On 17/01/22 11:01 am, Aswath Govindraju wrote:
> > > >>> Hi Tom,
> > > >>>
> > > >>> On 13/01/22 7:42 pm, Tom Rini wrote:
> > > >>>> On Tue, Jan 11, 2022 at 01:25:26PM +0530, Aswath Govindraju wrote:
> > > >>>>
> > > >>>>> From: Nishanth Menon <nm@ti.com>
> > > >>>>>
> > > >>>>> If there is an optional boot notification channel that an SoC uses
> > > >>>>> separate from the rx path, use the same.
> > > >>>>>
> > > >>>>> Signed-off-by: Nishanth Menon <nm@ti.com>
> > > >>>>> ---
> > > >>>>> .../remoteproc/k3-system-controller.txt | 3 +++
> > > >>>>> drivers/remoteproc/k3_system_controller.c | 20 ++++++++++++++++++-
> > > >>>>> 2 files changed, 22 insertions(+), 1 deletion(-)
> > > >>>>
> > > >>>> Binding docs are rst these days, so we should sync with upstream and
> > > >>>> then this property is already there, right?
> > > >>>>
> > > >>>
> > > >>> I will create a followup patch to convert documentation to rst. Also,
> > > >>> about the property, mbox-names property is already present but
> > > >>> "boot_notify" is a newly added channel and not are required property.
> > > >>> So, this was additionally added.
> > > >>>
> > > >>
> > > >> One more question regarding documentation, should it be changed to rst
> > > >> or yaml, as this is a device tree binding?
> > > >
> > > > I mis-spoke, yeah. It should be yaml and pushed upstream first, then
> > > > brought back here.
> > > >
> > >
> > > I am sorry, I have one more question. This above documentation file is
> > > not present in kernel documentation, so I did not understand how can
> > > this be pushed there first.
> > >
> > > Also, as converting to yaml would be a different work. Wouldn't it be
> > > better to separate that work from this series?
> >
> > Sigh, it should have been upstreamed first. So yeah, make the changes
> > you need here now and then please start pushing it upstream, thanks.
>
>
> Just catching up, but, this goes back to the same question -> this has
> no relevance beyond R5. what is our current state of sending non-linux
> dt pieces to upstream kernel? There wont be a driver for sure, neither
> will there be a direct user in kernel..
Non-linux bindings still go upstream. This is probably also a good
reminder go poke Rob about the current U-Boot bindings that're otherwise
waiting for merge or further comment. dts files are still a follow-up
discussion to have, but bindings I believe has been settled and agreed
on.
--
Tom
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]
next prev parent reply other threads:[~2022-01-18 14:17 UTC|newest]
Thread overview: 42+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-11 7:55 [PATCH v2 00/20] J721S2: Add initial support Aswath Govindraju
2022-01-11 7:55 ` [PATCH v2 01/20] remoteproc: k3_system_controller: Support optional boot_notification channel Aswath Govindraju
2022-01-13 14:12 ` Tom Rini
2022-01-17 5:31 ` Aswath Govindraju
2022-01-17 6:52 ` Aswath Govindraju
2022-01-17 13:54 ` Tom Rini
2022-01-18 5:56 ` Aswath Govindraju
2022-01-18 12:50 ` Tom Rini
2022-01-18 13:50 ` Nishanth Menon
2022-01-18 14:17 ` Tom Rini [this message]
2022-01-11 7:55 ` [PATCH v2 02/20] ram: k3-ddrss: lpddr4_structs_if.h: Add a pointer to ddr instance Aswath Govindraju
2022-01-11 7:55 ` [PATCH v2 03/20] ram: k3-ddrss: Add support for multiple instances of DDR subsystems Aswath Govindraju
2022-01-11 7:55 ` [PATCH v2 04/20] ram: k3-ddrss: Add support for configuring MSMC subsystem in case of Multiple " Aswath Govindraju
2022-01-11 7:55 ` [PATCH v2 05/20] arm: K3: Add basic support for J721S2 SoC definition Aswath Govindraju
2022-01-13 14:13 ` Tom Rini
2022-01-11 7:55 ` [PATCH v2 06/20] drivers: dma: Add support for J721S2 Aswath Govindraju
2022-01-11 7:55 ` [PATCH v2 07/20] clk: clk-k3: Add support for J721S2 SoC Aswath Govindraju
2022-01-11 7:55 ` [PATCH v2 08/20] power: domain: ti: " Aswath Govindraju
2022-01-11 7:55 ` [PATCH v2 09/20] ram: k3-ddrss: " Aswath Govindraju
2022-01-13 14:15 ` Tom Rini
2022-01-17 6:31 ` Aswath Govindraju
2022-01-11 7:55 ` [PATCH v2 10/20] soc: ti: k3-socinfo: Add entry " Aswath Govindraju
2022-01-11 7:55 ` [PATCH v2 11/20] board: ti: j721s2: Add board support for J721S2 Aswath Govindraju
2022-01-13 14:16 ` Tom Rini
2022-01-17 6:42 ` Aswath Govindraju
2022-01-17 13:54 ` Tom Rini
2022-01-11 7:55 ` [PATCH v2 12/20] dt-bindings: ti-serdes-mux: Add defines for J721S2 SoC Aswath Govindraju
2022-01-13 14:17 ` Tom Rini
2022-01-17 5:41 ` Aswath Govindraju
2022-01-11 7:55 ` [PATCH v2 13/20] dt-bindings: pinctrl: k3: Introduce pinmux definitions for J721S2 Aswath Govindraju
2022-01-11 7:55 ` [PATCH v2 14/20] arm: dts: Add initial support for J721S2 SoC Aswath Govindraju
2022-01-13 14:08 ` Tom Rini
2022-01-13 14:16 ` Aswath Govindraju
2022-01-13 14:23 ` Tom Rini
2022-01-11 7:55 ` [PATCH v2 15/20] arm: dts: Add initial support for J721S2 System on Module Aswath Govindraju
2022-01-11 7:55 ` [PATCH v2 16/20] arm: dts: Add support for A72 specific J721S2 Common Processor Board Aswath Govindraju
2022-01-11 7:55 ` [PATCH v2 17/20] arm: dts: k3-j721s2: Add r5 specific dt support Aswath Govindraju
2022-01-13 14:11 ` Tom Rini
2022-01-11 7:55 ` [PATCH v2 18/20] arm: dts: k3-j721s2-ddr: Add DDR support Aswath Govindraju
2022-01-11 7:55 ` [PATCH v2 19/20] configs: j721s2_evm_r5_defconfig: Add R5 SPL specific defconfig Aswath Govindraju
2022-01-11 7:55 ` [PATCH v2 20/20] configs: j721s2_evm_a72_defconfig: Add A72 " Aswath Govindraju
2022-01-18 7:30 ` [PATCH v2 00/20] J721S2: Add initial support Aswath Govindraju
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=20220118141727.GN2631111@bill-the-cat \
--to=trini@konsulko.com \
--cc=a-govindraju@ti.com \
--cc=andre.przywara@arm.com \
--cc=christianshewitt@gmail.com \
--cc=d-gerlach@ti.com \
--cc=d-huang@ti.com \
--cc=festevam@denx.de \
--cc=hnagalla@ti.com \
--cc=j-keerthy@ti.com \
--cc=jh80.chung@samsung.com \
--cc=kever.yang@rock-chips.com \
--cc=kishon@ti.com \
--cc=kristo@kernel.org \
--cc=lukma@denx.de \
--cc=narmstrong@baylibre.com \
--cc=nm@ti.com \
--cc=pbrobinson@gmail.com \
--cc=s-anna@ti.com \
--cc=seanga2@gmail.com \
--cc=tharvey@gateworks.com \
--cc=u-boot@lists.denx.de \
--cc=vigneshr@ti.com \
--cc=wd@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox