-
- Downloads
iwmc3200top: Add Intel Wireless MultiCom 3200 top driver.
This patch adds Intel Wireless MultiCom 3200 top driver. IWMC3200 is 4Wireless Com CHIP (GPS/BT/WiFi/WiMAX). Top driver is responsible for device initialization and firmware download. Firmware handled by top is responsible for top itself and as well as bluetooth and GPS coms. (Wifi and WiMax provide their own firmware) In addition top driver is used to retrieve firmware logs and supports other debugging features Signed-off-by:Tomas Winkler <tomas.winkler@intel.com> Signed-off-by:
David S. Miller <davem@davemloft.net>
Showing
- drivers/misc/Kconfig 1 addition, 0 deletionsdrivers/misc/Kconfig
- drivers/misc/Makefile 1 addition, 0 deletionsdrivers/misc/Makefile
- drivers/misc/iwmc3200top/Kconfig 20 additions, 0 deletionsdrivers/misc/iwmc3200top/Kconfig
- drivers/misc/iwmc3200top/Makefile 29 additions, 0 deletionsdrivers/misc/iwmc3200top/Makefile
- drivers/misc/iwmc3200top/debugfs.c 133 additions, 0 deletionsdrivers/misc/iwmc3200top/debugfs.c
- drivers/misc/iwmc3200top/debugfs.h 58 additions, 0 deletionsdrivers/misc/iwmc3200top/debugfs.h
- drivers/misc/iwmc3200top/fw-download.c 359 additions, 0 deletionsdrivers/misc/iwmc3200top/fw-download.c
- drivers/misc/iwmc3200top/fw-msg.h 113 additions, 0 deletionsdrivers/misc/iwmc3200top/fw-msg.h
- drivers/misc/iwmc3200top/iwmc3200top.h 206 additions, 0 deletionsdrivers/misc/iwmc3200top/iwmc3200top.h
- drivers/misc/iwmc3200top/log.c 347 additions, 0 deletionsdrivers/misc/iwmc3200top/log.c
- drivers/misc/iwmc3200top/log.h 158 additions, 0 deletionsdrivers/misc/iwmc3200top/log.h
- drivers/misc/iwmc3200top/main.c 699 additions, 0 deletionsdrivers/misc/iwmc3200top/main.c
Loading
Please register or sign in to comment