linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Mediatek: soc driver updates for v4.15
       [not found] <1ebc2f2d-033e-e8d6-86c8-32a67ebd55b7@gmail.com>
@ 2017-10-22 22:12 ` Matthias Brugger
  2017-11-02 15:35 ` Arnd Bergmann
  1 sibling, 0 replies; 4+ messages in thread
From: Matthias Brugger @ 2017-10-22 22:12 UTC (permalink / raw)
  To: linux-arm-kernel

I forgot to add the mailing list in CC for the pull request below.

Matthias

-------- Forwarded Message --------
Subject: [GIT PULL] Mediatek: soc driver updates for v4.15
Date: Mon, 23 Oct 2017 00:10:44 +0200
From: Matthias Brugger <matthias.bgg@gmail.com>
To: arm at kernel.org
CC: chenglin.xu at mediatek.com, Jean Delvare <jdelvare@suse.de>, Sean Wang
<sean.wang@mediatek.com>, Thomas Meyer <thomas@m3y3r.de>

Hi Arnd and Olof,

Please pull the following patches.

Thanks a lot,
Matthias

---
The following changes since commit 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e:

  Linux 4.14-rc1 (2017-09-16 15:47:51 -0700)

are available in the git repository at:

  https://github.com/mbgg/linux-mediatek.git tags/v4.14-next-soc

for you to fetch changes up to f32fbbadaf4470e8bac27f6d87bd27441df7167f:

  soc: mediatek: pwrap: fix fatal compiler error (2017-10-21 10:23:28 +0200)

----------------------------------------------------------------
- add 32 bit read/write support to pwrap
- add mt7622 support to pwrap
- test build all mediatek soc drivers
- fix compiler issues
- clean up Kconfig description

----------------------------------------------------------------
Chenglin Xu (1):
      soc: mediatek: pwrap: add support for MT7622 SoC

Jean Delvare (1):
      soc: Allow test-building of MediaTek drivers

Matthias Brugger (2):
      soc: mediatek: pwrap: fix compiler errors
      soc: mediatek: pwrap: fix fatal compiler error

Sean Wang (9):
      soc: mediatek: pwrap: fixup warnings from coding style
      dt-bindings: arm: mediatek: add MT7622 string to the PMIC wrapper doc
      soc: mediatek: pwrap: add pwrap_read32 for reading in 32-bit mode
      soc: mediatek: pwrap: add pwrap_write32 for writing in 32-bit mode
      soc: mediatek: pwrap: refactor pwrap_init for the various PMIC types
      soc: mediatek: pwrap: add MediaTek MT6380 as one slave of pwrap
      soc: mediatek: pwrap: add common way for setup CS timing extenstion
      soc: mediatek: place Kconfig for all SoC drivers under menu
      arm64: mediatek: cleanup message for platform selection

Thomas Meyer (1):
      ARM: mediatek: Cocci spatch "of_table"

 .../devicetree/bindings/soc/mediatek/pwrap.txt     |   6 +-
 arch/arm/mach-mediatek/platsmp.c                   |   2 +
 arch/arm64/Kconfig.platforms                       |   5 +-
 drivers/soc/Makefile                               |   2 +-
 drivers/soc/mediatek/Kconfig                       |   8 +-
 drivers/soc/mediatek/mtk-pmic-wrap.c               | 511 +++++++++++++++++----
 6 files changed, 447 insertions(+), 87 deletions(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] Mediatek: soc driver updates for v4.15
       [not found] <1ebc2f2d-033e-e8d6-86c8-32a67ebd55b7@gmail.com>
  2017-10-22 22:12 ` [GIT PULL] Mediatek: soc driver updates for v4.15 Matthias Brugger
@ 2017-11-02 15:35 ` Arnd Bergmann
  2017-11-02 18:40   ` Matthias Brugger
  1 sibling, 1 reply; 4+ messages in thread
From: Arnd Bergmann @ 2017-11-02 15:35 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Oct 23, 2017 at 12:10 AM, Matthias Brugger
<matthias.bgg@gmail.com> wrote:
>
> ----------------------------------------------------------------
> - add 32 bit read/write support to pwrap
> - add mt7622 support to pwrap
> - test build all mediatek soc drivers
> - fix compiler issues
> - clean up Kconfig description

Pulled into next/soc. I see some bug fixes in here that I would have
marked 'Cc: stable at vger.kernel.org'
to get them backported into stable kernels. Could you please make sure
they are marked appropriately
in the future, and maybe (after the merge window) send a message to
stable at vger.kernel.org with a list
of the commits that you want backported but that are missing the tag? Thanks!

       Arnd

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] Mediatek: soc driver updates for v4.15
  2017-11-02 15:35 ` Arnd Bergmann
