Message ID | 20201215065401.3220-1-bongsu.jeon@samsung.com (mailing list archive) |
---|---|
Headers | show |
Series | nfc: s3fwrn5: Refactor the s3fwrn5 module | expand |
Hello: This series was applied to netdev/net.git (refs/heads/master): On Tue, 15 Dec 2020 15:53:59 +0900 you wrote: > From: Bongsu Jeon <bongsu.jeon@samsung.com> > > Refactor the s3fwrn5 module. > > 1/2 is to remove the unneeded delay for NFC sleep. > 2/2 is to remove the unused NCI prop commands. > > [...] Here is the summary with links: - [v2,net-next,1/2] nfc: s3fwrn5: Remove the delay for NFC sleep https://git.kernel.org/netdev/net/c/7ec27c9e97f2 - [v2,net-next,2/2] nfc: s3fwrn5: Remove unused NCI prop commands https://git.kernel.org/netdev/net/c/e2138e3f3537 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
From: Bongsu Jeon <bongsu.jeon@samsung.com> Refactor the s3fwrn5 module. 1/2 is to remove the unneeded delay for NFC sleep. 2/2 is to remove the unused NCI prop commands. ChangeLog: v2: - Update the commit messages. Bongsu Jeon (2): nfc: s3fwrn5: Remove the delay for NFC sleep nfc: s3fwrn5: Remove unused NCI prop commands drivers/nfc/s3fwrn5/nci.c | 25 ------------------------- drivers/nfc/s3fwrn5/nci.h | 22 ---------------------- drivers/nfc/s3fwrn5/phy_common.c | 3 ++- 3 files changed, 2 insertions(+), 48 deletions(-)