mbox series

[GIT,PULL] arm: mediatek: soc driver updates for v5.4

Message ID 8c860e37-3816-d75f-fc37-ce496905ba73@gmail.com
State New
Headers show
Series [GIT,PULL] arm: mediatek: soc driver updates for v5.4 | expand

Pull-request

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

Message

Matthias Brugger Aug. 23, 2019, 4:43 p.m. UTC
Hi Olof and Arnd,

Please find below two patches for soc drivers.

See you,
Matthias

---
The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b:

  Linus 5.3-rc1 (2019-07-21 14:05:38 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 556030f0604f3cf5f1ea91307c0695541e5c74ca:

  soc: mediatek: cmdq: change the type of input parameter (2019-08-23 14:06:48
+0200)

----------------------------------------------------------------
cmdq helper:
reoder function parameter and change size of the parameters

----------------------------------------------------------------
Bibby Hsieh (2):
      soc: mediatek: cmdq: reorder the parameter
      soc: mediatek: cmdq: change the type of input parameter

 drivers/soc/mediatek/mtk-cmdq-helper.c | 10 +++++-----
 include/linux/soc/mediatek/mtk-cmdq.h  | 14 +++++++-------
 2 files changed, 12 insertions(+), 12 deletions(-)

Comments

Arnd Bergmann Sept. 3, 2019, 8:20 p.m. UTC | #1
On Fri, Aug 23, 2019 at 6:43 PM Matthias Brugger <matthias.bgg@gmail.com> wrote:
> cmdq helper:
> reoder function parameter and change size of the parameters

Pulled into arm/drivers, thanks!

      Arnd