All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] at91: cleanup/soc for 3.20 #3
@ 2015-01-23 17:15 ` Nicolas Ferre
  0 siblings, 0 replies; 10+ messages in thread
From: Nicolas Ferre @ 2015-01-23 17:15 UTC (permalink / raw)
  To: Arnd Bergmann, Olof Johansson, arm
  Cc: Nicolas Ferre, Linux Kernel list, linux-arm-kernel,
	Alexandre Belloni, Boris BREZILLON,
	Jean-Christophe PLAGNIOL-VILLARD, Ludovic Desroches

Arnd, Olof, Kevin,

This is a batch of cleanup/soc modifications that you may also stack on top of
your "soc" branch as the previous one. It stabilizes a little bit our cleanup
action before going further.
I also have the feeling that multi-platform would be hard to reach for 3.20...

Thanks, best regards,

The following changes since commit 29ee506d0d56f6d39cc237de2512f9cb5629cbf7:

  ARM: at91: move at91rm9200_idle() to clk/at91/pmc.c (2015-01-16 18:08:42 +0100)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git tags/at91-cleanup3

for you to fetch changes up to d7b943cd96a1196a7e4f8ae48fc16a086ccc9a6a:

  ARM: at91: pm: remove warning to remove SOC_AT91SAM9263 usage (2015-01-23 12:35:50 +0100)

----------------------------------------------------------------
Third batch of cleanup/soc for 3.20:
- several fixes and adjustments following the last cleanup batch
- removal of some unused Kconfig options
- slight PM and pm_idle rework to ease future rework
- removal of unneeded mach/system_rev.h

----------------------------------------------------------------
Alexandre Belloni (6):
      ARM: at91: mark const init data with __initconst instead of __initdata
      ARM: at91: fix sam9n12 and sam9x5 arm_pm_idle
      ARM: at91: sam9: set arm_pm_idle from sam9_dt_device_init
      ARM: at91: stop using HAVE_AT91_DBGUx
      ARM: at91: remove unused mach/system_rev.h
      ARM: at91: pm: remove warning to remove SOC_AT91SAM9263 usage

Nicolas Ferre (3):
      ARM: at91: fix Kconfig.debug by adding DEBUG_AT91_UART option
      ARM: at91: fix PM initialization for newer SoCs
      ARM: at91: fix ordering of SRAM and PM initialization

 arch/arm/Kconfig.debug                       | 13 ++++++-----
 arch/arm/mach-at91/Kconfig                   | 19 ----------------
 arch/arm/mach-at91/at91sam9260.c             |  6 -----
 arch/arm/mach-at91/at91sam9261.c             |  6 -----
 arch/arm/mach-at91/at91sam9263.c             |  6 -----
 arch/arm/mach-at91/at91sam9g45.c             |  5 -----
 arch/arm/mach-at91/at91sam9rl.c              |  6 -----
 arch/arm/mach-at91/board-dt-rm9200.c         |  6 ++---
 arch/arm/mach-at91/board-dt-sam9.c           | 33 +++++++++++++++++++++++++---
 arch/arm/mach-at91/board-dt-sama5.c          |  2 +-
 arch/arm/mach-at91/generic.h                 |  2 ++
 arch/arm/mach-at91/include/mach/system_rev.h | 27 -----------------------
 arch/arm/mach-at91/pm.c                      |  7 ++++++
 arch/arm/mach-at91/pm_slowclock.S            |  9 --------
 14 files changed, 51 insertions(+), 96 deletions(-)
 delete mode 100644 arch/arm/mach-at91/include/mach/system_rev.h

-- 
Nicolas Ferre

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

* [GIT PULL] at91: cleanup/soc for 3.20 #3
@ 2015-01-23 17:15 ` Nicolas Ferre
  0 siblings, 0 replies; 10+ messages in thread
From: Nicolas Ferre @ 2015-01-23 17:15 UTC (permalink / raw)
  To: linux-arm-kernel

Arnd, Olof, Kevin,

This is a batch of cleanup/soc modifications that you may also stack on top of
your "soc" branch as the previous one. It stabilizes a little bit our cleanup
action before going further.
I also have the feeling that multi-platform would be hard to reach for 3.20...

Thanks, best regards,

The following changes since commit 29ee506d0d56f6d39cc237de2512f9cb5629cbf7:

  ARM: at91: move at91rm9200_idle() to clk/at91/pmc.c (2015-01-16 18:08:42 +0100)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git tags/at91-cleanup3

