mbox

[GIT,PULL] arm: mediatek: soc changes for v4.10

Message ID 002ed210-0f74-e938-b69f-c91ae98d37e4@gmail.com
State New
Headers show

Pull-request

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

Message

Matthias Brugger Nov. 14, 2016, 6:39 p.m. UTC
Hi Arnd and Olof,

Although a bit late, please take the following changes into account.

Thanks a lot,
Matthias
---
The following changes since commit 1001354ca34179f3db924eb66672442a173147dc:

   Linux 4.9-rc1 (2016-10-15 12:17:50 -0700)

are available in the git repository at:

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

for you to fetch changes up to 112ef1882e12094c823937f9d72f2f598db02df7:

   soc: mediatek: Add MT2701 scpsys driver (2016-10-31 00:58:58 +0100)

----------------------------------------------------------------
- prepare mtk-scpsys to for multi soc support
- add support for mt2701 to mtk-scpsys

----------------------------------------------------------------
James Liao (1):
       soc: mediatek: Refine scpsys to support multiple platform

Shunli Wang (1):
       soc: mediatek: Add MT2701 scpsys driver

  drivers/soc/mediatek/Kconfig      |   2 +-
  drivers/soc/mediatek/mtk-scpsys.c | 465 
++++++++++++++++++++++++++------------
  2 files changed, 327 insertions(+), 140 deletions(-)

Comments

Olof Johansson Nov. 18, 2016, 7:47 a.m. UTC | #1
On Mon, Nov 14, 2016 at 07:39:10PM +0100, Matthias Brugger wrote:
> Hi Arnd and Olof,
> 
> Although a bit late, please take the following changes into account.
> 
> Thanks a lot,
> Matthias
> ---
> The following changes since commit 1001354ca34179f3db924eb66672442a173147dc:
> 
>   Linux 4.9-rc1 (2016-10-15 12:17:50 -0700)
> 
> are available in the git repository at:
> 
>   https://github.com/mbgg/linux-mediatek.git tags/v4.9-next-soc
> 
> for you to fetch changes up to 112ef1882e12094c823937f9d72f2f598db02df7:
> 
>   soc: mediatek: Add MT2701 scpsys driver (2016-10-31 00:58:58 +0100)
> 
> ----------------------------------------------------------------
> - prepare mtk-scpsys to for multi soc support
> - add support for mt2701 to mtk-scpsys

Merged, thanks!


-Olof