This patch series contains changes mainly related to make use of descriptor-based interface instead of integer-based interface for GPIO. Modified the compatible string to use 'microchip' instead of 'atmel' prefix. Also added the DT binding reference file. This patch is created on top of [1] patch series. [1]. https://www.spinics.net/lists/linux-wireless/msg175360.html Ajay Singh (4): staging: wilc1000: remove gpio parameter from wilc_netdev_init() staging: wilc1000: rename variable from 'gpio' to 'gpio_irq' staging: wilc1000: change compatible string from atmel to microchip staging: wilc1000: use descriptor-based interface for GPIO drivers/staging/wilc1000/TODO | 4 --- drivers/staging/wilc1000/linux_wlan.c | 42 +++++++++------------- .../staging/wilc1000/microchip,wilc1000,sdio.txt | 32 +++++++++++++++++ .../staging/wilc1000/microchip,wilc1000,spi.txt | 26 ++++++++++++++ drivers/staging/wilc1000/wilc_sdio.c | 38 ++++++++++++++------ drivers/staging/wilc1000/wilc_spi.c | 40 +++++++++++++-------- drivers/staging/wilc1000/wilc_wfi_netdevice.h | 5 +-- 7 files changed, 130 insertions(+), 57 deletions(-) create mode 100644 drivers/staging/wilc1000/microchip,wilc1000,sdio.txt create mode 100644 drivers/staging/wilc1000/microchip,wilc1000,spi.txt -- 2.7.4 _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel