All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v6 0/7] native wl1271 support on ZOOM
@ 2010-09-15 23:22 ` Ohad Ben-Cohen
  0 siblings, 0 replies; 38+ messages in thread
From: Ohad Ben-Cohen @ 2010-09-15 23:22 UTC (permalink / raw)
  To: linux-wireless, linux-omap
  Cc: John W. Linville, Mark Brown, linux-arm-kernel,
	Chikkature Rajashekar Madhusudhan, Luciano Coelho, San Mehat,
	Roger Quadros, Tony Lindgren, Nicolas Pitre, Ido Yariv,
	Kalle Valo, Russell King, Vitaly Wool, Ohad Ben-Cohen

This patchset adds wl1271 support on ZOOM2/3 boards.

Only basic support is included; power manipulation is submitted separately as SDIO Runtime PM support.

Changes since v5:
- rebase to wireless-testing
- remove 2nd copy from wl12xx_platform_data (keep the 1st one though)

Thanks,

Ohad Ben-Cohen (7):
  wl12xx: make wl12xx.h common to both spi and sdio
  wl1271: propagate set_power's return value
  wl12xx: add platform data passing support
  wl1271: take irq info from private board data
  wl1271: make ref_clock configurable by board
  omap: zoom: add fixed regulator device for wlan
  omap: zoom: add mmc3/wl1271 device support

 arch/arm/mach-omap2/board-zoom-peripherals.c       |   54 ++++++++++++++++++++
 drivers/net/wireless/Makefile                      |    2 +
 drivers/net/wireless/wl12xx/Kconfig                |    5 ++-
 drivers/net/wireless/wl12xx/wl1251_sdio.c          |    2 +-
 drivers/net/wireless/wl12xx/wl1251_spi.c           |    2 +-
 drivers/net/wireless/wl12xx/wl1271.h               |    3 +-
 drivers/net/wireless/wl12xx/wl1271_boot.c          |   11 +++--
 drivers/net/wireless/wl12xx/wl1271_boot.h          |    1 -
 drivers/net/wireless/wl12xx/wl1271_io.h            |    9 ++-
 drivers/net/wireless/wl12xx/wl1271_main.c          |    4 +-
 drivers/net/wireless/wl12xx/wl1271_sdio.c          |   31 +++++++-----
 drivers/net/wireless/wl12xx/wl1271_spi.c           |    8 ++-
 drivers/net/wireless/wl12xx/wl12xx_platform_data.c |   28 ++++++++++
 include/linux/spi/wl12xx.h                         |   34 ------------
 include/linux/wl12xx.h                             |   38 ++++++++++++++
 15 files changed, 170 insertions(+), 62 deletions(-)
 create mode 100644 drivers/net/wireless/wl12xx/wl12xx_platform_data.c
 delete mode 100644 include/linux/spi/wl12xx.h
 create mode 100644 include/linux/wl12xx.h


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

end of thread, other threads:[~2010-09-16 20:47 UTC | newest]

Thread overview: 38+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-15 23:22 [PATCH v6 0/7] native wl1271 support on ZOOM Ohad Ben-Cohen
2010-09-15 23:22 ` Ohad Ben-Cohen
2010-09-15 23:22 ` Ohad Ben-Cohen
2010-09-15 23:22 ` [PATCH v6 1/7] wl12xx: make wl12xx.h common to both spi and sdio Ohad Ben-Cohen
2010-09-15 23:22   ` Ohad Ben-Cohen
2010-09-15 23:22   ` Ohad Ben-Cohen
2010-09-16 10:17   ` Teemu Paasikivi
2010-09-16 10:17     ` Teemu Paasikivi
2010-09-16 10:45     ` Ohad Ben-Cohen
2010-09-16 10:45       ` Ohad Ben-Cohen
2010-09-16 11:16       ` [PATCH v6 01/17] " Ohad Ben-Cohen
2010-09-16 11:16         ` Ohad Ben-Cohen
2010-09-16 11:16         ` Ohad Ben-Cohen
2010-09-16 11:50         ` [PATCH v6 1/7] " Ohad Ben-Cohen
2010-09-16 11:50           ` Ohad Ben-Cohen
2010-09-16 11:50           ` Ohad Ben-Cohen
2010-09-16 18:35         ` [PATCH v6 01/17] " Luciano Coelho
2010-09-16 18:35           ` Luciano Coelho
2010-09-16 18:35           ` Luciano Coelho
2010-09-16 19:56           ` Ohad Ben-Cohen
2010-09-16 19:56             ` Ohad Ben-Cohen
2010-09-16 19:56             ` Ohad Ben-Cohen
2010-09-16 20:00             ` Luciano Coelho
2010-09-16 20:00               ` Luciano Coelho
2010-09-16 20:46           ` Tony Lindgren
2010-09-16 20:46             ` Tony Lindgren
2010-09-16 20:46             ` Tony Lindgren
2010-09-15 23:22 ` [PATCH v6 2/7] wl1271: propagate set_power's return value Ohad Ben-Cohen
2010-09-15 23:22   ` Ohad Ben-Cohen
2010-09-15 23:22   ` Ohad Ben-Cohen
2010-09-16 19:40   ` Luciano Coelho
2010-09-16 19:40     ` Luciano Coelho
2010-09-16 19:40     ` Luciano Coelho
2010-09-16 19:53     ` Ohad Ben-Cohen
2010-09-16 19:53       ` Ohad Ben-Cohen
2010-09-16 19:53       ` Ohad Ben-Cohen
2010-09-16 19:56       ` Luciano Coelho
2010-09-16 19:56         ` 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.