The following series adds support for an optional wl12xx based expansion
board for the DA850:
http://processors.wiki.ti.com/index.php/AM18x_%2B_WL1271

The first couple of patches address issues which had to be fixed for
this series to work. However, these should be fixed regardless of the
DA850 expansion board support, and could influence other Davinci
platforms.

Only the Wi-Fi functionality of the expansion board is supported.
Bluetooth functionality is not yet supported.

The patches are based on v3.0-rc6.

Ido.

Ido Yariv (5):
  arm: davinci: Fix low level gpio irq handlers' argument
  arm: davinci: Allow EVENTQ_0 as a default queue
  arm: davinci: DA850: Set a default queue for CC1
  arm: davinci: mmc: Add support for set_power callback
  arm: davinci: DA850: Add wl12xx expansion board support

 arch/arm/mach-davinci/Kconfig             |   31 +++++++
 arch/arm/mach-davinci/board-da850-evm.c   |  128 +++++++++++++++++++++++++++++
 arch/arm/mach-davinci/da850.c             |    9 ++
 arch/arm/mach-davinci/devices-da8xx.c     |    3 +
 arch/arm/mach-davinci/dm365.c             |    4 +-
 arch/arm/mach-davinci/dma.c               |    5 +-
 arch/arm/mach-davinci/gpio.c              |   16 +++-
 arch/arm/mach-davinci/include/mach/edma.h |    2 +-
 arch/arm/mach-davinci/include/mach/mmc.h  |    3 +
 arch/arm/mach-davinci/include/mach/mux.h  |   10 ++
 drivers/mmc/host/davinci_mmc.c            |   13 +++
 11 files changed, 216 insertions(+), 8 deletions(-)

-- 
1.7.4.1

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

Reply via email to