mbox series

[GIT_PULL] SOC: driver updates for v4.20

Message ID 1537818662-6307-1-git-send-email-santosh.shilimkar@oracle.com
State New
Headers show
Series [GIT_PULL] SOC: driver updates for v4.20 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git tags/drivers_soc_for_4.20

Message

Santosh Shilimkar Sept. 24, 2018, 7:51 p.m. UTC
The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3:

  Linux 4.19-rc1 (2018-08-26 14:11:59 -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_4.20

for you to fetch changes up to 7bcfe20d0d8b647879629798fa57e39905d6cded:

  soc: ti: fix spelling mistake "instace" -> "instance" (2018-09-24 12:43:21 -0700)

----------------------------------------------------------------
soc: driver soc update for v4.20

  - Enable host-id as an optional dt property
  - Fix minor typo in knav driver

----------------------------------------------------------------
Colin King (1):
      soc: ti: fix spelling mistake "instace" -> "instance"

Nishanth Menon (2):
      Documentation: dt: keystone: ti-sci: Add optional host-id parameter
      firmware: ti_sci: Provide host-id as an optional dt parameter

 .../devicetree/bindings/arm/keystone/ti,sci.txt    |  4 ++++
 drivers/firmware/ti_sci.c                          | 24 ++++++++++++++++++----
 drivers/soc/ti/knav_dma.c                          |  4 ++--
 drivers/soc/ti/knav_qmss.h                         |  6 +++---
 4 files changed, 29 insertions(+), 9 deletions(-)

Comments

Olof Johansson Sept. 25, 2018, 7:29 p.m. UTC | #1
On Mon, Sep 24, 2018 at 12:51:02PM -0700, Santosh Shilimkar wrote:
> The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3:
> 
>   Linux 4.19-rc1 (2018-08-26 14:11:59 -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_4.20
> 
> for you to fetch changes up to 7bcfe20d0d8b647879629798fa57e39905d6cded:
> 
>   soc: ti: fix spelling mistake "instace" -> "instance" (2018-09-24 12:43:21 -0700)
> 
> ----------------------------------------------------------------
> soc: driver soc update for v4.20
> 
>   - Enable host-id as an optional dt property
>   - Fix minor typo in knav driver

Merged, thanks!


-Olof