All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Use generic helper scu_power_mode()
@ 2012-10-24  8:54 Bastian Hecht
  2012-10-25  0:29 ` Simon Horman
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Bastian Hecht @ 2012-10-24  8:54 UTC (permalink / raw)
  To: linux-sh

The shmobile series implements its own code for setting the SCU power
register of the ARM MPCore. It uses 32-bit wide access and thus needs
locking as multiple CPUs might access it simultaneously for change. There is
already a small helper function that avoids the overhead by using 8-bit
wide access: As every CPU only accesses its own field we can drop the
lock and use it.

Bastian Hecht (3):
  ARM: shmobile: emev2: Replace modify_scu_cpu_psr with scu_power_mode
  ARM: shmobile: sh73a0: Replace modify_scu_cpu_psr with scu_power_mode
  ARM: shmobile: r8a7779: Replace modify_scu_cpu_psr with
    scu_power_mode

 arch/arm/mach-shmobile/smp-emev2.c   |   22 ++--------------------
 arch/arm/mach-shmobile/smp-r8a7779.c |   25 +++----------------------
 arch/arm/mach-shmobile/smp-sh73a0.c  |   23 ++---------------------
 3 files changed, 7 insertions(+), 63 deletions(-)

-- 
1.7.9.5


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

end of thread, other threads:[~2012-10-28  3:11 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-24  8:54 [PATCH 0/3] Use generic helper scu_power_mode() Bastian Hecht
2012-10-25  0:29 ` Simon Horman
2012-10-25 10:52 ` Bastian Hecht
2012-10-25 10:58 ` Bastian Hecht
2012-10-25 10:58   ` Bastian Hecht
2012-10-25 10:58   ` [PATCH 1/3] ARM: shmobile: emev2: Replace modify_scu_cpu_psr with scu_power_mode Bastian Hecht
2012-10-25 10:58     ` Bastian Hecht
2012-10-25 10:58   ` [PATCH 2/3] ARM: shmobile: sh73a0: " Bastian Hecht
2012-10-25 10:58     ` Bastian Hecht
2012-10-25 10:58   ` [PATCH 3/3] ARM: shmobile: r8a7779: " Bastian Hecht
2012-10-25 10:58     ` Bastian Hecht
2012-10-28  3:11   ` [PATCH 0/3] Use generic helper scu_power_mode() Simon Horman
2012-10-28  3:11     ` Simon Horman

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.