All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] add mt7620n and mt7628an support
@ 2014-10-10  7:49 John Crispin
  2014-10-10  7:49 ` [PATCH 1/4] MIPS: ralink: cleanup early_printk John Crispin
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: John Crispin @ 2014-10-10  7:49 UTC (permalink / raw)
  To: Ralf Baechle; +Cc: linux-mips

MT7620n is the small version of MT7620a with a smaller package and a few
peripherals missing. MT7628an is the new low cost version of the MT7620.

Also fix early_printk so that it allows more SoCs. MT7628an has a different irq
register layout. Make the driver load the register map from DT.


John Crispin (4):
  MIPS: ralink: cleanup early_printk
  MIPS: ralink: allow loading irq registers from the devicetree
  MIPS: ralink: add support for MT7620n
  MIPS: ralink: add mt7628an support

 arch/mips/include/asm/mach-ralink/mt7620.h |   18 +-
 arch/mips/ralink/Kconfig                   |    2 +-
 arch/mips/ralink/early_printk.c            |   45 +++--
 arch/mips/ralink/irq.c                     |   34 +++-
 arch/mips/ralink/mt7620.c                  |  282 +++++++++++++++++++++++-----
 5 files changed, 305 insertions(+), 76 deletions(-)

-- 
1.7.10.4

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

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

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-10  7:49 [PATCH 0/4] add mt7620n and mt7628an support John Crispin
2014-10-10  7:49 ` [PATCH 1/4] MIPS: ralink: cleanup early_printk John Crispin
2014-10-10  7:49 ` [PATCH 2/4] MIPS: ralink: allow loading irq registers from the devicetree John Crispin
2014-10-10  7:49 ` [PATCH 3/4] MIPS: ralink: add support for MT7620n John Crispin
2014-10-10 10:08   ` Sergei Shtylyov
2014-10-10 10:21     ` John Crispin
2014-10-10  7:49 ` [PATCH 4/4] MIPS: ralink: add mt7628an support 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.