All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] Allow to register wireless MAC device on AR933X based boards
@ 2011-11-17 22:13 Gabor Juhos
  2011-11-17 22:13 ` [PATCH 1/6] MIPS: ath79: store the SoC revision in a global variable Gabor Juhos
                   ` (5 more replies)
  0 siblings, 6 replies; 17+ messages in thread
From: Gabor Juhos @ 2011-11-17 22:13 UTC (permalink / raw)
  To: Ralf Baechle; +Cc: Imre Kaloz, linux-mips, Gabor Juhos

This patch-set makes it possible to register a platform device 
for the built-in wireless MAC of the Atheros AR933X SoCs.

Gabor Juhos (6):
  MIPS: ath79: store the SoC revision in a global variable
  MIPS: ath79: remove 'ar913x' from common variable and function names
  MIPS: ath79: separate AR913x SoC specific WMAC setup code
  MIPS: ath79: add AR933x specific WMAC setup code
  MIPS: ath79: rename ATH79_DEV_AR913X_WMAC option to ATH79_DEV_WMAC
  MIPS: ath79: register the wireless MAC device on the AP121 board

 arch/mips/ath79/Kconfig                        |   11 ++--
 arch/mips/ath79/Makefile                       |    2 +-
 arch/mips/ath79/common.c                       |    1 +
 arch/mips/ath79/dev-ar913x-wmac.c              |   81 +++++++++++++++++++-----
 arch/mips/ath79/dev-ar913x-wmac.h              |   12 ++--
 arch/mips/ath79/mach-ap121.c                   |    4 +
 arch/mips/ath79/mach-ap81.c                    |    2 +-
 arch/mips/ath79/setup.c                        |    2 +
 arch/mips/include/asm/mach-ath79/ar71xx_regs.h |    4 +-
 arch/mips/include/asm/mach-ath79/ath79.h       |    1 +
 10 files changed, 90 insertions(+), 30 deletions(-)

-- 
1.7.2.1

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

end of thread, other threads:[~2011-11-18  9:32 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-17 22:13 [PATCH 0/6] Allow to register wireless MAC device on AR933X based boards Gabor Juhos
2011-11-17 22:13 ` [PATCH 1/6] MIPS: ath79: store the SoC revision in a global variable Gabor Juhos
2011-11-17 22:43   ` Ralf Baechle
2011-11-17 22:13 ` [PATCH 2/6] MIPS: ath79: remove 'ar913x' from common variable and function names Gabor Juhos
2011-11-17 22:32   ` Ralf Baechle
2011-11-17 22:35     ` Gabor Juhos
2011-11-17 22:43   ` Ralf Baechle
2011-11-18  9:11   ` Sergei Shtylyov
2011-11-18  9:32     ` Gabor Juhos
2011-11-17 22:13 ` [PATCH 3/6] MIPS: ath79: separate AR913x SoC specific WMAC setup code Gabor Juhos
2011-11-17 22:43   ` Ralf Baechle
2011-11-17 22:13 ` [PATCH 4/6] MIPS: ath79: add AR933x " Gabor Juhos
2011-11-17 22:43   ` Ralf Baechle
2011-11-17 22:13 ` [PATCH 5/6] MIPS: ath79: rename ATH79_DEV_AR913X_WMAC option to ATH79_DEV_WMAC Gabor Juhos
2011-11-17 22:43   ` Ralf Baechle
2011-11-17 22:13 ` [PATCH 6/6] MIPS: ath79: register the wireless MAC device on the AP121 board Gabor Juhos
2011-11-17 22:43   ` Ralf Baechle

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.