for you to fetch changes up to d7b943cd96a1196a7e4f8ae48fc16a086ccc9a6a:

  ARM: at91: pm: remove warning to remove SOC_AT91SAM9263 usage (2015-01-23 12:35:50 +0100)

----------------------------------------------------------------
Third batch of cleanup/soc for 3.20:
- several fixes and adjustments following the last cleanup batch
- removal of some unused Kconfig options
- slight PM and pm_idle rework to ease future rework
- removal of unneeded mach/system_rev.h

----------------------------------------------------------------
Alexandre Belloni (6):
      ARM: at91: mark const init data with __initconst instead of __initdata
      ARM: at91: fix sam9n12 and sam9x5 arm_pm_idle
      ARM: at91: sam9: set arm_pm_idle from sam9_dt_device_init
      ARM: at91: stop using HAVE_AT91_DBGUx
      ARM: at91: remove unused mach/system_rev.h
      ARM: at91: pm: remove warning to remove SOC_AT91SAM9263 usage

Nicolas Ferre (3):
      ARM: at91: fix Kconfig.debug by adding DEBUG_AT91_UART option
      ARM: at91: fix PM initialization for newer SoCs
      ARM: at91: fix ordering of SRAM and PM initialization

 arch/arm/Kconfig.debug                       | 13 ++++++-----
 arch/arm/mach-at91/Kconfig                   | 19 ----------------
 arch/arm/mach-at91/at91sam9260.c             |  6 -----
 arch/arm/mach-at91/at91sam9261.c             |  6 -----
 arch/arm/mach-at91/at91sam9263.c             |  6 -----
 arch/arm/mach-at91/at91sam9g45.c             |  5 -----
 arch/arm/mach-at91/at91sam9rl.c              |  6 -----
 arch/arm/mach-at91/board-dt-rm9200.c         |  6 ++---
 arch/arm/mach-at91/board-dt-sam9.c           | 33 +++++++++++++++++++++++++---
 arch/arm/mach-at91/board-dt-sama5.c          |  2 +-
 arch/arm/mach-at91/generic.h                 |  2 ++
 arch/arm/mach-at91/include/mach/system_rev.h | 27 -----------------------
 arch/arm/mach-at91/pm.c                      |  7 ++++++
 arch/arm/mach-at91/pm_slowclock.S            |  9 --------
 14 files changed, 51 insertions(+), 96 deletions(-)
 delete mode 100644 arch/arm/mach-at91/include/mach/system_rev.h

-- 
Nicolas Ferre

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

* Re: [GIT PULL] at91: cleanup/soc for 3.20 #3
  2015-01-23 17:15 ` Nicolas Ferre
@ 2015-01-23 23:06   ` Olof Johansson
  -1 siblings, 0 replies; 10+ messages in thread
From: Olof Johansson @ 2015-01-23 23:06 UTC (permalink / raw)
  To: Nicolas Ferre
  Cc: Arnd Bergmann, arm, Linux Kernel list, linux-arm-kernel,
	Alexandre Belloni, Boris BREZILLON,
	Jean-Christophe PLAGNIOL-VILLARD, Ludovic Desroches

On Fri, Jan 23, 2015 at 06:15:07PM +0100, Nicolas Ferre wrote:
> Arnd, Olof, Kevin,
> 
> This is a batch of cleanup/soc modifications that you may also stack on top of
> your "soc" branch as the previous one. It stabilizes a little bit our cleanup
> action before going further.
> I also have the feeling that multi-platform would be hard to reach for 3.20...
> 
> Thanks, best regards,
> 
> The following changes since commit 29ee506d0d56f6d39cc237de2512f9cb5629cbf7:
> 
>   ARM: at91: move at91rm9200_idle() to clk/at91/pmc.c (2015-01-16 18:08:42 +0100)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git tags/at91-cleanup3
> 
> for you to fetch changes up to d7b943cd96a1196a7e4f8ae48fc16a086ccc9a6a:
> 
>   ARM: at91: pm: remove warning to remove SOC_AT91SAM9263 usage (2015-01-23 12:35:50 +0100)
> 

Hi,

I had a comment on the very first patch in this branch, so please address that
and send a fresh pull request.


Thanks,

-Olof

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

