mbox series

[GIT,PULL] soc: mediatek: SoC driver changes for v4.21

Message ID 123d92d6-2cee-cae7-42e6-77aabda91038@gmail.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] soc: mediatek: SoC driver changes for v4.21 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/matthias.bgg/linux.git/

Message

Matthias Brugger Dec. 9, 2018, 10:08 p.m. UTC
Hi Arnd and Olof,

Below the very only patch, please have a look :)

Regards,
Matthias

---

The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:

  Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/matthias.bgg/linux.git/
tags/v4.20-next-soc

for you to fetch changes up to 576f1b4bc80220e1f88f1de5ecb25d99a6e9fa04:

  soc: mediatek: Add Mediatek CMDQ helper (2018-12-02 20:46:10 +0100)

----------------------------------------------------------------
add helper functions to create and send commands to
the global command engine (GCE) device using the
command queue driver (cmdq).

----------------------------------------------------------------
Houlong Wei (1):
      soc: mediatek: Add Mediatek CMDQ helper

 drivers/soc/mediatek/Kconfig           |  12 ++
 drivers/soc/mediatek/Makefile          |   1 +
 drivers/soc/mediatek/mtk-cmdq-helper.c | 300 +++++++++++++++++++++++++++++++++
 include/linux/soc/mediatek/mtk-cmdq.h  | 133 +++++++++++++++
 4 files changed, 446 insertions(+)
 create mode 100644 drivers/soc/mediatek/mtk-cmdq-helper.c
 create mode 100644 include/linux/soc/mediatek/mtk-cmdq.h

Comments

Olof Johansson Dec. 12, 2018, 9:32 p.m. UTC | #1
On Sun, Dec 09, 2018 at 11:08:56PM +0100, Matthias Brugger wrote:
> Hi Arnd and Olof,
> 
> Below the very only patch, please have a look :)
> 
> Regards,
> Matthias
> 
> ---
> 
> The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:
> 
>   Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/matthias.bgg/linux.git/
> tags/v4.20-next-soc
> 
> for you to fetch changes up to 576f1b4bc80220e1f88f1de5ecb25d99a6e9fa04:
> 
>   soc: mediatek: Add Mediatek CMDQ helper (2018-12-02 20:46:10 +0100)
> 
> ----------------------------------------------------------------
> add helper functions to create and send commands to
> the global command engine (GCE) device using the
> command queue driver (cmdq).

Merged, thanks!


-Olof