1. 18 2月, 2010 2 次提交
  2. 09 11月, 2009 2 次提交
    • D
      pcmcia: remove now-defunct cs_error, pcmcia_error_{func,ret} · 9cb495bb
      Dominik Brodowski 提交于
      As all in-tree drivers have been converted to not use cs_error() any more,
      drop these functions and definitions, and update the Documentation.
      Signed-off-by: NDominik Brodowski <linux@dominikbrodowski.net>
      9cb495bb
    • D
      pcmcia: add new CIS access helpers · 91284224
      Dominik Brodowski 提交于
      As a replacement to pcmcia_get_{first,next}_tuple() and
      pcmcia_get_tuple_data(), three new -- and easier to use --
      functions are added:
      
      - pcmcia_get_tuple() to get the very first CIS entry of one
        type.
      
      - pcmcia_loop_tuple() to loop over all CIS entries of one type.
      
      - pcmcia_get_mac_from_cis() to read out the hardware MAC address
        from CISTPL_FUNCE.
      
      Only a handful of drivers need these functions anyway, as most
      CIS access is already handled by pcmcia_loop_config(), which
      now shares the same backed (pccard_loop_tuple()) with
      pcmcia_loop_tuple().
      
      A pcmcia_get_mac_from_cis() bug noted by Komuro
      <komurojun-mbn@nifty.com> has been fixed in this revision.
      Signed-off-by: NDominik Brodowski <linux@dominikbrodowski.net>
      91284224
  3. 23 9月, 2009 1 次提交
  4. 31 10月, 2008 1 次提交
  5. 23 8月, 2008 1 次提交
  6. 13 8月, 2008 2 次提交
  7. 06 2月, 2008 1 次提交
  8. 08 5月, 2007 1 次提交
    • B
      add new_id to PCMCIA drivers · 6179b556
      Bernhard Walle 提交于
      PCI drivers have the new_id file in sysfs which allows new IDs to be added
      at runtime.  The advantage is to avoid re-compilation of a driver that
      works for a new device, but it's ID table doesn't contain the new device.
      This mechanism is only meant for testing, after the driver has been tested
      successfully, the ID should be added in source code so that new revisions
      of the kernel automatically detect the device.
      
      The implementation follows the PCI implementation. The interface is documented
      in Documentation/pcmcia/driver.txt. Computations should be done in userspace,
      so the sysfs string contains the raw structure members for matching.
      Signed-off-by: NBernhard Walle <bwalle@suse.de>
      Cc: Dominik Brodowski <linux@dominikbrodowski.net>
      Cc: Greg KH <greg@kroah.com>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      6179b556
  9. 01 7月, 2006 1 次提交
  10. 31 3月, 2006 2 次提交
  11. 06 1月, 2006 3 次提交
  12. 28 7月, 2005 1 次提交
  13. 13 7月, 2005 1 次提交
  14. 30 6月, 2005 1 次提交
  15. 28 6月, 2005 2 次提交