* [GIT PULL] at91: cleanup/soc for 3.20 #3
@ 2015-01-23 23:06   ` Olof Johansson
  0 siblings, 0 replies; 10+ messages in thread
From: Olof Johansson @ 2015-01-23 23:06 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Jan 23, 2015 at 06:15:07PM +0100, Nicolas Ferre wrote:
> Arnd, Olof, Kevin,
> 
> This is a batch of cleanup/soc modifications that you may also stack on top of
> your "soc" branch as the previous one. It stabilizes a little bit our cleanup
> action before going further.
> I also have the feeling that multi-platform would be hard to reach for 3.20...
> 
> Thanks, best regards,
> 
> The following changes since commit 29ee506d0d56f6d39cc237de2512f9cb5629cbf7:
> 
>   ARM: at91: move at91rm9200_idle() to clk/at91/pmc.c (2015-01-16 18:08:42 +0100)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git tags/at91-cleanup3
> 
> for you to fetch changes up to d7b943cd96a1196a7e4f8ae48fc16a086ccc9a6a:
> 
>   ARM: at91: pm: remove warning to remove SOC_AT91SAM9263 usage (2015-01-23 12:35:50 +0100)
> 

Hi,

I had a comment on the very first patch in this branch, so please address that
and send a fresh pull request.


Thanks,

-Olof

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

* Re: [GIT PULL] at91: cleanup/soc for 3.20 #3
  2015-01-23 17:15 ` Nicolas Ferre
@ 2015-01-23 23:27   ` Alexandre Belloni
  -1 siblings, 0 replies; 10+ messages in thread
From: Alexandre Belloni @ 2015-01-23 23:27 UTC (permalink / raw)
  To: Nicolas Ferre
  Cc: Arnd Bergmann, Olof Johansson, arm, Linux Kernel list,
	linux-arm-kernel, Boris BREZILLON,
	Jean-Christophe PLAGNIOL-VILLARD, Ludovic Desroches

On 23/01/2015 at 18:15:07 +0100, Nicolas Ferre wrote :
> Arnd, Olof, Kevin,
> 
> This is a batch of cleanup/soc modifications that you may also stack on top of
> your "soc" branch as the previous one. It stabilizes a little bit our cleanup
> action before going further.
> I also have the feeling that multi-platform would be hard to reach for 3.20...
> 

If I'm not mistaken, rc6 is on sunday, so anything else is probably too
late.

-- 
Alexandre Belloni, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [GIT PULL] at91: cleanup/soc for 3.20 #3
@ 2015-01-23 23:27   ` Alexandre Belloni
  0 siblings, 0 replies; 10+ messages in thread
From: Alexandre Belloni @ 2015-01-23 23:27 UTC (permalink / raw)
  To: linux-arm-kernel

On 23/01/2015 at 18:15:07 +0100, Nicolas Ferre wrote :
> Arnd, Olof, Kevin,
> 
> This is a batch of cleanup/soc modifications that you may also stack on top of
> your "soc" branch as the previous one. It stabilizes a little bit our cleanup
> action before going further.
> I also have the feeling that multi-platform would be hard to reach for 3.20...
> 

If I'm not mistaken, rc6 is on sunday, so anything else is probably too
late.

-- 
Alexandre Belloni, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [GIT PULL] at91: cleanup/soc for 3.20 #3 (bis)
  2015-01-23 23:06   ` Olof Johansson
@ 2015-01-26 13:00     ` Nicolas Ferre
  -1 siblings, 0 replies; 10+ messages in thread
From: Nicolas Ferre @ 2015-01-26 13:00 UTC (permalink / raw)
  To: Arnd Bergmann, Olof Johansson, arm
  Cc: Nicolas Ferre, Linux Kernel list, linux-arm-kernel,
	Alexandre Belloni, Boris BREZILLON,
	Jean-Christophe PLAGNIOL-VILLARD, Ludovic Desroches


Arnd, Olof, Kevin,

This is the rework of my previous pull-request with modifications advised by
Olof.
This is a batch of cleanup/soc modifications that you may also stack on top of
your "soc" branch as the previous one. It stabilizes a little bit our cleanup
action before going further.
Another one may be proposed before the merge-window opens.

Thanks, best regards,

The following changes since commit 29ee506d0d56f6d39cc237de2512f9cb5629cbf7:

  ARM: at91: move at91rm9200_idle() to clk/at91/pmc.c (2015-01-16 18:08:42 +0100)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git tags/at91-cleanup3

for you to fetch changes up to 9726b6892beeaa736610370429a23a481d1b133e:

  ARM: at91: pm: remove warning to remove SOC_AT91SAM9263 usage (2015-01-26 13:44:19 +0100)

----------------------------------------------------------------
Third batch of cleanup/soc for 3.20:
- several fixes and adjustments following the last cleanup batch
- removal of some unused Kconfig options
- slight PM and pm_idle rework to ease future rework
- removal of unneeded mach/system_rev.h

