summaryrefslogtreecommitdiffstats
path: root/drivers/staging/pi433
Commit message (Expand)AuthorAgeFilesLines
* 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: Added information about bit_rate configurationGuru Mehar Rachaputi2023-02-061-0/+3
* staging: pi433: overlay: Rename overlay source file from .dts to .dtsoAndrew Davis2022-10-262-3/+3
* staging: pi433: use DEFINE_SHOW_ATTRIBUTE to simplify pi433_debugfs_regsLiu Shixin2022-09-241-14/+2
* staging: pi433: fix wrong debug message on rf69_write_fifo()Sidong Yang2022-08-161-1/+1
* 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-287-193/+183
|\
| * staging: pi433: formatting improvement for multi-line bitwise statementPaulo Miguel Almeida2022-03-141-2/+2
| * staging: pi433: remove hardcoded mask value for easier readabilityPaulo Miguel Almeida2022-03-141-1/+1
| * staging: pi433: prevent uninitialized data from being printed outPaulo Miguel Almeida2022-03-011-1/+1
| * staging: pi433: remove rf69_get_flag function resolving enum conflictPaulo Miguel Almeida2022-03-014-69/+4
| * staging: pi433: remove TODOs-related item from the TODO filePaulo Miguel Almeida2022-03-012-3/+0
| * staging: pi433: add index value to write dev_dbg statementPaulo Miguel Almeida2022-02-251-1/+1
| * staging: pi433: remove need to recompile code to debug fifo contentPaulo Miguel Almeida2022-02-081-13/+2
| * staging: pi433: standardize use of line escape chars in dev_dbg stmtsPaulo Miguel Almeida2022-02-082-52/+53
| * staging: pi433: remove register debug dev_dbg stmts using DEBUG_VALUESPaulo Miguel Almeida2022-02-081-35/+2
| * staging: pi433: add debugfs interfacePaulo Miguel Almeida2022-02-043-1/+78
| * staging: pi433: remove coding style item from the TODO filePaulo Miguel Almeida2022-01-313-10/+6
| * staging: pi433: add missing register contantsPaulo Miguel Almeida2022-01-261-0/+2
| * staging: pi433: enforce tx_cfg to be set before any message can be sentPaulo Miguel Almeida2022-01-261-2/+14
| * staging: pi433: validate max bit_rate based on modulation usedPaulo Miguel Almeida2022-01-252-1/+11
| * staging: pi433: change order in which driver config the rf69 chipPaulo Miguel Almeida2022-01-251-4/+4
| * staging: pi433: fix validation for min bit rate supported by the devicePaulo Miguel Almeida2022-01-251-3/+1
| * staging: pi433: move get version func to where all other functions arePaulo Miguel Almeida2022-01-253-2/+8
* | 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: fix frequency deviation checkPaulo Miguel Almeida2022-01-061-3/+15
* staging: pi433: add docs to packet_format and tx_start_condition enumPaulo Miguel Almeida2022-01-031-0/+12
* staging: pi433: remove unnecessary parentheses pointed out by checkpatch.plPaulo Miguel Almeida2021-12-281-3/+3
* staging: pi433: print rf69 debug message more detailSidong Yang2021-11-151-19/+19
* staging: pi433: goto abort when setting failed in tx_threadSidong Yang2021-09-271-9/+9
* staging: pi433: fix docs typos and references to previous struct namesPaulo Miguel Almeida2021-09-131-12/+11
* staging: pi433: break long linesBryan Brattlof2020-09-041-8/+18
* staging: pi433: fix error return code in pi433_probe()Wei Yongjun2020-05-051-0/+1
* staging: pi433: overlay: Convert to sugar syntaxGeert Uytterhoeven2020-02-231-44/+35
* staging: pi433: overlay: Fix reg-related warningsGeert Uytterhoeven2020-02-231-0/+4
* staging: pi433: overlay: Fix Broadcom vendor prefixGeert Uytterhoeven2020-02-231-1/+1
* staging: pi433: Use the correct style for SPDX License IdentifierNishad Kamdar2020-02-094-8/+8
* Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds2019-12-011-11/+1
|\
| * compat_ioctl: move drivers to compat_ptr_ioctlArnd Bergmann2019-10-231-11/+1
* | staging: pi433: Fix Kconfig indentationKrzysztof Kozlowski2019-11-201-12/+12
|/
* staging: pi433: Fix typo in documentationRohit Sarkar2019-09-061-1/+1
* staging: pi433: Remove unnecessary variableNishka Dasgupta2019-05-241-3/+2
* staging: pi433: fix misspelling of packetYannick Loeck2019-05-212-3/+3
* Merge tag 'staging-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-05-074-31/+58
|\
| * staging: pi433: add dependency to PA0, 1, 2 setting for output power levelSidong Yang2019-04-161-6/+39
| * staging: add missing SPDX lines to Makefile filesGreg Kroah-Hartman2019-04-031-0/+1