mbox series

[GIT,PULL,1/2] ARM: SOC driver update v4.18

Message ID 1525815697-6338-1-git-send-email-santosh.shilimkar@oracle.com
State New
Headers show
Series [GIT,PULL,1/2] ARM: SOC driver update v4.18 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git tags/soc_drivers_for_4.18

Message

Santosh Shilimkar May 8, 2018, 9:41 p.m. UTC
The following changes since commit 60cc43fc888428bb2f18f08997432d426a243338:

  Linux 4.17-rc1 (2018-04-15 18:24:20 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git tags/soc_drivers_for_4.18

for you to fetch changes up to 1e0a601437a6111ecf384df010812c53cada6497:

  firmware: ti_sci: Switch to SPDX Licensing (2018-05-04 23:10:23 -0700)

----------------------------------------------------------------
ARM: SOC driver update for 4.18

 - AEMIF driver update to support board files and remove
   need of mach-davinci aemif code
 - Use percpu counters for qmss datapath stats
 - License update for TI SCI

----------------------------------------------------------------
Bartosz Golaszewski (2):
      memory: aemif: don't rely on kbuild for driver's name
      memory: aemif: add support for board files

Lokesh Vutla (1):
      firmware: ti_sci: Switch to SPDX Licensing

Vasyl Gomonovych (1):
      soc: ti: knav_qmss: Use percpu instead atomic for stats counter

 drivers/firmware/ti_sci.c              | 10 +-----
 drivers/firmware/ti_sci.h              | 30 +----------------
 drivers/memory/ti-aemif.c              | 60 ++++++++++++++++++++++------------
 drivers/soc/ti/knav_qmss.h             | 14 ++++----
 drivers/soc/ti/knav_qmss_queue.c       | 60 ++++++++++++++++++++++------------
 include/linux/platform_data/ti-aemif.h | 25 ++++++++++++++
 include/linux/soc/ti/ti_sci_protocol.h | 10 +-----
 7 files changed, 115 insertions(+), 94 deletions(-)

Comments

Olof Johansson May 14, 2018, 8:23 a.m. UTC | #1
On Tue, May 08, 2018 at 02:41:36PM -0700, Santosh Shilimkar wrote:
> The following changes since commit 60cc43fc888428bb2f18f08997432d426a243338:
> 
>   Linux 4.17-rc1 (2018-04-15 18:24:20 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git tags/soc_drivers_for_4.18
> 
> for you to fetch changes up to 1e0a601437a6111ecf384df010812c53cada6497:
> 
>   firmware: ti_sci: Switch to SPDX Licensing (2018-05-04 23:10:23 -0700)
> 
> ----------------------------------------------------------------
> ARM: SOC driver update for 4.18
> 
>  - AEMIF driver update to support board files and remove
>    need of mach-davinci aemif code
>  - Use percpu counters for qmss datapath stats
>  - License update for TI SCI

Merged, thanks.


-Olof
Olof Johansson May 14, 2018, 8:28 a.m. UTC | #2
Hi Santosh,

On Tue, May 08, 2018 at 02:41:36PM -0700, Santosh Shilimkar wrote:
> The following changes since commit 60cc43fc888428bb2f18f08997432d426a243338:
> 
>   Linux 4.17-rc1 (2018-04-15 18:24:20 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git tags/soc_drivers_for_4.18
> 
> for you to fetch changes up to 1e0a601437a6111ecf384df010812c53cada6497:
> 
>   firmware: ti_sci: Switch to SPDX Licensing (2018-05-04 23:10:23 -0700)
> 
> ----------------------------------------------------------------
> ARM: SOC driver update for 4.18
> 
>  - AEMIF driver update to support board files and remove
>    need of mach-davinci aemif code
>  - Use percpu counters for qmss datapath stats
>  - License update for TI SCI

Merged!


-Olof