* [PATCH] Staging: pi433: Updated bitrate range from datasheet
@ 2024-03-03 20:58 Aman Sharma
2024-03-03 21:33 ` Greg KH
0 siblings, 1 reply; 2+ messages in thread
From: Aman Sharma @ 2024-03-03 20:58 UTC (permalink / raw)
To: gregkh; +Cc: devel, linux-kernel
From a0528708b209739f0d566401bdd428e215abf366 Mon Sep 17 00:00:00 2001
From: Aman Sharma <amansharma612002@gmail.com>
Date: Mon, 4 Mar 2024 00:44:06 +0530
Subject: [PATCH] Staging: pi433: Updated bitrate range from datasheet
Updated bitrate range for FSK and OOK modulation from datasheet.
Signed-off-by: Aman Sharma<amansharma6122002@gmail.com>
---
drivers/staging/pi433/Documentation/pi433.txt | 6 ++++--
drivers/staging/pi433/TODO | 1 -
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/drivers/staging/pi433/Documentation/pi433.txt
b/drivers/staging/pi433/Documentation/pi433.txt
index 4a0d34b4ad37..9ce7282ef6f8 100644
--- a/drivers/staging/pi433/Documentation/pi433.txt
+++ b/drivers/staging/pi433/Documentation/pi433.txt
@@ -78,7 +78,8 @@ rf params:
Allowed values: 433050000...434790000
bit_rate
bit rate used for transmission.
- Allowed values: #####
+ Allowed values (For FSK): 1200...320000
+ Allowed values (For OOK): 1200...32768
dev_frequency
frequency deviation in case of FSK.
Allowed values: 600...500000
@@ -169,7 +170,8 @@ rf params:
Allowed values: 433050000...434790000
bit_rate
bit rate used for transmission.
- Allowed values: #####
+ Allowed values (For FSK): 1200...320000
+ Allowed values (For OOK): 1200...32768
dev_frequency
frequency deviation in case of FSK.
Allowed values: 600...500000
diff --git a/drivers/staging/pi433/TODO b/drivers/staging/pi433/TODO
index 63a40bfcc67e..61ed3a1578bc 100644
--- a/drivers/staging/pi433/TODO
+++ b/drivers/staging/pi433/TODO
@@ -2,4 +2,3 @@
* still TODOs, annotated in the code
* currently the code introduces new IOCTLs. I'm afraid this is a bad
idea.
-> Replace this with another interface, hints are welcome!
-* Some missing data (marked with ###) needs to be added in the
documentation
--
2.34.1
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH] Staging: pi433: Updated bitrate range from datasheet
2024-03-03 20:58 [PATCH] Staging: pi433: Updated bitrate range from datasheet Aman Sharma
@ 2024-03-03 21:33 ` Greg KH
0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2024-03-03 21:33 UTC (permalink / raw)
To: Aman Sharma; +Cc: devel, linux-kernel
On Mon, Mar 04, 2024 at 02:28:02AM +0530, Aman Sharma wrote:
> From a0528708b209739f0d566401bdd428e215abf366 Mon Sep 17 00:00:00 2001
> From: Aman Sharma <amansharma612002@gmail.com>
> Date: Mon, 4 Mar 2024 00:44:06 +0530
> Subject: [PATCH] Staging: pi433: Updated bitrate range from datasheet
Why is this all here in the changelog? Also, please use
scripts/get_maintainer.pl, you have sent this to an obsolete email list.
>
> Updated bitrate range for FSK and OOK modulation from datasheet.
>
> Signed-off-by: Aman Sharma<amansharma6122002@gmail.com>
> ---
> drivers/staging/pi433/Documentation/pi433.txt | 6 ++++--
> drivers/staging/pi433/TODO | 1 -
> 2 files changed, 4 insertions(+), 3 deletions(-)
>
> diff --git a/drivers/staging/pi433/Documentation/pi433.txt
> b/drivers/staging/pi433/Documentation/pi433.txt
> index 4a0d34b4ad37..9ce7282ef6f8 100644
> --- a/drivers/staging/pi433/Documentation/pi433.txt
> +++ b/drivers/staging/pi433/Documentation/pi433.txt
> @@ -78,7 +78,8 @@ rf params:
> Allowed values: 433050000...434790000
> bit_rate
> bit rate used for transmission.
> - Allowed values: #####
> + Allowed values (For FSK): 1200...320000
> + Allowed values (For OOK): 1200...32768
> dev_frequency
> frequency deviation in case of FSK.
> Allowed values: 600...500000
> @@ -169,7 +170,8 @@ rf params:
> Allowed values: 433050000...434790000
> bit_rate
> bit rate used for transmission.
> - Allowed values: #####
> + Allowed values (For FSK): 1200...320000
> + Allowed values (For OOK): 1200...32768
Where did these values come from? If you can explain that in the
changelog text when you resend a v2, that would be great.
thanks,
greg k-h
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-03-03 21:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-03 20:58 [PATCH] Staging: pi433: Updated bitrate range from datasheet Aman Sharma
2024-03-03 21:33 ` Greg KH
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox