summaryrefslogtreecommitdiff
path: root/drivers/staging/pi433/pi433_if.c
AgeCommit message (Expand)Author
2024-05-04staging: pi433: Remove unused driverPhilipp Hortmann
2024-04-09staging: pi433: Reorder pi433_exit cleanup calls.Shahar Avidar
2024-04-09staging: pi433: Add debugfs_remove in case of driver register fails.Shahar Avidar
2024-04-09staging: pi433: Remove duplicated code using the "goto" error recovery scheme.Shahar Avidar
2024-04-09staging: pi433: Rename "pi433_dev" of type "dev_t" to "pi433_devt"Shahar Avidar
2024-04-09staging: pi433: Replace pi433_receive param void type to struct pi433_device.Shahar Avidar
2024-04-09staging: pi433: Rename struct pi433_device instances to pi433.Shahar Avidar
2024-04-09staging: pi433: Rename struct pi433_device buffer field to tx_buffer.Shahar Avidar
2024-04-09staging: pi433: drop driver owner assignmentKrzysztof Kozlowski
2024-03-25staging: pi433: Correct comment typos in pi433_if.cFelix N. Kimbu
2024-03-05staging: pi433: Move FIFO_THRESHOLD define to source fileShahar Avidar
2023-10-06staging: pi433: make pi433_class constantGreg Kroah-Hartman
2023-07-27staging: Explicitly include correct DT includesRob Herring
2023-05-28staging: pi433: Remove stray gpiod_unexport() callAndy Shevchenko
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman
2023-02-06staging: pi433: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman
2022-09-24staging: pi433: use DEFINE_SHOW_ATTRIBUTE to simplify pi433_debugfs_regsLiu Shixin
2022-07-27staging: pi433: remove duplicated commentsSidong Yang
2022-03-28Merge tag 'staging-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-03-14staging: pi433: formatting improvement for multi-line bitwise statementPaulo Miguel Almeida
2022-03-01staging: pi433: remove rf69_get_flag function resolving enum conflictPaulo Miguel Almeida
2022-02-09spi: make remove callback a void functionUwe Kleine-König
2022-02-08staging: pi433: standardize use of line escape chars in dev_dbg stmtsPaulo Miguel Almeida
2022-02-04staging: pi433: add debugfs interfacePaulo Miguel Almeida
2022-01-31staging: pi433: remove coding style item from the TODO filePaulo Miguel Almeida
2022-01-26staging: pi433: enforce tx_cfg to be set before any message can be sentPaulo Miguel Almeida
2022-01-25staging: pi433: change order in which driver config the rf69 chipPaulo Miguel Almeida
2022-01-25staging: pi433: move get version func to where all other functions arePaulo Miguel Almeida
2022-01-06staging: pi433: add comment to rx_lock mutex definitionPaulo Miguel Almeida
2021-09-27staging: pi433: goto abort when setting failed in tx_threadSidong Yang
2020-05-05staging: pi433: fix error return code in pi433_probe()Wei Yongjun
2019-10-23compat_ioctl: move drivers to compat_ptr_ioctlArnd Bergmann
2019-05-24staging: pi433: Remove unnecessary variableNishka Dasgupta
2019-05-07Merge tag 'staging-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-05-06*: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov
2019-04-02staging: pi433: Return thread immediately when kthread_should_stop() call.Sidong Yang
2019-03-29staging: pi433: Fix rf69_set_tx_cfg() logicSidong Yang
2019-03-26staging: pi433: remove unnecessary calling rf69_set_mode()Sidong Yang
2019-03-22staging: pi433: remove empty space to fix line over 80 characters warningJules Irenge
2018-12-05staging: pi433: add missing call to cdev_del()Michael Straube
2018-11-26staging: pi433: fix potential null dereferenceMichael Straube
2018-11-20staging: pi433: remove GPL boiler plate textMichael Straube
2018-07-12staging: pi433: fix error return code in pi433_probe()Wei Yongjun
2018-07-11staging: pi433: Use preferred commenting styleSophie Matter
2018-07-11staging: pi433: Comply with 80 character column limitSophie Matter
2018-06-28staging: pi433: add SPDX-License-Identifier tagValentin Vidic
2018-06-28staging: pi433: fix race condition in pi433_openHugo Lefeuvre
2018-06-17staging: pi433: fix race condition in pi433_ioctlHugo Lefeuvre
2018-04-25staging: pi433: break long lines in pi433_if.cSimon Sandström
2018-04-23staging: pi433: cleanup tx_fifo lockingValentin Vidic