* [GIT PULL] firmware: SCPI updates for v4.10
@ 2016-10-28 11:29 Sudeep Holla
2016-10-29 18:39 ` Olof Johansson
2016-11-18 11:56 ` [GIT PULL v2] " Sudeep Holla
0 siblings, 2 replies; 6+ messages in thread
From: Sudeep Holla @ 2016-10-28 11:29 UTC (permalink / raw)
To: linux-arm-kernel
Hi ARM-SoC Team,
Please pull !
--
Regards,
Sudeep
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/sudeep.holla/linux.git tags/scpi-updates-4.10
for you to fetch changes up to a9e0192d8b35c6ab115a154ed1499ff39a0e5b06:
firmware: arm_scpi: add support for legacy match table on Amlogic GXBB SoC (2016-10-19 15:17:28 +0100)
----------------------------------------------------------------
SCPI updates for v4.10
1. Adds support for Legacy SCPI(pre- SCPI v1.0) protocol
2. Adds support for SCPI used on Amlogic GXBB SoC using the legacy
SCPI protocol
----------------------------------------------------------------
Neil Armstrong (5):
dt-bindings: Add support for Amlogic GXBB SCPI Interface
firmware: arm_scpi: increase MAX_DVFS_OPPS to 16 entries
firmware: arm_scpi: add alternative legacy structures, functions and macros
firmware: arm_scpi: allow firmware with get_capabilities not implemented
firmware: arm_scpi: add support for legacy match table on Amlogic GXBB SoC
Sudeep Holla (1):
firmware: arm_scpi: add command indirection to support legacy commands
Documentation/devicetree/bindings/arm/arm,scpi.txt | 8 +-
drivers/firmware/arm_scpi.c | 276 ++++++++++++++++++---
2 files changed, 249 insertions(+), 35 deletions(-)
^ permalink raw reply [flat|nested] 6+ messages in thread
* [GIT PULL] firmware: SCPI updates for v4.10
2016-10-28 11:29 [GIT PULL] firmware: SCPI updates for v4.10 Sudeep Holla
@ 2016-10-29 18:39 ` Olof Johansson
2016-11-01 17:32 ` Sudeep Holla
2016-11-18 11:56 ` [GIT PULL v2] " Sudeep Holla
1 sibling, 1 reply; 6+ messages in thread
From: Olof Johansson @ 2016-10-29 18:39 UTC (permalink / raw)
To: linux-arm-kernel
Hi Sudeep,
On Fri, Oct 28, 2016 at 12:29:20PM +0100, Sudeep Holla wrote:
> Hi ARM-SoC Team,
>
> Please pull !
>
> --
> Regards,
> Sudeep
>
> 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/sudeep.holla/linux.git tags/scpi-updates-4.10
>
> for you to fetch changes up to a9e0192d8b35c6ab115a154ed1499ff39a0e5b06:
>
> firmware: arm_scpi: add support for legacy match table on Amlogic GXBB SoC (2016-10-19 15:17:28 +0100)
>
> ----------------------------------------------------------------
> SCPI updates for v4.10
>
> 1. Adds support for Legacy SCPI(pre- SCPI v1.0) protocol
>
> 2. Adds support for SCPI used on Amlogic GXBB SoC using the legacy
> SCPI protocol
>
> ----------------------------------------------------------------
> Neil Armstrong (5):
> dt-bindings: Add support for Amlogic GXBB SCPI Interface
I had comments on this patch, just emailed as follow-up to it.
Also, you didn't sign off on it when applying it, seems like a mistake.
Please respin, ideally with the other changes also done (i.e. splitting off
Juno stuff from arm,scpi.txt).
-Olof
^ permalink raw reply [flat|nested] 6+ messages in thread
* [GIT PULL] firmware: SCPI updates for v4.10
2016-10-29 18:39 ` Olof Johansson
@ 2016-11-01 17:32 ` Sudeep Holla
0 siblings, 0 replies; 6+ messages in thread
From: Sudeep Holla @ 2016-11-01 17:32 UTC (permalink / raw)
To: linux-arm-kernel
On Sat, Oct 29, 2016 at 11:39:51AM -0700, Olof Johansson wrote:
> Hi Sudeep,
>
> On Fri, Oct 28, 2016 at 12:29:20PM +0100, Sudeep Holla wrote:
> > Hi ARM-SoC Team,
> >
> > Please pull !
> >
> > --
> > Regards,
> > Sudeep
> >
> > 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/sudeep.holla/linux.git tags/scpi-updates-4.10
> >
> > for you to fetch changes up to a9e0192d8b35c6ab115a154ed1499ff39a0e5b06:
> >
> > firmware: arm_scpi: add support for legacy match table on Amlogic GXBB SoC (2016-10-19 15:17:28 +0100)
> >
> > ----------------------------------------------------------------
> > SCPI updates for v4.10
> >
> > 1. Adds support for Legacy SCPI(pre- SCPI v1.0) protocol
> >
> > 2. Adds support for SCPI used on Amlogic GXBB SoC using the legacy
> > SCPI protocol
> >
> > ----------------------------------------------------------------
> > Neil Armstrong (5):
> > dt-bindings: Add support for Amlogic GXBB SCPI Interface
>
> I had comments on this patch, just emailed as follow-up to it.
>
Thanks for having a look, will address it.
> Also, you didn't sign off on it when applying it, seems like a mistake.
>
Ah, yes that was stupid mistake as I pulled that last minute.
> Please respin, ideally with the other changes also done (i.e. splitting off
> Juno stuff from arm,scpi.txt).
>
OK.
--
Regards,
Sudeep
^ permalink raw reply [flat|nested] 6+ messages in thread
* [GIT PULL v2] firmware: SCPI updates for v4.10
2016-10-28 11:29 [GIT PULL] firmware: SCPI updates for v4.10 Sudeep Holla
2016-10-29 18:39 ` Olof Johansson
@ 2016-11-18 11:56 ` Sudeep Holla
2016-11-28 13:32 ` Sudeep Holla
2016-11-30 16:12 ` Arnd Bergmann
1 sibling, 2 replies; 6+ messages in thread
From: Sudeep Holla @ 2016-11-18 11:56 UTC (permalink / raw)
To: linux-arm-kernel
Hi ARM-SoC Team,
I have decoupled the platform specific binding from generic SCPI. Also
I have renamed "arm,legacy-scpi" to "arm,scpi-pre-1.0". Since I haven't
heard back any objections from Olof/Rob for my response, I am sending
the pull request now.
--
Regards,
Sudeep
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/sudeep.holla/linux.git tags/scpi-updates-4.10
for you to fetch changes up to 8358c6b5fc8c160d0af8654f313b8a7745f8e304:
firmware: arm_scpi: add support for pre-v1.0 SCPI compatible (2016-11-17 16:31:20 +0000)
----------------------------------------------------------------
SCPI updates for v4.10
1. Adds support for pre-v1.0 SCPI protocol versions
2. Adds support for SCPI used on Amlogic GXBB SoC platforms using the
newly added pre-v1.0 SCPI protocol
3. Decouples some platform specific details from generic SCPI binding
----------------------------------------------------------------
Neil Armstrong (4):
firmware: arm_scpi: increase MAX_DVFS_OPPS to 16 entries
firmware: arm_scpi: add alternative legacy structures, functions and macros
firmware: arm_scpi: allow firmware with get_capabilities not implemented
Documentation: bindings: Add support for Amlogic GXBB SCPI protocol
Sudeep Holla (4):
firmware: arm_scpi: add command indirection to support legacy commands
Documentation: bindings: decouple juno specific details from generic binding
Documentation: bindings: add compatible specific to pre v1.0 SCPI protocols
firmware: arm_scpi: add support for pre-v1.0 SCPI compatible
.../devicetree/bindings/arm/amlogic,scpi.txt | 20 ++
Documentation/devicetree/bindings/arm/arm,scpi.txt | 25 +-
.../devicetree/bindings/arm/juno,scpi.txt | 26 ++
drivers/firmware/arm_scpi.c | 276 ++++++++++++++++++---
4 files changed, 301 insertions(+), 46 deletions(-)
create mode 100644 Documentation/devicetree/bindings/arm/amlogic,scpi.txt
create mode 100644 Documentation/devicetree/bindings/arm/juno,scpi.txt
^ permalink raw reply [flat|nested] 6+ messages in thread
* [GIT PULL v2] firmware: SCPI updates for v4.10
2016-11-18 11:56 ` [GIT PULL v2] " Sudeep Holla
@ 2016-11-28 13:32 ` Sudeep Holla
2016-11-30 16:12 ` Arnd Bergmann
1 sibling, 0 replies; 6+ messages in thread
From: Sudeep Holla @ 2016-11-28 13:32 UTC (permalink / raw)
To: linux-arm-kernel
Hi,
On 18/11/16 11:56, Sudeep Holla wrote:
> Hi ARM-SoC Team,
>
> I have decoupled the platform specific binding from generic SCPI. Also
> I have renamed "arm,legacy-scpi" to "arm,scpi-pre-1.0". Since I haven't
> heard back any objections from Olof/Rob for my response, I am sending
> the pull request now.
>
Gentle ping, looks like this got missed.
--
Regards,
Sudeep
^ permalink raw reply [flat|nested] 6+ messages in thread
* [GIT PULL v2] firmware: SCPI updates for v4.10
2016-11-18 11:56 ` [GIT PULL v2] " Sudeep Holla
2016-11-28 13:32 ` Sudeep Holla
@ 2016-11-30 16:12 ` Arnd Bergmann
1 sibling, 0 replies; 6+ messages in thread
From: Arnd Bergmann @ 2016-11-30 16:12 UTC (permalink / raw)
To: linux-arm-kernel
On Friday, November 18, 2016 11:56:15 AM CET Sudeep Holla wrote:
> Hi ARM-SoC Team,
>
> I have decoupled the platform specific binding from generic SCPI. Also
> I have renamed "arm,legacy-scpi" to "arm,scpi-pre-1.0". Since I haven't
> heard back any objections from Olof/Rob for my response, I am sending
> the pull request now.
>
Pulled into next/drivers now, sorry for the delay.
Arnd
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2016-11-30 16:12 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-28 11:29 [GIT PULL] firmware: SCPI updates for v4.10 Sudeep Holla
2016-10-29 18:39 ` Olof Johansson
2016-11-01 17:32 ` Sudeep Holla
2016-11-18 11:56 ` [GIT PULL v2] " Sudeep Holla
2016-11-28 13:32 ` Sudeep Holla
2016-11-30 16:12 ` Arnd Bergmann
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).