1. 31 May, 2015 32 commits
  2. 30 May, 2015 4 commits
  3. 28 May, 2015 2 commits
    • Arnd Bergmann's avatar
      staging/wilc1000: fix Kconfig dependencies · 9535ebc5
      Arnd Bergmann authored
      The newly added wilc1000 driver lacks several Kconfig dependencies,
      resulting in a multitude of randconfig build errors, e.g.:
      
      drivers/built-in.o: In function `WILC_WFI_mgmt_tx_cancel_wait':
      binder.c:(.text+0x12bd28): undefined reference to `cfg80211_remain_on_channel_expired'
      drivers/built-in.o: In function `WILC_WFI_CfgSetChannel':
      binder.c:(.text+0x12c9d8): undefined reference to `ieee80211_frequency_to_channel'
      drivers/built-in.o: In function `WILC_WFI_CfgAlloc':
      binder.c:(.text+0x132530): undefined reference to `wiphy_new_nm'
      drivers/built-in.o: In function `wilc_netdev_init':
      binder.c:(.text+0x1356d0): undefined reference to `register_inetaddr_notifier'
      drivers/built-in.o: In function `linux_spi_init':
      binder.c:(.text+0x210a68): undefined reference to `spi_register_driver'
      
      This change ensures that we always have at least one of SPI or MMC
      enabled, and are only able to pick an interface that works. It also
      adds all the missing dependencies for networking infrastructure
      (cfg80211, wext, and ipv4).
      
      In order to make it readable, I also took the liberty of re-indenting
      the Kconfig file to the normal conventions.
      Reported-by: default avatarkbuild test robot <fengguang.wu@intel.com>
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      Acked-by: default avatarNicolas Ferre <nicolas.ferre@atmel.com>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      9535ebc5
    • Guenter Roeck's avatar
      staging: wilc1000: Disable for S390 · e3cb742c
      Guenter Roeck authored
      The wilc1000 driver uses definitions such as DEBUG_LEVEL, DEBUG,
      and PRINT_INFO. This causes compile errors on S390 which has similar
      definitions in its core code. Disable the driver for S390 instead
      of giving the non-standard messaging code credit by trying to fix it.
      Signed-off-by: default avatarGuenter Roeck <linux@roeck-us.net>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      e3cb742c
  4. 27 May, 2015 1 commit
  5. 24 May, 2015 1 commit