]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'nfc-st-nci-restructure-validating-logic-in-evt_transaction'
authorJakub Kicinski <kuba@kernel.org>
Thu, 24 Nov 2022 04:01:53 +0000 (20:01 -0800)
committerJakub Kicinski <kuba@kernel.org>
Thu, 24 Nov 2022 04:01:53 +0000 (20:01 -0800)
commit28460260a4f179b865ee8d6ec0f2d96b01710d65
tree56d4e2b9bacf193d1bb59b9784c732ca78b781ad
parentcca3f6e9ff8f1fb1dc4594d49414d5cdc6d7a870
parent06bb9a1cc28d295f5640f4ac640ad1a42158f639
Merge branch 'nfc-st-nci-restructure-validating-logic-in-evt_transaction'

Martin Faltesek says:

====================
nfc: st-nci: Restructure validating logic in EVT_TRANSACTION

These are the same 3 patches that were applied in st21nfca here:
https://lore.kernel.org/netdev/20220607025729.1673212-1-mfaltesek@google.com
with a couple minor differences.

st-nci has nearly identical code to that of st21nfca for EVT_TRANSACTION,
except that there are two extra validation checks that are not present
in the st-nci code.

The 3/3 patch as coded for st21nfca pulls those checks in, bringing both
drivers into parity.
====================

Link: https://lore.kernel.org/r/20221122004246.4186422-1-mfaltesek@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>