@ 2017-11-02 18:40   ` Matthias Brugger
  2017-11-02 21:51     ` Arnd Bergmann
  0 siblings, 1 reply; 4+ messages in thread
From: Matthias Brugger @ 2017-11-02 18:40 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Arnd,

On 11/02/2017 04:35 PM, Arnd Bergmann wrote:
> On Mon, Oct 23, 2017 at 12:10 AM, Matthias Brugger
> <matthias.bgg@gmail.com> wrote:
>>
>> ----------------------------------------------------------------
>> - add 32 bit read/write support to pwrap
>> - add mt7622 support to pwrap
>> - test build all mediatek soc drivers
>> - fix compiler issues
>> - clean up Kconfig description
> 
> Pulled into next/soc. I see some bug fixes in here that I would have
> marked 'Cc: stable at vger.kernel.org'
> to get them backported into stable kernels. Could you please make sure
> they are marked appropriately
> in the future, and maybe (after the merge window) send a message to
> stable at vger.kernel.org with a list
> of the commits that you want backported but that are missing the tag? Thanks!
> 

Do you refer to this commits?
f32fbbadaf44 soc: mediatek: pwrap: fix fatal compiler error
fb2c1934f305 soc: mediatek: pwrap: fix compiler errors

They are actually fix problems in the very same pull request.

Regards,
Matthias

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] Mediatek: soc driver updates for v4.15
  2017-11-02 18:40   ` Matthias Brugger
@ 2017-11-02 21:51     ` Arnd Bergmann
  0 siblings, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2017-11-02 21:51 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Nov 2, 2017 at 7:40 PM, Matthias Brugger <matthias.bgg@gmail.com> wrote:
> Hi Arnd,
>
> On 11/02/2017 04:35 PM, Arnd Bergmann wrote:
>> On Mon, Oct 23, 2017 at 12:10 AM, Matthias Brugger
>> <matthias.bgg@gmail.com> wrote:
>>>
>>> ----------------------------------------------------------------
>>> - add 32 bit read/write support to pwrap
>>> - add mt7622 support to pwrap
>>> - test build all mediatek soc drivers
>>> - fix compiler issues
>>> - clean up Kconfig description
>>
>> Pulled into next/soc. I see some bug fixes in here that I would have
>> marked 'Cc: stable at vger.kernel.org'
>> to get them backported into stable kernels. Could you please make sure
>> they are marked appropriately
>> in the future, and maybe (after the merge window) send a message to
>> stable at vger.kernel.org with a list
>> of the commits that you want backported but that are missing the tag? Thanks!
>>
>
> Do you refer to this commits?
> f32fbbadaf44 soc: mediatek: pwrap: fix fatal compiler error
> fb2c1934f305 soc: mediatek: pwrap: fix compiler errors

Yes.

> They are actually fix problems in the very same pull request.

Ok, thanks for checking!

     Arnd

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-11-02 21:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <1ebc2f2d-033e-e8d6-86c8-32a67ebd55b7@gmail.com>
2017-10-22 22:12 ` [GIT PULL] Mediatek: soc driver updates for v4.15 Matthias Brugger
2017-11-02 15:35 ` Arnd Bergmann
2017-11-02 18:40   ` Matthias Brugger
2017-11-02 21:51     ` Arnd Bergmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).