summaryrefslogtreecommitdiffstats
path: root/drivers/staging/pi433/pi433_if.c
Commit message (Expand)AuthorAgeFilesLines
* staging: pi433: Remove unused driverPhilipp Hortmann2024-05-041-1437/+0
* staging: pi433: Reorder pi433_exit cleanup calls.Shahar Avidar2024-04-091-1/+1
* staging: pi433: Add debugfs_remove in case of driver register fails.Shahar Avidar2024-04-091-0/+1
* staging: pi433: Remove duplicated code using the "goto" error recovery scheme.Shahar Avidar2024-04-091-10/+10
* staging: pi433: Rename "pi433_dev" of type "dev_t" to "pi433_devt"Shahar Avidar2024-04-091-7/+7
* staging: pi433: Replace pi433_receive param void type to struct pi433_device.Shahar Avidar2024-04-091-2/+1
* staging: pi433: Rename struct pi433_device instances to pi433.Shahar Avidar2024-04-091-327/+327
* staging: pi433: Rename struct pi433_device buffer field to tx_buffer.Shahar Avidar2024-04-091-9/+9
* staging: pi433: drop driver owner assignmentKrzysztof Kozlowski2024-04-091-1/+0
* staging: pi433: Correct comment typos in pi433_if.cFelix N. Kimbu2024-03-251-4/+4
* staging: pi433: Move FIFO_THRESHOLD define to source fileShahar Avidar2024-03-051-0/+1
* staging: pi433: make pi433_class constantGreg Kroah-Hartman2023-10-061-9/+12
* staging: Explicitly include correct DT includesRob Herring2023-07-271-1/+0
* staging: pi433: Remove stray gpiod_unexport() callAndy Shevchenko2023-05-281-1/+0
* driver core: class: remove module * from class_create()Greg Kroah-Hartman2023-03-171-1/+1
* staging: pi433: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman2023-02-061-6/+5
* staging: pi433: use DEFINE_SHOW_ATTRIBUTE to simplify pi433_debugfs_regsLiu Shixin2022-09-241-14/+2
* staging: pi433: remove duplicated commentsSidong Yang2022-07-271-1/+1
* Merge tag 'staging-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-281-46/+130
|\
| * staging: pi433: formatting improvement for multi-line bitwise statementPaulo Miguel Almeida2022-03-141-2/+2
| * staging: pi433: remove rf69_get_flag function resolving enum conflictPaulo Miguel Almeida2022-03-011-4/+4
| * staging: pi433: standardize use of line escape chars in dev_dbg stmtsPaulo Miguel Almeida2022-02-081-27/+27
| * staging: pi433: add debugfs interfacePaulo Miguel Almeida2022-02-041-0/+76
| * staging: pi433: remove coding style item from the TODO filePaulo Miguel Almeida2022-01-311-8/+4
| * staging: pi433: enforce tx_cfg to be set before any message can be sentPaulo Miguel Almeida2022-01-261-2/+14
| * staging: pi433: change order in which driver config the rf69 chipPaulo Miguel Almeida2022-01-251-4/+4
| * staging: pi433: move get version func to where all other functions arePaulo Miguel Almeida2022-01-251-2/+2
* | spi: make remove callback a void functionUwe Kleine-König2022-02-091-3/+1
|/
* staging: pi433: add comment to rx_lock mutex definitionPaulo Miguel Almeida2022-01-061-1/+1
* staging: pi433: goto abort when setting failed in tx_threadSidong Yang2021-09-271-9/+9
* staging: pi433: fix error return code in pi433_probe()Wei Yongjun2020-05-051-0/+1
* compat_ioctl: move drivers to compat_ptr_ioctlArnd Bergmann2019-10-231-11/+1
* staging: pi433: Remove unnecessary variableNishka Dasgupta2019-05-241-3/+2
* Merge tag 'staging-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-05-071-22/+16
|\
| * staging: pi433: Return thread immediately when kthread_should_stop() call.Sidong Yang2019-04-021-1/+1
| * staging: pi433: Fix rf69_set_tx_cfg() logicSidong Yang2019-03-291-10/+6
| * staging: pi433: remove unnecessary calling rf69_set_mode()Sidong Yang2019-03-261-7/+5
| * staging: pi433: remove empty space to fix line over 80 characters warningJules Irenge2019-03-221-4/+4
* | *: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov2019-05-061-1/+1
|/
* staging: pi433: add missing call to cdev_del()Michael Straube2018-12-051-1/+3
* staging: pi433: fix potential null dereferenceMichael Straube2018-11-261-0/+4
* staging: pi433: remove GPL boiler plate textMichael Straube2018-11-201-10/+0
* staging: pi433: fix error return code in pi433_probe()Wei Yongjun2018-07-121-0/+1
* staging: pi433: Use preferred commenting styleSophie Matter2018-07-111-10/+20
* staging: pi433: Comply with 80 character column limitSophie Matter2018-07-111-3/+10
* staging: pi433: add SPDX-License-Identifier tagValentin Vidic2018-06-281-0/+1
* staging: pi433: fix race condition in pi433_openHugo Lefeuvre2018-06-281-29/+12
* staging: pi433: fix race condition in pi433_ioctlHugo Lefeuvre2018-06-171-2/+5
* staging: pi433: break long lines in pi433_if.cSimon Sandström2018-04-251-4/+12
* staging: pi433: cleanup tx_fifo lockingValentin Vidic2018-04-231-9/+14