index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
pi433
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-04
staging: pi433: Remove unused driver
Philipp Hortmann
12
-3500
/
+0
2024-04-09
staging: pi433: Reorder pi433_exit cleanup calls.
Shahar Avidar
1
-1
/
+1
2024-04-09
staging: pi433: Add debugfs_remove in case of driver register fails.
Shahar Avidar
1
-0
/
+1
2024-04-09
staging: pi433: Remove duplicated code using the "goto" error recovery scheme.
Shahar Avidar
1
-10
/
+10
2024-04-09
staging: pi433: Rename "pi433_dev" of type "dev_t" to "pi433_devt"
Shahar Avidar
1
-7
/
+7
2024-04-09
staging: pi433: Replace pi433_receive param void type to struct pi433_device.
Shahar Avidar
1
-2
/
+1
2024-04-09
staging: pi433: Rename struct pi433_device instances to pi433.
Shahar Avidar
1
-327
/
+327
2024-04-09
staging: pi433: Rename struct pi433_device buffer field to tx_buffer.
Shahar Avidar
1
-9
/
+9
2024-04-09
staging: pi433: drop driver owner assignment
Krzysztof Kozlowski
1
-1
/
+0
2024-03-25
staging: pi433: Correct comment typos in pi433_if.c
Felix N. Kimbu
1
-4
/
+4
2024-03-05
staging: pi433: Move FIFO_THRESHOLD define to source file
Shahar Avidar
2
-1
/
+1
2024-03-05
staging: pi433: Remove the unused FREQUENCY define
Shahar Avidar
1
-2
/
+0
2024-03-05
staging: pi433: Redefine F_OSC using units.h macro
Shahar Avidar
1
-1
/
+2
2024-03-05
staging: pi433: Remove a duplicated F_OSC define
Shahar Avidar
1
-1
/
+0
2024-03-05
staging: pi433: Remove a duplicated FIFO_SIZE define
Shahar Avidar
1
-1
/
+0
2023-10-06
staging: pi433: make pi433_class constant
Greg Kroah-Hartman
1
-9
/
+12
2023-07-27
staging: Explicitly include correct DT includes
Rob Herring
1
-1
/
+0
2023-05-28
staging: pi433: Remove stray gpiod_unexport() call
Andy Shevchenko
1
-1
/
+0
2023-03-17
driver core: class: remove module * from class_create()
Greg Kroah-Hartman
1
-1
/
+1
2023-02-06
staging: pi433: fix memory leak with using debugfs_lookup()
Greg Kroah-Hartman
1
-6
/
+5
2023-02-06
staging: pi433: Added information about bit_rate configuration
Guru Mehar Rachaputi
1
-0
/
+3
2022-10-26
staging: pi433: overlay: Rename overlay source file from .dts to .dtso
Andrew Davis
2
-3
/
+3
2022-09-24
staging: pi433: use DEFINE_SHOW_ATTRIBUTE to simplify pi433_debugfs_regs
Liu Shixin
1
-14
/
+2
2022-08-16
staging: pi433: fix wrong debug message on rf69_write_fifo()
Sidong Yang
1
-1
/
+1
2022-07-27
staging: pi433: remove duplicated comments
Sidong Yang
1
-1
/
+1
2022-03-28
Merge tag 'staging-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
7
-193
/
+183
2022-03-14
staging: pi433: formatting improvement for multi-line bitwise statement
Paulo Miguel Almeida
1
-2
/
+2
2022-03-14
staging: pi433: remove hardcoded mask value for easier readability
Paulo Miguel Almeida
1
-1
/
+1
2022-03-01
staging: pi433: prevent uninitialized data from being printed out
Paulo Miguel Almeida
1
-1
/
+1
2022-03-01
staging: pi433: remove rf69_get_flag function resolving enum conflict
Paulo Miguel Almeida
4
-69
/
+4
2022-03-01
staging: pi433: remove TODOs-related item from the TODO file
Paulo Miguel Almeida
2
-3
/
+0
2022-02-25
staging: pi433: add index value to write dev_dbg statement
Paulo Miguel Almeida
1
-1
/
+1
2022-02-09
spi: make remove callback a void function
Uwe Kleine-König
1
-3
/
+1
2022-02-08
staging: pi433: remove need to recompile code to debug fifo content
Paulo Miguel Almeida
1
-13
/
+2
2022-02-08
staging: pi433: standardize use of line escape chars in dev_dbg stmts
Paulo Miguel Almeida
2
-52
/
+53
2022-02-08
staging: pi433: remove register debug dev_dbg stmts using DEBUG_VALUES
Paulo Miguel Almeida
1
-35
/
+2
2022-02-04
staging: pi433: add debugfs interface
Paulo Miguel Almeida
3
-1
/
+78
2022-01-31
staging: pi433: remove coding style item from the TODO file
Paulo Miguel Almeida
3
-10
/
+6
2022-01-26
staging: pi433: add missing register contants
Paulo Miguel Almeida
1
-0
/
+2
2022-01-26
staging: pi433: enforce tx_cfg to be set before any message can be sent
Paulo Miguel Almeida
1
-2
/
+14
2022-01-25
staging: pi433: validate max bit_rate based on modulation used
Paulo Miguel Almeida
2
-1
/
+11
2022-01-25
staging: pi433: change order in which driver config the rf69 chip
Paulo Miguel Almeida
1
-4
/
+4
2022-01-25
staging: pi433: fix validation for min bit rate supported by the device
Paulo Miguel Almeida
1
-3
/
+1
2022-01-25
staging: pi433: move get version func to where all other functions are
Paulo Miguel Almeida
3
-2
/
+8
2022-01-06
staging: pi433: add comment to rx_lock mutex definition
Paulo Miguel Almeida
1
-1
/
+1
2022-01-06
staging: pi433: fix frequency deviation check
Paulo Miguel Almeida
1
-3
/
+15
2022-01-03
staging: pi433: add docs to packet_format and tx_start_condition enum
Paulo Miguel Almeida
1
-0
/
+12
2021-12-28
staging: pi433: remove unnecessary parentheses pointed out by checkpatch.pl
Paulo Miguel Almeida
1
-3
/
+3
2021-11-15
staging: pi433: print rf69 debug message more detail
Sidong Yang
1
-19
/
+19
2021-09-27
staging: pi433: goto abort when setting failed in tx_thread
Sidong Yang
1
-9
/
+9
[next]