aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/pi433
AgeCommit message (Expand)AuthorFilesLines
2024-05-04staging: pi433: Remove unused driverPhilipp Hortmann12-3500/+0
2024-04-09staging: pi433: Reorder pi433_exit cleanup calls.Shahar Avidar1-1/+1
2024-04-09staging: pi433: Add debugfs_remove in case of driver register fails.Shahar Avidar1-0/+1
2024-04-09staging: pi433: Remove duplicated code using the "goto" error recovery scheme.Shahar Avidar1-10/+10
2024-04-09staging: pi433: Rename "pi433_dev" of type "dev_t" to "pi433_devt"Shahar Avidar1-7/+7
2024-04-09staging: pi433: Replace pi433_receive param void type to struct pi433_device.Shahar Avidar1-2/+1
2024-04-09staging: pi433: Rename struct pi433_device instances to pi433.Shahar Avidar1-327/+327
2024-04-09staging: pi433: Rename struct pi433_device buffer field to tx_buffer.Shahar Avidar1-9/+9
2024-04-09staging: pi433: drop driver owner assignmentKrzysztof Kozlowski1-1/+0
2024-03-25staging: pi433: Correct comment typos in pi433_if.cFelix N. Kimbu1-4/+4
2024-03-05staging: pi433: Move FIFO_THRESHOLD define to source fileShahar Avidar2-1/+1
2024-03-05staging: pi433: Remove the unused FREQUENCY defineShahar Avidar1-2/+0
2024-03-05staging: pi433: Redefine F_OSC using units.h macroShahar Avidar1-1/+2
2024-03-05staging: pi433: Remove a duplicated F_OSC defineShahar Avidar1-1/+0
2024-03-05staging: pi433: Remove a duplicated FIFO_SIZE defineShahar Avidar1-1/+0
2023-10-06staging: pi433: make pi433_class constantGreg Kroah-Hartman1-9/+12
2023-07-27staging: Explicitly include correct DT includesRob Herring1-1/+0
2023-05-28staging: pi433: Remove stray gpiod_unexport() callAndy Shevchenko1-1/+0
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman1-1/+1
2023-02-06staging: pi433: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman1-6/+5
2023-02-06staging: pi433: Added information about bit_rate configurationGuru Mehar Rachaputi1-0/+3
2022-10-26staging: pi433: overlay: Rename overlay source file from .dts to .dtsoAndrew Davis2-3/+3
2022-09-24staging: pi433: use DEFINE_SHOW_ATTRIBUTE to simplify pi433_debugfs_regsLiu Shixin1-14/+2
2022-08-16staging: pi433: fix wrong debug message on rf69_write_fifo()Sidong Yang1-1/+1
2022-07-27staging: pi433: remove duplicated commentsSidong Yang1-1/+1
2022-03-28Merge tag 'staging-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds7-193/+183
2022-03-14staging: pi433: formatting improvement for multi-line bitwise statementPaulo Miguel Almeida1-2/+2
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 Almeida4-69/+4
2022-03-01staging: pi433: remove TODOs-related item from the TODO filePaulo Miguel Almeida2-3/+0
2022-02-25staging: pi433: add index value to write dev_dbg statementPaulo Miguel Almeida1-1/+1
2022-02-09spi: make remove callback a void functionUwe Kleine-König1-3/+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 Almeida2-52/+53
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 Almeida3-1/+78
2022-01-31staging: pi433: remove coding style item from the TODO filePaulo Miguel Almeida3-10/+6
2022-01-26staging: pi433: add missing register contantsPaulo Miguel Almeida1-0/+2
2022-01-26staging: pi433: enforce tx_cfg to be set before any message can be sentPaulo Miguel Almeida1-2/+14
2022-01-25staging: pi433: validate max bit_rate based on modulation usedPaulo Miguel Almeida2-1/+11
2022-01-25staging: pi433: change order in which driver config the rf69 chipPaulo Miguel Almeida1-4/+4
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 Almeida3-2/+8
2022-01-06staging: pi433: add comment to rx_lock mutex definitionPaulo Miguel Almeida1-1/+1
2022-01-06staging: pi433: fix frequency deviation checkPaulo Miguel Almeida1-3/+15
2022-01-03staging: pi433: add docs to packet_format and tx_start_condition enumPaulo Miguel Almeida1-0/+12
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
2021-09-27staging: pi433: goto abort when setting failed in tx_threadSidong Yang1-9/+9
2021-09-13staging: pi433: fix docs typos and references to previous struct namesPaulo Miguel Almeida1-12/+11
2020-09-04staging: pi433: break long linesBryan Brattlof1-8/+18
2020-05-05staging: pi433: fix error return code in pi433_probe()Wei Yongjun1-0/+1
2020-02-23staging: pi433: overlay: Convert to sugar syntaxGeert Uytterhoeven1-44/+35
2020-02-23staging: pi433: overlay: Fix reg-related warningsGeert Uytterhoeven1-0/+4
2020-02-23staging: pi433: overlay: Fix Broadcom vendor prefixGeert Uytterhoeven1-1/+1
2020-02-09staging: pi433: Use the correct style for SPDX License IdentifierNishad Kamdar4-8/+8
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds1-11/+1
2019-11-20staging: pi433: Fix Kconfig indentationKrzysztof Kozlowski1-12/+12
2019-10-23compat_ioctl: move drivers to compat_ptr_ioctlArnd Bergmann1-11/+1
2019-09-06staging: pi433: Fix typo in documentationRohit Sarkar1-1/+1
2019-05-24staging: pi433: Remove unnecessary variableNishka Dasgupta1-3/+2
2019-05-21staging: pi433: fix misspelling of packetYannick Loeck2-3/+3
2019-05-07Merge tag 'staging-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-31/+58
2019-05-06*: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov1-1/+1
2019-04-16staging: pi433: add dependency to PA0, 1, 2 setting for output power levelSidong Yang1-6/+39
2019-04-03staging: add missing SPDX lines to Makefile filesGreg Kroah-Hartman1-0/+1
2019-04-03staging: add missing SPDX lines to Kconfig filesGreg Kroah-Hartman1-0/+1
2019-04-02staging: pi433: Return thread immediately when kthread_should_stop() call.Sidong Yang1-1/+1
2019-03-29staging: pi433: Fix rf69_set_tx_cfg() logicSidong Yang1-10/+6
2019-03-26staging: pi433: remove unnecessary calling rf69_set_mode()Sidong Yang1-7/+5
2019-03-22staging: pi433: remove empty space to fix line over 80 characters warningJules Irenge1-4/+4
2019-03-18staging: pi433: Remove unused variable.Bhagyashri Dighole1-3/+1
2018-12-05staging: pi433: add missing call to cdev_del()Michael Straube1-1/+3
2018-11-26staging: pi433: fix potential null dereferenceMichael Straube1-0/+4
2018-11-20staging: pi433: remove GPL boiler plate textMichael Straube6-60/+0
2018-08-27staging: pi433: eliminate a temporary variableDan Carpenter1-2/+1
2018-07-12staging: pi433: fix error return code in pi433_probe()Wei Yongjun1-0/+1
2018-07-11staging: pi433: Make only one statement per lineSophie Matter1-6/+18
2018-07-11staging: pi433: Use preferred commenting styleSophie Matter2-15/+30
2018-07-11staging: pi433: Comply with 80 character column limitSophie Matter3-8/+21
2018-06-28staging: pi433: cleanup comments in rf69.hValentin Vidic1-4/+5
2018-06-28staging: pi433: add SPDX-License-Identifier tagValentin Vidic6-4/+10
2018-06-28staging: pi433: replace simple switch statementsValentin Vidic1-140/+93
2018-06-28staging: pi433: fix race condition in pi433_openHugo Lefeuvre1-29/+12
2018-06-17staging: pi433: fix race condition in pi433_ioctlHugo Lefeuvre1-2/+5
2018-04-25staging: pi433: break long lines in pi433_if.cSimon Sandström1-4/+12
2018-04-23staging: pi433: Fixed typos and grammar in documentationShannon Booth2-8/+8
2018-04-23staging: pi433: use help in Kconfig descriptionValentin Vidic1-1/+1
2018-04-23staging: pi433: break long lines in rf69.cSimon Sandström1-53/+129
2018-04-23staging: pi433: break long linesSimon Sandström1-9/+19
2018-04-23staging: pi433: cleanup tx_fifo lockingValentin Vidic1-9/+14
2018-03-22staging: pi433: cleanup local variableValentin Vidic1-3/+4
2018-03-19staging: pi433: fix CamelCase for dagc enumValentin Vidic3-6/+6
2018-03-19staging: pi433: fix CamelCase for lnaGain enumValentin Vidic5-6/+6
2018-03-19staging: pi433: fix CamelCase for DIONumber variableValentin Vidic2-3/+3
2018-03-19staging: pi433: fix CamelCase for bitRate variablesValentin Vidic2-9/+9
2018-03-19staging: pi433: fix CamelCase for syncSize variableValentin Vidic1-3/+3
2018-03-19staging: pi433: fix CamelCase for preambleLength variableValentin Vidic2-4/+4
2018-03-19staging: pi433: fix CamelCase for GPIO functionsValentin Vidic1-5/+5
2018-03-14staging: pi433: Remove comments inside codeHariPrasath Elango1-1/+1
2018-03-06staging: pi433: fix CamelCase for paRamp enumValentin Vidic5-6/+6
2018-03-06staging: pi433: fix CamelCase for Address variablesValentin Vidic2-6/+6
2018-03-06staging: pi433: fix CamelCase for address_filtering enumValentin Vidic4-15/+15
2018-03-06staging: pi433: fix CamelCase for afterSyncInterruptValentin Vidic3-3/+3
2018-03-06staging: pi433: fix CamelCase for flag enumValentin Vidic3-20/+20
2018-03-06staging: pi433: fix CamelCase for packetFormat enumValentin Vidic4-12/+12
2018-02-22staging: pi433: fix CamelCase for addressFilteringValentin Vidic5-7/+7
2018-02-22staging: pi433: fix CamelCase for thresholdDecrementValentin Vidic5-6/+6
2018-02-22staging: pi433: fix CamelCase for txStartConditionValentin Vidic4-5/+5
2018-02-20staging: pi433: Split subtraction across 2 linesEisha Chen-yen-su1-1/+2
2018-02-20staging: pi433: Split some function callsEisha Chen-yen-su1-15/+30
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 Vidic4-7/+7
2018-02-16staging: pi433: fix CamelCase for antennaImpedanceValentin Vidic5-6/+6
2018-02-16staging: pi433: fix CamelCase for powerLevelValentin Vidic2-5/+5
2018-02-16staging: pi433: fix CamelCase for syncValuesValentin Vidic2-10/+10
2018-01-10staging: pi433: Cleanup codestyle, indent statements after case labelsMichael Panzlaff1-79/+158
2018-01-09staging: pi433: align function parameters with open parenthesisValentin Vidic1-5/+5
2018-01-09staging: pi433: replace shifting with BIT macroValentin Vidic1-1/+1
2018-01-08Staging: pi433 - fix ccheckpatch issue, updated include line.Derek Robson1-1/+1
2018-01-08staging: pi433: fix CamelCase for payload identifiersValentin Vidic4-6/+6
2018-01-08staging: pi433: fix CamelCase for maxMinus variablesValentin Vidic3-17/+17
2018-01-08staging: pi433: remove unused rf69_reset_flag functionMarcin Ciupak2-13/+0
2018-01-08staging: pi433: remove unused rf69_set_sync_tolerance functionMarcin Ciupak2-13/+0
2017-12-21staging: pi433: remove unused rf69_set_dc_cut_off_frequency* functionsMarcin Ciupak3-41/+0
2017-12-21staging: pi433: remove unused rf69_set_ook_threshold_type functionMarcin Ciupak3-19/+0
2017-12-21staging: pi433: remove unused rf69_set_ook_threshold_step functionMarcin Ciupak3-29/+0
2017-12-21staging: pi433: remove unused rf69_set_rx_start_timeout functionMarcin Ciupak2-8/+0
2017-12-21staging: pi433: remove unused rf69_set_rssi_timeout functionMarcin Ciupak2-8/+0
2017-12-21staging: pi433: remove unused rf69_get_payload_length functionMarcin Ciupak2-6/+0
2017-12-21staging: pi433: make local functions staticMarcin Ciupak2-50/+47
2017-12-21staging: pi433: fix CamelCase for fifo variablesValentin Vidic4-34/+34
2017-12-21staging: pi433: pi433_write fixed the return valueOliver Graute1-1/+1
2017-12-19staging: pi433: remove unused functionValentin Vidic2-19/+0
2017-12-19staging: pi433: replace printk calls with dev_dbgValentin Vidic1-2/+2
2017-12-19staging: pi433: avoid logging ENOMEM messagesValentin Vidic1-3/+1
2017-12-19staging: pi433: replace unsigned with unsigned intValentin Vidic1-1/+1
2017-12-19staging: pi433: collapse else block after return statementValentin Vidic1-7/+7
2017-12-19Staging: Pi433: Bugfix for wrong argument for sizeof() in TX threadMarcus Wolf1-7/+6
2017-12-19staging: pi433: remove multiple blank linesValentin Vidic4-25/+0
2017-12-19staging: pi433: fix CamelCase for dccPercent variablesValentin Vidic3-27/+27
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 comparison with trueValentin Vidic1-1/+1
2017-12-13staging: pi433: remove comparison with falseValentin Vidic1-1/+1
2017-12-13staging: pi433: add blank line after functionValentin Vidic1-0/+1
2017-12-13staging: pi433: fix spelling errors in documentationValentin Vidic1-2/+2
2017-12-13staging: pi433: rewrite comparison with NULLValentin Vidic1-2/+2
2017-12-13staging: pi433: remove return from a void functionValentin Vidic1-1/+0
2017-12-13staging: pi433: remove spaces before tabsValentin Vidic3-4/+4
2017-12-13staging: pi433: move trailing statements to next lineValentin Vidic1-14/+31
2017-12-13staging: pi433: use tabs for code indentValentin Vidic2-20/+20
2017-12-13staging: pi433: use consistent brace styleValentin Vidic1-88/+41
2017-12-13staging: pi433: remove space inside parenthesisValentin Vidic3-21/+21
2017-12-13staging: pi433: add space around operatorsValentin Vidic1-5/+4
2017-12-13staging: pi433: add space after commaValentin Vidic1-2/+2
2017-12-13staging: pi433: add space before open 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 Ciupak2-2/+3
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-08staging: pi433: pi433_if.c remove SET_CHECKED macroNguyen Phan Quang Minh1-54/+139
2017-12-06staging: pi433: Remove SET_CHECKED usage from pi433_probeSimon Sandström1-7/+21
2017-12-06staging: pi433: Move enum option_on_off to pi433_if.hSimon Sandström2-5/+5
2017-12-06staging: pi433: Combine all rf69_set_amplifier_x()Simon Sandström3-51/+9
2017-12-06staging: pi433: Remove enum data_modeSimon Sandström4-21/+4
2017-12-06staging: pi433: Split rf69_set_sync_enabled into two functionsSimon Sandström3-16/+27
2017-12-06staging: pi433: Split rf69_set_crc_enabled into two functionsSimon Sandström3-16/+28
2017-12-06staging: pi433: Rename enum modShaping in rf69_enum.hSimon Sandström5-20/+21
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öm5-53/+63
2017-12-06staging: pi433: Rename variable in struct pi433_rx_cfgSimon Sandström2-2/+2
2017-12-06staging: pi433: Capitalize constant definitionsSimon Sandström2-38/+38
2017-12-06staging: pi433: Fix indentation in rf69_enum.hSimon Sandström1-104/+103
2017-12-06staging: pi433: Fixes issue with bit shift in rf69_get_modulationMarcus Wolf1-1/+1
2017-11-28staging: pi433: pi433_if.c codestyle fixOliver Graute1-3/+2
2017-11-28staging: pi433: pi433_if.c fix codestyle on two long linesOliver Graute1-2/+4
2017-11-28staging: pi433: fix naming when more than one radio is usedMarcin Ciupak1-2/+4
2017-11-28staging: pi433: fix (NULL device *) in log messageMarcin Ciupak1-13/+13
2017-11-28staging: pi433: fixed signedness of 4th argument to kfifo_from_userStefano Manni1-1/+2
2017-11-28staging: pi433: Fixed coding style issues with bracesLuca Söthe2-40/+20
2017-11-17Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-76/+14
2017-11-10pi433: sanitize ioctlAl Viro1-78/+14
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-18Staging: pi433: Fix the position of brace after ifSrishti Sharma1-36/+18
2017-10-09Merge 4.14-rc4 into staging-nextGreg Kroah-Hartman1-6/+3
2017-09-29Staging: pi433: fix grammar issuesKeerthi Reddy1-12/+12
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-09-17staging: pi433: Replace printk() with dev_dbg()Haneen Mohammed1-4/+5