Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1638029
| From | Jassi Brar <jassisinghbrar@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 2/6] Documentation: devicetree: add bindings to support ARM MHU subchannels |
| Date | 2017-05-09 12:40 +0200 |
| Message-ID | <tFaIG-sP-7@gated-at.bofh.it> (permalink) |
| References | (2 earlier) <tETya-6cU-1@gated-at.bofh.it> <tEU1c-6nV-15@gated-at.bofh.it> <tEUky-6JE-13@gated-at.bofh.it> <tF3xw-43r-23@gated-at.bofh.it> <tFa5X-8qR-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Tue, May 9, 2017 at 3:28 PM, Sudeep Holla <sudeep.holla@arm.com> wrote: >> >> If it is still not clear, please share your client driver. I will >> adapt that to work with existing MHU driver & bindings. >> > > Just take example of SCPI in the mainline. Assume there's another > protocol SCMI which uses few more bits in the same channel and the > remote firmware implements both but both are totally independent and not > related/linked. Also be keep in mind that SCPI is used by other > platforms and so will be the new protocol. We simply make SCPI or SCMI > bindings aligned to ARM MHU. That's ruled out. > Not sure what you mean by "that's ruled out". Anyways, to be clear, the bindings must remain same as long as the h/w doesn't change. It is the client driver (DT node) that should be versioned for SCPI or SCMI based on what the platform supports. I have tried many ways to explain how to implement it and apparently failed. So lets talk code. You have already shared this "v2" MHU driver, now please also share your client driver. I'll make it work with original MHU driver and that should settle your confusion. Thanks.
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 0/6] mailbox: arm_mhu: add support for subchannels Sudeep Holla <sudeep.holla@arm.com> - 2017-05-02 16:00 +0200
[PATCH 5/6] mailbox: arm_mhu: add full support for sub-channels Sudeep Holla <sudeep.holla@arm.com> - 2017-05-02 16:00 +0200
[PATCH 4/6] mailbox: arm_mhu: re-factor data structure to add subchannel support Sudeep Holla <sudeep.holla@arm.com> - 2017-05-02 16:00 +0200
[PATCH 3/6] mailbox: arm_mhu: migrate to threaded irq handler Sudeep Holla <sudeep.holla@arm.com> - 2017-05-02 16:00 +0200
[PATCH 6/6] mailbox: arm_mhu: add name support to record mbox-name Sudeep Holla <sudeep.holla@arm.com> - 2017-05-02 16:00 +0200
[PATCH 2/6] Documentation: devicetree: add bindings to support ARM MHU subchannels Sudeep Holla <sudeep.holla@arm.com> - 2017-05-02 16:00 +0200
Re: [PATCH 2/6] Documentation: devicetree: add bindings to support ARM MHU subchannels Rob Herring <robh@kernel.org> - 2017-05-08 18:20 +0200
Re: [PATCH 2/6] Documentation: devicetree: add bindings to support ARM MHU subchannels Jassi Brar <jassisinghbrar@gmail.com> - 2017-05-08 18:50 +0200
Re: [PATCH 2/6] Documentation: devicetree: add bindings to support ARM MHU subchannels Sudeep Holla <sudeep.holla@arm.com> - 2017-05-08 19:10 +0200
Re: [PATCH 2/6] Documentation: devicetree: add bindings to support ARM MHU subchannels Bjorn Andersson <bjorn.andersson@linaro.org> - 2017-05-08 20:00 +0200
Re: [PATCH 2/6] Documentation: devicetree: add bindings to support ARM MHU subchannels Sudeep Holla <sudeep.holla@arm.com> - 2017-05-09 11:40 +0200
Re: [PATCH 2/6] Documentation: devicetree: add bindings to support ARM MHU subchannels Jassi Brar <jassisinghbrar@gmail.com> - 2017-05-09 05:00 +0200
Re: [PATCH 2/6] Documentation: devicetree: add bindings to support ARM MHU subchannels Sudeep Holla <sudeep.holla@arm.com> - 2017-05-09 12:00 +0200
Re: [PATCH 2/6] Documentation: devicetree: add bindings to support ARM MHU subchannels Jassi Brar <jassisinghbrar@gmail.com> - 2017-05-09 12:40 +0200
Re: [PATCH 2/6] Documentation: devicetree: add bindings to support ARM MHU subchannels Sudeep Holla <sudeep.holla@arm.com> - 2017-05-09 13:00 +0200
Re: [PATCH 2/6] Documentation: devicetree: add bindings to support ARM MHU subchannels Jassi Brar <jassisinghbrar@gmail.com> - 2017-05-09 14:00 +0200
Re: [PATCH 2/6] Documentation: devicetree: add bindings to support ARM MHU subchannels Sudeep Holla <sudeep.holla@arm.com> - 2017-05-09 14:50 +0200
Re: [PATCH 2/6] Documentation: devicetree: add bindings to support ARM MHU subchannels Jassi Brar <jassisinghbrar@gmail.com> - 2017-05-09 15:30 +0200
Re: [PATCH 2/6] Documentation: devicetree: add bindings to support ARM MHU subchannels Sudeep Holla <sudeep.holla@arm.com> - 2017-05-09 16:30 +0200
Re: [PATCH 2/6] Documentation: devicetree: add bindings to support ARM MHU subchannels Sudeep Holla <sudeep.holla@arm.com> - 2017-05-08 19:00 +0200
[PATCH 1/6] mailbox: arm_mhu: reorder header inclusion and drop unneeded ones Sudeep Holla <sudeep.holla@arm.com> - 2017-05-02 16:00 +0200
Re: [PATCH 0/6] mailbox: arm_mhu: add support for subchannels Jassi Brar <jassisinghbrar@gmail.com> - 2017-05-03 05:20 +0200
Re: [PATCH 0/6] mailbox: arm_mhu: add support for subchannels Sudeep Holla <sudeep.holla@arm.com> - 2017-05-03 11:30 +0200
Re: [PATCH 0/6] mailbox: arm_mhu: add support for subchannels Jassi Brar <jassisinghbrar@gmail.com> - 2017-05-05 13:20 +0200
Re: [PATCH 0/6] mailbox: arm_mhu: add support for subchannels Sudeep Holla <sudeep.holla@arm.com> - 2017-05-05 13:30 +0200
csiph-web