linux-nfc.lists.01.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-02 11:47:41 to 2021-07-11 20:29:48 UTC [more...]

[linux-nfc] [neard][PATCH 00/34] fixes and improvements for neard (continued)
 2021-07-11 20:23 UTC  (35+ messages)
` [linux-nfc] [neard][PATCH 01/34] Drop empty NEWS
` [linux-nfc] [neard][PATCH 02/34] ci: add building without maintainer options
` [linux-nfc] [neard][PATCH 03/34] ci: be verbose when building
` [linux-nfc] [neard][PATCH 04/34] ci: add more build configurations (Fedora, Alpine, Debian, cross-compile, i386)
` [linux-nfc] [neard][PATCH 05/34] ci: run unit tests
` [linux-nfc] [neard][PATCH 06/34] adapter: adjust indentation of continued arguments
` [linux-nfc] [neard][PATCH 07/34] ci: display printenv
` [linux-nfc] [neard][PATCH 08/34] HACKING: refine required packages
` [linux-nfc] [neard][PATCH 09/34] nciattach: fix poll.h include location
` [linux-nfc] [neard][PATCH 10/34] unit: use proper pointer to uint8_t in test_snep_read_recv_fragments()
` [linux-nfc] [neard][PATCH 11/34] build: fix setting CFLAGS on dash shell (Alpine Linux)
` [linux-nfc] [neard][PATCH 12/34] build: add more compiler warnings
` [linux-nfc] [neard][PATCH 13/34] gdbus: do not shadow global 'pending' variable (-Wshadow)
` [linux-nfc] [neard][PATCH 14/34] nciattach: do not shadow other local 'opt' "
` [linux-nfc] [neard][PATCH 15/34] unit: do not shadow global 'uri' "
` [linux-nfc] [neard][PATCH 16/34] nfctool: use proper format for integers (-Wformat)
` [linux-nfc] [neard][PATCH 17/34] bluetooth: "
` [linux-nfc] [neard][PATCH 18/34] ndef: "
` [linux-nfc] [neard][PATCH 19/34] nfctype2: "
` [linux-nfc] [neard][PATCH 20/34] nfctype3: "
` [linux-nfc] [neard][PATCH 21/34] nfctype5: "
` [linux-nfc] [neard][PATCH 22/34] mifare: "
` [linux-nfc] [neard][PATCH 23/34] p2p: "
` [linux-nfc] [neard][PATCH 24/34] npp: "
` [linux-nfc] [neard][PATCH 25/34] adapter: "
` [linux-nfc] [neard][PATCH 26/34] device: "
` [linux-nfc] [neard][PATCH 27/34] manager: "
` [linux-nfc] [neard][PATCH 28/34] tag: "
` [linux-nfc] [neard][PATCH 29/34] netlink: "
` [linux-nfc] [neard][PATCH 30/34] se: "
` [linux-nfc] [neard][PATCH 31/34] ndef: "
` [linux-nfc] [neard][PATCH 32/34] unit: "
` [linux-nfc] [neard][PATCH 33/34] build: enable -Wshadow and -Wformat-signedness compiler warnings
` [linux-nfc] [neard][PATCH 34/34] AUTHORS: Mention Krzysztof Kozlowski's contributions

[linux-nfc] [neard][PATCH 00/16] neard CI under Github and rouund of fixes
 2021-07-10  3:38 UTC  (17+ messages)
