All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 00/13] MIPS: ath79: add initial support for the Atheros AR934X SoCs
@ 2012-03-14 10:45 Gabor Juhos
  2012-03-14 10:45 ` [PATCH v2 01/13] MIPS: ath79: add early_printk support for AR934X Gabor Juhos
                   ` (12 more replies)
  0 siblings, 13 replies; 16+ messages in thread
From: Gabor Juhos @ 2012-03-14 10:45 UTC (permalink / raw)
  To: Ralf Baechle; +Cc: linux-mips, Luis R. Rodriguez, mcgrof, juhosg

This patch set adds initial support for the Atheros AR934X SoCs.

This depends on the following patch set:
v3 of 'MIPS: ath79: AR724X PCI fixes and AR71XX PCI support'

Changes since v1:
 - the watchdog related patch is removed because that is in
   in upstream already
 - the USB support is removed, it will be reintroduced by a
   separate series 

Gabor Juhos (13):
  MIPS: ath79: add early_printk support for AR934X
  MIPS: ath79: sort case statements in ath79_detect_sys_type
  MIPS: ath79: add SoC detection code for AR934X
  MIPS: ath79: add clock initialization code for AR934X
  MIPS: ath79: add GPIO support code for AR934X
  MIPS: ath79: rework IP2/IP3 interrupt handling
  MIPS: ath79: add IRQ handling code for AR934X
  MIPS: ath79: add AR934X specific glue to ath79_device_reset_{clear,set}
  MIPS: ath79: register UART device for AR934X SoCs
  MIPS: ath79: add WMAC registration code for AR934X
  MIPS: ath79: add PCI_AR724X Kconfig symbol
  MIPS: ath79: add PCI registration code for AR934X
  MIPS: ath79: add initial support for the Atheros DB120 board

 arch/mips/ath79/Kconfig                        |   24 ++++-
 arch/mips/ath79/Makefile                       |    1 +
 arch/mips/ath79/clock.c                        |   81 +++++++++++++
 arch/mips/ath79/common.c                       |    9 ++-
 arch/mips/ath79/dev-common.c                   |    3 +-
 arch/mips/ath79/dev-wmac.c                     |   30 +++++-
 arch/mips/ath79/early_printk.c                 |    3 +
 arch/mips/ath79/gpio.c                         |   47 +++++++-
 arch/mips/ath79/irq.c                          |  147 +++++++++++++++++++----
 arch/mips/ath79/mach-db120.c                   |  153 ++++++++++++++++++++++++
 arch/mips/ath79/machtypes.h                    |    1 +
 arch/mips/ath79/pci.c                          |   13 ++-
 arch/mips/ath79/setup.c                        |   45 +++++--
 arch/mips/include/asm/mach-ath79/ar71xx_regs.h |   91 ++++++++++++++-
 arch/mips/include/asm/mach-ath79/ath79.h       |   23 ++++
 arch/mips/include/asm/mach-ath79/irq.h         |    6 +-
 arch/mips/include/asm/mach-ath79/pci.h         |    2 +-
 arch/mips/pci/Makefile                         |    2 +-
 18 files changed, 635 insertions(+), 46 deletions(-)
 create mode 100644 arch/mips/ath79/mach-db120.c

-- 
1.7.2.1

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

end of thread, other threads:[~2012-03-14 18:33 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-14 10:45 [PATCH v2 00/13] MIPS: ath79: add initial support for the Atheros AR934X SoCs Gabor Juhos
2012-03-14 10:45 ` [PATCH v2 01/13] MIPS: ath79: add early_printk support for AR934X Gabor Juhos
2012-03-14 10:45 ` [PATCH v2 02/13] MIPS: ath79: sort case statements in ath79_detect_sys_type Gabor Juhos
2012-03-14 10:45 ` [PATCH v2 03/13] MIPS: ath79: add SoC detection code for AR934X Gabor Juhos
2012-03-14 10:45 ` [PATCH v2 04/13] MIPS: ath79: add clock initialization " Gabor Juhos
2012-03-14 10:45 ` [PATCH v2 05/13] MIPS: ath79: add GPIO support " Gabor Juhos
2012-03-14 10:45 ` [PATCH v2 06/13] MIPS: ath79: rework IP2/IP3 interrupt handling Gabor Juhos
2012-03-14 10:45 ` [PATCH v2 07/13] MIPS: ath79: add IRQ handling code for AR934X Gabor Juhos
2012-03-14 10:45 ` [PATCH v2 08/13] MIPS: ath79: add AR934X specific glue to ath79_device_reset_{clear,set} Gabor Juhos
2012-03-14 10:45 ` [PATCH v2 09/13] MIPS: ath79: register UART device for AR934X SoCs Gabor Juhos
2012-03-14 10:45 ` [PATCH v2 10/13] MIPS: ath79: add WMAC registration code for AR934X Gabor Juhos
2012-03-14 10:45 ` [PATCH v2 11/13] MIPS: ath79: add PCI_AR724X Kconfig symbol Gabor Juhos
2012-03-14 10:45 ` [PATCH v2 12/13] MIPS: ath79: add PCI registration code for AR934X Gabor Juhos
2012-03-14 10:45 ` [PATCH v2 13/13] MIPS: ath79: add initial support for the Atheros DB120 board Gabor Juhos
2012-03-14 18:33   ` Luis R. Rodriguez
2012-03-14 18:33     ` Luis R. Rodriguez

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.