* [GIT PULL] ARM: mediatek: soc updates for v4.5
@ 2016-02-22 12:40 Matthias Brugger
[not found] ` <CABuKBeLEf+jyE5gzWEVzfRZ7DwRgnLrdWLREwqqfYGBb2g+exQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
0 siblings, 1 reply; 4+ messages in thread
From: Matthias Brugger @ 2016-02-22 12:40 UTC (permalink / raw)
To: arm-DgEjT+Ai2ygdnm+yROfE0A
Cc: Louis Yu, Sascha Hauer, HenryC Chen,
moderated list:ARM/Mediatek SoC..., Matthias Brugger,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
John Crispin
Hi Arnd and Olof,
Please pull the following patches.
As you can see from the description, this pull request includes some
fixes. Only a few developer have access to a Mediatek HW at the
moment. Therefor I didn't send the fixes to stable.
If you want me to send the fixes for older kernel versions, please let me know.
Thanks,
Matthias
---
The following changes since commit 92e963f50fc74041b5e9e744c330dca48e04f08d:
Linux 4.5-rc1 (2016-01-24 13:06:47 -0800)
are available in the git repository at:
https://github.com/mbgg/linux-mediatek.git tags/v4.5-next-soc
for you to fetch changes up to cc8ed76938b5cf6a54ab3d60edabaf808dc960d1:
soc: mediatek: SCPSYS: Fix double enabling of regulators (2016-02-01
11:28:07 +0100)
----------------------------------------------------------------
Fix state machine implemenation of PMIC wrapper.
Add SMP support for mt7623.
Disable watchdog of STAUPD in PMIC wrapper for mt8173.
Add SMP support for mt2701.
Use builtin_platform_driver for scpsys. Driver can't be build as module.
Fix regulator enablement in scpsys.
----------------------------------------------------------------
Henry Chen (2):
soc: mediatek: PMIC wrap: Clear the vldclr if state machine stay on
FSM_VLDCLR state.
soc: mediatek: PMIC wrap: clear the STAUPD_TRIG bit of WDT_SRC_EN
John Crispin (1):
ARM: mediatek: add MT7623 smp bringup code
Louis Yu (1):
ARM: mediatek: add mt2701 smp bringup code
Matthias Brugger (1):
soc: mediatek: SCPSYS: use builtin_platform_driver
Sascha Hauer (1):
soc: mediatek: SCPSYS: Fix double enabling of regulators
arch/arm/mach-mediatek/platsmp.c | 8 +++++
drivers/soc/mediatek/mtk-pmic-wrap.c | 41 +++++++++++++++++++++---
drivers/soc/mediatek/mtk-scpsys.c | 60 ++++++++++++++++--------------------
3 files changed, 71 insertions(+), 38 deletions(-)
^ permalink raw reply [flat|nested] 4+ messages in thread[parent not found: <CABuKBeLEf+jyE5gzWEVzfRZ7DwRgnLrdWLREwqqfYGBb2g+exQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>]
* Re: [GIT PULL] ARM: mediatek: soc updates for v4.5 [not found] ` <CABuKBeLEf+jyE5gzWEVzfRZ7DwRgnLrdWLREwqqfYGBb2g+exQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> @ 2016-02-22 12:44 ` Matthias Brugger [not found] ` <CABuKBeKf4dB7Y6A9WN530Zfmk55TXYserHv9OL-8Atfg65tTjA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> 2016-02-26 21:24 ` Arnd Bergmann 1 sibling, 1 reply; 4+ messages in thread From: Matthias Brugger @ 2016-02-22 12:44 UTC (permalink / raw) To: arm-DgEjT+Ai2ygdnm+yROfE0A Cc: Louis Yu, Sascha Hauer, HenryC Chen, moderated list:ARM/Mediatek SoC..., Matthias Brugger, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, John Crispin Hi, These updates are of course for v4.6, sorry for the confusion. Matthias 2016-02-22 13:40 GMT+01:00 Matthias Brugger <matthias.bgg-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>: > Hi Arnd and Olof, > > Please pull the following patches. > As you can see from the description, this pull request includes some > fixes. Only a few developer have access to a Mediatek HW at the > moment. Therefor I didn't send the fixes to stable. > > If you want me to send the fixes for older kernel versions, please let me know. > > Thanks, > Matthias > > --- > > The following changes since commit 92e963f50fc74041b5e9e744c330dca48e04f08d: > > Linux 4.5-rc1 (2016-01-24 13:06:47 -0800) > > are available in the git repository at: > > https://github.com/mbgg/linux-mediatek.git tags/v4.5-next-soc > > for you to fetch changes up to cc8ed76938b5cf6a54ab3d60edabaf808dc960d1: > > soc: mediatek: SCPSYS: Fix double enabling of regulators (2016-02-01 > 11:28:07 +0100) > > ---------------------------------------------------------------- > Fix state machine implemenation of PMIC wrapper. > Add SMP support for mt7623. > Disable watchdog of STAUPD in PMIC wrapper for mt8173. > Add SMP support for mt2701. > Use builtin_platform_driver for scpsys. Driver can't be build as module. > Fix regulator enablement in scpsys. > > ---------------------------------------------------------------- > Henry Chen (2): > soc: mediatek: PMIC wrap: Clear the vldclr if state machine stay on > FSM_VLDCLR state. > soc: mediatek: PMIC wrap: clear the STAUPD_TRIG bit of WDT_SRC_EN > > John Crispin (1): > ARM: mediatek: add MT7623 smp bringup code > > Louis Yu (1): > ARM: mediatek: add mt2701 smp bringup code > > Matthias Brugger (1): > soc: mediatek: SCPSYS: use builtin_platform_driver > > Sascha Hauer (1): > soc: mediatek: SCPSYS: Fix double enabling of regulators > > arch/arm/mach-mediatek/platsmp.c | 8 +++++ > drivers/soc/mediatek/mtk-pmic-wrap.c | 41 +++++++++++++++++++++--- > drivers/soc/mediatek/mtk-scpsys.c | 60 ++++++++++++++++-------------------- > 3 files changed, 71 insertions(+), 38 deletions(-) -- motzblog.wordpress.com ^ permalink raw reply [flat|nested] 4+ messages in thread
[parent not found: <CABuKBeKf4dB7Y6A9WN530Zfmk55TXYserHv9OL-8Atfg65tTjA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>]
* Re: [GIT PULL] ARM: mediatek: soc updates for v4.5 [not found] ` <CABuKBeKf4dB7Y6A9WN530Zfmk55TXYserHv9OL-8Atfg65tTjA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> @ 2016-02-26 21:27 ` Arnd Bergmann 0 siblings, 0 replies; 4+ messages in thread From: Arnd Bergmann @ 2016-02-26 21:27 UTC (permalink / raw) To: Matthias Brugger Cc: Louis Yu, Sascha Hauer, HenryC Chen, arm-DgEjT+Ai2ygdnm+yROfE0A, moderated list:ARM/Mediatek SoC..., linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, John Crispin On Monday 22 February 2016 13:44:00 Matthias Brugger wrote: > Hi, > > These updates are of course for v4.6, sorry for the confusion. > And I mixed up the branch, it's in next/soc of course, not next/dt ;-) Arnd ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [GIT PULL] ARM: mediatek: soc updates for v4.5 [not found] ` <CABuKBeLEf+jyE5gzWEVzfRZ7DwRgnLrdWLREwqqfYGBb2g+exQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> 2016-02-22 12:44 ` Matthias Brugger @ 2016-02-26 21:24 ` Arnd Bergmann 1 sibling, 0 replies; 4+ messages in thread From: Arnd Bergmann @ 2016-02-26 21:24 UTC (permalink / raw) To: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r Cc: Louis Yu, Sascha Hauer, HenryC Chen, arm-DgEjT+Ai2ygdnm+yROfE0A, moderated list:ARM/Mediatek SoC..., Matthias Brugger, John Crispin On Monday 22 February 2016 13:40:51 Matthias Brugger wrote: > Fix state machine implemenation of PMIC wrapper. > Add SMP support for mt7623. > Disable watchdog of STAUPD in PMIC wrapper for mt8173. > Add SMP support for mt2701. > Use builtin_platform_driver for scpsys. Driver can't be build as module. > Fix regulator enablement in scpsys. > > Pulled into next/dt, thanks! Arnd ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2016-02-26 21:27 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-22 12:40 [GIT PULL] ARM: mediatek: soc updates for v4.5 Matthias Brugger
[not found] ` <CABuKBeLEf+jyE5gzWEVzfRZ7DwRgnLrdWLREwqqfYGBb2g+exQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2016-02-22 12:44 ` Matthias Brugger
[not found] ` <CABuKBeKf4dB7Y6A9WN530Zfmk55TXYserHv9OL-8Atfg65tTjA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2016-02-26 21:27 ` Arnd Bergmann
2016-02-26 21:24 ` 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).