summaryrefslogtreecommitdiff
path: root/drivers/staging/pi433/pi433_if.c
AgeCommit message (Expand)Author
2018-01-09staging: pi433: align function parameters with open parenthesisValentin Vidic
2018-01-09staging: pi433: replace shifting with BIT macroValentin Vidic
2018-01-08Staging: pi433 - fix ccheckpatch issue, updated include line.Derek Robson
2018-01-08staging: pi433: fix CamelCase for payload identifiersValentin Vidic
2017-12-21staging: pi433: pi433_write fixed the return valueOliver Graute
2017-12-19staging: pi433: replace printk calls with dev_dbgValentin Vidic
2017-12-19staging: pi433: avoid logging ENOMEM messagesValentin Vidic
2017-12-19staging: pi433: replace unsigned with unsigned intValentin Vidic
2017-12-19staging: pi433: collapse else block after return statementValentin Vidic
2017-12-19Staging: Pi433: Bugfix for wrong argument for sizeof() in TX threadMarcus Wolf
2017-12-19staging: pi433: remove multiple blank linesValentin Vidic
2017-12-13staging: pi433: remove comparison with trueValentin Vidic
2017-12-13staging: pi433: remove comparison with falseValentin Vidic
2017-12-13staging: pi433: add blank line after functionValentin Vidic
2017-12-13staging: pi433: rewrite comparison with NULLValentin Vidic
2017-12-13staging: pi433: remove return from a void functionValentin Vidic
2017-12-13staging: pi433: remove spaces before tabsValentin Vidic
2017-12-13staging: pi433: move trailing statements to next lineValentin Vidic
2017-12-13staging: pi433: use tabs for code indentValentin Vidic
2017-12-13staging: pi433: use consistent brace styleValentin Vidic
2017-12-13staging: pi433: remove space inside parenthesisValentin Vidic
2017-12-13staging: pi433: add space around operatorsValentin Vidic
2017-12-13staging: pi433: add space after commaValentin Vidic
2017-12-13staging: pi433: add space before open parenthesisValentin Vidic
2017-12-08staging: pi433: pi433_if.c remove SET_CHECKED macroNguyen Phan Quang Minh
2017-12-06staging: pi433: Remove SET_CHECKED usage from pi433_probeSimon 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: Rename enum optionOnOff in rf69_enum.hSimon Sandström
2017-12-06staging: pi433: Rename variable in struct pi433_rx_cfgSimon Sandström
2017-12-06staging: pi433: Capitalize constant definitionsSimon Sandström
2017-11-28staging: pi433: pi433_if.c codestyle fixOliver Graute
2017-11-28staging: pi433: pi433_if.c fix codestyle on two long linesOliver Graute
2017-11-28staging: pi433: fix naming when more than one radio is usedMarcin Ciupak
2017-11-28staging: pi433: fix (NULL device *) in log messageMarcin Ciupak
2017-11-28staging: pi433: fixed signedness of 4th argument to kfifo_from_userStefano Manni
2017-11-17Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2017-11-10pi433: sanitize ioctlAl Viro
2017-10-18Staging: pi433: Fix the position of brace after ifSrishti Sharma
2017-09-17staging: pi433: Replace printk() with dev_dbg()Haneen Mohammed
2017-09-17staging: pi433: Fixes minor typo errorsHarsha Sharma
2017-08-28staging: pi433: fix interrupt handler signaturesCihangir Akturk
2017-08-20staging: pi433: fixed coding style issuesXiangyang Zhang
2017-08-14staging: pi433: reduce stack size in tx threadArnd Bergmann
2017-08-14staging: pi433: Use matching enum types calling rf69_set_packet_formatElia Geretto
2017-07-28staging: pi433: Style fix - align block commentsDerek Robson
2017-07-28Staging: pi433: check error after kthread_run()Joseph Wright