All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] ARM: keystone: add TI SCI protocol support for v4.10
@ 2016-10-27  9:30 Tero Kristo
  2016-11-28 16:42 ` Tero Kristo
  0 siblings, 1 reply; 6+ messages in thread
From: Tero Kristo @ 2016-10-27  9:30 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Arnd, Olof, Kevin,

This pull introduces the TI SCI protocol support for keystone family of 
devices, targeted for v4.10 merge window. We discussed with Santosh 
(keystone maintainer) that it would probably be better that I'll be 
sending the pull requests for this directly, avoiding one extra step of 
merges.

-Tero


The following changes since commit 1001354ca34179f3db924eb66672442a173147dc:

   Linux 4.9-rc1 (2016-10-15 12:17:50 -0700)

are available in the git repository at:

   https://github.com/t-kristo/linux-pm.git for-4.10-ti-sci-base

for you to fetch changes up to 912cffb4ed8612dc99ee0251cc0c9785855162cd:

   firmware: ti_sci: Add support for reboot core service (2016-10-27 
12:09:12 +0300)

----------------------------------------------------------------
Nishanth Menon (5):
       Documentation: Add support for TI System Control Interface 
(TI-SCI) protocol
       firmware: Add basic support for TI System Control Interface 
(TI-SCI) protocol
       firmware: ti_sci: Add support for Device control
       firmware: ti_sci: Add support for Clock control
       firmware: ti_sci: Add support for reboot core service

  .../devicetree/bindings/arm/keystone/ti,sci.txt    |   81 +
  MAINTAINERS                                        |   10 +
  drivers/firmware/Kconfig                           |   15 +
  drivers/firmware/Makefile                          |    1 +
  drivers/firmware/ti_sci.c                          | 1991 
++++++++++++++++++++
  drivers/firmware/ti_sci.h                          |  492 +++++
  include/linux/soc/ti/ti_sci_protocol.h             |  249 +++
  7 files changed, 2839 insertions(+)
  create mode 100644 
Documentation/devicetree/bindings/arm/keystone/ti,sci.txt
  create mode 100644 drivers/firmware/ti_sci.c
  create mode 100644 drivers/firmware/ti_sci.h
  create mode 100644 include/linux/soc/ti/ti_sci_protocol.h

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [GIT PULL] ARM: keystone: add TI SCI protocol support for v4.10
  2016-10-27  9:30 [GIT PULL] ARM: keystone: add TI SCI protocol support for v4.10 Tero Kristo
@ 2016-11-28 16:42 ` Tero Kristo
  2016-11-30 16:43   ` Arnd Bergmann
  0 siblings, 1 reply; 6+ messages in thread
From: Tero Kristo @ 2016-11-28 16:42 UTC (permalink / raw)
  To: linux-arm-kernel

Gentle ping on this, is anybody going to pull this one?

-Tero

On 27/10/16 12:30, Tero Kristo wrote:
> Hi Arnd, Olof, Kevin,
>
> This pull introduces the TI SCI protocol support for keystone family of
> devices, targeted for v4.10 merge window. We discussed with Santosh
> (keystone maintainer) that it would probably be better that I'll be
> sending the pull requests for this directly, avoiding one extra step of
> merges.
>
> -Tero
>
>
> The following changes since commit
> 1001354ca34179f3db924eb66672442a173147dc:
>
>   Linux 4.9-rc1 (2016-10-15 12:17:50 -0700)
>
> are available in the git repository at:
>
>   https://github.com/t-kristo/linux-pm.git for-4.10-ti-sci-base
>
> for you to fetch changes up to 912cffb4ed8612dc99ee0251cc0c9785855162cd:
>
>   firmware: ti_sci: Add support for reboot core service (2016-10-27
> 12:09:12 +0300)
>
> ----------------------------------------------------------------
> Nishanth Menon (5):
>       Documentation: Add support for TI System Control Interface
> (TI-SCI) protocol
>       firmware: Add basic support for TI System Control Interface
> (TI-SCI) protocol
>       firmware: ti_sci: Add support for Device control
>       firmware: ti_sci: Add support for Clock control
>       firmware: ti_sci: Add support for reboot core service
>
>  .../devicetree/bindings/arm/keystone/ti,sci.txt    |   81 +
>  MAINTAINERS                                        |   10 +
>  drivers/firmware/Kconfig                           |   15 +
>  drivers/firmware/Makefile                          |    1 +
>  drivers/firmware/ti_sci.c                          | 1991
> ++++++++++++++++++++
>  drivers/firmware/ti_sci.h                          |  492 +++++
>  include/linux/soc/ti/ti_sci_protocol.h             |  249 +++
>  7 files changed, 2839 insertions(+)
>  create mode 100644
> Documentation/devicetree/bindings/arm/keystone/ti,sci.txt
>  create mode 100644 drivers/firmware/ti_sci.c
>  create mode 100644 drivers/firmware/ti_sci.h
>  create mode 100644 include/linux/soc/ti/ti_sci_protocol.h
>
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [GIT PULL] ARM: keystone: add TI SCI protocol support for v4.10
  2016-11-28 16:42 ` Tero Kristo
