aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/pi433/rf69.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-04staging: pi433: Remove unused driverPhilipp Hortmann1-832/+0
2024-03-05staging: pi433: Redefine F_OSC using units.h macroShahar Avidar1-1/+2
2024-03-05staging: pi433: Remove a duplicated FIFO_SIZE defineShahar Avidar1-1/+0
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-01staging: pi433: prevent uninitialized data from being printed outPaulo Miguel Almeida1-1/+1
2022-03-01staging: 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
2018-01-08staging: pi433: fix CamelCase for payload identifiersValentin Vidic1-3/+3
2018-01-08staging: pi433: fix CamelCase for maxMinus variablesValentin Vidic1-7/+7
2018-01-08staging: pi433: remove unused rf69_reset_flag functionMarcin Ciupak1-12/+0
2018-01-08staging: pi433: remove unused rf69_set_sync_tolerance functionMarcin Ciupak1-12/+0
2017-12-21staging: pi433: remove unused rf69_set_dc_cut_off_frequency* functionsMarcin Ciupak1-27/+0
2017-12-21staging: pi433: remove unused rf69_set_ook_threshold_type functionMarcin Ciupak1-12/+0
2017-12-21staging: pi433: remove unused rf69_set_ook_threshold_step functionMarcin Ciupak1-17/+0
2017-12-21staging: pi433: remove unused rf69_set_rx_start_timeout functionMarcin Ciupak1-7/+0
2017-12-21staging: pi433: remove unused rf69_set_rssi_timeout functionMarcin Ciupak1-7/+0
2017-12-21staging: pi433: remove unused rf69_get_payload_length functionMarcin Ciupak1-5/+0
2017-12-21staging: pi433: make local functions staticMarcin Ciupak1-47/+47
2017-12-21staging: pi433: fix CamelCase for fifo variablesValentin Vidic1-23/+23
2017-12-19staging: pi433: remove unused functionValentin Vidic1-18/+0
2017-12-19staging: pi433: fix CamelCase for dccPercent variablesValentin Vidic1-15/+15
2017-12-18Merge 4.15-rc4 into staging-nextGreg Kroah-Hartman1-1/+1
2017-12-13staging: pi433: Fix disordered switch caseKari Argillander1-2/+2
2017-12-13staging: pi433: remove spaces before tabsValentin Vidic1-1/+1
2017-12-13staging: pi433: remove space inside parenthesisValentin Vidic1-2/+2
2017-12-13staging: pi433: Remove unnecessary #ifdef DEBUG around dev_dbgSimon Sandström1-4/+0
2017-12-13staging: pi433: Remove function entry dev_dbg()Simon Sandström1-156/+0
2017-12-13staging: pi433: Remove indentation on #ifdef blocksSimon Sandström1-161/+153
2017-12-08staging: pi433: Fix validation of rf69_get_modulation valueMarcin Ciupak1-2/+6
2017-12-08staging: pi433: Fix missing 'undefined' value in enum modulationMarcin Ciupak1-1/+1
2017-12-08staging: pi433: Add spaces around & and + operatorSimon Sandström1-15/+14
2017-12-08staging: pi433: Fix ISO-8859 encoded non-english commentsSimon Sandström1-5/+6
2017-12-06staging: pi433: Combine all rf69_set_amplifier_x()Simon Sandström1-42/+4
2017-12-06staging: pi433: Remove enum data_modeSimon Sandström1-13/+2
2017-12-06staging: pi433: Split rf69_set_sync_enabled into two functionsSimon Sandström1-12/+6
2017-12-06staging: pi433: Split rf69_set_crc_enabled into two functionsSimon Sandström1-12/+6
2017-12-06staging: pi433: Rename enum modShaping in rf69_enum.hSimon Sandström1-10/+11
2017-12-06staging: pi433: rf69.c: Replace macros READ_REG and WRITE_REG with smarter fu...Marcus Wolf1-156/+180
2017-12-06staging: pi433: Rename enum optionOnOff in rf69_enum.hSimon Sandström1-20/+25
2017-12-06staging: pi433: Fixes issue with bit shift in rf69_get_modulationMarcus Wolf1-1/+1
2017-10-18staging: pi433: rf69.c style fix - space before asteriskMarcin Ciupak1-1/+1
2017-10-18staging: pi433: rf69.c style fix - code indent should use tabsMarcin Ciupak1-2/+2
2017-10-18staging: pi433: rf69.c style fix - spaces before/afterMarcin Ciupak1-77/+77
2017-10-18staging: pi433: rf69.c style fix - spaces required aroundMarcin Ciupak1-10/+16
2017-10-18staging: pi433: rf69.c style fix - trailing statementsMarcin Ciupak1-17/+41
2017-10-09Merge 4.14-rc4 into staging-nextGreg Kroah-Hartman1-6/+3
2017-09-18staging: pi433: Move limit check to switch default to kill warningGeert Uytterhoeven1-6/+3
2017-09-18Staging: pi433: Merge assignment with return valueMeghana Madhyastha1-3/+1
2017-08-31staging: pi433: fix spelling mistake: "preample" -> "preamble"Colin Ian King1-1/+1
2017-08-18staging: pi433: replace INVALID_PARAM macro with inline codeMarcin Ciupak1-45/+104
2017-08-18staging: pi433: replace logical not with bitwiseQuentin Swain1-1/+1
2017-08-14staging: pi433: rf69.c style fix - spaces open braceMarcin Ciupak1-1/+1
2017-08-14staging: pi433: rf69.c style fix - else close braceMarcin Ciupak1-2/+1
2017-08-14staging: pi433: rf69.c style fix - that open braceMarcin Ciupak1-22/+11
2017-08-14staging: pi433: style fix - space after asteriskMarcin Ciupak1-1/+1
2017-07-28staging: pi433: use div_u64 for 64-bit divisionArnd Bergmann1-1/+1
2017-07-28staging: pi433: Style fix - align block commentsDerek Robson1-4/+6
2017-07-28staging: pi433: Make functions rf69_set_bandwidth_intern staticColin Ian King1-1/+2
2017-07-16staging: pi433: New driverMarcus Wolf1-0/+982