1. 09 11月, 2009 1 次提交
    • D
      pcmcia: use dynamic debug infrastructure, deprecate CS_CHECK (char) · cbf624f0
      Dominik Brodowski 提交于
      Convert PCMCIA drivers to use the dynamic debug infrastructure, instead of
      requiring manual settings of PCMCIA_DEBUG. Only some rare extra debug checks
      in cm4000_cs.c cm4040_cs.c are now hidden behind a "#ifdef CM4000_DEBUG"
      or "#ifdef CM4040_DEBUG".
      
      Also, remove all usages of the CS_CHECK macro and replace them with proper
      Linux style calling and return value checking. The extra error reporting may
      be dropped, as the PCMCIA core already complains about any (non-driver-author)
      errors.
      
      CC: Harald Welte <laforge@gnumonks.org>
      CC: Jiri Kosina <jkosina@suse.cz>
      CC: David Sterba <dsterba@suse.cz>
      Signed-off-by: NDominik Brodowski <linux@dominikbrodowski.net>
      cbf624f0
  2. 22 9月, 2009 1 次提交
  3. 23 6月, 2009 1 次提交
  4. 17 10月, 2008 1 次提交
  5. 23 8月, 2008 4 次提交
  6. 22 7月, 2008 1 次提交
  7. 16 7月, 2008 1 次提交
  8. 24 6月, 2008 2 次提交
  9. 30 4月, 2008 1 次提交
  10. 06 2月, 2008 1 次提交
    • O
      pcmcia: convert some internal-only ioaddr_t to unsigned int · ecb8a847
      Olof Johansson 提交于
      Convert the io_req_t members to unsigned int, to allow use on machines with
      more than 16 bits worth of IO ports (i.e.  secondary busses on ppc64, etc).
      
      There was only a couple of places in drivers where a change was needed.  I
      left printk formats alone (there are lots of %04x-style formats in there),
      mostly to not change the format on the platforms that only have 16-bit io
      addresses, but also because the padding doesn't really add all that much value
      most of the time.
      
      I found only one sprintf of an address, and upsized the string accordingly (I
      doubt anyone will have anywhere near INT_MAX as irq value, but at least
      there's room for it now).
      Signed-off-by: NOlof Johansson <olof@lixom.net>
      Cc: Christoph Hellwig <hch@lst.de>
      Cc: Matthew Wilcox <matthew@wil.cx>
      Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
      Cc: Dominik Brodowski <linux@dominikbrodowski.net>
      Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      ecb8a847
  11. 15 11月, 2007 1 次提交
  12. 13 10月, 2007 1 次提交
  13. 12 8月, 2007 1 次提交
  14. 10 5月, 2007 2 次提交
  15. 09 5月, 2007 1 次提交
  16. 13 2月, 2007 1 次提交
    • J
      [PATCH] Char: timers cleanup · 40565f19
      Jiri Slaby 提交于
      - Use timer macros to set function and data members and to modify
        expiration time.
      - Use DEFINE_TIMER for global timers and do not init them at run-time in
        these cases.
      - del_timer_sync is common in most cases -- we want to wait for timer
        function if it's still running.
      Signed-off-by: NJiri Slaby <jirislaby@gmail.com>
      Cc: Dave Airlie <airlied@linux.ie>
      Cc: David Woodhouse <dwmw2@infradead.org>
      Cc: Dominik Brodowski <linux@dominikbrodowski.net>
      Cc: Alessandro Zummo <a.zummo@towertech.it>
      Cc: Paul Fulghum <paulkf@microgate.com>
      Cc: Kylene Jo Hall <kjhall@us.ibm.com>
      Cc: Wim Van Sebroeck <wim@iguana.be>
      Acked-by: Dmitry Torokhov <dtor@mail.ru>	(Input bits)
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      40565f19
  17. 05 12月, 2006 2 次提交
  18. 04 7月, 2006 1 次提交
  19. 01 7月, 2006 1 次提交
  20. 02 6月, 2006 1 次提交
  21. 11 5月, 2006 1 次提交
  22. 31 3月, 2006 8 次提交
  23. 01 3月, 2006 1 次提交
  24. 06 1月, 2006 3 次提交
  25. 16 12月, 2005 1 次提交