aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/pi433 (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-12-06staging: pi433: Fixes issue with bit shift in rf69_get_modulationMarcus Wolf1-1/+1
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: 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
2017-09-17staging: pi433: Fixes minor typo errorsHarsha Sharma1-2/+2
2017-08-31Staging: Pi433: style fix - tabs and spacesDerek Robson1-3/+3
2017-08-31staging: pi433: fix spelling mistake: "preample" -> "preamble"Colin Ian King1-1/+1
2017-08-28staging: pi433: fix interrupt handler signaturesCihangir Akturk1-11/+8
2017-08-20staging: pi433: fixed coding style issuesXiangyang Zhang1-8/+7
2017-08-18staging: pi433: replace INVALID_PARAM macro with inline codeMarcin Ciupak1-45/+104
2017-08-18staging: pi433: replace logical not with bitwiseQuentin Swain1-1/+1
2017-08-14staging: pi433: rf69.c style fix - spaces open braceMarcin Ciupak1-1/+1
2017-08-14staging: pi433: rf69.c style fix - else close braceMarcin Ciupak1-2/+1
2017-08-14staging: pi433: rf69.c style fix - that open braceMarcin Ciupak1-22/+11
2017-08-14staging: pi433: style fix - space after asteriskMarcin Ciupak2-2/+2
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: use div_u64 for 64-bit divisionArnd Bergmann1-1/+1
2017-07-28staging: pi433: Style fix - align block commentsDerek Robson3-159/+169
2017-07-28staging: pi433: Make functions rf69_set_bandwidth_intern staticColin Ian King1-1/+2
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: depends on SPIRandy Dunlap1-1/+1
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 Wolf12-0/+3633