@ 2016-11-30 16:43   ` Arnd Bergmann
  2016-11-30 17:59     ` Tero Kristo
  0 siblings, 1 reply; 6+ messages in thread
From: Arnd Bergmann @ 2016-11-30 16:43 UTC (permalink / raw)
  To: linux-arm-kernel

On Monday, November 28, 2016 6:42:41 PM CET Tero Kristo wrote:
> Gentle ping on this, is anybody going to pull this one?
> 
> -Tero
> 
> On 27/10/16 12:30, Tero Kristo wrote:
> > Hi Arnd, Olof, Kevin,
> >
> > This pull introduces the TI SCI protocol support for keystone family of
> > devices, targeted for v4.10 merge window. We discussed with Santosh
> > (keystone maintainer) that it would probably be better that I'll be
> > sending the pull requests for this directly, avoiding one extra step of
> > merges.
> 

Sorry for the delay. I just saw this pull request in the backlog
and had to take a closer look first. I probably would have commented
on a few details in a proper review, but overall this seems harmless
enough, so I've merged it into next/drivers in the end.

There was no branch description in
 https://github.com/t-kristo/linux-pm.git for-4.10-ti-sci-base
and I ended up taking something from the wiki. This is now the
commit I ended up with:

commit ba9cb7b9ffa4a4056158bc8570f1a851e4a6a8ae
Merge: e7541f9 912cffb
Author: Arnd Bergmann <arnd@arndb.de>
Date:   Wed Nov 30 17:13:13 2016 +0100

    Merge branch 'for-4.10-ti-sci-base' of https://github.com/t-kristo/linux-pm into next/drivers
    
    Merge "ARM: keystone: add TI SCI protocol support for v4.10" from
    Tero Kristo:
    
    [description taken from http://processors.wiki.ti.com/index.php/TISCI
    
    Texas Instruments' Keystone generation System on Chips (SoC) starting
    with 66AK2G02, now include a dedicated SoC System Control entity called
    PMMC(Power Management Micro Controller) in line with ARM architecture
    recommendations. The function of this module is to integrate all system
    operations in a centralized location. Communication with the SoC System
    Control entity from various processing units like ARM/DSP occurs over
    Message Manager hardware block.
    
    ...
    
    Texas Instruments' System Control Interface defines the communication
    protocol between various processing entities to the System Control Entity
    on TI SoCs. This is a set of message formats and sequence of operations
    required to communicate and get system services processed from System
    Control entity in the SoC.]
    
    * 'for-4.10-ti-sci-base' of https://github.com/t-kristo/linux-pm:
      firmware: ti_sci: Add support for reboot core service
      firmware: ti_sci: Add support for Clock control
      firmware: ti_sci: Add support for Device control
      firmware: Add basic support for TI System Control Interface (TI-SCI) protocol
      Documentation: Add support for TI System Control Interface (TI-SCI) protocol

	Arnd

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [GIT PULL] ARM: keystone: add TI SCI protocol support for v4.10
  2016-11-30 16:43   ` Arnd Bergmann
@ 2016-11-30 17:59     ` Tero Kristo
  2016-11-30 21:09       ` Arnd Bergmann
  0 siblings, 1 reply; 6+ messages in thread
From: Tero Kristo @ 2016-11-30 17:59 UTC (permalink / raw)
  To: linux-arm-kernel

On 30/11/16 18:43, Arnd Bergmann wrote:
> On Monday, November 28, 2016 6:42:41 PM CET Tero Kristo wrote:
>> Gentle ping on this, is anybody going to pull this one?
>>
>> -Tero
>>
>> On 27/10/16 12:30, Tero Kristo wrote:
>>> Hi Arnd, Olof, Kevin,
>>>
>>> This pull introduces the TI SCI protocol support for keystone family of
>>> devices, targeted for v4.10 merge window. We discussed with Santosh
>>> (keystone maintainer) that it would probably be better that I'll be
>>> sending the pull requests for this directly, avoiding one extra step of
>>> merges.
>>
>
> Sorry for the delay. I just saw this pull request in the backlog
> and had to take a closer look first. I probably would have commented
> on a few details in a proper review, but overall this seems harmless
> enough, so I've merged it into next/drivers in the end.
>
> There was no branch description in
>  https://github.com/t-kristo/linux-pm.git for-4.10-ti-sci-base
> and I ended up taking something from the wiki. This is now the
> commit I ended up with:

Thanks Arnd, that looks good to me.

I'll figure out how to add branch description next time when I am going 
to be sending a pull-request directly to you guys.

-Tero

>
> commit ba9cb7b9ffa4a4056158bc8570f1a851e4a6a8ae
> Merge: e7541f9 912cffb
> Author: Arnd Bergmann <arnd@arndb.de>
> Date:   Wed Nov 30 17:13:13 2016 +0100
>
>     Merge branch 'for-4.10-ti-sci-base' of https://github.com/t-kristo/linux-pm into next/drivers
>
>     Merge "ARM: keystone: add TI SCI protocol support for v4.10" from
>     Tero Kristo:
>
>     [description taken from http://processors.wiki.ti.com/index.php/TISCI
>
>     Texas Instruments' Keystone generation System on Chips (SoC) starting
>     with 66AK2G02, now include a dedicated SoC System Control entity called
>     PMMC(Power Management Micro Controller) in line with ARM architecture
>     recommendations. The function of this module is to integrate all system
>     operations in a centralized location. Communication with the SoC System
>     Control entity from various processing units like ARM/DSP occurs over
>     Message Manager hardware block.
>
>     ...
>
>     Texas Instruments' System Control Interface defines the communication
>     protocol between various processing entities to the System Control Entity
>     on TI SoCs. This is a set of message formats and sequence of operations
>     required to communicate and get system services processed from System
>     Control entity in the SoC.]
>
>     * 'for-4.10-ti-sci-base' of https://github.com/t-kristo/linux-pm:
>       firmware: ti_sci: Add support for reboot core service
>       firmware: ti_sci: Add support for Clock control
>       firmware: ti_sci: Add support for Device control
>       firmware: Add basic support for TI System Control Interface (TI-SCI) protocol
>       Documentation: Add support for TI System Control Interface (TI-SCI) protocol
>
> 	Arnd
>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [GIT PULL] ARM: keystone: add TI SCI protocol support for v4.10
  2016-11-30 17:59     ` Tero Kristo
