OSDN Git Service

Merge tag 'drivers_soc_for_5.3' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorOlof Johansson <olof@lixom.net>
Wed, 19 Jun 2019 16:02:52 +0000 (09:02 -0700)
committerOlof Johansson <olof@lixom.net>
Wed, 19 Jun 2019 16:02:52 +0000 (09:02 -0700)
commit6c249cc7a7e69b2d3c6ad957ab5e02d155508fa6
tree510dddb793b92bd1c35afb97d695976ff8247279
parentdf767c0a437c9094ca2d79d37c1c5cf559039f53
parent4c960505df44b94001178575a505dd8315086edc
Merge tag 'drivers_soc_for_5.3' of git://git./linux/kernel/git/ssantosh/linux-keystone into arm/drivers

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

* tag 'drivers_soc_for_5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone:
  firmware: ti_sci: Fix gcc unused-but-set-variable warning
  firmware: ti_sci: Use the correct style for SPDX License Identifier
  firmware: ti_sci: Parse all resource ranges even if some is not available
  firmware: ti_sci: Add support for processor control
  firmware: ti_sci: Add resource management APIs for ringacc, psi-l and udma
  firmware: ti_sci: Always request response from firmware

Signed-off-by: Olof Johansson <olof@lixom.net>