aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/pi433
AgeCommit message (Expand)Author
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-14staging: pi433: remove hardcoded mask value for easier readabilityPaulo Miguel Almeida
2022-03-01staging: pi433: prevent uninitialized data from being printed outPaulo Miguel Almeida
2022-03-01staging: pi433: remove rf69_get_flag function resolving enum conflictPaulo Miguel Almeida
2022-03-01staging: pi433: remove TODOs-related item from the TODO filePaulo Miguel Almeida
2022-02-25staging: pi433: add index value to write dev_dbg statementPaulo Miguel Almeida
2022-02-09spi: make remove callback a void functionUwe Kleine-König
2022-02-08staging: pi433: remove need to recompile code to debug fifo contentPaulo Miguel Almeida
2022-02-08staging: pi433: standardize use of line escape chars in dev_dbg stmtsPaulo Miguel Almeida
2022-02-08staging: pi433: remove register debug dev_dbg stmts using DEBUG_VALUESPaulo 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: add missing register contantsPaulo Miguel Almeida
2022-01-26staging: pi433: enforce tx_cfg to be set before any message can be sentPaulo Miguel Almeida
2022-01-25staging: pi433: validate max bit_rate based on modulation usedPaulo Miguel Almeida
2022-01-25staging: pi433: change order in which driver config the rf69 chipPaulo Miguel Almeida
2022-01-25staging: pi433: fix validation for min bit rate supported by the devicePaulo 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
2022-01-06staging: pi433: fix frequency deviation checkPaulo Miguel Almeida
2022-01-03staging: pi433: add docs to packet_format and tx_start_condition enumPaulo Miguel Almeida
2021-12-28staging: pi433: remove unnecessary parentheses pointed out by checkpatch.plPaulo Miguel Almeida
2021-11-15staging: pi433: print rf69 debug message more detailSidong Yang
2021-09-27staging: pi433: goto abort when setting failed in tx_threadSidong Yang
2021-09-13staging: pi433: fix docs typos and references to previous struct namesPaulo Miguel Almeida
2020-09-04staging: pi433: break long linesBryan Brattlof
2020-05-05staging: pi433: fix error return code in pi433_probe()Wei Yongjun
2020-02-23staging: pi433: overlay: Convert to sugar syntaxGeert Uytterhoeven
2020-02-23staging: pi433: overlay: Fix reg-related warningsGeert Uytterhoeven
2020-02-23staging: pi433: overlay: Fix Broadcom vendor prefixGeert Uytterhoeven
2020-02-09staging: pi433: Use the correct style for SPDX License IdentifierNishad Kamdar
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds
2019-11-20staging: pi433: Fix Kconfig indentationKrzysztof Kozlowski
2019-10-23compat_ioctl: move drivers to compat_ptr_ioctlArnd Bergmann
2019-09-06staging: pi433: Fix typo in documentationRohit Sarkar
2019-05-24staging: pi433: Remove unnecessary variableNishka Dasgupta
2019-05-21staging: pi433: fix misspelling of packetYannick Loeck
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-16staging: pi433: add dependency to PA0, 1, 2 setting for output power levelSidong Yang
2019-04-03staging: add missing SPDX lines to Makefile filesGreg Kroah-Hartman
2019-04-03staging: add missing SPDX lines to Kconfig filesGreg Kroah-Hartman
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
2019-03-18staging: pi433: Remove unused variable.Bhagyashri Dighole
2018-12-05staging: pi433: add missing call to cdev_del()Michael Straube
2018-11-26staging: pi433: fix potential null dereferenceMichael Straube