@ 2016-11-30 21:09       ` Arnd Bergmann
  2016-11-30 22:47         ` santosh.shilimkar at oracle.com
  0 siblings, 1 reply; 6+ messages in thread
From: Arnd Bergmann @ 2016-11-30 21:09 UTC (permalink / raw)
  To: linux-arm-kernel

On Wednesday, November 30, 2016 7:59:26 PM CET Tero Kristo wrote:
> 
> Thanks Arnd, that looks good to me.
> 
> I'll figure out how to add branch description next time when I am going 
> to be sending a pull-request directly to you guys.
> 
> 

You should get a prompt when you sign the tag.

Actually my preference would be for you to forward this to Santosh:
There are a lot of little details to know about the submission
process to for arm-soc, and it's easier for us if fewer people
have to be aware of them.

	Arnd

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [GIT PULL] ARM: keystone: add TI SCI protocol support for v4.10
  2016-11-30 21:09       ` Arnd Bergmann
@ 2016-11-30 22:47         ` santosh.shilimkar at oracle.com
  0 siblings, 0 replies; 6+ messages in thread
From: santosh.shilimkar at oracle.com @ 2016-11-30 22:47 UTC (permalink / raw)
  To: linux-arm-kernel

On 11/30/16 1:09 PM, Arnd Bergmann wrote:
> On Wednesday, November 30, 2016 7:59:26 PM CET Tero Kristo wrote:
>>
>> Thanks Arnd, that looks good to me.
>>
>> I'll figure out how to add branch description next time when I am going
>> to be sending a pull-request directly to you guys.
>>
>>
>
> You should get a prompt when you sign the tag.
>
> Actually my preference would be for you to forward this to Santosh:
> There are a lot of little details to know about the submission
> process to for arm-soc, and it's easier for us if fewer people
> have to be aware of them.
>
I can queue this up Arnd from next merge window onwards.

Regards,
Santosh

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-11-30 22:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-27  9:30 [GIT PULL] ARM: keystone: add TI SCI protocol support for v4.10 Tero Kristo
2016-11-28 16:42 ` Tero Kristo
2016-11-30 16:43   ` Arnd Bergmann
2016-11-30 17:59     ` Tero Kristo
2016-11-30 21:09       ` Arnd Bergmann
2016-11-30 22:47         ` santosh.shilimkar at oracle.com

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.