summaryrefslogtreecommitdiff
path: root/drivers/net/ieee802154/ca8210.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-28net: Explicitly include correct DT includesRob Herring1-1/+0
2023-06-06ieee802154: ca8210: Remove stray gpiod_unexport() callAndy Shevchenko1-1/+0
2023-06-06Merge tag 'v6.4-rc4' into wpan-next/stagingMiquel Raynal1-4/+4
2023-04-27Merge tag 'spi-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds1-1/+1
2023-04-27Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-2/+1
2023-04-26Merge tag 'gpio-updates-for-v6.4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+2
2023-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+1
2023-03-24ieee802154: ca8210: Flag the driver as being limitedMiquel Raynal1-1/+2
2023-03-16ca8210: Fix unsigned mac_len comparison with zero in ca8210_skb_tx()Harshit Mogalapalli1-2/+1
2023-03-15net: ieee802154: ca8210: drop owner from driverKrzysztof Kozlowski1-1/+0
2023-03-15net: ieee802154: ca8210: drop of_match_ptr for ID tableKrzysztof Kozlowski1-1/+1
2023-03-13Merge tag 'v6.3-rc2' into spi-6.4 to fix clock related boot issuesMark Brown1-0/+2
2023-03-11net: Replace all spi->chip_select and spi->cs_gpiod references with function ...Amit Kumar Mahapatra1-1/+1
2023-03-06gpiolib: remove legacy gpio_export()Arnd Bergmann1-1/+2
2023-03-02ca8210: fix mac_len negative array accessAlexander Aring1-0/+2
2022-11-29ca8210: Fix crash by zero initializing dataHauke Mehrtens1-1/+1
2022-08-23net/ieee802154: fix repeated words in commentsJilin Yuan1-1/+1
2022-05-02Stefan Schmidt says:Jakub Kicinski1-112/+69
2022-04-25net: ieee802154: ca8210: Call _xmit_error() when a transmission failsMiquel Raynal1-2/+1
2022-04-25net: ieee802154: ca8210: Use core return codes instead of hardcoding themMiquel Raynal1-110/+68
2022-03-22Merge tag 'spi-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds1-4/+2
2022-02-10net: ieee802154: Drop duration settings when the core does it alreadyMiquel Raynal1-3/+0
2022-02-10net: mac802154: Convert the symbol duration into nanosecondsMiquel Raynal1-1/+1
2022-02-10net: ieee802154: ca8210: Fix lifs/sifs periodsMiquel Raynal1-2/+2
2022-02-09spi: make remove callback a void functionUwe Kleine-König1-4/+2
2022-02-02net: ieee802154: ca8210: Fix lifs/sifs periodsMiquel Raynal1-2/+2
2022-01-27net: ieee802154: ca8210: Stop leaking skb'sMiquel Raynal1-0/+1
2021-10-19ieee802154: Remove redundant 'flush_workqueue()' callsChristophe JAILLET1-2/+0
2020-11-04net: ieee802154: ca8210: Fix incorrectly named function param docLee Jones1-1/+1
2020-11-04net: ieee802154: ca8210: Fix a bunch of kernel-doc issuesLee Jones1-11/+11
2020-07-21ieee802154: fix one possible memleak in ca8210_dev_com_initLiu Jian1-0/+1
2020-02-29net: ieee802154: ca8210: Use new structure for SPI transfer delaysSergiu Cuciurean1-1/+2
2019-10-01Merge tag 'ieee802154-for-davem-2019-09-28' of git://git.kernel.org/pub/scm/l...David S. Miller1-1/+1
2019-09-27ieee802154: ca8210: prevent memory leakNavid Emamdoost1-1/+1
2019-08-11ieee802154: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-8/+1
2019-05-15clk: Remove io.h from clk-provider.hStephen Boyd1-0/+1
2018-12-11ieee802154: ca8210: fix possible u8 overflow in ca8210_rx_doneYueHaibing1-2/+2
2018-09-27ieee802154: ca8210: remove redundant condition check before debugfs_removezhong jiang1-2/+1
2018-09-21ieee802154: Use kmemdup instead of duplicating it in ca8210_test_int_driver_w...YueHaibing1-2/+1
2018-03-29ieee802154: ca8210: fix uninitialised data readHarry Morris1-3/+11
2018-02-12vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-2/+2
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro1-2/+2
2017-11-06ieee802154: ca8210: use __func__ macro for debug messagesStefan Schmidt1-4/+4
2017-11-06ieee802154: ca8210: fix some kernel coding style errorsStefan Schmidt1-6/+6
2017-10-06ieee802154: fix gcc-4.9 warningsArnd Bergmann1-1/+1
2017-08-20ieee802154: ca8210: Fix a potential NULL pointer dereferenceChristophe JAILLET1-4/+1
2017-07-18drivers: net: add missing interrupt.h includeFlorian Westphal1-0/+1
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-1/+1
2017-05-23net: ieee802154: fix potential null pointer dereferenceGustavo A. R. Silva1-1/+2
2017-05-22ieee802154: ca8210: Delete an error message for a failed memory allocation in...Markus Elfring1-3/+2