aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/pi433
AgeCommit message (Expand)AuthorFilesLines
2024-03-05staging: pi433: Move FIFO_THRESHOLD define to source fileGravatar Shahar Avidar 2-1/+1
2024-03-05staging: pi433: Remove the unused FREQUENCY defineGravatar Shahar Avidar 1-2/+0
2024-03-05staging: pi433: Redefine F_OSC using units.h macroGravatar Shahar Avidar 1-1/+2
2024-03-05staging: pi433: Remove a duplicated F_OSC defineGravatar Shahar Avidar 1-1/+0
2024-03-05staging: pi433: Remove a duplicated FIFO_SIZE defineGravatar Shahar Avidar 1-1/+0
2023-10-06staging: pi433: make pi433_class constantGravatar Greg Kroah-Hartman 1-9/+12
2023-07-27staging: Explicitly include correct DT includesGravatar Rob Herring 1-1/+0
2023-05-28staging: pi433: Remove stray gpiod_unexport() callGravatar Andy Shevchenko 1-1/+0
2023-03-17driver core: class: remove module * from class_create()Gravatar Greg Kroah-Hartman 1-1/+1
2023-02-06staging: pi433: fix memory leak with using debugfs_lookup()Gravatar Greg Kroah-Hartman 1-6/+5
2023-02-06staging: pi433: Added information about bit_rate configurationGravatar Guru Mehar Rachaputi 1-0/+3
2022-10-26staging: pi433: overlay: Rename overlay source file from .dts to .dtsoGravatar Andrew Davis 2-3/+3
2022-09-24staging: pi433: use DEFINE_SHOW_ATTRIBUTE to simplify pi433_debugfs_regsGravatar Liu Shixin 1-14/+2
2022-08-16staging: pi433: fix wrong debug message on rf69_write_fifo()Gravatar Sidong Yang 1-1/+1
2022-07-27staging: pi433: remove duplicated commentsGravatar Sidong Yang 1-1/+1
2022-03-28Merge tag 'staging-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 7-193/+183
2022-03-14staging: pi433: formatting improvement for multi-line bitwise statementGravatar Paulo Miguel Almeida 1-2/+2
2022-03-14staging: pi433: remove hardcoded mask value for easier readabilityGravatar Paulo Miguel Almeida 1-1/+1
2022-03-01staging: pi433: prevent uninitialized data from being printed outGravatar Paulo Miguel Almeida 1-1/+1
2022-03-01staging: pi433: remove rf69_get_flag function resolving enum conflictGravatar Paulo Miguel Almeida 4-69/+4
2022-03-01staging: pi433: remove TODOs-related item from the TODO fileGravatar Paulo Miguel Almeida 2-3/+0
2022-02-25staging: pi433: add index value to write dev_dbg statementGravatar Paulo Miguel Almeida 1-1/+1
2022-02-09spi: make remove callback a void functionGravatar Uwe Kleine-König 1-3/+1
2022-02-08staging: pi433: remove need to recompile code to debug fifo contentGravatar Paulo Miguel Almeida 1-13/+2
2022-02-08staging: pi433: standardize use of line escape chars in dev_dbg stmtsGravatar Paulo Miguel Almeida 2-52/+53
2022-02-08staging: pi433: remove register debug dev_dbg stmts using DEBUG_VALUESGravatar Paulo Miguel Almeida 1-35/+2
2022-02-04staging: pi433: add debugfs interfaceGravatar Paulo Miguel Almeida 3-1/+78
2022-01-31staging: pi433: remove coding style item from the TODO fileGravatar Paulo Miguel Almeida 3-10/+6
2022-01-26staging: pi433: add missing register contantsGravatar Paulo Miguel Almeida 1-0/+2
2022-01-26staging: pi433: enforce tx_cfg to be set before any message can be sentGravatar Paulo Miguel Almeida 1-2/+14
2022-01-25staging: pi433: validate max bit_rate based on modulation usedGravatar Paulo Miguel Almeida 2-1/+11
2022-01-25staging: pi433: change order in which driver config the rf69 chipGravatar Paulo Miguel Almeida 1-4/+4
2022-01-25staging: pi433: fix validation for min bit rate supported by the deviceGravatar Paulo Miguel Almeida 1-3/+1
2022-01-25staging: pi433: move get version func to where all other functions areGravatar Paulo Miguel Almeida 3-2/+8
2022-01-06staging: pi433: add comment to rx_lock mutex definitionGravatar Paulo Miguel Almeida 1-1/+1
2022-01-06staging: pi433: fix frequency deviation checkGravatar Paulo Miguel Almeida 1-3/+15
2022-01-03staging: pi433: add docs to packet_format and tx_start_condition enumGravatar Paulo Miguel Almeida 1-0/+12
2021-12-28staging: pi433: remove unnecessary parentheses pointed out by checkpatch.plGravatar Paulo Miguel Almeida 1-3/+3
2021-11-15staging: pi433: print rf69 debug message more detailGravatar Sidong Yang 1-19/+19
2021-09-27staging: pi433: goto abort when setting failed in tx_threadGravatar Sidong Yang 1-9/+9
2021-09-13staging: pi433: fix docs typos and references to previous struct namesGravatar Paulo Miguel Almeida 1-12/+11
2020-09-04staging: pi433: break long linesGravatar Bryan Brattlof 1-8/+18
2020-05-05staging: pi433: fix error return code in pi433_probe()Gravatar Wei Yongjun 1-0/+1
2020-02-23staging: pi433: overlay: Convert to sugar syntaxGravatar Geert Uytterhoeven 1-44/+35
2020-02-23staging: pi433: overlay: Fix reg-related warningsGravatar Geert Uytterhoeven 1-0/+4
2020-02-23staging: pi433: overlay: Fix Broadcom vendor prefixGravatar Geert Uytterhoeven 1-1/+1
2020-02-09staging: pi433: Use the correct style for SPDX License IdentifierGravatar Nishad Kamdar 4-8/+8
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-11/+1
2019-11-20staging: pi433: Fix Kconfig indentationGravatar Krzysztof Kozlowski 1-12/+12
2019-10-23compat_ioctl: move drivers to compat_ptr_ioctlGravatar Arnd Bergmann 1-11/+1