1. 15 12月, 2011 2 次提交
  2. 01 12月, 2011 1 次提交
  3. 01 11月, 2011 1 次提交
  4. 22 9月, 2011 1 次提交
    • R
      nfc: NFC_WILINK depends on NFC_NCI · ed46fdfc
      Randy Dunlap 提交于
      nwcwilink.c uses nci_*() interfaces, so it should depend on
      NFC_NCI.
      
      Fixes these build errors:
      ERROR: "nci_register_device" [drivers/nfc/nfcwilink.ko] undefined!
      ERROR: "nci_allocate_device" [drivers/nfc/nfcwilink.ko] undefined!
      ERROR: "nci_recv_frame" [drivers/nfc/nfcwilink.ko] undefined!
      ERROR: "nci_free_device" [drivers/nfc/nfcwilink.ko] undefined!
      ERROR: "nci_unregister_device" [drivers/nfc/nfcwilink.ko] undefined!
      Signed-off-by: NRandy Dunlap <rdunlap@xenotime.net>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      ed46fdfc
  5. 21 9月, 2011 3 次提交
  6. 25 8月, 2011 1 次提交
  7. 27 7月, 2011 1 次提交
  8. 06 7月, 2011 2 次提交
  9. 26 2月, 2011 2 次提交
  10. 17 1月, 2011 1 次提交
    • A
      drivers/nfc/pn544.c: fix min_t warnings · e78bf5e6
      Andrew Morton 提交于
      Fix these:
      
        drivers/nfc/pn544.c: In function 'pn544_read':
        drivers/nfc/pn544.c:356: warning: comparison of distinct pointer types lacks a cast
        drivers/nfc/pn544.c:377: warning: comparison of distinct pointer types lacks a cast
        drivers/nfc/pn544.c: In function 'pn544_write':
        drivers/nfc/pn544.c:463: warning: comparison of distinct pointer types lacks a cast
        drivers/nfc/pn544.c:485: warning: comparison of distinct pointer types lacks a cast
      
      Cc: "Matti J. Aaltonen" <matti.j.aaltonen@nokia.com>
      Cc: Stephen Rothwell <sfr@canb.auug.org.au>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      e78bf5e6
  11. 14 1月, 2011 1 次提交