linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] ARM: at91: SoC for 5.2
@ 2019-04-23  6:22 Ludovic Desroches
  2019-04-29 16:43 ` Olof Johansson
  0 siblings, 1 reply; 6+ messages in thread
From: Ludovic Desroches @ 2019-04-23  6:22 UTC (permalink / raw)
  To: arm, Arnd Bergmann, Kevin Hilman, Olof Johansson
  Cc: Alexandre Belloni, Ludovic Desroches, linux-arm-kernel

Hi Arnd, Kevin, Olof,

Changes are about PM for the SAM9X60 SoC.

There should be a conflict between "ARM: at91: pm: introduce at91_soc_pm structure"
and a fixes for 5.1 "ARM: at91: pm: introduce at91_soc_pm structure" which has
been solved in linux-next.

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 at91-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)

----------------------------------------------------------------
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(-)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [GIT PULL] ARM: at91: SoC for 5.2
  2019-04-23  6:22 [GIT PULL] ARM: at91: SoC for 5.2 Ludovic Desroches
@ 2019-04-29 16:43 ` Olof Johansson
  2019-04-30  5:35   ` [RESEND GIT " Ludovic Desroches
  0 siblings, 1 reply; 6+ messages in thread
From: Olof Johansson @ 2019-04-29 16:43 UTC (permalink / raw)
  To: Ludovic Desroches
  Cc: Alexandre Belloni, Arnd Bergmann, Kevin Hilman, arm, linux-arm-kernel

On Tue, Apr 23, 2019 at 08:22:43AM +0200, Ludovic Desroches wrote:
> Hi Arnd, Kevin, Olof,
> 
> Changes are about PM for the SAM9X60 SoC.
> 
> There should be a conflict between "ARM: at91: pm: introduce at91_soc_pm structure"
> and a fixes for 5.1 "ARM: at91: pm: introduce at91_soc_pm structure" which has
> been solved in linux-next.
> 
> Regards
> 
> Ludovic

I just noticed you're not using signed tags -- I missed that on the DT branch.

Please get setup with a key and use tags, and use those to describe your
pull requests. Given that you've got kernel.org access you must already
have a key signed by people so that step is already taken care of.



-Olof

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [RESEND GIT PULL] ARM: at91: SoC for 5.2
  2019-04-29 16:43 ` Olof Johansson
@ 2019-04-30  5:35   ` Ludovic Desroches
  2019-05-09 11:25     ` Ludovic Desroches
  0 siblings, 1 reply; 6+ messages in thread
From: Ludovic Desroches @ 2019-04-30  5:35 UTC (permalink / raw)
  To: arm, Arnd Bergmann, Kevin Hilman, Olof Johansson
  Cc: Alexandre Belloni, Ludovic Desroches, linux-arm-kernel

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

----------------------------------------------------------------
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(-)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [RESEND GIT PULL] ARM: at91: SoC for 5.2
  2019-04-30  5:35   ` [RESEND GIT " Ludovic Desroches
@ 2019-05-09 11:25     ` Ludovic Desroches
  2019-05-16 18:01       ` Olof Johansson
  0 siblings, 1 reply; 6+ messages in thread
From: Ludovic Desroches @ 2019-05-09 11:25 UTC (permalink / raw)
  To: arm, Arnd Bergmann, Kevin Hilman, Olof Johansson
  Cc: Alexandre Belloni, linux-arm-kernel

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(-)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [RESEND GIT PULL] ARM: at91: SoC for 5.2
  2019-05-09 11:25     ` Ludovic Desroches
@ 2019-05-16 18:01       ` Olof Johansson
  2019-06-03  6:19         ` Ludovic Desroches
  0 siblings, 1 reply; 6+ messages in thread
From: Olof Johansson @ 2019-05-16 18:01 UTC (permalink / raw)
  To: arm, Arnd Bergmann, Kevin Hilman, linux-arm-kernel,
	Nicolas Ferre, Alexandre Belloni

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

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [RESEND GIT PULL] ARM: at91: SoC for 5.2
  2019-05-16 18:01       ` Olof Johansson
@ 2019-06-03  6:19         ` Ludovic Desroches
  0 siblings, 0 replies; 6+ messages in thread
From: Ludovic Desroches @ 2019-06-03  6:19 UTC (permalink / raw)
  To: Olof Johansson
  Cc: Alexandre Belloni, Arnd Bergmann, Kevin Hilman, arm, linux-arm-kernel

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

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2019-06-03  6:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-23  6:22 [GIT PULL] ARM: at91: SoC for 5.2 Ludovic Desroches
2019-04-29 16:43 ` Olof Johansson
2019-04-30  5:35   ` [RESEND GIT " Ludovic Desroches
2019-05-09 11:25     ` Ludovic Desroches
2019-05-16 18:01       ` Olof Johansson
2019-06-03  6:19         ` Ludovic Desroches

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).