All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ajay Singh <ajay.kathat@microchip.com>
To: <linux-wireless@vger.kernel.org>
Cc: <kvalo@codeaurora.org>, <gregkh@linuxfoundation.org>,
	<ganesh.krishna@microchip.com>, <aditya.shankar@microchip.com>,
	<venkateswara.kaja@microchip.com>, <claudiu.beznea@microchip.com>,
	<adham.abozaeid@microchip.com>,
	Ajay Singh <ajay.kathat@microchip.com>
Subject: [RFC 00/19] wilc: added driver for wilc module
Date: Wed, 26 Sep 2018 15:55:06 +0530	[thread overview]
Message-ID: <1537957525-11467-1-git-send-email-ajay.kathat@microchip.com> (raw)

This patch set contains the driver files from 'driver/staging/wilc1000'.
Renamed the driver from 'wilc1000' to 'wilc' to have generic name, as
the same driver will be used by other wilc family members.

The patch series is based on 'wireless-driver-next'.

This driver will add support for SDIO/SPI interface for wilc family.
For now only wilc1000 module support has been intergrated in this driver.


Ajay Singh (19):
  wilc: add coreconfigurator.h
  wilc: add coreconfigurator.c
  wilc: add host_interface.h
  wilc: add host_interface.c
  wilc: add wilc_wlan_if.h
  wilc: add wilc_wlan_cfg.h
  wilc: add wilc_wlan_cfg.c
  wilc: add wilc_wlan.h
  wilc: add wilc_wlan.c
  wilc: add wilc_wfi_netdevice.h
  wilc: add wilc_wfi_cfgoperations.h
  wilc: add wilc_wfi_cfgoperations.c
  wilc: add linux_wlan.c
  wilc: add linux_mon.c
  wilc: add wilc_spi.c
  wilc: add wilc_sdio.c
  wilc: updated DT device binding for wilc device
  wilc: add Makefile and Kconfig files for  wilc compilation
  wilc: added wilc module compilation in wireless Makefile & Kconfig

 .../net/wireless/microchip,wilc1000,sdio.txt       |   32 +
 .../net/wireless/microchip,wilc1000,spi.txt        |   26 +
 drivers/net/wireless/Kconfig                       |    1 +
 drivers/net/wireless/Makefile                      |    1 +
 drivers/net/wireless/microchip/Kconfig             |   14 +
 drivers/net/wireless/microchip/Makefile            |    1 +
 drivers/net/wireless/microchip/wilc/Kconfig        |   42 +
 drivers/net/wireless/microchip/wilc/Makefile       |   15 +
 .../net/wireless/microchip/wilc/coreconfigurator.c |  287 ++
 .../net/wireless/microchip/wilc/coreconfigurator.h |   81 +
 .../net/wireless/microchip/wilc/host_interface.c   | 3927 ++++++++++++++++++++
 .../net/wireless/microchip/wilc/host_interface.h   |  362 ++
 drivers/net/wireless/microchip/wilc/linux_mon.c    |  273 ++
 drivers/net/wireless/microchip/wilc/linux_wlan.c   | 1161 ++++++
 drivers/net/wireless/microchip/wilc/wilc_sdio.c    | 1124 ++++++
 drivers/net/wireless/microchip/wilc/wilc_spi.c     | 1137 ++++++
 .../microchip/wilc/wilc_wfi_cfgoperations.c        | 2216 +++++++++++
 .../microchip/wilc/wilc_wfi_cfgoperations.h        |   23 +
 .../wireless/microchip/wilc/wilc_wfi_netdevice.h   |  230 ++
 drivers/net/wireless/microchip/wilc/wilc_wlan.c    | 1350 +++++++
 drivers/net/wireless/microchip/wilc/wilc_wlan.h    |  297 ++
 .../net/wireless/microchip/wilc/wilc_wlan_cfg.c    |  497 +++
 .../net/wireless/microchip/wilc/wilc_wlan_cfg.h    |   54 +
 drivers/net/wireless/microchip/wilc/wilc_wlan_if.h |  830 +++++
 drivers/staging/wilc1000/wilc_sdio.c               |    4 +-
 25 files changed, 13983 insertions(+), 2 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/net/wireless/microchip,wilc1000,sdio.txt
 create mode 100644 Documentation/devicetree/bindings/net/wireless/microchip,wilc1000,spi.txt
 create mode 100644 drivers/net/wireless/microchip/Kconfig
 create mode 100644 drivers/net/wireless/microchip/Makefile
 create mode 100644 drivers/net/wireless/microchip/wilc/Kconfig
 create mode 100644 drivers/net/wireless/microchip/wilc/Makefile
 create mode 100644 drivers/net/wireless/microchip/wilc/coreconfigurator.c
 create mode 100644 drivers/net/wireless/microchip/wilc/coreconfigurator.h
 create mode 100644 drivers/net/wireless/microchip/wilc/host_interface.c
 create mode 100644 drivers/net/wireless/microchip/wilc/host_interface.h
 create mode 100644 drivers/net/wireless/microchip/wilc/linux_mon.c
 create mode 100644 drivers/net/wireless/microchip/wilc/linux_wlan.c
 create mode 100644 drivers/net/wireless/microchip/wilc/wilc_sdio.c
 create mode 100644 drivers/net/wireless/microchip/wilc/wilc_spi.c
 create mode 100644 drivers/net/wireless/microchip/wilc/wilc_wfi_cfgoperations.c
 create mode 100644 drivers/net/wireless/microchip/wilc/wilc_wfi_cfgoperations.h
 create mode 100644 drivers/net/wireless/microchip/wilc/wilc_wfi_netdevice.h
 create mode 100644 drivers/net/wireless/microchip/wilc/wilc_wlan.c
 create mode 100644 drivers/net/wireless/microchip/wilc/wilc_wlan.h
 create mode 100644 drivers/net/wireless/microchip/wilc/wilc_wlan_cfg.c
 create mode 100644 drivers/net/wireless/microchip/wilc/wilc_wlan_cfg.h
 create mode 100644 drivers/net/wireless/microchip/wilc/wilc_wlan_if.h