----------------------------------------------------------------
Alexandre Belloni (6):
      ARM: at91: mark const init data with __initconst instead of __initdata
      ARM: at91: fix sam9n12 and sam9x5 arm_pm_idle
      ARM: at91: sam9: set arm_pm_idle from sam9_dt_device_init
      ARM: at91: stop using HAVE_AT91_DBGUx
      ARM: at91: remove unused mach/system_rev.h
      ARM: at91: pm: remove warning to remove SOC_AT91SAM9263 usage

Nicolas Ferre (3):
      ARM: at91: fix Kconfig.debug by adding DEBUG_AT91_UART option
      ARM: at91: fix PM initialization for newer SoCs
      ARM: at91: fix ordering of SRAM and PM initialization

 arch/arm/Kconfig.debug                       | 16 +++++++++-----
 arch/arm/mach-at91/Kconfig                   | 19 ----------------
 arch/arm/mach-at91/at91sam9260.c             |  6 -----
 arch/arm/mach-at91/at91sam9261.c             |  6 -----
 arch/arm/mach-at91/at91sam9263.c             |  6 -----
 arch/arm/mach-at91/at91sam9g45.c             |  5 -----
 arch/arm/mach-at91/at91sam9rl.c              |  6 -----
 arch/arm/mach-at91/board-dt-rm9200.c         |  6 ++---
 arch/arm/mach-at91/board-dt-sam9.c           | 33 +++++++++++++++++++++++++---
 arch/arm/mach-at91/board-dt-sama5.c          |  2 +-
 arch/arm/mach-at91/generic.h                 |  2 ++
 arch/arm/mach-at91/include/mach/system_rev.h | 27 -----------------------
 arch/arm/mach-at91/pm.c                      |  7 ++++++
 arch/arm/mach-at91/pm_slowclock.S            |  9 --------
 14 files changed, 54 insertions(+), 96 deletions(-)
 delete mode 100644 arch/arm/mach-at91/include/mach/system_rev.h

-- 
Nicolas Ferre

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

* [GIT PULL] at91: cleanup/soc for 3.20 #3 (bis)
@ 2015-01-26 13:00     ` Nicolas Ferre
  0 siblings, 0 replies; 10+ messages in thread
From: Nicolas Ferre @ 2015-01-26 13:00 UTC (permalink / raw)
  To: linux-arm-kernel


Arnd, Olof, Kevin,

This is the rework of my previous pull-request with modifications advised by
Olof.
This is a batch of cleanup/soc modifications that you may also stack on top of
your "soc" branch as the previous one. It stabilizes a little bit our cleanup
action before going further.
Another one may be proposed before the merge-window opens.

Thanks, best regards,

The following changes since commit 29ee506d0d56f6d39cc237de2512f9cb5629cbf7:

  ARM: at91: move at91rm9200_idle() to clk/at91/pmc.c (2015-01-16 18:08:42 +0100)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git tags/at91-cleanup3

for you to fetch changes up to 9726b6892beeaa736610370429a23a481d1b133e:

  ARM: at91: pm: remove warning to remove SOC_AT91SAM9263 usage (2015-01-26 13:44:19 +0100)

----------------------------------------------------------------
Third batch of cleanup/soc for 3.20:
- several fixes and adjustments following the last cleanup batch
- removal of some unused Kconfig options
- slight PM and pm_idle rework to ease future rework
- removal of unneeded mach/system_rev.h

----------------------------------------------------------------
Alexandre Belloni (6):
      ARM: at91: mark const init data with __initconst instead of __initdata
      ARM: at91: fix sam9n12 and sam9x5 arm_pm_idle
      ARM: at91: sam9: set arm_pm_idle from sam9_dt_device_init
      ARM: at91: stop using HAVE_AT91_DBGUx
      ARM: at91: remove unused mach/system_rev.h
      ARM: at91: pm: remove warning to remove SOC_AT91SAM9263 usage

Nicolas Ferre (3):
      ARM: at91: fix Kconfig.debug by adding DEBUG_AT91_UART option
      ARM: at91: fix PM initialization for newer SoCs
      ARM: at91: fix ordering of SRAM and PM initialization

 arch/arm/Kconfig.debug                       | 16 +++++++++-----
 arch/arm/mach-at91/Kconfig                   | 19 ----------------
 arch/arm/mach-at91/at91sam9260.c             |  6 -----
 arch/arm/mach-at91/at91sam9261.c             |  6 -----
 arch/arm/mach-at91/at91sam9263.c             |  6 -----
 arch/arm/mach-at91/at91sam9g45.c             |  5 -----
 arch/arm/mach-at91/at91sam9rl.c              |  6 -----
 arch/arm/mach-at91/board-dt-rm9200.c         |  6 ++---
 arch/arm/mach-at91/board-dt-sam9.c           | 33 +++++++++++++++++++++++++---
 arch/arm/mach-at91/board-dt-sama5.c          |  2 +-
 arch/arm/mach-at91/generic.h                 |  2 ++
 arch/arm/mach-at91/include/mach/system_rev.h | 27 -----------------------
 arch/arm/mach-at91/pm.c                      |  7 ++++++
 arch/arm/mach-at91/pm_slowclock.S            |  9 --------
 14 files changed, 54 insertions(+), 96 deletions(-)
 delete mode 100644 arch/arm/mach-at91/include/mach/system_rev.h

-- 
Nicolas Ferre

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

* Re: [GIT PULL] at91: cleanup/soc for 3.20 #3 (bis)
  2015-01-26 13:00     ` Nicolas Ferre
