| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'gpio-v4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu... | Linus Torvalds | 2015-09-04 | 1 | -7/+3 |
|\ |
|
| * | NFC: nxp-nci_i2c: use flags argument of devm_gpiod_get_index | Uwe Kleine-König | 2015-07-06 | 1 | -7/+3 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2015-09-03 | 19 | -27/+1966 |
|\ \ |
|
| * | | nfc: s3fwrn5: Add driver for Samsung S3FWRN5 NFC Chip | Robert Baldyga | 2015-08-20 | 11 | -0/+1532 |
| * | | NFC: trf7970a: Add NULL check to clear up smatch warning | Mark Greer | 2015-08-19 | 1 | -1/+3 |
| * | | NFC: trf7970a: SDD_EN is bit 5 not bit 3 | Mark Greer | 2015-08-19 | 1 | -1/+1 |
| * | | nfc: st-nci: Remove pr_err in rcv_queue when ndlc header is unknown | Christophe Ricard | 2015-08-17 | 1 | -1/+0 |
| * | | nfc: st-nci: Add spi phy support for st21nfcb | Christophe Ricard | 2015-08-17 | 3 | -0/+406 |
| * | | nfc: st-nci: Free data with irrelevant NDLC PCB_SYNC value | Christophe Ricard | 2015-08-17 | 1 | -1/+3 |
| * | | nfc: st-nci: Remove data from ack_pending_q when receiving a SYNC_ACK | Christophe Ricard | 2015-08-17 | 1 | -0/+2 |
| * | | NFC: st-nci: fix use of uninitialized variables in error path | Christophe Ricard | 2015-08-17 | 1 | -4/+4 |
| * | | NFC: st21nfca: fix use of uninitialized variables in error path | Christophe Ricard | 2015-08-17 | 1 | -5/+6 |
| * | | nfc: st-nci: Fix non accurate comment for st_nci_i2c_read | Christophe Ricard | 2015-08-17 | 1 | -7/+2 |
| * | | nfc: st-nci: Fix typo when changing from st21nfcb to st-nci | Christophe Ricard | 2015-08-17 | 1 | -9/+9 |
| * | | nfc: st-nci: Remove duplicate file platform_data/st_nci.h | Christophe Ricard | 2015-08-17 | 1 | -1/+1 |
| |/ |
|
* / | mei: bus: add and call callback on notify event | Alexander Usyskin | 2015-08-04 | 1 | -1/+2 |
|/ |
|
* | Merge tag 'char-misc-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2015-06-26 | 4 | -36/+301 |
|\ |
|
| * | mei: fix up uuid matching | Greg Kroah-Hartman | 2015-05-31 | 1 | -1/+1 |
| * | NFC: mei_phy: adjust mei nfc header according the spec | Tomas Winkler | 2015-05-24 | 1 | -27/+31 |
| * | NFC: mei_phy: move all nfc logic from mei driver to nfc | Tomas Winkler | 2015-05-24 | 2 | -35/+293 |
| * | mei: bus: report also uuid in module alias | Tomas Winkler | 2015-05-24 | 3 | -2/+5 |
* | | NFC: nfcmrvl: set PB_BAIL_OUT at setup | Vincent Cuissard | 2015-06-13 | 2 | -0/+9 |
* | | NFC: nfcmrvl: Allow ISO15693 protocol | Vincent Cuissard | 2015-06-13 | 1 | -0/+1 |
* | | NFC: nfcmrvl: small fix in USB driver | Vincent Cuissard | 2015-06-13 | 1 | -0/+1 |
* | | NFC: nfcmrvl: add UART driver | Vincent Cuissard | 2015-06-11 | 4 | -0/+246 |
* | | NFC: nfcmrvl: add platform_data and DT configuration | Vincent Cuissard | 2015-06-11 | 3 | -26/+82 |
* | | NFC: nfcmrvl: add chip reset management | Vincent Cuissard | 2015-06-11 | 2 | -0/+38 |
* | | NFC: nfcmrvl: update USB device id | Vincent Cuissard | 2015-06-11 | 1 | -1/+2 |
* | | NFC: nfcmrvl: update nci recv frame API | Vincent Cuissard | 2015-06-11 | 3 | -16/+23 |
* | | NFC: nfcmrvl: add support of HCI-based transport | Vincent Cuissard | 2015-06-11 | 3 | -4/+52 |
* | | NFC: nfcmrvl: remove integration related settings | Vincent Cuissard | 2015-06-11 | 1 | -9/+0 |
* | | nfc: st-nci: Rename st21nfcb to st-nci | Christophe Ricard | 2015-06-10 | 15 | -544/+547 |
* | | NFC: st21nfcb: Configure CLF with NCI proprietary command | Christophe Ricard | 2015-06-09 | 3 | -1/+29 |
* | | NFC: st21nfcb: disable irq when st21nfcb is disabled | Christophe Ricard | 2015-06-09 | 1 | -4/+4 |
* | | NFC: st21nfcb: Move powered flag from phy to ndlc layer | Christophe Ricard | 2015-06-09 | 3 | -5/+5 |
* | | NFC: st21nfcb: Move st21nfcb_nci_remove in ndlc_remove | Christophe Ricard | 2015-06-09 | 1 | -2/+2 |
* | | NFC: st21nfcb: Add support for nci proprietary commands | Christophe Ricard | 2015-06-09 | 2 | -0/+27 |
* | | NFC: st21nfcb: Fix st21nfcb_nci_close | Christophe Ricard | 2015-06-09 | 1 | -1/+3 |
* | | NFC: st21nfcb: Add ndlc_close in st21nfcb_nci_remove | Christophe Ricard | 2015-06-09 | 1 | -0/+4 |
* | | NFC: st21nfcb: remove st21nfcb_nci_i2c_disable | Christophe Ricard | 2015-06-09 | 1 | -3/+0 |
* | | NFC: st21nfcb: Do not remove header once the payload is sent | Christophe Ricard | 2015-06-09 | 1 | -7/+0 |
* | | NFC: st21nfcb: Remove inappropriate kfree on a devm_kzalloc pointer | Firo Yang | 2015-06-09 | 1 | -3/+0 |
* | | NFC: pn544: use flags argument of devm_gpiod_get to set direction | Uwe Kleine-König | 2015-06-09 | 1 | -32/+11 |
* | | NFC: microread: drop unused variable | Tomas Winkler | 2015-06-09 | 1 | -3/+0 |
* | | NFC: Remove obsolete setting of DEBUG | Valentin Rothberg | 2015-06-09 | 2 | -4/+0 |
* | | NFC: trf7970a: Handle extra byte in response to Type 5 RMB commands | Mark A. Greer | 2015-06-08 | 1 | -4/+19 |
* | | NFC: nxp-nci: Fix build warning | Samuel Ortiz | 2015-06-08 | 1 | -0/+1 |
* | | NFC: nxp-nci_i2c: Add support for enumerating through ACPI | Oleg Zhurakivskyy | 2015-06-08 | 1 | -0/+51 |
|/ |
|
* | NFC: logging neatening | Joe Perches | 2015-04-07 | 8 | -43/+36 |
* | NFC: pn533: fix error return code | Julia Lawall | 2015-04-06 | 1 | -1/+3 |