All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/15] MIPS: lantiq: add clock and PMU support for new SoCs
@ 2015-10-28 22:37 Hauke Mehrtens
  2015-10-28 22:37 ` [PATCH 01/15] MIPS: lantiq: add locking for PMU register and check status afterwards Hauke Mehrtens
                   ` (14 more replies)
  0 siblings, 15 replies; 22+ messages in thread
From: Hauke Mehrtens @ 2015-10-28 22:37 UTC (permalink / raw)
  To: ralf; +Cc: blogic, linux-mips, Hauke Mehrtens

This is based on lantiq GPL code and adds SoC detection, clocks and PMU 
bits for some more SoCs and also adds the PMU bits for more devices. 

This was tested on a VRX288 and a GRX300.
This is targeted at kernel 4.5.

Hauke Mehrtens (15):
  MIPS: lantiq: add locking for PMU register and check status afterwards
  MIPS: lantiq: add support for setting PMU register on AR10 and GRX390
  MIPS: lantiq: rename CGU_SYS_VR9 register
  MIPS: lantiq: fix pp32 clock on vr9
  MIPS: lantiq: add clock detection for grx390 and ar10
  MIPS: lantiq: deactivate most of the devices by default
  MIPS: lantiq: add PMU bits for USB and SDIO devices
  MIPS: lantiq: add pmu bits for ar10 and grx390
  MIPS: lantiq: add support for gphy firmware loading for ar10 and
    grx390
  MIPS: lantiq: add SoC detection for ar10 and grx390
  MIPS: lantiq: add clock for mei driver
  MIPS: lantiq: add 1e103100.deu clock
  MIPS: lantiq: add misc clocks
  MIPS: lantiq: add support for xRX220 SoC
  MIPS: lantiq: fix check for return value of request_mem_region()

 .../mips/include/asm/mach-lantiq/xway/lantiq_soc.h |  14 ++
 arch/mips/lantiq/clk.h                             |  13 ++
 arch/mips/lantiq/irq.c                             |   8 +-
 arch/mips/lantiq/xway/clk.c                        | 174 +++++++++++++-
 arch/mips/lantiq/xway/prom.c                       |  34 ++-
 arch/mips/lantiq/xway/reset.c                      | 113 +++++++--
 arch/mips/lantiq/xway/sysctrl.c                    | 256 +++++++++++++++++----
 7 files changed, 538 insertions(+), 74 deletions(-)

-- 
2.6.1

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

end of thread, other threads:[~2015-10-29 19:17 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-28 22:37 [PATCH 00/15] MIPS: lantiq: add clock and PMU support for new SoCs Hauke Mehrtens
2015-10-28 22:37 ` [PATCH 01/15] MIPS: lantiq: add locking for PMU register and check status afterwards Hauke Mehrtens
2015-10-29 11:19   ` Sergei Shtylyov
2015-10-29 19:15   ` [PATCH please merge into original " Hauke Mehrtens
2015-10-28 22:37 ` [PATCH 02/15] MIPS: lantiq: add support for setting PMU register on AR10 and GRX390 Hauke Mehrtens
2015-10-28 22:37 ` [PATCH 03/15] MIPS: lantiq: rename CGU_SYS_VR9 register Hauke Mehrtens
2015-10-29 19:15   ` [PATCH please merge into original " Hauke Mehrtens
2015-10-28 22:37 ` [PATCH 04/15] MIPS: lantiq: fix pp32 clock on vr9 Hauke Mehrtens
2015-10-28 22:37 ` [PATCH 05/15] MIPS: lantiq: add clock detection for grx390 and ar10 Hauke Mehrtens
2015-10-28 22:37 ` [PATCH 06/15] MIPS: lantiq: deactivate most of the devices by default Hauke Mehrtens
2015-10-29  6:18   ` John Crispin
2015-10-28 22:37 ` [PATCH 07/15] MIPS: lantiq: add PMU bits for USB and SDIO devices Hauke Mehrtens
2015-10-28 22:37 ` [PATCH 08/15] MIPS: lantiq: add pmu bits for ar10 and grx390 Hauke Mehrtens
2015-10-28 22:37 ` [PATCH 09/15] MIPS: lantiq: add support for gphy firmware loading " Hauke Mehrtens
2015-10-29 19:16   ` [PATCH please merge into original " Hauke Mehrtens
2015-10-28 22:37 ` [PATCH 10/15] MIPS: lantiq: add SoC detection " Hauke Mehrtens
2015-10-29 19:17   ` [PATCH please merge into original " Hauke Mehrtens
2015-10-28 22:37 ` [PATCH 11/15] MIPS: lantiq: add clock for mei driver Hauke Mehrtens
2015-10-28 22:37 ` [PATCH 12/15] MIPS: lantiq: add 1e103100.deu clock Hauke Mehrtens
2015-10-28 22:37 ` [PATCH 13/15] MIPS: lantiq: add misc clocks Hauke Mehrtens
2015-10-28 22:37 ` [PATCH 14/15] MIPS: lantiq: add support for xRX220 SoC Hauke Mehrtens
2015-10-28 22:37 ` [PATCH 15/15] MIPS: lantiq: fix check for return value of request_mem_region() Hauke Mehrtens

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.