mbox series

[GIT,PULL] firmware: ti-sci: changes for 5.3 v2

Message ID 3730dcca-a1eb-1dae-c11c-d9b0f58d38c8@ti.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] firmware: ti-sci: changes for 5.3 v2 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/kristo/linux

Message

Tero Kristo June 12, 2019, 12:06 p.m. UTC
Hi Santosh,

Here's the collection of the TI SCI firmware changes for 5.3.

v2 of this pull request has the clock related firmware change dropped, 
and thus does not have any cross-dependencies to anything.

-Tero

---

The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:

   Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)

are available in the git repository at:

   git://git.kernel.org/pub/scm/linux/kernel/git/kristo/linux 
tags/ti-sci-for-5.3-v2

for you to fetch changes up to c67947a334d182496c40a3277a5af8779728dee8:

   firmware: ti_sci: Parse all resource ranges even if some is not 
available (2019-06-12 14:58:52 +0300)

----------------------------------------------------------------
Firmware - TI SCI changes for 5.3 v2.

- Couple of fixes to handle resource ranges and requesting response
   always from firmware; these are only critical for upcoming j721e and
   DMA support
- Add processor control
- Add support APIs for DMA

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

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

  drivers/firmware/ti_sci.c              | 1143 
+++++++++++++++++++++++++++-----
  drivers/firmware/ti_sci.h              |  810 ++++++++++++++++++++++
  include/linux/soc/ti/ti_sci_protocol.h |  246 +++++++
  3 files changed, 2050 insertions(+), 149 deletions(-)
--
Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki. Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki

Comments

Santosh Shilimkar June 13, 2019, 3:22 a.m. UTC | #1
On 6/12/19 5:06 AM, Tero Kristo wrote:
> Hi Santosh,
> 
> Here's the collection of the TI SCI firmware changes for 5.3.
> 
> v2 of this pull request has the clock related firmware change dropped, 
> and thus does not have any cross-dependencies to anything.
> 
Applied. Should start showing up in linux-next soon.

Regards,
Santosh