1. 21 1月, 2013 1 次提交
  2. 29 11月, 2012 3 次提交
  3. 10 6月, 2011 1 次提交
  4. 29 9月, 2010 1 次提交
    • D
      pcmcia: convert pcmcia_request_configuration to pcmcia_enable_device · 1ac71e5a
      Dominik Brodowski 提交于
      pcmcia_enable_device() now replaces pcmcia_request_configuration().
      Instead of config_req_t, all necessary flags are either passed as
      a parameter to pcmcia_enable_device(), or (in rare circumstances)
      set in struct pcmcia_device -> flags.
      
      With the last remaining user of include/pcmcia/cs.h gone, remove
      all references.
      
      CC: netdev@vger.kernel.org
      CC: linux-wireless@vger.kernel.org
      CC: linux-ide@vger.kernel.org
      CC: linux-usb@vger.kernel.org
      CC: laforge@gnumonks.org
      CC: linux-mtd@lists.infradead.org
      CC: alsa-devel@alsa-project.org
      CC: linux-serial@vger.kernel.org
      CC: Jiri Kosina <jkosina@suse.cz>
      CC: linux-scsi@vger.kernel.org
      Acked-by: Gustavo F. Padovan <padovan@profusion.mobi> (for drivers/bluetooth)
      Tested-by: NWolfram Sang <w.sang@pengutronix.de>
      Signed-off-by: NDominik Brodowski <linux@dominikbrodowski.net>
      1ac71e5a
  5. 03 8月, 2010 2 次提交
  6. 31 7月, 2010 3 次提交
  7. 10 5月, 2010 3 次提交
  8. 16 4月, 2010 1 次提交
  9. 11 4月, 2010 1 次提交
  10. 05 4月, 2010 1 次提交
  11. 25 3月, 2010 1 次提交
  12. 24 3月, 2010 1 次提交
  13. 26 2月, 2010 1 次提交
    • D
      pcmcia: validate late-added resources · 7b4884ca
      Dominik Brodowski 提交于
      Currently, only those mem resources are validated which are already
      registered at the time the first PCMCIA card is inserted. As we can
      only validate resources immediately after card insert, store
      "registered" mem resources in mem_db, and only upon validation move
      them to mem_db_valid. When allocationg mem resources, mem_db_valid is
      then preferred to mem_db.
      Signed-off-by: NDominik Brodowski <linux@dominikbrodowski.net>
      7b4884ca
  14. 24 2月, 2010 1 次提交
  15. 23 2月, 2010 2 次提交
  16. 18 2月, 2010 5 次提交
  17. 18 1月, 2010 3 次提交
  18. 08 12月, 2009 1 次提交
    • D
      pcmcia: CodingStyle fixes · 9fea84f4
      Dominik Brodowski 提交于
      Fix several CodingStyle issues in drivers/pcmcia/ . checkpatch.pl no longer
      reports errors in the PCMCIA core. The remaining warnings mostly relate to
      wrong indent -- PCMCIA historically used 4 spaces --, to lines over 80
      characters and to hundreds of typedefs. The cleanup of those will follow
      in the future.
      Signed-off-by: NDominik Brodowski <linux@dominikbrodowski.net>
      9fea84f4
  19. 19 10月, 2009 1 次提交
    • D
      pcmcia: pccard_read_tuple and TUPLE_RETURN_COMMON cleanup · 84897fc0
      Dominik Brodowski 提交于
      pccard_read_tuple(), which is only used by the PCMCIA core, should
      handle TUPLE_RETURN_COMMON more sensibly: If a specific function (which
      may be 0) is requested, set tuple.Attributes = 0 as was done in all
      PCMCIA drivers. If, however, BIND_FN_ALL is requested, return the
      "common" tuple. As to the callers of pccard_read_tuple():
      
      - All calls to pcmcia_validate_cis() had set the "function" parameter to
        BIND_FN_ALL. Therefore, remove the "function" parameter and make the
        parameter to pccard_read_tuple explicit.
      
      - Calls to CISTPL_VERS_1 and CISTPL_MANFID now set BIND_FN_ALL. This was
        already the case for calls to CISTPL_LONGLINK_MFC.
      Signed-off-by: NDominik Brodowski <linux@dominikbrodowski.net>
      84897fc0
  20. 17 10月, 2009 1 次提交
  21. 02 11月, 2008 1 次提交
  22. 23 8月, 2008 3 次提交
  23. 28 7月, 2008 1 次提交
  24. 24 6月, 2008 1 次提交