linux-nfc.lists.01.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-19 08:04:50 to 2021-09-07 17:07:04 UTC [more...]

[linux-nfc] [PATCH 00/15] nfc: minor printk cleanup
 2021-09-07 17:06 UTC  (18+ messages)
` [linux-nfc] [PATCH 01/15] nfc: drop unneeded debug prints
` [linux-nfc] [PATCH 02/15] nfc: do not break pr_debug() call into separate lines
` [linux-nfc] [PATCH 03/15] nfc: nci: replace GPLv2 boilerplate with SPDX
` [linux-nfc] [PATCH 04/15] nfc: fdp: drop unneeded debug prints
` [linux-nfc] [PATCH 05/15] nfc: pn533: "
  ` [linux-nfc] "
` [linux-nfc] [PATCH 06/15] nfc: pn533: use dev_err() instead of pr_err()
` [linux-nfc] [PATCH 07/15] nfc: pn544: drop unneeded debug prints
` [linux-nfc] [PATCH 08/15] nfc: pn544: drop unneeded memory allocation fail messages
` [linux-nfc] [PATCH 09/15] nfc: s3fwrn5: simplify dereferencing pointer to struct device
` [linux-nfc] [PATCH 10/15] nfc: st-nci: drop unneeded debug prints
` [linux-nfc] [PATCH 11/15] nfc: st21nfca: "
` [linux-nfc] [PATCH 12/15] nfc: trf7970a: "
` [linux-nfc] [PATCH 13/15] nfc: microread: "
` [linux-nfc] [PATCH 14/15] nfc: microread: drop unneeded memory allocation fail messages
` [linux-nfc] [PATCH 15/15] nfc: mrvl: "

[linux-nfc] set dev->rfkill to NULL in device cleanup routine
 2021-09-01  8:27 UTC  (2+ messages)
` [linux-nfc] "

[linux-nfc] [PATCH 1/6] nfc: microread: remove unused header includes
 2021-08-25 14:24 UTC  (6+ messages)
` [linux-nfc] [PATCH 2/6] nfc: mrvl: "
` [linux-nfc] [PATCH 3/6] nfc: pn544: "
` [linux-nfc] [PATCH 4/6] nfc: st-nci: "
` [linux-nfc] [PATCH 5/6] nfc: st21nfca: "
` [linux-nfc] [PATCH 6/6] nfc: st95hf: "

[linux-nfc] [PATCH] NFC: NCI: make parent aware in PM terms
 2021-08-24  7:24 UTC  (7+ messages)
` [linux-nfc] "

[linux-nfc] [PATCH] [neard][RFC] test: Convert Python2 scripts to Python3
 2021-08-20 15:33 UTC  (4+ messages)
` [linux-nfc] "

[linux-nfc] [PATCH v2] tag: Implement readout of tag UID via DBus interface
 2021-08-20 15:31 UTC  (5+ messages)
  ` [linux-nfc] "

[linux-nfc] [PATCH v2 net-next 0/8] Update the virtual NCI device driver and add the NCI testcase
 2021-08-17 13:28 UTC  (9+ messages)
` [linux-nfc] [PATCH v2 net-next 1/8] nfc: virtual_ncidev: Use wait queue instead of polling
` [linux-nfc] [PATCH v2 net-next 2/8] selftests: nci: Remove the polling code to read a NCI frame
` [linux-nfc] [PATCH v2 net-next 3/8] selftests: nci: Fix the typo
` [linux-nfc] [PATCH v2 net-next 4/8] selftests: nci: Fix the code for next nlattr offset
` [linux-nfc] [PATCH v2 net-next 5/8] selftests: nci: Fix the wrong condition
` [linux-nfc] [PATCH v2 net-next 6/8] selftests: nci: Add the flags parameter for the send_cmd_mt_nla
` [linux-nfc] [PATCH v2 net-next 7/8] selftests: nci: Extract the start/stop discovery function
` [linux-nfc] [PATCH v2 net-next 8/8] selftests: nci: Add the NCI testcase reading T4T Tag

[linux-nfc] [PATCH net-next 0/3] Update the virtual NCI driver and the NCI selftests
 2021-08-16  8:44 UTC  (7+ messages)
` [linux-nfc] [PATCH net-next 1/3] nfc: Change the virtual NCI device driver to use Wait Queue
  ` [linux-nfc] "
` [linux-nfc] [PATCH net-next 2/3] selftests: Remove the polling code to read a NCI frame
  ` [linux-nfc] "
` [linux-nfc] [PATCH net-next 3/3] selftests: Add the NCI testcase reading T4T Tag
  ` [linux-nfc] "

[linux-nfc] Re: [PATCH] ndef: Only register interface for known records
 2021-08-13  8:02 UTC  (2+ messages)

[linux-nfc] [neard][PATCH] README: describe contributions
 2021-08-07 22:05 UTC  (2+ messages)
` [linux-nfc] "

