Re: [PATCH v5 0/7] native wl1271 support on ZOOM

2010-09-15 Thread Ohad Ben-Cohen
On Wed, Sep 1, 2010 at 11:26 PM, Ohad Ben-Cohen o...@wizery.com wrote:
 This patchset adds wl1271 support on ZOOM2/3 boards.

Tony, John, let me please suggest merging this through the wireless tree.

wl1271 is a moving target - it keeps changing in the wireless tree and
merging this patchset there will allow wl1271 developers to have
everything in a single tree (and prevent merge conflicts in
linux-next).

If that's ok with you, I will rebase this on top of wireless-testing
and resubmit.


 Only basic support is included; MMC power manipulation part is submitted 
 separately as Runtime PM migration.

 Changes since v4:
 - Introduce a simple (yet safe) mechanism to pass platform-specific data to 
 the driver, as suggested by Russell King. Currently only a single device is 
 supported; multi-device support will be introduced only when/if required

 Patches are based on 2.6.36-rc3 and tested on ZOOM3.

 Thanks,

 Ohad Ben-Cohen (7):
  wireless: wl1271: make wl12xx.h common to both spi and sdio
  wireless: wl1271: support return value for the set power func
  wireless: wl12xx: add platform data passing support
  wireless: wl1271: take irq info from private board data
  wireless: 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          |    9 ++--
  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          |   19 ---
  drivers/net/wireless/wl12xx/wl1271_spi.c           |    8 ++-
  drivers/net/wireless/wl12xx/wl12xx_platform_data.c |   31 +++
  include/linux/spi/wl12xx.h                         |   34 
  include/linux/wl12xx.h                             |   38 ++
  15 files changed, 164 insertions(+), 57 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


--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH v5 0/7] native wl1271 support on ZOOM

2010-09-15 Thread Vitaly Wool
On Wed, Sep 15, 2010 at 11:21 AM, Ohad Ben-Cohen o...@wizery.com wrote:
 On Wed, Sep 1, 2010 at 11:26 PM, Ohad Ben-Cohen o...@wizery.com wrote:
 This patchset adds wl1271 support on ZOOM2/3 boards.

 Tony, John, let me please suggest merging this through the wireless tree.

 wl1271 is a moving target - it keeps changing in the wireless tree and
 merging this patchset there will allow wl1271 developers to have
 everything in a single tree (and prevent merge conflicts in
 linux-next).

Thanks Ohad, that's what I was about to suggest as well. :)

Thanks,
   Vitaly
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH v5 0/7] native wl1271 support on ZOOM

2010-09-15 Thread John W. Linville
On Wed, Sep 15, 2010 at 01:08:18PM +0200, Vitaly Wool wrote:
 On Wed, Sep 15, 2010 at 11:21 AM, Ohad Ben-Cohen o...@wizery.com wrote:
  On Wed, Sep 1, 2010 at 11:26 PM, Ohad Ben-Cohen o...@wizery.com wrote:
  This patchset adds wl1271 support on ZOOM2/3 boards.
 
  Tony, John, let me please suggest merging this through the wireless tree.
 
  wl1271 is a moving target - it keeps changing in the wireless tree and
  merging this patchset there will allow wl1271 developers to have
  everything in a single tree (and prevent merge conflicts in
  linux-next).
 
 Thanks Ohad, that's what I was about to suggest as well. :)

OK, that is fine with me if the omap folks agree?

John
-- 
John W. LinvilleSomeday the world will need a hero, and you
linvi...@tuxdriver.com  might be all we have.  Be ready.
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH v5 0/7] native wl1271 support on ZOOM

2010-09-15 Thread Tony Lindgren
* John W. Linville linvi...@tuxdriver.com [100915 06:21]:
 On Wed, Sep 15, 2010 at 01:08:18PM +0200, Vitaly Wool wrote:
  On Wed, Sep 15, 2010 at 11:21 AM, Ohad Ben-Cohen o...@wizery.com wrote:
   On Wed, Sep 1, 2010 at 11:26 PM, Ohad Ben-Cohen o...@wizery.com wrote:
   This patchset adds wl1271 support on ZOOM2/3 boards.
  
   Tony, John, let me please suggest merging this through the wireless tree.
  
   wl1271 is a moving target - it keeps changing in the wireless tree and
   merging this patchset there will allow wl1271 developers to have
   everything in a single tree (and prevent merge conflicts in
   linux-next).
  
  Thanks Ohad, that's what I was about to suggest as well. :)
 
 OK, that is fine with me if the omap folks agree?

Yes sounds good to me, I think there's still at least some platform_data
conversation going on though.

Tony
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH v5 0/7] native wl1271 support on ZOOM

2010-09-15 Thread Ohad Ben-Cohen
On Wed, Sep 15, 2010 at 6:34 PM, Tony Lindgren t...@atomide.com wrote:
 * John W. Linville linvi...@tuxdriver.com [100915 06:21]:
 On Wed, Sep 15, 2010 at 01:08:18PM +0200, Vitaly Wool wrote:
  On Wed, Sep 15, 2010 at 11:21 AM, Ohad Ben-Cohen o...@wizery.com wrote:
   On Wed, Sep 1, 2010 at 11:26 PM, Ohad Ben-Cohen o...@wizery.com wrote:
   This patchset adds wl1271 support on ZOOM2/3 boards.
  
   Tony, John, let me please suggest merging this through the wireless tree.
  
   wl1271 is a moving target - it keeps changing in the wireless tree and
   merging this patchset there will allow wl1271 developers to have
   everything in a single tree (and prevent merge conflicts in
   linux-next).
 
  Thanks Ohad, that's what I was about to suggest as well. :)

 OK, that is fine with me if the omap folks agree?

 Yes sounds good to me

Great, I will rebase to wireless-testing an resubmit.

 I think there's still at least some platform_data
 conversation going on though.

Last issue was resolved today with Russell's (and yours) latest answer.

Thanks,
Ohad.


 Tony

--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH v5 0/7] native wl1271 support on ZOOM

2010-09-01 Thread Ohad Ben-Cohen
This patchset adds wl1271 support on ZOOM2/3 boards.

Only basic support is included; MMC power manipulation part is submitted 
separately as Runtime PM migration.

Changes since v4:
- Introduce a simple (yet safe) mechanism to pass platform-specific data to the 
driver, as suggested by Russell King. Currently only a single device is 
supported; multi-device support will be introduced only when/if required

Patches are based on 2.6.36-rc3 and tested on ZOOM3.

Thanks,

Ohad Ben-Cohen (7):
  wireless: wl1271: make wl12xx.h common to both spi and sdio
  wireless: wl1271: support return value for the set power func
  wireless: wl12xx: add platform data passing support
  wireless: wl1271: take irq info from private board data
  wireless: 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  |9 ++--
 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  |   19 ---
 drivers/net/wireless/wl12xx/wl1271_spi.c   |8 ++-
 drivers/net/wireless/wl12xx/wl12xx_platform_data.c |   31 +++
 include/linux/spi/wl12xx.h |   34 
 include/linux/wl12xx.h |   38 ++
 15 files changed, 164 insertions(+), 57 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

--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html