` [linux-nfc] [neard][PATCH 01/16] nfctool: fix adapter_compare_idx() cast-function-type
` [linux-nfc] [neard][PATCH 02/16] nfctool: fix nfctool_send_dep_link_up() cast-function-type
` [linux-nfc] [neard][PATCH 03/16] nfctool: fix nfctool_print_and_remove_snl() cast-function-type
` [linux-nfc] [neard][PATCH 04/16] ci: temporarily disable Ubuntu Hirsute
` [linux-nfc] [neard][PATCH 05/16] dbus: fix -Wformat in near_dbus_encode_string()
` [linux-nfc] [neard][PATCH 06/16] bootstrap: parse CROSS_COMPILE and set proper configure option
` [linux-nfc] [neard][PATCH 07/16] ci: add SPDX and copyright notes to ci.yml
` [linux-nfc] [neard][PATCH 08/16] ci: enable back Ubuntu Hirsute
` [linux-nfc] [neard][PATCH 09/16] ci: print executed commands when configuring debian
` [linux-nfc] [neard][PATCH 10/16] ci: no need to print twice compiler version
` [linux-nfc] [neard][PATCH 11/16] unit: pass real UTF-8 for testing text NDEF
` [linux-nfc] [neard][PATCH 12/16] ndef: check UTF-16 text payload length
` [linux-nfc] [neard][PATCH 13/16] ndef: silence clang -Wcast-align warning
` [linux-nfc] [neard][PATCH 14/16] ndef: fix parsing of UTF-16 text payload
` [linux-nfc] [neard][PATCH 15/16] nfctype5: fix returning uninitialized stack value in t5_tag_is_ti_pro()
` [linux-nfc] [neard][PATCH 16/16] ci: add clang builds

[linux-nfc] [PATCH 1/2] MAINTAINERS: nfc: add Krzysztof Kozlowski as maintainer
 2021-07-09  9:24 UTC  (5+ messages)
` [linux-nfc] "

[linux-nfc] [PATCH v2 1/2] nfc: mrvl: remove useless "continue" at end of loop
 2021-06-02 11:20 UTC  (2+ messages)
` [linux-nfc] [PATCH v2 2/2] nfc: mrvl: reduce the scope of local variables

[linux-nfc] [PATCH] nfc: mrvl: remove useless "continue" at end of loop
 2021-06-02 11:10 UTC  (2+ messages)
  ` [linux-nfc] "

[linux-nfc] Re: [PATCH] NFC: microread: Pass err variable to async_cb()
 2021-06-01 13:07 UTC 

[linux-nfc] Re: [PATCH] NFC: nci: Remove redundant assignment to len
 2021-06-01 10:11 UTC 

[linux-nfc] [RESEND PATCH 01/11] nfc: fdp: drop ftrace-like debugging messages
 2021-05-31  7:39 UTC  (11+ messages)
` [linux-nfc] [RESEND PATCH 02/11] nfc: mei_phy: "
` [linux-nfc] [RESEND PATCH 03/11] nfc: mrvl: use SPDX-License-Identifier
` [linux-nfc] [RESEND PATCH 04/11] nfc: mrvl: correct minor coding style violations
` [linux-nfc] [RESEND PATCH 05/11] nfc: mrvl: simplify with module_driver
` [linux-nfc] [RESEND PATCH 06/11] nfc: pn533: drop ftrace-like debugging messages
` [linux-nfc] [RESEND PATCH 07/11] nfc: pn533: drop unneeded braces {} in if
` [linux-nfc] [RESEND PATCH 08/11] nfc: pn544: drop ftrace-like debugging messages
` [linux-nfc] [RESEND PATCH 09/11] nfc: st21nfca: "
` [linux-nfc] [RESEND PATCH 10/11] nfc: st-nci: "
` [linux-nfc] [RESEND PATCH 11/11] nfc: st95hf: fix indentation to tabs

[linux-nfc] [PATCH 01/11] nfc: fdp: drop ftrace-like debugging messages
 2021-05-31  7:30 UTC  (12+ messages)
` [linux-nfc] [PATCH 02/11] nfc: mei_phy: "
` [linux-nfc] [PATCH 03/11] nfc: mrvl: use SPDX-License-Identifier
` [linux-nfc] [PATCH 04/11] nfc: mrvl: correct minor coding style violations
  ` [linux-nfc] [PATCH 05/11] nfc: mrvl: simplify with module_driver
  ` [linux-nfc] [PATCH 06/11] nfc: pn533: drop ftrace-like debugging messages
  ` [linux-nfc] [PATCH 07/11] nfc: pn533: drop unneeded braces {} in if
  ` [linux-nfc] [PATCH 08/11] nfc: pn544: drop ftrace-like debugging messages
  ` [linux-nfc] [PATCH 09/11] nfc: st21nfca: "
  ` [linux-nfc] [PATCH 10/11] nfc: st-nci: "