-- 
2.7.4


             reply	other threads:[~2018-09-26 10:25 UTC|newest]

Thread overview: 72+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-09-26 10:25 Ajay Singh [this message]
2018-09-26 10:25 ` [PATCH 01/19] wilc: add coreconfigurator.h Ajay Singh
2018-09-26 10:25 ` [PATCH 02/19] wilc: add coreconfigurator.c Ajay Singh
2018-10-08 14:16   ` Johannes Berg
2018-10-09  9:42     ` Ajay Singh
2018-10-09 10:05       ` Johannes Berg
2018-09-26 10:25 ` [PATCH 03/19] wilc: add host_interface.h Ajay Singh
2018-10-08 14:20   ` Johannes Berg
2018-10-09 10:34     ` Ajay Singh
2018-10-09 10:36       ` Johannes Berg
2018-10-09 11:44         ` Ajay Singh
2018-10-09 11:46           ` Johannes Berg
2018-10-09 12:18             ` Ajay Singh
2018-10-09 18:36               ` Adham.Abozaeid
2018-10-09 19:14                 ` Johannes Berg
2018-10-09 20:01                   ` Adham.Abozaeid
2018-10-09 20:02                     ` Johannes Berg
2018-10-09 20:06                       ` Adham.Abozaeid
2018-10-29 14:56           ` Kalle Valo
2018-10-30  3:20             ` Ajay.Kathat
2018-09-26 10:25 ` [PATCH 04/19] wilc: add host_interface.c Ajay Singh
2018-10-08 14:31   ` Johannes Berg
2018-10-10 20:06     ` Adham.Abozaeid
2018-10-11  7:01       ` Johannes Berg
2018-10-12 22:08         ` Adham.Abozaeid
2018-10-18  8:23           ` Johannes Berg
2018-10-18 18:30             ` Adham.Abozaeid
2018-10-19  7:02               ` Johannes Berg
2018-10-19 20:53                 ` Adham.Abozaeid
2018-10-29 20:10                   ` Johannes Berg
2018-10-29 21:32                     ` Adham.Abozaeid
2018-10-29 21:33                       ` Johannes Berg
2018-10-11  6:57     ` Ajay Singh
2018-10-10 20:14   ` Johannes Berg
2018-10-12 21:55     ` Adham.Abozaeid
2018-10-18  8:23       ` Johannes Berg
2018-09-26 10:25 ` [PATCH 05/19] wilc: add wilc_wlan_if.h Ajay Singh
2018-10-08 14:33   ` Johannes Berg
2018-10-11  6:59     ` Ajay Singh
2018-09-26 10:25 ` [PATCH 06/19] wilc: add wilc_wlan_cfg.h Ajay Singh
2018-09-26 10:25 ` [PATCH 07/19] wilc: add wilc_wlan_cfg.c Ajay Singh
2018-09-26 10:25 ` [PATCH 08/19] wilc: add wilc_wlan.h Ajay Singh
2018-09-26 10:25 ` [PATCH 09/19] wilc: add wilc_wlan.c Ajay Singh
2018-09-26 10:25 ` [PATCH 10/19] wilc: add wilc_wfi_netdevice.h Ajay Singh
2018-09-26 10:25 ` [PATCH 11/19] wilc: add wilc_wfi_cfgoperations.h Ajay Singh
2018-09-26 10:25 ` [PATCH 12/19] wilc: add wilc_wfi_cfgoperations.c Ajay Singh
2018-10-08 14:57   ` Johannes Berg
2018-10-09  4:23     ` Adham.Abozaeid
2018-10-09  7:55       ` Johannes Berg
2018-10-09 17:15         ` Adham.Abozaeid
2018-10-19 21:47           ` Adham.Abozaeid
2018-10-29 20:11             ` Johannes Berg
2018-10-29 21:43               ` Adham.Abozaeid
2018-09-26 10:25 ` [PATCH 13/19] wilc: add linux_wlan.c Ajay Singh
2018-10-08 14:41   ` Johannes Berg
2018-10-11  7:00     ` Ajay Singh
2018-10-11  7:03       ` Johannes Berg
2018-10-11  7:26         ` Ajay Singh
2018-09-26 10:25 ` [PATCH 14/19] wilc: add linux_mon.c Ajay Singh
2018-10-08 14:44   ` Johannes Berg
2018-10-11  7:12     ` Ajay Singh
2018-10-11  7:15       ` Johannes Berg
2018-09-26 10:25 ` [PATCH 15/19] wilc: add wilc_spi.c Ajay Singh
2018-09-26 10:25 ` [PATCH 16/19] wilc: add wilc_sdio.c Ajay Singh
2018-09-26 10:25 ` [PATCH 17/19] wilc: updated DT device binding for wilc device Ajay Singh
2018-09-26 10:25 ` [PATCH 18/19] wilc: add Makefile and Kconfig files for wilc compilation Ajay Singh
2018-09-26 10:25 ` [PATCH 19/19] wilc: added wilc module compilation in wireless Makefile & Kconfig Ajay Singh
2018-10-06 12:45 ` [RFC 00/19] wilc: added driver for wilc module Kalle Valo
2018-10-08  5:17   ` Ajay Singh
2018-10-08  7:38     ` Kalle Valo
2018-10-08 18:34       ` Adham.Abozaeid
2018-11-15 14:11         ` Kalle Valo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1537957525-11467-1-git-send-email-ajay.kathat@microchip.com \
    --to=ajay.kathat@microchip.com \
    --cc=adham.abozaeid@microchip.com \
    --cc=aditya.shankar@microchip.com \
    --cc=claudiu.beznea@microchip.com \
    --cc=ganesh.krishna@microchip.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=kvalo@codeaurora.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=venkateswara.kaja@microchip.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.