All of lore.kernel.org
 help / color / mirror / Atom feed
From: Matthias Brugger <matthias.bgg@gmail.com>
To: soc@kernel.org, arm-soc <arm@kernel.org>
Cc: Matthias Brugger <matthias.bgg@gmail.com>,
	Mars Cheng <mars.cheng@mediatek.com>,
	"moderated list:ARM/Mediatek SoC support"
	<linux-mediatek@lists.infradead.org>,
	Bibby Hsieh <bibby.hsieh@mediatek.com>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>
Subject: [GIT PULL] soc: mediatek: updates for v5.6
Date: Mon, 13 Jan 2020 11:17:58 +0100	[thread overview]
Message-ID: <9b365e76-e346-f813-d750-d7cfd0d16e4e@gmail.com> (raw)

Hi Olof,
Hi ARnds,

Please have a look on the following patches for mediatek soc drivers for v5.6

I includes the stable branch v5.5-next/cmdq-stable which should also be merged
in the DRM tree. I'm not very familiar with providing a stable tree, although I
double-checked that in the pull request to the DRM tree the commit IDs are the
same, I thought it is worth noting.

Regards,
Matthias

---

The following changes since commit e42617b825f8073569da76dc4510bfa019b1c35a:

  Linux 5.5-rc1 (2019-12-08 14:57:55 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 9c26abeb86ce6ab53b6397873bb3f556016c05ba:

  Merge branch 'v5.5-next/cmdq-stable' into v5.5-next/soc (2020-01-10 11:00:45
+0100)

----------------------------------------------------------------
cmdq:
- clean ups of unused code and debuggability
- add cmdq_instruction to make the function call interface more readable
- add functions for polling and providing info for the user of cmdq

scpsys:
- add bindings for MT6765

----------------------------------------------------------------
Bibby Hsieh (4):
      soc: mediatek: cmdq: remove OR opertaion from err return
      soc: mediatek: cmdq: define the instruction struct
      soc: mediatek: cmdq: add polling function
      soc: mediatek: cmdq: add cmdq_dev_get_client_reg function

Mars Cheng (1):
      dt-bindings: mediatek: add MT6765 power dt-bindings

Matthias Brugger (2):
      soc: mediatek: cmdq: delete not used define
      Merge branch 'v5.5-next/cmdq-stable' into v5.5-next/soc

 .../devicetree/bindings/soc/mediatek/scpsys.txt    |   6 +
 drivers/soc/mediatek/mtk-cmdq-helper.c             | 149 +++++++++++++++++----
 include/dt-bindings/power/mt6765-power.h           |  14 ++
 include/linux/mailbox/mtk-cmdq-mailbox.h           |  11 ++
 include/linux/soc/mediatek/mtk-cmdq.h              |  53 ++++++++
 5 files changed, 205 insertions(+), 28 deletions(-)
 create mode 100644 include/dt-bindings/power/mt6765-power.h

_______________________________________________
Linux-mediatek mailing list
Linux-mediatek@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-mediatek

WARNING: multiple messages have this Message-ID (diff)
From: Matthias Brugger <matthias.bgg@gmail.com>
To: soc@kernel.org, arm-soc <arm@kernel.org>
Cc: Matthias Brugger <matthias.bgg@gmail.com>,
	Mars Cheng <mars.cheng@mediatek.com>,
	"moderated list:ARM/Mediatek SoC support"
	<linux-mediatek@lists.infradead.org>,
	Bibby Hsieh <bibby.hsieh@mediatek.com>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>
Subject: [GIT PULL] soc: mediatek: updates for v5.6
Date: Mon, 13 Jan 2020 11:17:58 +0100	[thread overview]
Message-ID: <9b365e76-e346-f813-d750-d7cfd0d16e4e@gmail.com> (raw)

Hi Olof,
Hi ARnds,

Please have a look on the following patches for mediatek soc drivers for v5.6

I includes the stable branch v5.5-next/cmdq-stable which should also be merged
in the DRM tree. I'm not very familiar with providing a stable tree, although I
double-checked that in the pull request to the DRM tree the commit IDs are the
same, I thought it is worth noting.

Regards,
Matthias

---

The following changes since commit e42617b825f8073569da76dc4510bfa019b1c35a:

  Linux 5.5-rc1 (2019-12-08 14:57:55 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 9c26abeb86ce6ab53b6397873bb3f556016c05ba:

  Merge branch 'v5.5-next/cmdq-stable' into v5.5-next/soc (2020-01-10 11:00:45
+0100)

----------------------------------------------------------------
cmdq:
- clean ups of unused code and debuggability
- add cmdq_instruction to make the function call interface more readable
- add functions for polling and providing info for the user of cmdq

scpsys:
- add bindings for MT6765

----------------------------------------------------------------
Bibby Hsieh (4):
      soc: mediatek: cmdq: remove OR opertaion from err return
      soc: mediatek: cmdq: define the instruction struct
      soc: mediatek: cmdq: add polling function
      soc: mediatek: cmdq: add cmdq_dev_get_client_reg function

Mars Cheng (1):
      dt-bindings: mediatek: add MT6765 power dt-bindings

Matthias Brugger (2):
      soc: mediatek: cmdq: delete not used define
      Merge branch 'v5.5-next/cmdq-stable' into v5.5-next/soc

 .../devicetree/bindings/soc/mediatek/scpsys.txt    |   6 +
 drivers/soc/mediatek/mtk-cmdq-helper.c             | 149 +++++++++++++++++----
 include/dt-bindings/power/mt6765-power.h           |  14 ++
 include/linux/mailbox/mtk-cmdq-mailbox.h           |  11 ++
 include/linux/soc/mediatek/mtk-cmdq.h              |  53 ++++++++
 5 files changed, 205 insertions(+), 28 deletions(-)
 create mode 100644 include/dt-bindings/power/mt6765-power.h

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

             reply	other threads:[~2020-01-13 10:18 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-13 10:17 Matthias Brugger [this message]
2020-01-13 10:17 ` [GIT PULL] soc: mediatek: updates for v5.6 Matthias Brugger
2020-01-17 19:22 ` Olof Johansson
2020-01-17 19:22   ` Olof Johansson
2020-01-17 21:52   ` Matthias Brugger
2020-01-17 21:52     ` Matthias Brugger
2020-01-20 19:25     ` Olof Johansson
2020-01-20 19:25       ` Olof Johansson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=9b365e76-e346-f813-d750-d7cfd0d16e4e@gmail.com \
    --to=matthias.bgg@gmail.com \
    --cc=arm@kernel.org \
    --cc=bibby.hsieh@mediatek.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=mars.cheng@mediatek.com \
    --cc=soc@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.