aboutsummaryrefslogtreecommitdiff
path: root/net/nfc/nci
AgeCommit message (Expand)Author
2014-02-23NFC: NCI: Fix NULL pointer dereferenceAmitkumar Karwar
2014-01-07NFC: NCI: Add set_config APIAmitkumar Karwar
2014-01-07NFC: NCI: Add setup handlerAmitkumar Karwar
2014-01-07NFC: NCI: Don't reverse local general bytesAmitkumar Karwar
2014-01-05NFC: NCI: Cancel cmd_timer in nci_close_device()Amitkumar Karwar
2013-12-11nfc: Fix FSF address in file headersJeff Kirsher
2013-09-25NFC: NCI: Modify NCI SPI to implement CS/INT handshake per the specEric Lapuyade
2013-09-25NFC: NCI: nci_spi_recv_frame() now returns (not forward) the read frameEric Lapuyade
2013-09-25NFC: NCI: zero struct spi_transfer variables before usageEric Lapuyade
2013-09-25NFC: NCI: Store the spi device pointer from the spi instanceEric Lapuyade
2013-09-25NFC: NCI: Simplify NCI SPI to become a simple framing/checking layerEric Lapuyade
2013-09-25NFC: NCI: Rename spi ndev -> nsdev and nci_dev -> ndev for consistencyEric Lapuyade
2013-09-25NFC: NCI: Fix wrong allocation size in nci_spi_allocate_device()Eric Lapuyade
2013-07-19NFC: Fix NCI over SPI buildFrederic Danis
2013-06-14NFC: Extend and fix the internal secure element APISamuel Ortiz
2013-06-14NFC: Remove the static supported_se fieldSamuel Ortiz
2013-06-14NFC: Add NCI over SPI receiveFrederic Danis
2013-06-14NFC: Add NCI over SPI sendFrederic Danis
2013-06-14NFC: Add basic NCI over SPIFrederic Danis
2013-06-14NFC: NCI: Fix skb->dev usageFrederic Danis
2013-01-10NFC: Initial Secure Element APISamuel Ortiz
2012-10-26NFC: Remove CONFIG_EXPERIMENTAL from the NCI MakefileKees Cook
2012-10-26NFC: Fix some code style and whitespace issuesSzymon Janc
2012-10-26NFC: Fix style issues with logical operationsSzymon Janc
2012-10-26NFC: Remove not needed local variable in nci_set_local_general_bytesSzymon Janc
2012-10-26NFC: Use NFC_MAX_GT_LEN to check len in nci_set_local_general_bytesSzymon Janc
2012-09-25NFC: Implement NCI dep_link_up and dep_link_downIlan Elias
2012-09-25NFC: Parse NCI NFC-DEP activation paramsIlan Elias
2012-09-25NFC: Set local general bytes in nci_start_pollIlan Elias
2012-07-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-07-12NFC: NCI module license 'unspecified' taints kernelDave Jones
2012-07-09NFC: Add ISO 14443 type B protocolSamuel Ortiz
2012-07-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-06-25NFC: Prevent multiple buffer overflows in NCIDan Rosenberg
2012-06-04NFC: Introduce target mode tx opsSamuel Ortiz
2012-06-04NFC: Add target mode protocols to the polling loop startup routineSamuel Ortiz
2012-05-15NFC: Quiet nci/ntf.c sparse noise about plain integer as NULL pointerH Hartley Sweeten
2012-05-15NFC: Include nci_core.h to nci/lib.cH Hartley Sweeten
2012-05-15NFC: Quiet nci/data.c sparse noise about plain integer as NULL pointerH Hartley Sweeten
2012-05-15NFC: Cache the core NFC active target pointer instead of its indexEric Lapuyade
2012-04-12NFC: The core part should generate the target indexSamuel Ortiz
2012-03-06NFC: NCI code identation fixesSamuel Ortiz
2012-01-27nfc: NULL vs zero in nci_activate_target()Dan Carpenter
2012-01-24NFC: Add NCI multiple targets supportIlan Elias
2012-01-24NFC: Clearly separate NCI states from flagsIlan Elias
2012-01-24NFC: Add NCI data exchange timerIlan Elias
2012-01-24NFC: Export new attributes sensb_res and sensf_resIlan Elias
2012-01-24NFC: Complete NCI deactivate in deactivate_ntfIlan Elias
2012-01-04NFC: Export a new attribute nfcid1 in target infoIlan Elias
2012-01-04NFC: Handle error during NCI data exchangeIlan Elias