aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nfc/nfcmrvl/fw_dnld.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-13nfc: mrvl: drop unneeded memory allocation fail messagesKrzysztof Kozlowski1-3/+1
2021-07-29nfc: mrvl: constify several pointersKrzysztof Kozlowski1-7/+9
2021-05-31nfc: mrvl: correct minor coding style violationsKrzysztof Kozlowski1-6/+6
2021-05-31nfc: mrvl: use SPDX-License-IdentifierKrzysztof Kozlowski1-12/+1
2017-11-21treewide: setup_timer() -> timer_setup() (2 field)Kees Cook1-4/+3
2017-06-18NFC: nfcmrvl: use nfc-device for firmware downloadJohan Hovold1-2/+5
2017-06-16networking: add and use skb_put_u8()Johannes Berg1-2/+2
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg1-3/+3
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-4/+3
2017-04-17nfc: fix get_unaligned_...() misusesAl Viro1-3/+2
2017-04-01NFC: nfcmrvl: Include unaligned.h instead of access_ok.hTobias Klauser1-1/+1
2015-11-05NFC: nfcmrvl: avoid being stuck on FW dnld timeoutVincent Cuissard1-3/+9
2015-10-27NFC: nfcmrvl: add firmware download supportVincent Cuissard1-0/+553