aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/pi433/pi433_if.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-12-21staging: pi433: pi433_write fixed the return valueOliver Graute1-1/+1
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 Vidic1-11/+0
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: 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 Vidic1-1/+1
2017-12-13staging: pi433: move trailing statements to next lineValentin Vidic1-14/+31
2017-12-13staging: pi433: use tabs for code indentValentin Vidic1-4/+4
2017-12-13staging: pi433: use consistent brace styleValentin Vidic1-88/+41
2017-12-13staging: pi433: remove space inside parenthesisValentin Vidic1-17/+17
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-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: Combine all rf69_set_amplifier_x()Simon Sandström1-3/+3
2017-12-06staging: pi433: Remove enum data_modeSimon Sandström1-1/+1
2017-12-06staging: pi433: Split rf69_set_sync_enabled into two functionsSimon Sandström1-2/+19
2017-12-06staging: pi433: Split rf69_set_crc_enabled into two functionsSimon Sandström1-2/+20
2017-12-06staging: pi433: Rename enum modShaping in rf69_enum.hSimon Sandström1-1/+1
2017-12-06staging: pi433: Rename enum optionOnOff in rf69_enum.hSimon Sandström1-17/+17
2017-12-06staging: pi433: Rename variable in struct pi433_rx_cfgSimon Sandström1-1/+1
2017-12-06staging: pi433: Capitalize constant definitionsSimon Sandström1-16/+16
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-17Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-76/+14
2017-11-10pi433: sanitize ioctlAl Viro1-78/+14
2017-10-18Staging: pi433: Fix the position of brace after ifSrishti Sharma1-36/+18
2017-09-17staging: pi433: Replace printk() with dev_dbg()Haneen Mohammed1-4/+5
2017-09-17staging: pi433: Fixes minor typo errorsHarsha Sharma1-2/+2
2017-08-28staging: pi433: fix interrupt handler signaturesCihangir Akturk1-11/+8
2017-08-20staging: pi433: fixed coding style issuesXiangyang Zhang1-8/+7
2017-08-14staging: pi433: reduce stack size in tx threadArnd Bergmann1-1/+2
2017-08-14staging: pi433: Use matching enum types calling rf69_set_packet_formatElia Geretto1-2/+21
2017-07-28staging: pi433: Style fix - align block commentsDerek Robson1-15/+23
2017-07-28Staging: pi433: check error after kthread_run()Joseph Wright1-1/+1
2017-07-28Staging: pi433: declare functions staticJoseph Wright1-2/+2
2017-07-28staging: pi433: return -EFAULT if copy_to_user() failsdan.carpenter@oracle.com1-1/+1
2017-07-18staging: pi433: Fix a couple of spelling mistakesColin Ian King1-2/+2
2017-07-16staging: pi433: New driverMarcus Wolf1-0/+1314