` [linux-nfc] [PATCH 11/11] nfc: st95hf: fix indentation to tabs
  ` [linux-nfc] Re: [PATCH 01/11] nfc: fdp: drop ftrace-like debugging messages

[linux-nfc] [RESEND PATCH] nfc: fix NULL ptr dereference in llcp_sock_getname() after failed connect
 2021-05-31  7:21 UTC 

[linux-nfc] [PATCH 01/12] nfc: fdp: correct kerneldoc for structure
 2021-05-28 12:42 UTC  (12+ messages)
` [linux-nfc] [PATCH 02/12] nfc: fdp: drop ACPI_PTR from device ID table
` [linux-nfc] [PATCH 03/12] nfc: port100: correct kerneldoc for structure
` [linux-nfc] [PATCH 04/12] nfc: pn533: drop of_match_ptr from device ID table
` [linux-nfc] [PATCH 05/12] nfc: mrvl: mark OF device ID tables as maybe unused
` [linux-nfc] [PATCH 06/12] nfc: mrvl: skip impossible NCI_MAX_PAYLOAD_SIZE check
` [linux-nfc] [PATCH 07/12] nfc: pn533: mark OF device ID tables as maybe unused
` [linux-nfc] [PATCH 08/12] nfc: s3fwrn5: "
` [linux-nfc] [PATCH 09/12] nfc: pn544: mark ACPI and "
` [linux-nfc] [PATCH 10/12] nfc: st-nci: "
` [linux-nfc] [PATCH 11/12] nfc: st21nfca: "
` [linux-nfc] [PATCH 12/12] nfc: st95hf: "

[linux-nfc] Re: [PATCH v2] nfc: st-nci: remove unnecessary labels
 2021-05-26 13:56 UTC 

[linux-nfc] Re: [PATCH v2] nfc: st95hf: remove unnecessary assignment and label
 2021-05-26 13:56 UTC 

[linux-nfc] Re: [PATCH] nfc: st-nci: remove unnecessary labels
 2021-05-25 11:42 UTC 

[linux-nfc] Re: [PATCH] NFC: st95hf: remove unnecessary assignment and label
 2021-05-25 11:38 UTC 

[linux-nfc] [PATCH 1/2] dt-bindings: net: nfc: s3fwrn5: Add optional clock
 2021-05-21 15:02 UTC  (11+ messages)
` [linux-nfc] [PATCH 2/2] nfc: s3fwrn5: i2c: Enable optional clock from device tree
  ` [linux-nfc] "

[linux-nfc] [PATCH v2 1/2] dt-bindings: net: nfc: s3fwrn5: Add optional clock
 2021-05-19 16:13 UTC  (4+ messages)
` [linux-nfc] [PATCH v2 2/2] nfc: s3fwrn5: i2c: Enable optional clock from device tree
  ` [linux-nfc] "
` [linux-nfc] Re: [PATCH v2 1/2] dt-bindings: net: nfc: s3fwrn5: Add optional clock

[linux-nfc] Re: Testing wanted for Linux NFC subsystem
 2021-05-14 15:23 UTC 

[linux-nfc] Re: Testing wanted for Linux NFC subsystem
 2021-05-13 14:48 UTC 

[linux-nfc] Re: [PATCH 1/2] MAINTAINERS: nfc: add Krzysztof Kozlowski as maintainer
 2021-05-13  1:35 UTC 

[linux-nfc] Re: [PATCH 1/2] MAINTAINERS: nfc: add Krzysztof Kozlowski as maintainer
 2021-05-12 21:31 UTC 

