2019-06-19 04:42:05

by Santosh Shilimkar

[permalink] [raw]
Subject: [GIT PULL] ARM: TI SOC updates for v5.3

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(-)


2019-06-19 16:09:21

by Olof Johansson

[permalink] [raw]
Subject: Re: [GIT PULL] ARM: TI SOC updates for v5.3

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