]> 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)
commitb8e93b88513d632dc3a98247849f71abfd670bb0
tree56d4e2b9bacf193d1bb59b9784c732ca78b781ad
parent8ae02f0eda46568856c52e1758a7e2c6ced8b665
parent87e71c76acdef065207e6761abcd8aa547047488
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>