[linux-nfc] [neard][PATCH] build: fix missing pkglibdir substitute in neard.pc
 2021-08-07 22:05 UTC  (2+ messages)
` [linux-nfc] "

[linux-nfc] [neard][PATCH v2 00/11] CI under Github
 2021-08-07 20:08 UTC  (13+ messages)
` [linux-nfc] [neard][PATCH v2 01/11] ci: add GitHub actions for building
` [linux-nfc] [neard][PATCH v2 02/11] bootstrap: parse CROSS_COMPILE and set proper configure option
` [linux-nfc] [neard][PATCH v2 03/11] ci: add clang builds
` [linux-nfc] [neard][PATCH v2 04/11] ci: add building without maintainer options
` [linux-nfc] [neard][PATCH v2 05/11] ci: be verbose when building
` [linux-nfc] [neard][PATCH v2 06/11] ci: add more build configurations (Fedora, Alpine, Debian, cross-compile, i386)
` [linux-nfc] [neard][PATCH v2 07/11] ci: run unit tests
` [linux-nfc] [neard][PATCH v2 08/11] ci: add build with sanitizers (asan, lsan and ubsan)
` [linux-nfc] [neard][PATCH v2 09/11] ci: add CodeQL static analysis
` [linux-nfc] [neard][PATCH v2 10/11] ci: print configure logs on failures
` [linux-nfc] [neard][PATCH v2 11/11] ci: use matrix instead of duplicating each build configuration
` [linux-nfc] Re: [neard][PATCH v2 00/11] CI under Github

[linux-nfc] [neard][PATCH v2 00/73] combined fixes - warnings, memory leaks, memory corruption
 2021-08-05 16:14 UTC  (80+ messages)
` [linux-nfc] [neard][PATCH v2 01/73] Drop empty NEWS
` [linux-nfc] [neard][PATCH v2 02/73] nfctool: fix adapter_get_devices() cast-function-type
` [linux-nfc] [neard][PATCH v2 03/73] nfctool: fix adapter_print_target() cast-function-type
` [linux-nfc] [neard][PATCH v2 04/73] nfctool: fix adapter_print_info() cast-function-type
` [linux-nfc] [neard][PATCH v2 05/73] nfctool: fix adapter_compare_idx() cast-function-type
` [linux-nfc] [neard][PATCH v2 06/73] nfctool: fix nfctool_send_dep_link_up() cast-function-type
` [linux-nfc] [neard][PATCH v2 07/73] nfctool: fix nfctool_print_and_remove_snl() cast-function-type
` [linux-nfc] [neard][PATCH v2 08/73] nfctool: use proper format for integers (-Wformat)
` [linux-nfc] [neard][PATCH v2 09/73] nfctool: pass the format as string literal
` [linux-nfc] [neard][PATCH v2 10/73] dbus: fix -Wformat in near_dbus_encode_string()
` [linux-nfc] [neard][PATCH v2 11/73] unit: pass real UTF-8 for testing text NDEF
` [linux-nfc] [neard][PATCH v2 12/73] ndef: check UTF-16 text payload length
` [linux-nfc] [neard][PATCH v2 13/73] ndef: silence clang -Wcast-align warning
` [linux-nfc] [neard][PATCH v2 14/73] ndef: use NDEF_TEXT_RECORD_UTF16_STATUS define
` [linux-nfc] [neard][PATCH v2 15/73] ndef: use proper format for integers (-Wformat)
` [linux-nfc] [neard][PATCH v2 16/73] ndef: make freeing near_ndef_message reusable
` [linux-nfc] [neard][PATCH v2 17/73] se: fix multiple apdu definitions
` [linux-nfc] [neard][PATCH v2 18/73] se: silence clang -Wcast-align warning
` [linux-nfc] [neard][PATCH v2 19/73] se: use proper format for integers (-Wformat)
` [linux-nfc] [neard][PATCH v2 20/73] adapter: adjust indentation of continued arguments
` [linux-nfc] [neard][PATCH v2 21/73] adapter: use proper format for integers (-Wformat)
` [linux-nfc] [neard][PATCH v2 22/73] gdbus: do not shadow global 'pending' variable (-Wshadow)
` [linux-nfc] [neard][PATCH v2 23/73] nciattach: fix poll.h include location
` [linux-nfc] [neard][PATCH v2 24/73] nciattach: do not shadow other local 'opt' variable (-Wshadow)
` [linux-nfc] [neard][PATCH v2 25/73] bluetooth: use proper format for integers (-Wformat)
` [linux-nfc] [neard][PATCH v2 26/73] nfctype2: "
` [linux-nfc] [neard][PATCH v2 27/73] nfctype3: "
` [linux-nfc] [neard][PATCH v2 28/73] nfctype5: "
` [linux-nfc] [neard][PATCH v2 29/73] nfctype5: fix returning uninitialized stack value in t5_tag_is_ti_pro()
` [linux-nfc] [neard][PATCH v2 30/73] mifare: use proper format for integers (-Wformat)
` [linux-nfc] [neard][PATCH v2 31/73] mifare: use unsigned int to suppress compiler -Wstrict-overflow
` [linux-nfc] [neard][PATCH v2 32/73] p2p: use proper format for integers (-Wformat)
` [linux-nfc] [neard][PATCH v2 33/73] npp: "
` [linux-nfc] [neard][PATCH v2 34/73] device: "
` [linux-nfc] [neard][PATCH v2 35/73] manager: "
` [linux-nfc] [neard][PATCH v2 36/73] netlink: "
` [linux-nfc] [neard][PATCH v2 37/73] gdbus: annotate printf-like functions as accepting format
` [linux-nfc] [neard][PATCH v2 38/73] snep-send: fix near_ndef_message memory leak
` [linux-nfc] [neard][PATCH v2 39/73] tag: use proper format for integers (-Wformat)
` [linux-nfc] [neard][PATCH v2 40/73] tag: do not open-code freeing ndef message
` [linux-nfc] [neard][PATCH v2 41/73] snep: "
` [linux-nfc] [neard][PATCH v2 42/73] snep: remove useless NULL-ify of local pointer variable
` [linux-nfc] [neard][PATCH v2 43/73] snep: fix double free of GSList
` [linux-nfc] [neard][PATCH v2 44/73] snep: fix fragmented response memory leaks
` [linux-nfc] [neard][PATCH v2 45/73] unit: use g_assert_cmpstr()
` [linux-nfc] [neard][PATCH v2 46/73] unit: use g_assert_cmpint() and g_assert_cmpuint()
` [linux-nfc] [neard][PATCH v2 47/73] unit: fix recv() and send() return types
` [linux-nfc] [neard][PATCH v2 48/73] unit: use g_assert_null()
` [linux-nfc] [neard][PATCH v2 49/73] unit: use g_assert_cmpmem()
` [linux-nfc] [neard][PATCH v2 50/73] unit: use proper pointer to uint8_t in test_snep_read_recv_fragments()
` [linux-nfc] [neard][PATCH v2 51/73] unit: do not shadow global 'text' variable (-Wshadow)
` [linux-nfc] [neard][PATCH v2 52/73] unit: do not shadow global 'uri' "
` [linux-nfc] [neard][PATCH v2 53/73] unit: use proper format for integers (-Wformat)
` [linux-nfc] [neard][PATCH v2 54/73] unit: fix memory leaks in test-ndef-parse
` [linux-nfc] [neard][PATCH v2 55/73] unit: do not open-code freeing ndef message
` [linux-nfc] [neard][PATCH v2 56/73] unit: fix memory leaks in test-ndef-build
` [linux-nfc] [neard][PATCH v2 57/73] unit: fix memory leaks in test-snep-read error paths
` [linux-nfc] [neard][PATCH v2 58/73] unit: fix record memory leak in test-snep-read
` [linux-nfc] [neard][PATCH v2 59/73] unit: fix records GList "
` [linux-nfc] [neard][PATCH v2 60/73] unit: do not pass NULL to memcpy()
` [linux-nfc] [neard][PATCH v2 61/73] unit: do not search for headers locally where they do not exist
` [linux-nfc] [neard][PATCH v2 62/73] unit: remove duplicated invalid definitions in test-snep-read
` [linux-nfc] [neard][PATCH v2 63/73] unit: remove duplicated definitions in test-ndef-parse
` [linux-nfc] [neard][PATCH v2 64/73] unit: add few asserts in test-snep-read
` [linux-nfc] [neard][PATCH v2 65/73] HACKING: refine required packages
` [linux-nfc] [neard][PATCH v2 66/73] build: fix setting CFLAGS on dash shell (Alpine Linux)
` [linux-nfc] [neard][PATCH v2 67/73] build: add more compiler warnings
` [linux-nfc] [neard][PATCH v2 68/73] build: enable -Wshadow and -Wformat-signedness "
` [linux-nfc] [neard][PATCH v2 69/73] build: enable -Wformat=2 warnings
` [linux-nfc] [neard][PATCH v2 70/73] build: enable -Wunsafe-loop-optimizations and -Wstrict-overflow=2 warnings
` [linux-nfc] [neard][PATCH v2 71/73] build: fix missing usage of PIE check result
` [linux-nfc] [neard][PATCH v2 72/73] build: add support for GCC sanitizers (asan, lsan and ubsan)
` [linux-nfc] [neard][PATCH v2 73/73] AUTHORS: Mention Krzysztof Kozlowski's contributions
` [linux-nfc] Re: [neard][PATCH v2 00/73] combined fixes - warnings, memory leaks, memory corruption

[linux-nfc] [PATCH v3] nfc: hci: pass callback data param as pointer in nci_request()
 2021-07-31 10:21 UTC 

[linux-nfc] [PATCH v3 0/7] nfc: constify pointed data - missed part
 2021-07-30 14:42 UTC  (8+ messages)
` [linux-nfc] [PATCH v3 1/7] nfc: mrvl: correct nfcmrvl_spi_parse_dt() device_node argument
` [linux-nfc] [PATCH v3 2/7] nfc: annotate af_nfc_exit() as __exit
` [linux-nfc] [PATCH v3 3/7] nfc: hci: annotate nfc_llc_init() as __init
` [linux-nfc] [PATCH v3 4/7] nfc: constify several pointers to u8, char and sk_buff
` [linux-nfc] [PATCH v3 5/7] nfc: constify local pointer variables
` [linux-nfc] [PATCH v3 6/7] nfc: nci: constify several pointers to u8, sk_buff and other structs
` [linux-nfc] [PATCH v3 7/7] nfc: hci: cleanup unneeded spaces

