1. 29 5月, 2007 4 次提交
  2. 26 5月, 2007 2 次提交
  3. 25 5月, 2007 29 次提交
  4. 24 5月, 2007 5 次提交
    • M
      [Bluetooth] Always send HCI_Reset for Broadcom devices · fd184ab4
      Marcel Holtmann 提交于
      In case of Broadcom based Bluetooth devices, it is safe to always
      send HCI_Reset as first command. This gives the advantage that
      all HID Proxy versions will automatically work and don't need any
      additional quirks anymore.
      Signed-off-by: NMarcel Holtmann <marcel@holtmann.org>
      fd184ab4
    • J
      [CRYPTO] geode: Fix in-place operations and set key · 761e7846
      Jordan Crouse 提交于
      Allow in-place crypto operations.  Also remove the coherent user flag
      (we use it automagically now), and by default use the user written
      key rather then the HW hidden key - this makes crypto just work without
      any special considerations, and thats OK, since its our only usage
      model.
      Signed-off-by: NJordan Crouse <jordan.crouse@amd.com>
      Signed-off-by: NHerbert Xu <herbert@gondor.apana.org.au>
      761e7846
    • P
      mmc: clean up unused parts of block driver · 9c9f2d63
      Pierre Ossman 提交于
      Remove dead code and unused structs from the block driver.
      Signed-off-by: NPierre Ossman <drzeus@drzeus.cx>
      9c9f2d63
    • A
      drivers/isdn/hardware/eicon/message.c warning fixes · d3c8bdfb
      Andrew Morton 提交于
      Squash these:
      
      drivers/isdn/hardware/eicon/message.c: In function 'api_put':
      drivers/isdn/hardware/eicon/message.c:536: warning: cast from pointer to integer of different size
      drivers/isdn/hardware/eicon/message.c: In function 'plci_free_msg_in_queue':
      drivers/isdn/hardware/eicon/message.c:1035: warning: cast to pointer from integer of different size
      drivers/isdn/hardware/eicon/message.c: In function 'data_b3_req':
      drivers/isdn/hardware/eicon/message.c:3121: warning: cast to pointer from integer of different size
      drivers/isdn/hardware/eicon/message.c:3154: warning: cast to pointer from integer of different size
      drivers/isdn/hardware/eicon/message.c: In function 'callback':
      drivers/isdn/hardware/eicon/message.c:4060: warning: cast to pointer from integer of different size
      drivers/isdn/hardware/eicon/message.c: In function 'nl_ind':
      drivers/isdn/hardware/eicon/message.c:7137: warning: cast from pointer to integer of different size
      
      Cc: Karsten Keil <kkeil@suse.de>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      d3c8bdfb
    • A
      capifunc warning fixes · 241be8d9
      Andrew Morton 提交于
      squish these:
      
      drivers/isdn/hardware/eicon/capifunc.c: In function 'TransmitBufferSet':
      drivers/isdn/hardware/eicon/capifunc.c:192: warning: cast to pointer from integer of different size
      drivers/isdn/hardware/eicon/capifunc.c: In function 'TransmitBufferGet':
      drivers/isdn/hardware/eicon/capifunc.c:197: warning: cast from pointer to integer of different size
      drivers/isdn/hardware/eicon/capifunc.c:198: warning: cast from pointer to integer of different size
      drivers/isdn/hardware/eicon/capifunc.c:200: warning: cast from pointer to integer of different size
      drivers/isdn/hardware/eicon/capifunc.c: In function 'TransmitBufferFree':
      drivers/isdn/hardware/eicon/capifunc.c:205: warning: cast from pointer to integer of different size
      drivers/isdn/hardware/eicon/capifunc.c:206: warning: cast from pointer to integer of different size
      drivers/isdn/hardware/eicon/capifunc.c: In function 'sendf':
      drivers/isdn/hardware/eicon/capifunc.c:304: warning: cast to pointer from integer of different size
      drivers/isdn/hardware/eicon/capifunc.c:304: warning: cast to pointer from integer of different size
      drivers/isdn/hardware/eicon/capifunc.c:321: warning: cast to pointer from integer of different size
      
      Cc: Karsten Keil <kkeil@suse.de>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      241be8d9