mbox series

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

Message ID 269cf168-14c0-6a72-5078-0c8e307655eb@gmail.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] soc: mediatek: soc driver updates for v5.2 | expand

Pull-request

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

Message

Matthias Brugger April 23, 2019, 4:14 p.m. UTC
Hi Olof and Arnd,

Below you can find the updates for soc drivers ready to be merged for v5.2.

Please take them into account.

Best regards,
Matthias

---

The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:

  Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 89e28da82836530f1ac7a3a32fecc31f22d79b3e:

  soc: mediatek: pwrap: Zero initialize rdata in pwrap_init_cipher (2019-04-12
21:57:49 +0200)

----------------------------------------------------------------
pmic wrapper:
- add mt8516 bindings
- add mt8516 driver support
- fix clang warning

----------------------------------------------------------------
Fabien Parent (3):
      dt-bindings: pwrap: mediatek: add pwrap support for MT8516
      soc: mediatek: pwrap: add missing check on rstc
      soc: mediatek: pwrap: add support for MT8516 pwrap

Nathan Chancellor (1):
      soc: mediatek: pwrap: Zero initialize rdata in pwrap_init_cipher

 .../devicetree/bindings/soc/mediatek/pwrap.txt     |   1 +
 drivers/soc/mediatek/mtk-pmic-wrap.c               | 111 ++++++++++++++++++++-
 2 files changed, 110 insertions(+), 2 deletions(-)

Comments

Olof Johansson April 29, 2019, 4:52 p.m. UTC | #1
On Tue, Apr 23, 2019 at 06:14:24PM +0200, Matthias Brugger wrote:
> Hi Olof and Arnd,
> 
> Below you can find the updates for soc drivers ready to be merged for v5.2.
> 
> Please take them into account.
> 
> Best regards,
> Matthias
> 
> ---
> 
> The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:
> 
>   Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/matthias.bgg/linux.git/
> tags/v5.1-next-soc
> 
> for you to fetch changes up to 89e28da82836530f1ac7a3a32fecc31f22d79b3e:
> 
>   soc: mediatek: pwrap: Zero initialize rdata in pwrap_init_cipher (2019-04-12
> 21:57:49 +0200)
> 
> ----------------------------------------------------------------
> pmic wrapper:
> - add mt8516 bindings
> - add mt8516 driver support
> - fix clang warning

Merged, thanks!


-Olof