[linux-nfc] [PATCH v2 0/8] nfc: constify pointed data - missed part
 2021-07-30 14:03 UTC  (11+ messages)
` [linux-nfc] [PATCH v2 1/8] nfc: mrvl: correct nfcmrvl_spi_parse_dt() device_node argument
` [linux-nfc] [PATCH v2 2/8] nfc: annotate af_nfc_exit() as __exit
` [linux-nfc] [PATCH v2 3/8] nfc: hci: annotate nfc_llc_init() as __init
` [linux-nfc] [PATCH v2 4/8] nfc: constify several pointers to u8, char and sk_buff
` [linux-nfc] [PATCH v2 5/8] nfc: constify local pointer variables
` [linux-nfc] [PATCH v2 6/8] nfc: nci: constify several pointers to u8, sk_buff and other structs
` [linux-nfc] [PATCH v2 7/8] nfc: hci: pass callback data param as pointer in nci_request()
    ` [linux-nfc] "
` [linux-nfc] [PATCH v2 8/8] nfc: hci: cleanup unneeded spaces

[linux-nfc] [PATCH 00/12] nfc: constify, continued (part 2)
 2021-07-29 15:58 UTC  (17+ messages)
` [linux-nfc] [PATCH 01/12] nfc: constify passed nfc_dev
` [linux-nfc] [PATCH 02/12] nfc: mei_phy: constify buffer passed to mei_nfc_send()
` [linux-nfc] [PATCH 03/12] nfc: port100: constify several pointers
` [linux-nfc] [PATCH 04/12] nfc: trf7970a: "
  ` [linux-nfc] "
` [linux-nfc] [PATCH 05/12] nfc: virtual_ncidev: constify pointer to nfc_dev
` [linux-nfc] [PATCH 06/12] nfc: nfcsim: constify drvdata (struct nfcsim)
` [linux-nfc] [PATCH 07/12] nfc: fdp: drop unneeded cast for printing firmware size in dev_dbg()
` [linux-nfc] [PATCH 08/12] nfc: fdp: use unsigned int as loop iterator
` [linux-nfc] [PATCH 09/12] nfc: fdp: constify several pointers
` [linux-nfc] [PATCH 10/12] nfc: microread: "
` [linux-nfc] [PATCH 11/12] nfc: mrvl: "
  ` [linux-nfc] "
` [linux-nfc] [PATCH 12/12] nfc: mrvl: constify static nfcmrvl_if_ops
  ` [linux-nfc] Re: [PATCH 00/12] nfc: constify, continued (part 2)

[linux-nfc] About NFC Tag emulation on Linux
 2021-07-24 10:08 UTC  (7+ messages)
` [linux-nfc] "

[linux-nfc] [neard][PATCH 00/16] neard CI under Github and rouund of fixes
 2021-07-19  8:04 UTC  (3+ messages)
` [linux-nfc] "


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).