1. 4549d09 wl12xx: dynamically change fw according to number of active roles by Eliad Peller · 13 years ago
  2. 3fcdab7 wl12xx: Use a dedicated fw for PLT by Eliad Peller · 13 years ago
  3. 1ebaa2d wl12xx: don't release/claim sdio on suspend/resume by Eliad Peller · 13 years ago
  4. b474830 Revert "wl12xx: Change claiming of the SDIO bus" by Eliad Peller · 13 years ago
  5. b693289 wl12xx: fix SDIO suspend/resume by Eyal Shapira · 13 years ago
  6. ccb6200 wl12xx: use the same plat dev name for both SPI and SDIO by Luciano Coelho · 13 years ago
  7. 3c4d386 wl12xx: sdio: use dev_dbg instead of wl1271_debug by Luciano Coelho · 13 years ago
  8. 0f4e312 wl12xx: move debugging definitions to a separate file by Luciano Coelho · 13 years ago
  9. a390e85 wl12xx: move common init code from bus modules to main by Felipe Balbi · 13 years ago
  10. 025aef8 wl12xx: add a platform device to the sdio module by Felipe Balbi · 13 years ago
  11. fbe936b wl12xx: add an sdio glue struct to keep wl and device side-by-side by Felipe Balbi · 13 years ago
  12. 4d8b614 Merge branch 'master' of git://git.infradead.org/users/linville/wireless by John W. Linville · 13 years ago
  13. a15f1c4 wl12xx: Fix validation of pm_runtime_get_sync return value by Ido Yariv · 13 years ago
  14. c302b2c wl12xx: Use a single fw for both STA and AP roles by Arik Nemtsov · 13 years ago
  15. b5d6e5f wl12xx: one SDIO initialization is enough by Ohad Ben-Cohen · 13 years ago
  16. 6bb0433 wl12xx_sdio: enable wowlan only if enable_irq_wake() succeeded by Eliad Peller · 13 years ago
  17. 86046da wl12xx: don't bail if mmc isn't MMC_CAP_POWER_OFF_CARD by Ohad Ben-Cohen · 13 years ago
  18. a011130 wl12xx: remove unused crc7 references by Eliad Peller · 13 years ago
  19. 4c4cdfa net: wl12xx: remove the nops by Felipe Balbi · 13 years ago
  20. 6bdaf79 net: wl12xx: remove some unnecessary prints by Felipe Balbi · 13 years ago
  21. 33dd74c net: wl12xx: sdio: id_tables should be __devinitconst by Felipe Balbi · 13 years ago
  22. f634a4e wl12xx: fix compilation error when CONFIG_PM is not set by Luciano Coelho · 13 years ago
  23. f795ea8 wl12xx_sdio: declare support for NL80211_WOW_TRIGGER_ANYTHING trigger by Eliad Peller · 13 years ago
  24. f44e586 wl12xx: prevent scheduling while suspending (WoW enabled) by Eliad Peller · 13 years ago
  25. 039bdb1 wl12xx_sdio: set MMC_PM_KEEP_POWER flag on suspend by Eliad Peller · 13 years ago
  26. 2c0f246 wl12xx_sdio: set interrupt as wake_up interrupt by Eliad Peller · 13 years ago
  27. 341b7cd wl12xx: Handle platforms without level trigger interrupts by Ido Yariv · 14 years ago
  28. 0da13da wl12xx: Clean up the block size alignment code by Ido Yariv · 14 years ago
  29. 1d732e8 wl12xx: Clamp byte mode transfers for 128x chips by Arik Nemtsov · 14 years ago
  30. 1aed55f wl12xx: 1281/1283 support - Use different FW file for AP mode wl127x/wl128x chips by Arik Nemtsov · 14 years ago
  31. 5ea417a wl12xx: 1281/1283 support - New boot sequence by Shahar Levi · 14 years ago
  32. a81159e wl12xx: 1281/1283 support - add block size handling for sdio and spi by Luciano Coelho · 14 years ago
  33. 5aa4234 wl12xx: 1281/1283 support - Add Definitions by Shahar Levi · 14 years ago
  34. 5245e3a wl12xx: fix module author's email address in the spi and sdio modules by Luciano Coelho · 14 years ago
  35. 2da69b8 wl12xx: Switch to level trigger interrupts by Ido Yariv · 14 years ago
  36. a620865 wl12xx: Switch to a threaded interrupt handler by Ido Yariv · 14 years ago
  37. 393fb56 wl12xx: Change claiming of the SDIO bus by Ido Yariv · 14 years ago
  38. 11251e7 wl12xx: Don't rely on runtime PM for toggling power by Ido Yariv · 14 years ago
  39. d75387c wl12xx: add missing MODULE_FIRMWARE statment for AP-mode FW by Arik Nemtsov · 14 years ago
  40. 00d2010 wl1271: Change wl12xx Files Names by Shahar Levi · 14 years ago[Renamed (99%) from drivers/net/wireless/wl12xx/wl1271_sdio.c]
  41. 674f305 wl1271: sdio: add suspend/resume support by Ohad Ben-Cohen · 14 years ago
  42. 00cbb3c wl1271: sdio: enable runtime PM by Ohad Ben-Cohen · 14 years ago
  43. 4e23b11 wl1271: Release interrupt *after* releasing the driver context by Juuso Oikarinen · 14 years ago
  44. 15cea99 wl1271: make ref_clock configurable by board by Ohad Ben-Cohen · 14 years ago
  45. 09cecc3 wl1271: take irq info from private board data by Ohad Ben-Cohen · 14 years ago
  46. 2cc78ff wl1271: propagate set_power's return value by Ohad Ben-Cohen · 14 years ago
  47. 78381c4 wl1271: remove warnings in wl1271_sdio_set_power by John W. Linville · 14 years ago
  48. 49063a0 wl1271: sdio: claim host only when doing IO by Ohad Ben-Cohen · 14 years ago
  49. 19b8717 wl1271: remove sdio ARM dependency by Ohad Ben-Cohen · 14 years ago
  50. f4b5d8d wl1271: fix sdio driver name in wl1271_sdio_driver by Luciano Coelho · 15 years ago
  51. 99e5031 wl1271: Warnings caused by wrong format specifiers fixed by Teemu Paasikivi · 15 years ago
  52. 3b56dd6 wl1271: Changed platform_device to be dynamically allocated by Teemu Paasikivi · 15 years ago
  53. 801a673 wl1271: Removed duplicate code from module remove function. by Teemu Paasikivi · 15 years ago
  54. a3b8ea7 wl1271: Added DEBUG_SDIO flag by Teemu Paasikivi · 15 years ago
  55. 93f56be wl1271: Changed SDIO MMC host claiming by Teemu Paasikivi · 15 years ago
  56. becd551 wl1271: Cleaned up wlan power on/off functions by Teemu Paasikivi · 15 years ago
  57. 1e73eb6 wl1271: Implement looped IRQ handling by Juuso Oikarinen · 15 years ago
  58. 49d7f6d wl1271: Fixed unloading of the wl1271_sdio module by Teemu Paasikivi · 15 years ago
  59. 5129dff wl1271: Initial SDIO implementation by Teemu Paasikivi · 15 years ago