[linux-nfc] Re: [PATCH 1/2] MAINTAINERS: nfc: add Krzysztof Kozlowski as maintainer
 2021-05-12 20:22 UTC 

[linux-nfc] Re: [PATCH 1/2] MAINTAINERS: nfc: add Krzysztof Kozlowski as maintainer
 2021-05-12 20:21 UTC 

[linux-nfc] Re: [PATCH 1/2] MAINTAINERS: nfc: add Krzysztof Kozlowski as maintainer
 2021-05-12 17:01 UTC 

[linux-nfc] Re: [PATCH 1/2] MAINTAINERS: nfc: add Krzysztof Kozlowski as maintainer
 2021-05-12 15:32 UTC 

[linux-nfc] Re: how to test a driver for a new device
 2021-05-12 15:19 UTC 

[linux-nfc] Re: [PATCH 2/2] MAINTAINERS: nfc: include linux-nfc mailing list
 2021-05-12 15:15 UTC 

[linux-nfc] Re: [PATCH 1/2] MAINTAINERS: nfc: add Krzysztof Kozlowski as maintainer
 2021-05-12 15:15 UTC 

[linux-nfc] Re: [PATCH] MAINTAINERS: nfc: drop Clément Perrochaud from NXP-NCI
 2021-05-12 15:14 UTC 

[linux-nfc] [PATCH 2/2] MAINTAINERS: nfc: include linux-nfc mailing list
 2021-05-12 14:43 UTC 

[linux-nfc] Re: [PATCH] NFC: cooperation with runtime PM
 2021-05-12 14:15 UTC 

[linux-nfc] [PATCH] MAINTAINERS: nfc: drop Clément Perrochaud from NXP-NCI
 2021-05-12 14:00 UTC 

[linux-nfc] Re: [PATCH] nxp-nci: add NXP1002 id
 2021-05-12 13:56 UTC 

[linux-nfc] Re: [PATCH] NFC: cooperation with runtime PM
 2021-05-12 13:56 UTC 

[linux-nfc] Re: [PATCH] NFC: cooperation with runtime PM
 2021-05-12 13:54 UTC 

[linux-nfc] [PATCH] nxp-nci: add NXP1002 id
 2021-05-12 13:54 UTC 

[linux-nfc] [PATCH] NFC: cooperation with runtime PM
 2021-05-12 13:44 UTC 

[linux-nfc] how to test a driver for a new device
 2021-05-11 16:30 UTC 

[linux-nfc] Re: [PATCH v2] tag: Implement readout of tag UID via DBus interface
 2021-03-18 16:14 UTC 

[linux-nfc] Re: [PATCH v2] tag: Implement readout of tag UID via DBus interface
 2021-03-16 18:49 UTC 

[linux-nfc] Re: [PATCH] tag: Implement readout of tag UID via DBus interface
 2021-03-16 18:02 UTC 

[linux-nfc] [PATCH v2] tag: Implement readout of tag UID via DBus interface
 2021-03-16 11:22 UTC 

[linux-nfc] Re: [PATCH] tag: Implement readout of tag UID via DBus interface
 2021-03-16  8:53 UTC 

[linux-nfc] Re: [PATCH] tag: Implement readout of tag UID via DBus interface
 2021-03-12  1:21 UTC 

[linux-nfc] [PATCH] tag: Implement readout of tag UID via DBus interface
 2021-03-11  8:50 UTC 

[linux-nfc] [PATCH net-next v4 2/2] selftests: Add nci suite
 2021-01-27 13:08 UTC 

[linux-nfc] [PATCH net-next v4 1/2] nfc: Add a virtual nci device driver
 2021-01-27 13:08 UTC 

[linux-nfc] [PATCH net-next v4 0/2] Add nci suit and virtual nci device driver
 2021-01-27 13:08 UTC 

