Linux MIPS Architecture development
 help / color / mirror / Atom feed
* [PATCH 0/8] MIPS: BCM63XX: remove !RUNTIME_DETECT support
@ 2014-07-08 14:53 Jonas Gorski
  2014-07-08 14:53 ` [PATCH 1/8] MIPS: BCM63XX: remove !RUNTIME_DETECT code from register sets Jonas Gorski
                   ` (8 more replies)
  0 siblings, 9 replies; 12+ messages in thread
From: Jonas Gorski @ 2014-07-08 14:53 UTC (permalink / raw)
  To: linux-mips
  Cc: Ralf Baechle, John Crispin, Maxime Bizon, Florian Fainelli,
	Kevin Cernekee

The advantages compared to the added maintaince burden of ensuring
that changes don't break the single-soc support with !RUNTIME_DETECT
are rather small, so remove it.

The only place where it might have any impact might be the irq code.
But even then replacing it with UASM might be a better choice, as it
would then profit all targets.

P.S: there is a small lie in 7/8, but since BCM6318 support isn't
yet upstream, it is valid for the current code. BCM6318 has only
a BCM3300 CPU, but it does have dc aliases (at least according to
the bootlog).

Jonas Gorski (8):
  MIPS: BCM63XX: remove !RUNTIME_DETECT code from register sets
  MIPS: BCM63XX: remove !RUNTIME_DETECT from irq setup code
  MIPS: BCM63XX: remove !RUNTIME_DETECT from reset code
  MIPS: BCM63XX: remove !RUNTIME_DETECT code from gpio code
  MIPS: BCM63XX: remove !RUNTIME_DETECT from spi code
  MIPS: BCM63XX: remove !RUNTIME_DETECT usage from enet code
  MIPS: BCM63XX: remove !RUNTIME_DETECT in cpu-feature-overrides
  MIPS: BCM63XX: remove !RUNTIME_DETECT code for bcmcpu_get_id

 arch/mips/bcm63xx/cpu.c                            |  11 +-
 arch/mips/bcm63xx/dev-enet.c                       |   4 -
 arch/mips/bcm63xx/dev-spi.c                        |   4 -
 arch/mips/bcm63xx/gpio.c                           |  14 --
 arch/mips/bcm63xx/irq.c                            | 109 ------------
 arch/mips/bcm63xx/reset.c                          |  60 -------
 arch/mips/include/asm/mach-bcm63xx/bcm63xx_cpu.h   | 198 ++++-----------------
 .../include/asm/mach-bcm63xx/bcm63xx_dev_enet.h    |  46 -----
 .../include/asm/mach-bcm63xx/bcm63xx_dev_spi.h     |  31 ----
 .../asm/mach-bcm63xx/cpu-feature-overrides.h       |   2 +-
 10 files changed, 39 insertions(+), 440 deletions(-)

-- 
2.0.0

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

end of thread, other threads:[~2014-11-05 20:37 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-08 14:53 [PATCH 0/8] MIPS: BCM63XX: remove !RUNTIME_DETECT support Jonas Gorski
2014-07-08 14:53 ` [PATCH 1/8] MIPS: BCM63XX: remove !RUNTIME_DETECT code from register sets Jonas Gorski
2014-07-08 14:53 ` [PATCH 2/8] MIPS: BCM63XX: remove !RUNTIME_DETECT from irq setup code Jonas Gorski
2014-07-08 14:53 ` [PATCH 3/8] MIPS: BCM63XX: remove !RUNTIME_DETECT from reset code Jonas Gorski
2014-07-08 14:53 ` [PATCH 4/8] MIPS: BCM63XX: remove !RUNTIME_DETECT code from gpio code Jonas Gorski
2014-07-08 14:53 ` [PATCH 5/8] MIPS: BCM63XX: remove !RUNTIME_DETECT from spi code Jonas Gorski
2014-07-08 14:53 ` [PATCH 6/8] MIPS: BCM63XX: remove !RUNTIME_DETECT usage from enet code Jonas Gorski
     [not found]   ` <53BC156D.6080106@cogentembedded.com>
2014-07-09 11:58     ` Jonas Gorski
2014-07-08 14:53 ` [PATCH 7/8] MIPS: BCM63XX: remove !RUNTIME_DETECT in cpu-feature-overrides Jonas Gorski
2014-11-05 20:36   ` Kevin Cernekee
2014-07-08 14:53 ` [PATCH 8/8] MIPS: BCM63XX: remove !RUNTIME_DETECT code for bcmcpu_get_id Jonas Gorski
2014-07-09 19:48 ` [PATCH 0/8] MIPS: BCM63XX: remove !RUNTIME_DETECT support Florian Fainelli

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox