- 2f36e78 staging: pi433: fix memory leak with using debugfs_lookup() by Greg Kroah-Hartman · 2 years ago
- eef4e61 staging: pi433: Added information about bit_rate configuration by Guru Mehar Rachaputi · 2 years ago
- fa9665e staging: pi433: overlay: Rename overlay source file from .dts to .dtso by Andrew Davis · 2 years, 3 months ago
- 9fabdbe staging: pi433: use DEFINE_SHOW_ATTRIBUTE to simplify pi433_debugfs_regs by Liu Shixin · 2 years, 4 months ago
- aef1bf6 staging: pi433: fix wrong debug message on rf69_write_fifo() by Sidong Yang · 2 years, 5 months ago
- 6a74f10 staging: pi433: remove duplicated comments by Sidong Yang · 2 years, 6 months ago
- dfdc1de Merge tag 'staging-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 2 years, 10 months ago
- d7e2d1e staging: pi433: formatting improvement for multi-line bitwise statement by Paulo Miguel Almeida · 2 years, 10 months ago
- 378c643 staging: pi433: remove hardcoded mask value for easier readability by Paulo Miguel Almeida · 2 years, 10 months ago
- b497e06 staging: pi433: prevent uninitialized data from being printed out by Paulo Miguel Almeida · 2 years, 11 months ago
- 2d19e69 staging: pi433: remove rf69_get_flag function resolving enum conflict by Paulo Miguel Almeida · 2 years, 11 months ago
- 50dc963 staging: pi433: remove TODOs-related item from the TODO file by Paulo Miguel Almeida · 2 years, 11 months ago
- 91c9ba3 staging: pi433: add index value to write dev_dbg statement by Paulo Miguel Almeida · 2 years, 11 months ago
- a0386bb spi: make remove callback a void function by Uwe Kleine-König · 3 years ago
- a2882e5 staging: pi433: remove need to recompile code to debug fifo content by Paulo Miguel Almeida · 3 years ago
- 1b6a614 staging: pi433: standardize use of line escape chars in dev_dbg stmts by Paulo Miguel Almeida · 3 years ago
- 9e223aa staging: pi433: remove register debug dev_dbg stmts using DEBUG_VALUES by Paulo Miguel Almeida · 3 years ago
- 4ef027d staging: pi433: add debugfs interface by Paulo Miguel Almeida · 3 years ago
- 52f11ec staging: pi433: remove coding style item from the TODO file by Paulo Miguel Almeida · 3 years ago
- 6c73edb staging: pi433: add missing register contants by Paulo Miguel Almeida · 3 years ago
- ce514da staging: pi433: enforce tx_cfg to be set before any message can be sent by Paulo Miguel Almeida · 3 years ago
- ca532a5 staging: pi433: validate max bit_rate based on modulation used by Paulo Miguel Almeida · 3 years ago
- 14dbdad staging: pi433: change order in which driver config the rf69 chip by Paulo Miguel Almeida · 3 years ago
- d9dc6c1 staging: pi433: fix validation for min bit rate supported by the device by Paulo Miguel Almeida · 3 years ago
- 6cc2d1a staging: pi433: move get version func to where all other functions are by Paulo Miguel Almeida · 3 years ago
- 6b2ad16 staging: pi433: add comment to rx_lock mutex definition by Paulo Miguel Almeida · 3 years ago
- 70d8e20 staging: pi433: fix frequency deviation check by Paulo Miguel Almeida · 3 years ago
- a0c43a4 staging: pi433: add docs to packet_format and tx_start_condition enum by Paulo Miguel Almeida · 3 years ago
- 1190748 staging: pi433: remove unnecessary parentheses pointed out by checkpatch.pl by Paulo Miguel Almeida · 3 years, 1 month ago
- 2e90094 staging: pi433: print rf69 debug message more detail by Sidong Yang · 3 years, 2 months ago
- f3696bd staging: pi433: goto abort when setting failed in tx_thread by Sidong Yang · 3 years, 4 months ago
- 791e3b6 staging: pi433: fix docs typos and references to previous struct names by Paulo Miguel Almeida · 3 years, 5 months ago
- 19bad69 staging: pi433: break long lines by Bryan Brattlof · 4 years, 4 months ago
- 70458c2 staging: pi433: fix error return code in pi433_probe() by Wei Yongjun · 4 years, 9 months ago
- 6d95783 staging: pi433: overlay: Convert to sugar syntax by Geert Uytterhoeven · 4 years, 11 months ago
- 43b83f1 staging: pi433: overlay: Fix reg-related warnings by Geert Uytterhoeven · 4 years, 11 months ago
- ea3bc6a staging: pi433: overlay: Fix Broadcom vendor prefix by Geert Uytterhoeven · 4 years, 11 months ago
- be5418d4 staging: pi433: Use the correct style for SPDX License Identifier by Nishad Kamdar · 5 years ago
- 0da5221 Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 5 years ago
- ee5f771 staging: pi433: Fix Kconfig indentation by Krzysztof Kozlowski · 5 years ago
- 407e9ef compat_ioctl: move drivers to compat_ptr_ioctl by Arnd Bergmann · 6 years ago
- f0c7686 staging: pi433: Fix typo in documentation by Rohit Sarkar · 5 years ago
- 48c80cc staging: pi433: Remove unnecessary variable by Nishka Dasgupta · 6 years ago
- d0222e9 staging: pi433: fix misspelling of packet by Yannick Loeck · 6 years ago
- e0dccbd Merge tag 'staging-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 6 years ago
- c5bf68f *: convert stream-like files from nonseekable_open -> stream_open by Kirill Smelkov · 6 years ago
- 7be2b28 staging: pi433: add dependency to PA0, 1, 2 setting for output power level by Sidong Yang · 6 years ago
- 97ed8ea staging: add missing SPDX lines to Makefile files by Greg Kroah-Hartman · 6 years ago
- 99b75a4 staging: add missing SPDX lines to Kconfig files by Greg Kroah-Hartman · 6 years ago
- a35342d staging: pi433: Return thread immediately when kthread_should_stop() call. by Sidong Yang · 6 years ago
- 81a6e1c staging: pi433: Fix rf69_set_tx_cfg() logic by Sidong Yang · 6 years ago
- e5adddf staging: pi433: remove unnecessary calling rf69_set_mode() by Sidong Yang · 6 years ago
- 8f51bd8 staging: pi433: remove empty space to fix line over 80 characters warning by Jules Irenge · 6 years ago
- 3df3162 staging: pi433: Remove unused variable. by Bhagyashri Dighole · 6 years ago
- e086f61 staging: pi433: add missing call to cdev_del() by Michael Straube · 6 years ago
- 64c4c4c staging: pi433: fix potential null dereference by Michael Straube · 6 years ago
- 7e946370 staging: pi433: remove GPL boiler plate text by Michael Straube · 6 years ago
- d947ddd staging: pi433: eliminate a temporary variable by Dan Carpenter · 6 years ago
- 1ba60ad staging: pi433: fix error return code in pi433_probe() by Wei Yongjun · 7 years ago
- 7597122 staging: pi433: Make only one statement per line by Sophie Matter · 7 years ago
- 3689281 staging: pi433: Use preferred commenting style by Sophie Matter · 7 years ago
- 63688e61 staging: pi433: Comply with 80 character column limit by Sophie Matter · 7 years ago
- e8b8fc8 staging: pi433: cleanup comments in rf69.h by Valentin Vidic · 7 years ago
- ecfacac staging: pi433: add SPDX-License-Identifier tag by Valentin Vidic · 7 years ago
- 8679339 staging: pi433: replace simple switch statements by Valentin Vidic · 7 years ago
- 983000d staging: pi433: fix race condition in pi433_open by Hugo Lefeuvre · 7 years ago
- 6de4ef6 staging: pi433: fix race condition in pi433_ioctl by Hugo Lefeuvre · 7 years ago
- 5de3b09 staging: pi433: break long lines in pi433_if.c by Simon Sandström · 7 years ago
- fb407e3 staging: pi433: Fixed typos and grammar in documentation by Shannon Booth · 7 years ago
- 3be5d1c staging: pi433: use help in Kconfig description by Valentin Vidic · 7 years ago
- d7b09e6 staging: pi433: break long lines in rf69.c by Simon Sandström · 7 years ago
- ad90697 staging: pi433: break long lines by Simon Sandström · 7 years ago
- 5451dab staging: pi433: cleanup tx_fifo locking by Valentin Vidic · 7 years ago
- dba18d6 staging: pi433: cleanup local variable by Valentin Vidic · 7 years ago
- bcb4f0d staging: pi433: fix CamelCase for dagc enum by Valentin Vidic · 7 years ago
- e4928ac staging: pi433: fix CamelCase for lnaGain enum by Valentin Vidic · 7 years ago
- 9d985d1 staging: pi433: fix CamelCase for DIONumber variable by Valentin Vidic · 7 years ago
- 31e045a staging: pi433: fix CamelCase for bitRate variables by Valentin Vidic · 7 years ago
- 8030589 staging: pi433: fix CamelCase for syncSize variable by Valentin Vidic · 7 years ago
- 4e3290d staging: pi433: fix CamelCase for preambleLength variable by Valentin Vidic · 7 years ago
- 469b84f staging: pi433: fix CamelCase for GPIO functions by Valentin Vidic · 7 years ago
- c726543 staging: pi433: Remove comments inside code by HariPrasath Elango · 7 years ago
- a9f83a6 staging: pi433: fix CamelCase for paRamp enum by Valentin Vidic · 7 years ago
- d9a74d5 staging: pi433: fix CamelCase for Address variables by Valentin Vidic · 7 years ago
- cd9d529 staging: pi433: fix CamelCase for address_filtering enum by Valentin Vidic · 7 years ago
- 53e0b83 staging: pi433: fix CamelCase for afterSyncInterrupt by Valentin Vidic · 7 years ago
- 1cd41fc staging: pi433: fix CamelCase for flag enum by Valentin Vidic · 7 years ago
- c436ef3 staging: pi433: fix CamelCase for packetFormat enum by Valentin Vidic · 7 years ago
- e69a050 staging: pi433: fix CamelCase for addressFiltering by Valentin Vidic · 7 years ago
- b52a5b7 staging: pi433: fix CamelCase for thresholdDecrement by Valentin Vidic · 7 years ago
- 6252016 staging: pi433: fix CamelCase for txStartCondition by Valentin Vidic · 7 years ago
- f1345b2 staging: pi433: Split subtraction across 2 lines by Eisha Chen-yen-su · 7 years ago
- 20e5f04 staging: pi433: Split some function calls by Eisha Chen-yen-su · 7 years ago
- e6dd870 staging: pi433: fix CamelCase for regValue by Valentin Vidic · 7 years ago
- f53c5d9 staging: pi433: fix CamelCase for newValue by Valentin Vidic · 7 years ago
- e64dbd5 staging: pi433: fix CamelCase for currentValue by Valentin Vidic · 7 years ago
- 0b89706 staging: pi433: fix CamelCase for Ohm identifiers by Valentin Vidic · 7 years ago
- 370d7ce staging: pi433: fix CamelCase for antennaImpedance by Valentin Vidic · 7 years ago
- 842e05d staging: pi433: fix CamelCase for powerLevel by Valentin Vidic · 7 years ago
- 5ca565a staging: pi433: fix CamelCase for syncValues by Valentin Vidic · 7 years ago