Message ID | 20190430053540.31846-1-ludovic.desroches@microchip.com (mailing list archive) |
---|---|
State | Mainlined, archived |
Commit | 2725d70aa5138284ba2cebf0ef51dd23e0c9ea21 |
Headers | show |
Series | [RESEND,GIT,PULL] ARM: at91: SoC for 5.2 | expand |
Hi, On Tue, Apr 30, 2019 at 07:35:40AM +0200, Ludovic Desroches wrote: > Hi Olof, > > Sorry, effecively I missed the tag when doing the PR, here is the new one. > > Regards > > Ludovic > > The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b: > > Linux 5.1-rc1 (2019-03-17 14:22:26 -0700) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux.git tags/at91-5.2-soc > > for you to fetch changes up to 2725d70aa5138284ba2cebf0ef51dd23e0c9ea21: > > ARM: at91: pm: do not disable/enable PLLA for ULP modes (2019-03-28 11:05:53 +0100) > > ---------------------------------------------------------------- > AT91 SoC for 5.2 > > - PM changes for SAM9X60 > > ---------------------------------------------------------------- Is this new PR okay (and the defconf one)? I have not seen them merged. Regards Ludovic > Claudiu Beznea (8): > ARM: at91: pm: introduce at91_soc_pm structure > dt-bindings: arm: atmel: add binding for SAM9X60 SoC > ARM: at91: pm: initial PM support for SAM9X60 > ARM: at91: pm: keep at91_pm_backup_init() only for SAMA5D2 SoCs > ARM: at91: pm: add support for per SoC wakeup source configuration > ARM: at91: pm: add ULP1 support for SAM9X60 > ARM: at91: pm: disable RC oscillator in ULP0 > ARM: at91: pm: do not disable/enable PLLA for ULP modes > > .../devicetree/bindings/arm/atmel-at91.txt | 1 + > arch/arm/mach-at91/at91sam9.c | 18 ++ > arch/arm/mach-at91/generic.h | 2 + > arch/arm/mach-at91/pm.c | 193 ++++++++++++++------- > arch/arm/mach-at91/pm_suspend.S | 111 ++++++++---- > include/linux/clk/at91_pmc.h | 1 + > 6 files changed, 232 insertions(+), 94 deletions(-)
On Thu, May 09, 2019 at 01:25:12PM +0200, Ludovic Desroches wrote: > Hi, > > On Tue, Apr 30, 2019 at 07:35:40AM +0200, Ludovic Desroches wrote: > > Hi Olof, > > > > Sorry, effecively I missed the tag when doing the PR, here is the new one. > > > > Regards > > > > Ludovic > > > > The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b: > > > > Linux 5.1-rc1 (2019-03-17 14:22:26 -0700) > > > > are available in the Git repository at: > > > > git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux.git tags/at91-5.2-soc > > > > for you to fetch changes up to 2725d70aa5138284ba2cebf0ef51dd23e0c9ea21: > > > > ARM: at91: pm: do not disable/enable PLLA for ULP modes (2019-03-28 11:05:53 +0100) > > > > ---------------------------------------------------------------- > > AT91 SoC for 5.2 > > > > - PM changes for SAM9X60 > > > > ---------------------------------------------------------------- > > Is this new PR okay (and the defconf one)? I have not seen them merged. Hi, It just came down to timing; I ran out of time to pick up more material so this didn't get applied before the merge window. Since this has been sitting in linux-next through your own tree, I've merged it into arm/late now and will send it up. -Olof
On Thu, May 16, 2019 at 11:01:57AM -0700, Olof Johansson wrote: > External E-Mail > > > On Thu, May 09, 2019 at 01:25:12PM +0200, Ludovic Desroches wrote: > > Hi, > > > > On Tue, Apr 30, 2019 at 07:35:40AM +0200, Ludovic Desroches wrote: > > > Hi Olof, > > > > > > Sorry, effecively I missed the tag when doing the PR, here is the new one. > > > > > > Regards > > > > > > Ludovic > > > > > > The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b: > > > > > > Linux 5.1-rc1 (2019-03-17 14:22:26 -0700) > > > > > > are available in the Git repository at: > > > > > > git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux.git tags/at91-5.2-soc > > > > > > for you to fetch changes up to 2725d70aa5138284ba2cebf0ef51dd23e0c9ea21: > > > > > > ARM: at91: pm: do not disable/enable PLLA for ULP modes (2019-03-28 11:05:53 +0100) > > > > > > ---------------------------------------------------------------- > > > AT91 SoC for 5.2 > > > > > > - PM changes for SAM9X60 > > > > > > ---------------------------------------------------------------- > > > > Is this new PR okay (and the defconf one)? I have not seen them merged. > > Hi, > > It just came down to timing; I ran out of time to pick up more material so this > didn't get applied before the merge window. > > Since this has been sitting in linux-next through your own tree, I've merged it > into arm/late now and will send it up. Thanks, it's great to have those patches in 5.2. Regards Ludovic