[linux-nfc] Re: [PATCH net-next v3 1/2] nfc: Add a virtual nci device driver
 2021-01-27 13:03 UTC 

[linux-nfc] Re: [PATCH] nfc: fix typo
 2021-01-24 17:38 UTC 

[linux-nfc] [PATCH net-next v3 2/2] selftests: Add nci suite
 2021-01-23  9:24 UTC 

[linux-nfc] [PATCH net-next v3 1/2] nfc: Add a virtual nci device driver
 2021-01-23  9:24 UTC 

[linux-nfc] [PATCH net-next v3 0/2] Add nci suit and virtual nci device driver
 2021-01-23  9:24 UTC 

[linux-nfc] [PATCH net-next v2 2/2] selftests: Add nci suite
 2021-01-20 11:56 UTC 

[linux-nfc] [PATCH net-next v2 1/2] nfc: Add a virtual nci device driver
 2021-01-20 11:56 UTC 

[linux-nfc] [PATCH net-next v2 0/2] Add nci suit and virtual nci device driver
 2021-01-20 11:56 UTC 

[linux-nfc] Re: [PATCH net] net: nfc: nci: fix the wrong NCI_CORE_INIT parameters
 2021-01-20  9:54 UTC 

[linux-nfc] Re: [PATCH net] net: nfc: nci: fix the wrong NCI_CORE_INIT parameters
 2021-01-18 21:19 UTC 

[linux-nfc] [PATCH net] net: nfc: nci: fix the wrong NCI_CORE_INIT parameters
 2021-01-18 20:55 UTC 

[linux-nfc] Re: [PATCH net-next] nfc: Add a virtual nci device driver
 2021-01-07 22:38 UTC 

[linux-nfc] Re: [PATCH net-next] nfc: Add a virtual nci device driver
 2021-01-05 23:16 UTC 

[linux-nfc] Re: [PATCH net-next] nfc: Add a virtual nci device driver
 2020-12-31  5:22 UTC 

[linux-nfc] [PATCH net-next v2] net: nfc: nci: Change the NCI close sequence
 2020-12-31  2:59 UTC 

[linux-nfc] [PATCH net-next] nfc: Add a virtual nci device driver
 2020-12-28  9:45 UTC 

[linux-nfc] [PATCH net-next] net: nfc: nci: Change the NCI close sequence
 2020-12-28  1:46 UTC 

[linux-nfc] Re: [PATCH v2 net-next 2/2] nfc: s3fwrn5: Remove unused NCI prop commands
 2020-12-15  9:13 UTC 

[linux-nfc] Re: [PATCH v2 net-next 1/2] nfc: s3fwrn5: Remove the delay for NFC sleep
 2020-12-15  9:12 UTC 

[linux-nfc] [PATCH v2 net-next 2/2] nfc: s3fwrn5: Remove unused NCI prop commands
 2020-12-15  6:54 UTC 

[linux-nfc] [PATCH v2 net-next 1/2] nfc: s3fwrn5: Remove the delay for NFC sleep
 2020-12-15  6:54 UTC 

[linux-nfc] [PATCH v2 net-next 0/2] nfc: s3fwrn5: Refactor the s3fwrn5 module
 2020-12-15  6:53 UTC 

[linux-nfc] Re: [PATCH net-next] nfc: s3fwrn5: Remove unused nci prop commands
 2020-12-15  3:03 UTC 

[linux-nfc] Re: [PATCH net-next] MAINTAINERS: Update maintainer for SAMSUNG S3FWRN5 NFC
 2020-12-15  3:01 UTC 

[linux-nfc] Re: [PATCH net-next] nfc: s3fwrn5: Remove unused nci prop commands
 2020-12-14 16:02 UTC 

[linux-nfc] Re: [PATCH net-next] nfc: s3fwrn5: Remove the delay for nfc sleep
 2020-12-14 15:51 UTC 

[linux-nfc] Re: [PATCH net-next] nfc: s3fwrn5: Release the nfc firmware
 2020-12-14 15:47 UTC 

