All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] add a reset helper for resetting cores
@ 2012-10-28 13:17 Jonas Gorski
  2012-10-28 13:17 ` [PATCH 1/3] MIPS: BCM63XX: add softreset register description for BCM6358 Jonas Gorski
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Jonas Gorski @ 2012-10-28 13:17 UTC (permalink / raw)
  To: linux-mips
  Cc: Ralf Baechle, John Crispin, Maxime Bizon, Florian Fainelli,
	Kevin Cernekee

This patchset adds a reset helper to abstract out resetting the
different cores found on BCM63XX SoCs and adds proper locking to prevent
concurrent access to the softreset register.

This patchset technically depends on the pcie clock patch, but git am -3
manages to merge it automatically and correctly if it isn't applied.
There is no real dependency on the other patch.

Jonas Gorski (3):
  MIPS: BCM63XX: add softreset register description for BCM6358
  MIPS: BCM63XX: add core reset helper
  MIPS: BCM63XX: use the new reset helper

 arch/mips/bcm63xx/Makefile                         |    6 +-
 arch/mips/bcm63xx/clk.c                            |   19 +--
 arch/mips/bcm63xx/reset.c                          |  223 ++++++++++++++++++++
 arch/mips/include/asm/mach-bcm63xx/bcm63xx_regs.h  |   10 +
 arch/mips/include/asm/mach-bcm63xx/bcm63xx_reset.h |   21 ++
 arch/mips/pci/pci-bcm63xx.c                        |   19 +--
 6 files changed, 268 insertions(+), 30 deletions(-)
 create mode 100644 arch/mips/bcm63xx/reset.c
 create mode 100644 arch/mips/include/asm/mach-bcm63xx/bcm63xx_reset.h

-- 
1.7.2.5

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

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

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-28 13:17 [PATCH 0/3] add a reset helper for resetting cores Jonas Gorski
2012-10-28 13:17 ` [PATCH 1/3] MIPS: BCM63XX: add softreset register description for BCM6358 Jonas Gorski
2012-10-29 10:56   ` Sergei Shtylyov
2012-10-29 11:10     ` Florian Fainelli
2012-10-28 13:17 ` [PATCH 2/3] MIPS: BCM63XX: add core reset helper Jonas Gorski
2012-10-28 13:17 ` [PATCH 3/3] MIPS: BCM63XX: use the new " Jonas Gorski

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.