1. 23 May, 2013 1 commit
    • Mark Rutland's avatar
      net: smsc911x: don't artificially limit build · f1238261
      Mark Rutland authored
      Currently the SMSC911X driver may only be built for a specific set of
      architectures, being limited to do so by a Kconfig depends line. This
      means that if a platform wishes to use the driver, its architecture must
      be added to the list explicitly, introducing pointless churn.
      
      This may have been due to the driver's use of the {read,write}s{b,w,l}
      functions, which have since been replaced with the more standard
      io{read,write}{8,16,32}_rep. We can instead depend on HAS_IOMEM, which
      should prevent build issues while allowing the driver to be built for
      currently unlisted architectures, including x86 and arm64.
      
      This patch removes the explicit list of architectures from the driver's
      depend line, and replaces it with a dependency on HAS_IOMEM.
      Signed-off-by: default avatarMark Rutland <mark.rutland@arm.com>
      Cc: David S. Miller <davem@davemloft.net>
      Cc: Arnd Bergmann <arnd@arndb.de>
      Cc: netdev@vger.kernel.org
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      f1238261
  2. 22 May, 2013 24 commits
  3. 21 May, 2013 12 commits
  4. 20 May, 2013 3 commits