[linux-nfc] Re: [PATCH net-next] MAINTAINERS: Update maintainer for SAMSUNG S3FWRN5 NFC
 2020-12-14 15:44 UTC 

[linux-nfc] [PATCH net-next] MAINTAINERS: Update maintainer for SAMSUNG S3FWRN5 NFC
 2020-12-14 12:28 UTC 

[linux-nfc] [PATCH net-next] nfc: s3fwrn5: Remove unused nci prop commands
 2020-12-14 11:46 UTC 

[linux-nfc] [PATCH net-next] nfc: s3fwrn5: Remove the delay for nfc sleep
 2020-12-13 10:12 UTC 

[linux-nfc] [PATCH net-next] nfc: s3fwrn5: Release the nfc firmware
 2020-12-13  9:58 UTC 

[linux-nfc] [PATCH] nfc: s3fwrn5: let core configure the interrupt trigger
 2020-12-10 21:18 UTC 

[linux-nfc] Re: [PATCH v2 net-next 2/2] nfc: s3fwrn5: Remove hard coded interrupt trigger type from the i2c module
 2020-12-10  8:18 UTC 

[linux-nfc] [PATCH v2 net-next 2/2] nfc: s3fwrn5: Remove hard coded interrupt trigger type from the i2c module
 2020-12-08 14:10 UTC 

[linux-nfc] [PATCH v2 net-next 1/2] dt-bindings: net: nfc: s3fwrn5: Change I2C interrupt trigger type
 2020-12-08 14:10 UTC 

[linux-nfc] [PATCH v2 net-next 0/2] nfc: s3fwrn5: Change I2C interrupt trigger to EDGE_RISING
 2020-12-08 14:10 UTC 

[linux-nfc] Re: [PATCH net-next] nfc: s3fwrn5: Change irqflags
 2020-12-07 14:26 UTC 

[linux-nfc] Re: [PATCH net-next] nfc: s3fwrn5: Change irqflags
 2020-12-07 14:13 UTC 

[linux-nfc] Re: [PATCH net-next] nfc: s3fwrn5: Change irqflags
 2020-12-07 13:39 UTC 

[linux-nfc] Re: [PATCH net-next] nfc: s3fwrn5: Change irqflags
 2020-12-07 11:51 UTC 

[linux-nfc] [PATCH net-next] nfc: s3fwrn5: Change irqflags
 2020-12-07 11:38 UTC 

[linux-nfc] Re: [PATCH v2 net-next] nfc: s3fwrn5: skip the NFC bootloader mode
 2020-12-04  8:37 UTC 

[linux-nfc] [PATCH v2 net-next] nfc: s3fwrn5: skip the NFC bootloader mode
 2020-12-03 22:52 UTC 

[linux-nfc] Re: [PATCH net-next] nfc: s3fwrn5: skip the NFC bootloader mode
 2020-12-03 16:19 UTC 

[linux-nfc] [PATCH net-next] nfc: s3fwrn5: skip the NFC bootloader mode
 2020-12-03 15:39 UTC 

[linux-nfc] [PATCH net-next v4] net/nfc/nci: Support NCI 2.x initial sequence
 2020-12-02 22:31 UTC 

[linux-nfc] Re: [PATCH net-next v3] net/nfc/nci: Support NCI 2.x initial sequence
 2020-12-02 22:18 UTC 

[linux-nfc] Re: [PATCH v5 net-next 1/4] dt-bindings: net: nfc: s3fwrn5: Support a UART interface
 2020-12-02 22:16 UTC 

[linux-nfc] Re: [PATCH v5 net-next 1/4] dt-bindings: net: nfc: s3fwrn5: Support a UART interface
 2020-12-02 17:16 UTC 

[linux-nfc] [PATCH v5 net-next 4/4] nfc: s3fwrn5: Support a UART interface
 2020-12-02 11:47 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).