@ 2015-01-27  2:42       ` Olof Johansson
  -1 siblings, 0 replies; 10+ messages in thread
From: Olof Johansson @ 2015-01-27  2:42 UTC (permalink / raw)
  To: Nicolas Ferre
  Cc: Arnd Bergmann, arm, Linux Kernel list, linux-arm-kernel,
	Alexandre Belloni, Boris BREZILLON,
	Jean-Christophe PLAGNIOL-VILLARD, Ludovic Desroches

On Mon, Jan 26, 2015 at 02:00:30PM +0100, Nicolas Ferre wrote:
> 
> Arnd, Olof, Kevin,
> 
> This is the rework of my previous pull-request with modifications advised by
> Olof.
> This is a batch of cleanup/soc modifications that you may also stack on top of
> your "soc" branch as the previous one. It stabilizes a little bit our cleanup
> action before going further.
> Another one may be proposed before the merge-window opens.
> 
> Thanks, best regards,
> 
> The following changes since commit 29ee506d0d56f6d39cc237de2512f9cb5629cbf7:
> 
>   ARM: at91: move at91rm9200_idle() to clk/at91/pmc.c (2015-01-16 18:08:42 +0100)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git tags/at91-cleanup3
> 
> for you to fetch changes up to 9726b6892beeaa736610370429a23a481d1b133e:
> 
>   ARM: at91: pm: remove warning to remove SOC_AT91SAM9263 usage (2015-01-26 13:44:19 +0100)

Merged, thanks.


-Olof

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

* [GIT PULL] at91: cleanup/soc for 3.20 #3 (bis)
@ 2015-01-27  2:42       ` Olof Johansson
  0 siblings, 0 replies; 10+ messages in thread
From: Olof Johansson @ 2015-01-27  2:42 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Jan 26, 2015 at 02:00:30PM +0100, Nicolas Ferre wrote:
> 
> Arnd, Olof, Kevin,
> 
> This is the rework of my previous pull-request with modifications advised by
> Olof.
> This is a batch of cleanup/soc modifications that you may also stack on top of
> your "soc" branch as the previous one. It stabilizes a little bit our cleanup
> action before going further.
> Another one may be proposed before the merge-window opens.
> 
> Thanks, best regards,
> 
> The following changes since commit 29ee506d0d56f6d39cc237de2512f9cb5629cbf7:
> 
>   ARM: at91: move at91rm9200_idle() to clk/at91/pmc.c (2015-01-16 18:08:42 +0100)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git tags/at91-cleanup3
> 
> for you to fetch changes up to 9726b6892beeaa736610370429a23a481d1b133e:
> 
>   ARM: at91: pm: remove warning to remove SOC_AT91SAM9263 usage (2015-01-26 13:44:19 +0100)

Merged, thanks.


-Olof

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

end of thread, other threads:[~2015-01-27  2:42 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-23 17:15 [GIT PULL] at91: cleanup/soc for 3.20 #3 Nicolas Ferre
2015-01-23 17:15 ` Nicolas Ferre
2015-01-23 23:06 ` Olof Johansson
2015-01-23 23:06   ` Olof Johansson
2015-01-26 13:00   ` [GIT PULL] at91: cleanup/soc for 3.20 #3 (bis) Nicolas Ferre
2015-01-26 13:00     ` Nicolas Ferre
2015-01-27  2:42     ` Olof Johansson
2015-01-27  2:42       ` Olof Johansson
2015-01-23 23:27 ` [GIT PULL] at91: cleanup/soc for 3.20 #3 Alexandre Belloni
2015-01-23 23:27   ` Alexandre Belloni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.