aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/pi433
AgeCommit message (Expand)AuthorFilesLines
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