All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] wilink: add device tree support
@ 2013-06-25 20:33 Luciano Coelho
  2013-06-25 20:33 ` [PATCH 1/5] wl1251: split wl251 platform data to a separate structure Luciano Coelho
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Luciano Coelho @ 2013-06-25 20:33 UTC (permalink / raw)
  To: linux-wireless; +Cc: coelho, tony

Hi,

This patch series add device tree support to the wlcore_sdio driver,
which is used by WiLink6, WiLink7 and WiLink8.

The first patches do some clean-up to make the data needed in the
wilink device tree node smaller.  The last patch implements the actual
device tree node parsing in wlcore_sdio.

The DTS file changes will be sent separately, since they need to go
via different trees.

--
Luca.

Luciano Coelho (5):
  wl1251: split wl251 platform data to a separate structure
  wlcore: use irq_flags in pdata instead of hiding it behing a quirk
  wlcore: remove pwr_in_suspend from platform data
  wlcore: always use one-shot IRQ
  wlcore: add device tree support to the sdio module

 arch/arm/mach-davinci/board-da850-evm.c        |    2 +-
 arch/arm/mach-omap2/board-4430sdp.c            |    1 +
 arch/arm/mach-omap2/board-omap3evm.c           |    1 +
 arch/arm/mach-omap2/board-omap3pandora.c       |    4 +-
 arch/arm/mach-omap2/board-omap4panda.c         |    1 +
 arch/arm/mach-omap2/board-rx51-peripherals.c   |    2 +-
 arch/arm/mach-omap2/board-zoom-peripherals.c   |    1 +
 drivers/net/wireless/ti/wilink_platform_data.c |   37 ++++++++++--
 drivers/net/wireless/ti/wl1251/sdio.c          |   12 ++--
 drivers/net/wireless/ti/wl1251/spi.c           |    2 +-
 drivers/net/wireless/ti/wlcore/debugfs.c       |    2 +-
 drivers/net/wireless/ti/wlcore/main.c          |   16 ++---
 drivers/net/wireless/ti/wlcore/sdio.c          |   77 +++++++++++++++++++++---
 drivers/net/wireless/ti/wlcore/wlcore.h        |    5 +-
 drivers/net/wireless/ti/wlcore/wlcore_i.h      |    1 +
 include/linux/wl12xx.h                         |   28 +++++++--
 16 files changed, 147 insertions(+), 45 deletions(-)

-- 
1.7.10.4


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

end of thread, other threads:[~2013-06-26  6:38 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-25 20:33 [PATCH 0/5] wilink: add device tree support Luciano Coelho
2013-06-25 20:33 ` [PATCH 1/5] wl1251: split wl251 platform data to a separate structure Luciano Coelho
2013-06-26  6:15   ` Luciano Coelho
2013-06-26  6:37     ` Tony Lindgren
2013-06-25 20:33 ` [PATCH 2/5] wlcore: use irq_flags in pdata instead of hiding it behing a quirk Luciano Coelho
2013-06-26  6:17   ` Luciano Coelho
2013-06-26  6:38   ` Tony Lindgren
2013-06-25 20:33 ` [PATCH 3/5] wlcore: remove pwr_in_suspend from platform data Luciano Coelho
2013-06-25 20:33 ` [PATCH 4/5] wlcore: always use one-shot IRQ Luciano Coelho
2013-06-25 20:33 ` [PATCH 5/5] wlcore: add device tree support to the sdio module Luciano Coelho

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.