All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/10] MIPS: ralink: various minor fixes and features
@ 2014-10-08 23:52 John Crispin
  2014-10-08 23:52 ` [PATCH 01/10] MIPS: ralink: add verbose pmu info John Crispin
                   ` (9 more replies)
  0 siblings, 10 replies; 14+ messages in thread
From: John Crispin @ 2014-10-08 23:52 UTC (permalink / raw)
  To: Ralf Baechle; +Cc: linux-mips

Over the last year these had been staged inside openwrt. These patches are a
pre-req for the following series which adds new mediatek SoCs.

John Crispin (10):
  MIPS: ralink: add verbose pmu info
  MIPS: ralink: add a helper for reading the ECO version
  MIPS: ralink: add rt_sysc_m32 helper
  MIPS: ralink: add a bootrom dumper module
  MIPS: ralink: add illegal access driver
  MIPS: ralink: allow manual memory override
  MIPS: ralink: add missing clk_set_rate() to clk.c
  MIPS: ralink: add rt2880 wmac clock
  MIPS: ralink: add rt3883 wmac clock
  MIPS: ralink: copy the commandline from the devicetree

 arch/mips/include/asm/mach-ralink/mt7620.h      |    5 ++
 arch/mips/include/asm/mach-ralink/ralink_regs.h |    7 ++
 arch/mips/ralink/Makefile                       |    4 ++
 arch/mips/ralink/bootrom.c                      |   48 +++++++++++++
 arch/mips/ralink/clk.c                          |    6 ++
 arch/mips/ralink/ill_acc.c                      |   87 +++++++++++++++++++++++
 arch/mips/ralink/mt7620.c                       |   26 +++++++
 arch/mips/ralink/of.c                           |   18 ++++-
 arch/mips/ralink/rt288x.c                       |    3 +-
 arch/mips/ralink/rt3883.c                       |    1 +
 10 files changed, 203 insertions(+), 2 deletions(-)
 create mode 100644 arch/mips/ralink/bootrom.c
 create mode 100644 arch/mips/ralink/ill_acc.c

-- 
1.7.10.4

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

end of thread, other threads:[~2014-10-09 16:42 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-08 23:52 [PATCH 00/10] MIPS: ralink: various minor fixes and features John Crispin
2014-10-08 23:52 ` [PATCH 01/10] MIPS: ralink: add verbose pmu info John Crispin
2014-10-08 23:52 ` [PATCH 02/10] MIPS: ralink: add a helper for reading the ECO version John Crispin
2014-10-08 23:52 ` [PATCH 03/10] MIPS: ralink: add rt_sysc_m32 helper John Crispin
2014-10-08 23:52 ` [PATCH 04/10] MIPS: ralink: add a bootrom dumper module John Crispin
2014-10-08 23:53 ` [PATCH 05/10] MIPS: ralink: add illegal access driver John Crispin
2014-10-09 16:19   ` Sergei Shtylyov
2014-10-08 23:53 ` [PATCH 06/10] MIPS: ralink: allow manual memory override John Crispin
2014-10-08 23:53 ` [PATCH 07/10] MIPS: ralink: add missing clk_set_rate() to clk.c John Crispin
2014-10-08 23:53 ` [PATCH 08/10] MIPS: ralink: add rt2880 wmac clock John Crispin
2014-10-09 16:20   ` Sergei Shtylyov
2014-10-09 16:42     ` John Crispin
2014-10-08 23:53 ` [PATCH 09/10] MIPS: ralink: add rt3883 " John Crispin
2014-10-08 23:53 ` [PATCH 10/10] MIPS: ralink: copy the commandline from the devicetree John Crispin

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.