All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] ARM: TI SOC updates for v5.3
@ 2019-06-19  4:40 ` Santosh Shilimkar
  0 siblings, 0 replies; 4+ messages in thread
From: Santosh Shilimkar @ 2019-06-19  4:40 UTC (permalink / raw)
  To: arm, linux-arm-kernel
  Cc: khilman, arnd, olof, linux-kernel, santosh.shilimkar

The following changes since commit cd6c84d8f0cdc911df435bb075ba22ce3c605b07:

  Linux 5.2-rc2 (2019-05-26 16:49:19 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git tags/drivers_soc_for_5.3

for you to fetch changes up to 4c960505df44b94001178575a505dd8315086edc:

  firmware: ti_sci: Fix gcc unused-but-set-variable warning (2019-06-18 21:32:25 -0700)

----------------------------------------------------------------
SOC: TI SCI updates for v5.3

- Couple of fixes to handle resource ranges and
  requesting response always from firmware;
- Add processor control
- Add support APIs for DMA
- Fix the SPDX license plate
- Unused varible warning fix

----------------------------------------------------------------
Andrew F. Davis (1):
      firmware: ti_sci: Always request response from firmware

Nishad Kamdar (1):
      firmware: ti_sci: Use the correct style for SPDX License Identifier

Peter Ujfalusi (2):
      firmware: ti_sci: Add resource management APIs for ringacc, psi-l and udma
      firmware: ti_sci: Parse all resource ranges even if some is not available

Suman Anna (1):
      firmware: ti_sci: Add support for processor control

YueHaibing (1):
      firmware: ti_sci: Fix gcc unused-but-set-variable warning

 drivers/firmware/ti_sci.c              | 1143 +++++++++++++++++++++++++++-----
 drivers/firmware/ti_sci.h              |  812 ++++++++++++++++++++++-
 include/linux/soc/ti/ti_sci_protocol.h |  246 +++++++
 3 files changed, 2051 insertions(+), 150 deletions(-)

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

* [GIT PULL] ARM: TI SOC updates for v5.3
@ 2019-06-19  4:40 ` Santosh Shilimkar
  0 siblings, 0 replies; 4+ messages in thread
From: Santosh Shilimkar @ 2019-06-19  4:40 UTC (permalink / raw)
  To: arm, linux-arm-kernel
  Cc: olof, santosh.shilimkar, linux-kernel, arnd, khilman

The following changes since commit cd6c84d8f0cdc911df435bb075ba22ce3c605b07:

  Linux 5.2-rc2 (2019-05-26 16:49:19 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git tags/drivers_soc_for_5.3

for you to fetch changes up to 4c960505df44b94001178575a505dd8315086edc:

  firmware: ti_sci: Fix gcc unused-but-set-variable warning (2019-06-18 21:32:25 -0700)

----------------------------------------------------------------
SOC: TI SCI updates for v5.3

- Couple of fixes to handle resource ranges and
  requesting response always from firmware;
- Add processor control
- Add support APIs for DMA
- Fix the SPDX license plate
- Unused varible warning fix

----------------------------------------------------------------
Andrew F. Davis (1):
      firmware: ti_sci: Always request response from firmware

Nishad Kamdar (1):
      firmware: ti_sci: Use the correct style for SPDX License Identifier

Peter Ujfalusi (2):
      firmware: ti_sci: Add resource management APIs for ringacc, psi-l and udma
      firmware: ti_sci: Parse all resource ranges even if some is not available

Suman Anna (1):
      firmware: ti_sci: Add support for processor control

YueHaibing (1):
      firmware: ti_sci: Fix gcc unused-but-set-variable warning

 drivers/firmware/ti_sci.c              | 1143 +++++++++++++++++++++++++++-----
 drivers/firmware/ti_sci.h              |  812 ++++++++++++++++++++++-
 include/linux/soc/ti/ti_sci_protocol.h |  246 +++++++
 3 files changed, 2051 insertions(+), 150 deletions(-)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [GIT PULL] ARM: TI SOC updates for v5.3
  2019-06-19  4:40 ` Santosh Shilimkar
@ 2019-06-19 16:03   ` Olof Johansson
  -1 siblings, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2019-06-19 16:03 UTC (permalink / raw)
  To: Santosh Shilimkar; +Cc: arm, linux-arm-kernel, khilman, arnd, linux-kernel

On Tue, Jun 18, 2019 at 09:40:18PM -0700, Santosh Shilimkar wrote:
> The following changes since commit cd6c84d8f0cdc911df435bb075ba22ce3c605b07:
> 
>   Linux 5.2-rc2 (2019-05-26 16:49:19 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git tags/drivers_soc_for_5.3
> 
> for you to fetch changes up to 4c960505df44b94001178575a505dd8315086edc:
> 
>   firmware: ti_sci: Fix gcc unused-but-set-variable warning (2019-06-18 21:32:25 -0700)
> 
> ----------------------------------------------------------------
> SOC: TI SCI updates for v5.3
> 
> - Couple of fixes to handle resource ranges and
>   requesting response always from firmware;
> - Add processor control
> - Add support APIs for DMA
> - Fix the SPDX license plate
> - Unused varible warning fix

Merged to arm/drivers. Thanks.


-Olof

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

* Re: [GIT PULL] ARM: TI SOC updates for v5.3
@ 2019-06-19 16:03   ` Olof Johansson
  0 siblings, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2019-06-19 16:03 UTC (permalink / raw)
  To: Santosh Shilimkar; +Cc: linux-kernel, arm, arnd, linux-arm-kernel, khilman

On Tue, Jun 18, 2019 at 09:40:18PM -0700, Santosh Shilimkar wrote:
> The following changes since commit cd6c84d8f0cdc911df435bb075ba22ce3c605b07:
> 
>   Linux 5.2-rc2 (2019-05-26 16:49:19 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git tags/drivers_soc_for_5.3
> 
> for you to fetch changes up to 4c960505df44b94001178575a505dd8315086edc:
> 
>   firmware: ti_sci: Fix gcc unused-but-set-variable warning (2019-06-18 21:32:25 -0700)
> 
> ----------------------------------------------------------------
> SOC: TI SCI updates for v5.3
> 
> - Couple of fixes to handle resource ranges and
>   requesting response always from firmware;
> - Add processor control
> - Add support APIs for DMA
> - Fix the SPDX license plate
> - Unused varible warning fix

Merged to arm/drivers. Thanks.


-Olof

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2019-06-19 16:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-19  4:40 [GIT PULL] ARM: TI SOC updates for v5.3 Santosh Shilimkar
2019-06-19  4:40 ` Santosh Shilimkar
2019-06-19 16:03 ` Olof Johansson
2019-06-19 16:03   ` Olof Johansson

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.