summaryrefslogtreecommitdiff
path: root/drivers/staging/pi433/rf69.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-16staging: pi433: fix wrong debug message on rf69_write_fifo()Sidong Yang1-1/+1
2022-03-14staging: pi433: remove hardcoded mask value for easier readabilityPaulo Miguel Almeida1-1/+1
2022-03-02staging: pi433: prevent uninitialized data from being printed outPaulo Miguel Almeida1-1/+1
2022-03-02staging: pi433: remove rf69_get_flag function resolving enum conflictPaulo Miguel Almeida1-44/+0
2022-02-25staging: pi433: add index value to write dev_dbg statementPaulo Miguel Almeida1-1/+1
2022-02-08staging: pi433: remove need to recompile code to debug fifo contentPaulo Miguel Almeida1-13/+2
2022-02-08staging: pi433: standardize use of line escape chars in dev_dbg stmtsPaulo Miguel Almeida1-25/+26
2022-02-08staging: pi433: remove register debug dev_dbg stmts using DEBUG_VALUESPaulo Miguel Almeida1-35/+2
2022-02-04staging: pi433: add debugfs interfacePaulo Miguel Almeida1-1/+1
2022-01-31staging: pi433: remove coding style item from the TODO filePaulo Miguel Almeida1-1/+2
2022-01-25staging: pi433: validate max bit_rate based on modulation usedPaulo Miguel Almeida1-1/+9
2022-01-25staging: pi433: fix validation for min bit rate supported by the devicePaulo Miguel Almeida1-3/+1
2022-01-25staging: pi433: move get version func to where all other functions arePaulo Miguel Almeida1-0/+5
2022-01-06staging: pi433: fix frequency deviation checkPaulo Miguel Almeida1-3/+15
2021-12-28staging: pi433: remove unnecessary parentheses pointed out by checkpatch.plPaulo Miguel Almeida1-3/+3
2021-11-15staging: pi433: print rf69 debug message more detailSidong Yang1-19/+19
2019-05-21staging: pi433: fix misspelling of packetYannick Loeck1-2/+2
2019-04-16staging: pi433: add dependency to PA0, 1, 2 setting for output power levelSidong Yang1-6/+39
2019-03-18staging: pi433: Remove unused variable.Bhagyashri Dighole1-3/+1
2018-11-20staging: pi433: remove GPL boiler plate textMichael Straube1-10/+0
2018-08-27staging: pi433: eliminate a temporary variableDan Carpenter1-2/+1
2018-07-11staging: pi433: Make only one statement per lineSophie Matter1-6/+18
2018-07-11staging: pi433: Use preferred commenting styleSophie Matter1-5/+10
2018-07-11staging: pi433: Comply with 80 character column limitSophie Matter1-3/+7
2018-06-28staging: pi433: add SPDX-License-Identifier tagValentin Vidic1-0/+1
2018-06-28staging: pi433: replace simple switch statementsValentin Vidic1-140/+93
2018-04-23staging: pi433: break long lines in rf69.cSimon Sandström1-53/+129
2018-03-19staging: pi433: fix CamelCase for dagc enumValentin Vidic1-2/+2
2018-03-19staging: pi433: fix CamelCase for lnaGain enumValentin Vidic1-2/+2
2018-03-19staging: pi433: fix CamelCase for DIONumber variableValentin Vidic1-2/+2
2018-03-19staging: pi433: fix CamelCase for bitRate variablesValentin Vidic1-8/+8
2018-03-19staging: pi433: fix CamelCase for syncSize variableValentin Vidic1-3/+3
2018-03-19staging: pi433: fix CamelCase for preambleLength variableValentin Vidic1-3/+3
2018-03-06staging: pi433: fix CamelCase for paRamp enumValentin Vidic1-2/+2
2018-03-06staging: pi433: fix CamelCase for Address variablesValentin Vidic1-4/+4
2018-03-06staging: pi433: fix CamelCase for address_filtering enumValentin Vidic1-3/+3
2018-03-06staging: pi433: fix CamelCase for afterSyncInterruptValentin Vidic1-1/+1
2018-03-06staging: pi433: fix CamelCase for flag enumValentin Vidic1-9/+9
2018-03-06staging: pi433: fix CamelCase for packetFormat enumValentin Vidic1-4/+4
2018-02-22staging: pi433: fix CamelCase for addressFilteringValentin Vidic1-2/+2
2018-02-22staging: pi433: fix CamelCase for thresholdDecrementValentin Vidic1-2/+2
2018-02-22staging: pi433: fix CamelCase for txStartConditionValentin Vidic1-2/+2
2018-02-16staging: pi433: fix CamelCase for regValueValentin Vidic1-12/+12
2018-02-16staging: pi433: fix CamelCase for newValueValentin Vidic1-8/+8
2018-02-16staging: pi433: fix CamelCase for currentValueValentin Vidic1-3/+3
2018-02-16staging: pi433: fix CamelCase for Ohm identifiersValentin Vidic1-2/+2
2018-02-16staging: pi433: fix CamelCase for antennaImpedanceValentin Vidic1-2/+2
2018-02-16staging: pi433: fix CamelCase for powerLevelValentin Vidic1-4/+4
2018-02-16staging: pi433: fix CamelCase for syncValuesValentin Vidic1-9/+9
2018-01-10staging: pi433: Cleanup codestyle, indent statements after case labelsMichael Panzlaff1-79/+158