summaryrefslogtreecommitdiff
path: root/drivers/staging/pi433
AgeCommit message (Expand)Author
2024-03-05staging: pi433: Move FIFO_THRESHOLD define to source fileShahar Avidar
2024-03-05staging: pi433: Remove the unused FREQUENCY defineShahar Avidar
2024-03-05staging: pi433: Redefine F_OSC using units.h macroShahar Avidar
2024-03-05staging: pi433: Remove a duplicated F_OSC defineShahar Avidar
2024-03-05staging: pi433: Remove a duplicated FIFO_SIZE defineShahar 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
2023-02-06staging: pi433: Added information about bit_rate configurationGuru Mehar Rachaputi
2022-10-26staging: pi433: overlay: Rename overlay source file from .dts to .dtsoAndrew Davis
2022-09-24staging: pi433: use DEFINE_SHOW_ATTRIBUTE to simplify pi433_debugfs_regsLiu Shixin
2022-08-16staging: pi433: fix wrong debug message on rf69_write_fifo()Sidong Yang
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-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