1. 11 Mar, 2016 29 commits
  2. 08 Mar, 2016 9 commits
  3. 05 Mar, 2016 2 commits
    • Arnd Bergmann's avatar
      isdn: i4l: move active-isdn drivers to staging · a921e9bd
      Arnd Bergmann authored
      The icn, act2000 and pcbit drivers are all for very old hardware,
      and it is highly unlikely that anyone is actually still using them
      on modern kernels, if at all.
      
      All three drivers apparently are for hardware that predates PCI
      being the common connector, as they are ISA-only and active
      PCI ISDN cards were widely available in the 1990s.
      
      Looking through the git logs, it I cannot find any indication of a
      patch to any of these drivers that has been tested on real hardware,
      only cleanups or global API changes.
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      Acked-by: default avatarKarsten Keil <isdn@linux-pingi.de>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      a921e9bd
    • Arnd Bergmann's avatar
      isdn: icn: remove a #warning · 01ed1e15
      Arnd Bergmann authored
      The icn driver currently produces an unconditional #warning whenever
      we build it, introduced by Karsten Keil back in 2003:
      
       #warning TODO test headroom or use skb->nb to flag ACK
      
      Karsten's original commit (from BitKeeper) contains this description:
      
          - here are lot of bugs left, so ISDN is not stable yet but
            I think it's really time to fix it, even if it need some cycles
            to get it right (normally I'm only send patches if it works 100% for
            me).
          - I add some additional #warnings to address places which need fixing
            (I hope that some of the other ISDN developer jump in)
      
      Apparently this has not happened, and it is unlikely that it ever will,
      given that the driver doesn't seem to work. No substantial bug fixes
      other than janitorial cleanups have happened in the driver since then,
      and I see no indication that anyone who patched it had the hardware.
      
      We should probably either remove the driver, or remove all of i4l,
      but for now, this shuts up the distracting #warning by turning it
      into a comment.
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      Link: http://git.meleeweb.net/linux.git/commit/?id=b0deac0886b0056765afd149e9834373b38e096bSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      01ed1e15