[PATCH 0/8] Adds Intel FieldsPeak NFC solution driver

2015-02-24 Thread Robert Dolca
This patch adds support for Intel's FieldsPeak NFC solution. The device is enumerated with ACPI and platform init. In order to implement the driver the nci_core_conn_create was modified in order to report the ID of the newly created connection. Fixed a bug that prevented to close a connection

Re: [PATCH 0/8] Adds Intel FieldsPeak NFC solution driver

2015-02-24 Thread Greg Rose
On Tue, Feb 24, 2015 at 8:25 AM, Daniel Baluta daniel.bal...@gmail.com wrote: On Tue, Feb 24, 2015 at 6:14 PM, Greg Rose gvrose8...@gmail.com wrote: I'm excited - what's NFC? Please don't do top posting. My apologies - my smartphone interface rather sucks sometimes. Other than that:

Re: [PATCH 0/8] Adds Intel FieldsPeak NFC solution driver

2015-02-24 Thread Daniel Baluta
On Tue, Feb 24, 2015 at 6:14 PM, Greg Rose gvrose8...@gmail.com wrote: I'm excited - what's NFC? Please don't do top posting. Other than that: http://en.wikipedia.org/wiki/Near_field_communication Daniel. -- To unsubscribe from this list: send the line unsubscribe linux-wireless in the body

Re: [PATCH 0/8] Adds Intel FieldsPeak NFC solution driver

2015-02-24 Thread Greg Rose
I'm excited - what's NFC? - Greg On Tue, Feb 24, 2015 at 2:01 AM, Robert Dolca robert.do...@intel.com wrote: This patch adds support for Intel's FieldsPeak NFC solution. The device is enumerated with ACPI and platform init. In order to implement the driver the nci_core_conn_create was