lkml.org 
[lkml]   [2022]   [Jan]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
Subject[PATCH 0/2] staging: pi433: add debugfs interface
When troubleshooting RF applications, one of the most common approaches is to
ensure that both sides of the communication path are using the same
configuration such as bit rate, frequency deviation, encryption key, sync words
and so on.

The existing driver implementation doesn't allow the user to see which values
have been configured onto the uC which makes trobleshooting more painful than
it needs to be.

This patchset adds debugfs interface to this driver and exposes a read-only
access to uC reg values to address that problem.

Patch dependency:

This series depend on these patches as they change the same set of files:

- https://lore.kernel.org/lkml/20220108212728.GA7784@mail.google.com/
- https://lore.kernel.org/lkml/20220114221643.GA7843@mail.google.com/
- https://lore.kernel.org/lkml/20220118230312.GA4826@mail.google.com/

Paulo Miguel Almeida (2):
staging: pi433: add missing register contants
staging: pi433: add debugfs interface

drivers/staging/pi433/Kconfig | 2 +-
drivers/staging/pi433/pi433_if.c | 82 ++++++++++++++++++++++++++
drivers/staging/pi433/rf69.c | 2 +-
drivers/staging/pi433/rf69.h | 1 +
drivers/staging/pi433/rf69_registers.h | 2 +
5 files changed, 87 insertions(+), 2 deletions(-)

--
2.25.4

\
 
 \ /
  Last update: 2022-01-23 08:40    [W:0.159 / U:0.292 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site