summaryrefslogtreecommitdiffstats
path: root/drivers/net/ieee802154/mcr20a.c
Commit message (Expand)AuthorAgeFilesLines
* ieee802154: mcr20a: Remove unused of_gpio.hAndy Shevchenko2024-03-061-1/+0
* net: ieee802154: mcr20a: convert to use maple tree register cacheBo Liu2024-02-261-2/+2
* net: ieee802154: mcr20a: drop of_match_ptr for ID tableKrzysztof Kozlowski2023-03-151-1/+1
* net: ieee802154: mcr20a: Switch to use dev_err_probe() helperYang Yingliang2022-10-121-6/+3
* Stefan Schmidt says:Jakub Kicinski2022-05-021-5/+0
|\
| * net: ieee802154: Drop duration settings when the core does it alreadyMiquel Raynal2022-02-101-5/+0
| * net: mac802154: Convert the symbol duration into nanosecondsMiquel Raynal2022-02-101-4/+4
* | Merge tag 'spi-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds2022-03-211-3/+1
|\ \ | |/ |/|
| * spi: make remove callback a void functionUwe Kleine-König2022-02-091-3/+1
* | net: ieee802154: mcr20a: Fix lifs/sifs periodsMiquel Raynal2022-01-271-2/+2
|/
* ieee802154: mcr20a: simplify a bit 'mcr20a_handle_rx_read_buf_complete()'Christophe JAILLET2019-09-251-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-301-10/+1
* net: ieee802154: fix missing checks for regmap_update_bitsKangjie Lu2019-04-241-0/+6
* ieee802154: mcr20a: fix indentation, remove tabsColin Ian King2019-01-311-3/+3
* Merge branch 'ieee802154-for-davem-2018-10-04' of git://git.kernel.org/pub/sc...David S. Miller2018-10-041-51/+13
|\
| * ieee802154: mcr20a: Remove struct mcr20a_platform_dataXue Liu2018-09-281-51/+13
* | ieee802154: mcr20a: Replace magic number with constantsXue Liu2018-09-271-4/+4
|/
* ieee802154: mcr20a: add missing includesArnd Bergmann2018-07-051-1/+2
* net: ieee802154: mcr20a: do not leak resources on error pathStefan Schmidt2018-04-231-2/+4
* ieee802154: mcr20a: Fix memory leak in mcr20a_probeGustavo A. R. Silva2018-04-231-3/+6
* ieee802154: remove unused variable 'val'Colin Ian King2018-03-021-2/+0
* ieee802154: Add NXP MCR20A IEEE 802.15.4 transceiver driverXue Liu2018-02-211-0/+1413