Age | Commit message (Expand) | Author |
2023-07-27 | staging: Explicitly include correct DT includes | Rob Herring |
2023-05-28 | staging: pi433: Remove stray gpiod_unexport() call | Andy Shevchenko |
2023-03-17 | driver core: class: remove module * from class_create() | Greg Kroah-Hartman |
2023-02-06 | staging: pi433: fix memory leak with using debugfs_lookup() | Greg Kroah-Hartman |
2023-02-06 | staging: pi433: Added information about bit_rate configuration | Guru Mehar Rachaputi |
2022-10-26 | staging: pi433: overlay: Rename overlay source file from .dts to .dtso | Andrew Davis |
2022-09-24 | staging: pi433: use DEFINE_SHOW_ATTRIBUTE to simplify pi433_debugfs_regs | Liu Shixin |
2022-08-16 | staging: pi433: fix wrong debug message on rf69_write_fifo() | Sidong Yang |
2022-07-27 | staging: pi433: remove duplicated comments | Sidong Yang |
2022-03-28 | Merge tag 'staging-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2022-03-14 | staging: pi433: formatting improvement for multi-line bitwise statement | Paulo Miguel Almeida |
2022-03-14 | staging: pi433: remove hardcoded mask value for easier readability | Paulo Miguel Almeida |
2022-03-01 | staging: pi433: prevent uninitialized data from being printed out | Paulo Miguel Almeida |
2022-03-01 | staging: pi433: remove rf69_get_flag function resolving enum conflict | Paulo Miguel Almeida |
2022-03-01 | staging: pi433: remove TODOs-related item from the TODO file | Paulo Miguel Almeida |
2022-02-25 | staging: pi433: add index value to write dev_dbg statement | Paulo Miguel Almeida |
2022-02-09 | spi: make remove callback a void function | Uwe Kleine-König |
2022-02-08 | staging: pi433: remove need to recompile code to debug fifo content | Paulo Miguel Almeida |
2022-02-08 | staging: pi433: standardize use of line escape chars in dev_dbg stmts | Paulo Miguel Almeida |
2022-02-08 | staging: pi433: remove register debug dev_dbg stmts using DEBUG_VALUES | Paulo Miguel Almeida |
2022-02-04 | staging: pi433: add debugfs interface | Paulo Miguel Almeida |
2022-01-31 | staging: pi433: remove coding style item from the TODO file | Paulo Miguel Almeida |
2022-01-26 | staging: pi433: add missing register contants | Paulo Miguel Almeida |
2022-01-26 | staging: pi433: enforce tx_cfg to be set before any message can be sent | Paulo Miguel Almeida |
2022-01-25 | staging: pi433: validate max bit_rate based on modulation used | Paulo Miguel Almeida |
2022-01-25 | staging: pi433: change order in which driver config the rf69 chip | Paulo Miguel Almeida |
2022-01-25 | staging: pi433: fix validation for min bit rate supported by the device | Paulo Miguel Almeida |
2022-01-25 | staging: pi433: move get version func to where all other functions are | Paulo Miguel Almeida |
2022-01-06 | staging: pi433: add comment to rx_lock mutex definition | Paulo Miguel Almeida |
2022-01-06 | staging: pi433: fix frequency deviation check | Paulo Miguel Almeida |
2022-01-03 | staging: pi433: add docs to packet_format and tx_start_condition enum | Paulo Miguel Almeida |
2021-12-28 | staging: pi433: remove unnecessary parentheses pointed out by checkpatch.pl | Paulo Miguel Almeida |
2021-11-15 | staging: pi433: print rf69 debug message more detail | Sidong Yang |
2021-09-27 | staging: pi433: goto abort when setting failed in tx_thread | Sidong Yang |
2021-09-13 | staging: pi433: fix docs typos and references to previous struct names | Paulo Miguel Almeida |
2020-09-04 | staging: pi433: break long lines | Bryan Brattlof |
2020-05-05 | staging: pi433: fix error return code in pi433_probe() | Wei Yongjun |
2020-02-23 | staging: pi433: overlay: Convert to sugar syntax | Geert Uytterhoeven |
2020-02-23 | staging: pi433: overlay: Fix reg-related warnings | Geert Uytterhoeven |
2020-02-23 | staging: pi433: overlay: Fix Broadcom vendor prefix | Geert Uytterhoeven |
2020-02-09 | staging: pi433: Use the correct style for SPDX License Identifier | Nishad Kamdar |
2019-12-01 | Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi... | Linus Torvalds |
2019-11-20 | staging: pi433: Fix Kconfig indentation | Krzysztof Kozlowski |
2019-10-23 | compat_ioctl: move drivers to compat_ptr_ioctl | Arnd Bergmann |
2019-09-06 | staging: pi433: Fix typo in documentation | Rohit Sarkar |
2019-05-24 | staging: pi433: Remove unnecessary variable | Nishka Dasgupta |
2019-05-21 | staging: pi433: fix misspelling of packet | Yannick Loeck |
2019-05-07 | Merge tag 'staging-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2019-05-06 | *: convert stream-like files from nonseekable_open -> stream_open | Kirill Smelkov |
2019-04-16 | staging: pi433: add dependency to PA0, 1, 2 setting for output power level | Sidong Yang |