1. 03 Dec, 2015 19 commits
  2. 02 Dec, 2015 18 commits
  3. 01 Dec, 2015 3 commits
    • Arnd Bergmann's avatar
      isdn: remove spellcaster driver · 6cc56834
      Arnd Bergmann authored
      The 'sc' ISDN driver relies on using readl() to access ISA I/O memory.
      This has been deprecated and produced warnings since linux-2.3.23,
      disabled by default since 2.4.10 and finally removed in 2.6.5.
      
      I found this because the compiling the driver for ARM produces
      a warning:
      
      In file included from ../drivers/isdn/sc/includes.h:8:0,
                       from ../drivers/isdn/sc/init.c:13:
      ../arch/arm/include/asm/io.h:115:21: note: expected 'const volatile void *' but argument is of type 'long unsigned int'
      
      It is pretty clear that this driver has not been used for a long time
      and there is no point fixing it now, so let's remove it.
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      6cc56834
    • Giuseppe CAVALLARO's avatar
      stmmac: support Reg_9 to get HW level information · 2f7a791c
      Giuseppe CAVALLARO authored
      For GMAC newer than 3.40a there is a new register (Reg_9) that provides the
      status of all modules of the transmit and receive paths and FIFO status.
      These can be exposed via ethtool.
      Signed-off-by: default avatarGiuseppe Cavallaro <peppe.cavallaro@st.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      2f7a791c
    • David S. Miller's avatar
      Merge branch 'qed-ethtool-ops' · 88308c01
      David S. Miller authored
      Yuval Mintz says:
      
      ====================
      qede/qed: Implement various ethtool operations
      
      This series adds several new ethtool operations to qede:
        - {get, set}_channels
        - {get, set}_ringparam
        - set_phys_id
        - nway_reset
        - {get, set}_pauseparam
      As well as extending the qed APIs to support these commands.
      ====================
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      88308c01