summaryrefslogtreecommitdiff
path: root/drivers/staging/pi433/rf69.c
AgeCommit message (Expand)Author
2018-01-10staging: pi433: Cleanup codestyle, indent statements after case labelsMichael Panzlaff
2018-01-08staging: pi433: fix CamelCase for payload identifiersValentin Vidic
2018-01-08staging: pi433: fix CamelCase for maxMinus variablesValentin Vidic
2018-01-08staging: pi433: remove unused rf69_reset_flag functionMarcin Ciupak
2018-01-08staging: pi433: remove unused rf69_set_sync_tolerance functionMarcin Ciupak
2017-12-21staging: pi433: remove unused rf69_set_dc_cut_off_frequency* functionsMarcin Ciupak
2017-12-21staging: pi433: remove unused rf69_set_ook_threshold_type functionMarcin Ciupak
2017-12-21staging: pi433: remove unused rf69_set_ook_threshold_step functionMarcin Ciupak
2017-12-21staging: pi433: remove unused rf69_set_rx_start_timeout functionMarcin Ciupak
2017-12-21staging: pi433: remove unused rf69_set_rssi_timeout functionMarcin Ciupak
2017-12-21staging: pi433: remove unused rf69_get_payload_length functionMarcin Ciupak
2017-12-21staging: pi433: make local functions staticMarcin Ciupak
2017-12-21staging: pi433: fix CamelCase for fifo variablesValentin Vidic
2017-12-19staging: pi433: remove unused functionValentin Vidic
2017-12-19staging: pi433: fix CamelCase for dccPercent variablesValentin Vidic
2017-12-18Merge 4.15-rc4 into staging-nextGreg Kroah-Hartman
2017-12-13staging: pi433: Fix disordered switch caseKari Argillander
2017-12-13staging: pi433: remove spaces before tabsValentin Vidic
2017-12-13staging: pi433: remove space inside parenthesisValentin Vidic
2017-12-13staging: pi433: Remove unnecessary #ifdef DEBUG around dev_dbgSimon Sandström
2017-12-13staging: pi433: Remove function entry dev_dbg()Simon Sandström
2017-12-13staging: pi433: Remove indentation on #ifdef blocksSimon Sandström
2017-12-08staging: pi433: Fix validation of rf69_get_modulation valueMarcin Ciupak
2017-12-08staging: pi433: Fix missing 'undefined' value in enum modulationMarcin Ciupak
2017-12-08staging: pi433: Add spaces around & and + operatorSimon Sandström
2017-12-08staging: pi433: Fix ISO-8859 encoded non-english commentsSimon Sandström
2017-12-06staging: pi433: Combine all rf69_set_amplifier_x()Simon Sandström
2017-12-06staging: pi433: Remove enum data_modeSimon Sandström
2017-12-06staging: pi433: Split rf69_set_sync_enabled into two functionsSimon Sandström
2017-12-06staging: pi433: Split rf69_set_crc_enabled into two functionsSimon Sandström
2017-12-06staging: pi433: Rename enum modShaping in rf69_enum.hSimon Sandström
2017-12-06staging: pi433: rf69.c: Replace macros READ_REG and WRITE_REG with smarter fu...Marcus Wolf
2017-12-06staging: pi433: Rename enum optionOnOff in rf69_enum.hSimon Sandström
2017-12-06staging: pi433: Fixes issue with bit shift in rf69_get_modulationMarcus Wolf
2017-10-18staging: pi433: rf69.c style fix - space before asteriskMarcin Ciupak
2017-10-18staging: pi433: rf69.c style fix - code indent should use tabsMarcin Ciupak
2017-10-18staging: pi433: rf69.c style fix - spaces before/afterMarcin Ciupak
2017-10-18staging: pi433: rf69.c style fix - spaces required aroundMarcin Ciupak
2017-10-18staging: pi433: rf69.c style fix - trailing statementsMarcin Ciupak
2017-10-09Merge 4.14-rc4 into staging-nextGreg Kroah-Hartman
2017-09-18staging: pi433: Move limit check to switch default to kill warningGeert Uytterhoeven
2017-09-18Staging: pi433: Merge assignment with return valueMeghana Madhyastha
2017-08-31staging: pi433: fix spelling mistake: "preample" -> "preamble"Colin Ian King
2017-08-18staging: pi433: replace INVALID_PARAM macro with inline codeMarcin Ciupak
2017-08-18staging: pi433: replace logical not with bitwiseQuentin Swain
2017-08-14staging: pi433: rf69.c style fix - spaces open braceMarcin Ciupak
2017-08-14staging: pi433: rf69.c style fix - else close braceMarcin Ciupak
2017-08-14staging: pi433: rf69.c style fix - that open braceMarcin Ciupak
2017-08-14staging: pi433: style fix - space after asteriskMarcin Ciupak
2017-07-28staging: pi433: use div_u64 for 64-bit divisionArnd Bergmann