aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ieee802154/mcr20a.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-02Stefan Schmidt says:Jakub Kicinski1-5/+0
2022-03-21Merge tag 'spi-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spiLinus Torvalds1-3/+1
2022-02-10net: ieee802154: Drop duration settings when the core does it alreadyMiquel Raynal1-5/+0
2022-02-10net: mac802154: Convert the symbol duration into nanosecondsMiquel Raynal1-4/+4
2022-02-09spi: make remove callback a void functionUwe Kleine-König1-3/+1
2022-01-27net: ieee802154: mcr20a: Fix lifs/sifs periodsMiquel Raynal1-2/+2
2019-09-25ieee802154: mcr20a: simplify a bit 'mcr20a_handle_rx_read_buf_complete()'Christophe JAILLET1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner1-10/+1
2019-04-24net: ieee802154: fix missing checks for regmap_update_bitsKangjie Lu1-0/+6
2019-01-31ieee802154: mcr20a: fix indentation, remove tabsColin Ian King1-3/+3
2018-10-04Merge branch 'ieee802154-for-davem-2018-10-04' of git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan-nextDavid S. Miller1-51/+13
2018-09-28ieee802154: mcr20a: Remove struct mcr20a_platform_dataXue Liu1-51/+13
2018-09-27ieee802154: mcr20a: Replace magic number with constantsXue Liu1-4/+4
2018-07-05ieee802154: mcr20a: add missing includesArnd Bergmann1-1/+2
2018-04-23net: ieee802154: mcr20a: do not leak resources on error pathStefan Schmidt1-2/+4
2018-04-23ieee802154: mcr20a: Fix memory leak in mcr20a_probeGustavo A. R. Silva1-3/+6
2018-03-02ieee802154: remove unused variable 'val'Colin Ian King1-2/+0
2018-02-21ieee802154: Add NXP MCR20A IEEE 802.15.4 transceiver driverXue Liu1-0/+1413