[PATCH v7 09/17] wilc1000: add netdev.c

2020-06-23 Thread Ajay.Kathat
From: Ajay Singh Moved 'drivers/staging/wilc1000/netdev.c' to 'drivers/net/wireless/microchip/wilc1000/netdev.c'. Signed-off-by: Ajay Singh --- .../net/wireless/microchip/wilc1000/netdev.c | 931 ++ 1 file changed, 931 insertions(+) create mode 100644 drivers/net/wireless/mic

[PATCH v7 12/17] wilc1000: add wlan.h

2020-06-23 Thread Ajay.Kathat
From: Ajay Singh Moved 'drivers/staging/wilc1000/wlan.h' to 'drivers/net/wireless/microchip/wilc1000/wlan.h'. Signed-off-by: Ajay Singh --- .../net/wireless/microchip/wilc1000/wlan.h| 397 ++ 1 file changed, 397 insertions(+) create mode 100644 drivers/net/wireless/microch

[PATCH v7 08/17] wilc1000: add netdev.h

2020-06-23 Thread Ajay.Kathat
From: Ajay Singh Moved 'drivers/staging/wilc1000/netdev.h' to 'drivers/net/wireless/microchip/wilc1000/netdev.h'. Signed-off-by: Ajay Singh --- .../net/wireless/microchip/wilc1000/netdev.h | 287 ++ 1 file changed, 287 insertions(+) create mode 100644 drivers/net/wireless/mic

[PATCH v7 11/17] wilc1000: add spi.c

2020-06-23 Thread Ajay.Kathat
From: Ajay Singh Moved 'drivers/staging/wilc1000/spi.c' to 'drivers/net/wireless/microchip/wilc1000/spi.c'. Signed-off-by: Ajay Singh --- drivers/net/wireless/microchip/wilc1000/spi.c | 945 ++ 1 file changed, 945 insertions(+) create mode 100644 drivers/net/wireless/microchip

[PATCH v7 13/17] wilc1000: add wlan.c

2020-06-23 Thread Ajay.Kathat
From: Ajay Singh Moved 'drivers/staging/wilc1000/wlan.c' to 'drivers/net/wireless/microchip/wilc1000/wlan.c'. Signed-off-by: Ajay Singh --- .../net/wireless/microchip/wilc1000/wlan.c| 1238 + 1 file changed, 1238 insertions(+) create mode 100644 drivers/net/wireless/microc

Re: [PATCH v7 17/17] wilc1000: add Makefile and Kconfig files for wilc1000 compilation

2020-06-24 Thread Ajay.Kathat
On 23/06/20 8:22 pm, kernel test robot wrote: > EXTERNAL EMAIL: Do not click links or open attachments unless you know the > content is safe > > Hi, > > I love your patch! Perhaps something to improve: > > [auto build test WARNING on a15a20acc980342c97d804c5fae1cfc0cd7712a9] > > url: >

[PATCH] wilc1000: move wilc driver out of staging

2020-06-25 Thread Ajay.Kathat
From: Ajay Singh WILC1000 is an IEEE 802.11 b/g/n IoT link controller module. The WILC1000 connects to Microchip AVR/SMART MCUs, SMART MPUs, and other processors with minimal resource requirements with a simple SPI/SDIO-to-Wi-Fi interface. WILC1000 driver has been part of staging for few years.

Re: [PATCH] wilc1000: move wilc driver out of staging

2020-06-26 Thread Ajay.Kathat
On 26/06/20 11:21 am, Kalle Valo wrote: > EXTERNAL EMAIL: Do not click links or open attachments unless you know the > content is safe > > writes: > >> From: Ajay Singh >> >> WILC1000 is an IEEE 802.11 b/g/n IoT link controller module. The >> WILC1000 connects to Microchip AVR/SMART MCUs, S

Re: [PATCH v7 00/17] wilc1000: move out of staging

2020-06-30 Thread Ajay.Kathat
On 29/06/20 6:56 pm, Pali Rohár wrote: > EXTERNAL EMAIL: Do not click links or open attachments unless you know the > content is safe > > On Tuesday 23 June 2020 11:00:04 ajay.kat...@microchip.com wrote: >> This patch series is to review and move wilc1000 driver out of staging. >> Most of the r

Re: [PATCH] wilc1000: move wilc driver out of staging

2020-07-02 Thread Ajay.Kathat
On 02/07/20 12:45 pm, Greg KH wrote: > EXTERNAL EMAIL: Do not click links or open attachments unless you know the > content is safe > > On Thu, Jul 02, 2020 at 10:00:40AM +0300, Kalle Valo wrote: >> writes: >> >>> From: Ajay Singh >>> >>> WILC1000 is an IEEE 802.11 b/g/n IoT link controller

Re: [PATCH] wilc1000: move wilc driver out of staging

2020-07-02 Thread Ajay.Kathat
On 02/07/20 12:30 pm, Kalle Valo wrote: > EXTERNAL EMAIL: Do not click links or open attachments unless you know the > content is safe > > writes: > >> From: Ajay Singh >> >> WILC1000 is an IEEE 802.11 b/g/n IoT link controller module. The >> WILC1000 connects to Microchip AVR/SMART MCUs, S

<    1   2   3   4