summaryrefslogtreecommitdiff
path: root/drivers/staging/pi433/pi433_if.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-24staging: pi433: use DEFINE_SHOW_ATTRIBUTE to simplify pi433_debugfs_regsLiu Shixin1-14/+2
2022-07-27staging: pi433: remove duplicated commentsSidong Yang1-1/+1
2022-03-28Merge tag 'staging-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-46/+130
2022-03-14staging: pi433: formatting improvement for multi-line bitwise statementPaulo Miguel Almeida1-2/+2
2022-03-02staging: pi433: remove rf69_get_flag function resolving enum conflictPaulo Miguel Almeida1-4/+4
2022-02-09spi: make remove callback a void functionUwe Kleine-König1-3/+1
2022-02-08staging: pi433: standardize use of line escape chars in dev_dbg stmtsPaulo Miguel Almeida1-27/+27
2022-02-04staging: pi433: add debugfs interfacePaulo Miguel Almeida1-0/+76
2022-01-31staging: pi433: remove coding style item from the TODO filePaulo Miguel Almeida1-8/+4
2022-01-26staging: pi433: enforce tx_cfg to be set before any message can be sentPaulo Miguel Almeida1-2/+14
2022-01-25staging: pi433: change order in which driver config the rf69 chipPaulo Miguel Almeida1-4/+4
2022-01-25staging: pi433: move get version func to where all other functions arePaulo Miguel Almeida1-2/+2
2022-01-06staging: pi433: add comment to rx_lock mutex definitionPaulo Miguel Almeida1-1/+1
2021-09-27staging: pi433: goto abort when setting failed in tx_threadSidong Yang1-9/+9
2020-05-05staging: pi433: fix error return code in pi433_probe()Wei Yongjun1-0/+1
2019-10-23compat_ioctl: move drivers to compat_ptr_ioctlArnd Bergmann1-11/+1
2019-05-24staging: pi433: Remove unnecessary variableNishka Dasgupta1-3/+2
2019-05-07Merge tag 'staging-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-22/+16
2019-05-06*: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov1-1/+1
2019-04-02staging: pi433: Return thread immediately when kthread_should_stop() call.Sidong Yang1-1/+1
2019-03-29staging: pi433: Fix rf69_set_tx_cfg() logicSidong Yang1-10/+6
2019-03-25staging: pi433: remove unnecessary calling rf69_set_mode()Sidong Yang1-7/+5
2019-03-22staging: pi433: remove empty space to fix line over 80 characters warningJules Irenge1-4/+4
2018-12-05staging: pi433: add missing call to cdev_del()Michael Straube1-1/+3
2018-11-26staging: pi433: fix potential null dereferenceMichael Straube1-0/+4
2018-11-20staging: pi433: remove GPL boiler plate textMichael Straube1-10/+0
2018-07-12staging: pi433: fix error return code in pi433_probe()Wei Yongjun1-0/+1
2018-07-11staging: pi433: Use preferred commenting styleSophie Matter1-10/+20
2018-07-11staging: pi433: Comply with 80 character column limitSophie Matter1-3/+10
2018-06-28staging: pi433: add SPDX-License-Identifier tagValentin Vidic1-0/+1
2018-06-28staging: pi433: fix race condition in pi433_openHugo Lefeuvre1-29/+12
2018-06-17staging: pi433: fix race condition in pi433_ioctlHugo Lefeuvre1-2/+5
2018-04-25staging: pi433: break long lines in pi433_if.cSimon Sandström1-4/+12
2018-04-23staging: pi433: cleanup tx_fifo lockingValentin Vidic1-9/+14
2018-03-22staging: pi433: cleanup local variableValentin Vidic1-3/+4
2018-03-19staging: pi433: fix CamelCase for GPIO functionsValentin Vidic1-5/+5
2018-03-14staging: pi433: Remove comments inside codeHariPrasath Elango1-1/+1
2018-03-06staging: pi433: fix CamelCase for address_filtering enumValentin Vidic1-3/+3
2018-03-06staging: pi433: fix CamelCase for afterSyncInterruptValentin Vidic1-1/+1
2018-03-06staging: pi433: fix CamelCase for flag enumValentin Vidic1-2/+2
2018-03-06staging: pi433: fix CamelCase for packetFormat enumValentin Vidic1-4/+4
2018-02-22staging: pi433: fix CamelCase for addressFilteringValentin Vidic1-2/+2
2018-02-20staging: pi433: Split subtraction across 2 linesEisha Chen-yen-su1-1/+2
2018-02-20staging: pi433: Split some function callsEisha Chen-yen-su1-15/+30
2018-02-16staging: pi433: fix CamelCase for Ohm identifiersValentin Vidic1-1/+1
2018-01-09staging: pi433: align function parameters with open parenthesisValentin Vidic1-5/+5
2018-01-09staging: pi433: replace shifting with BIT macroValentin Vidic1-1/+1
2018-01-08Staging: pi433 - fix ccheckpatch issue, updated include line.Derek Robson1-1/+1
2018-01-08staging: pi433: fix CamelCase for payload identifiersValentin Vidic1-1/+1
2017-12-21staging: pi433: pi433_write fixed the return valueOliver Graute1-1/+1