All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Fixed frequency range to 42-870 MHz
@ 2016-01-11  9:58 andreykosh000
  2016-01-11 10:30 ` Antti Palosaari
  0 siblings, 1 reply; 5+ messages in thread
From: andreykosh000 @ 2016-01-11  9:58 UTC (permalink / raw)
  To: linux-media; +Cc: Andrei Koshkosh

From: Andrei Koshkosh <andreykosh000@mail.ru>

Signed-off-by: Andrei Koshkosh <andreykosh000@mail.ru>
---
 drivers/media/tuners/si2157.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/media/tuners/si2157.c b/drivers/media/tuners/si2157.c
index ce157ed..86a753e 100644
--- a/drivers/media/tuners/si2157.c
+++ b/drivers/media/tuners/si2157.c
@@ -363,8 +363,8 @@ static int si2157_get_if_frequency(struct dvb_frontend *fe, u32 *frequency)
 static const struct dvb_tuner_ops si2157_ops = {
 	.info = {
 		.name           = "Silicon Labs Si2146/2147/2148/2157/2158",
-		.frequency_min  = 55000000,
-		.frequency_max  = 862000000,
+		.frequency_min  = 42000000,
+		.frequency_max  = 870000000,
 	},
 
 	.init = si2157_init,
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] Fixed frequency range to 42-870 MHz
  2016-01-11  9:58 [PATCH] Fixed frequency range to 42-870 MHz andreykosh000
@ 2016-01-11 10:30 ` Antti Palosaari
  0 siblings, 0 replies; 5+ messages in thread
From: Antti Palosaari @ 2016-01-11 10:30 UTC (permalink / raw)
  To: andreykosh000, linux-media

Acked-by: Antti Palosaari <crope@iki.fi>


On 01/11/2016 11:58 AM, andreykosh000@mail.ru wrote:
> From: Andrei Koshkosh <andreykosh000@mail.ru>
>
> Signed-off-by: Andrei Koshkosh <andreykosh000@mail.ru>
> ---
>   drivers/media/tuners/si2157.c | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/media/tuners/si2157.c b/drivers/media/tuners/si2157.c
> index ce157ed..86a753e 100644
> --- a/drivers/media/tuners/si2157.c
> +++ b/drivers/media/tuners/si2157.c
> @@ -363,8 +363,8 @@ static int si2157_get_if_frequency(struct dvb_frontend *fe, u32 *frequency)
>   static const struct dvb_tuner_ops si2157_ops = {
>   	.info = {
>   		.name           = "Silicon Labs Si2146/2147/2148/2157/2158",
> -		.frequency_min  = 55000000,
> -		.frequency_max  = 862000000,
> +		.frequency_min  = 42000000,
> +		.frequency_max  = 870000000,
>   	},
>
>   	.init = si2157_init,
>

-- 
http://palosaari.fi/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH] Fixed frequency range to 42-870 MHz
@ 2016-01-11  9:52 andreykosh000
  0 siblings, 0 replies; 5+ messages in thread
From: andreykosh000 @ 2016-01-11  9:52 UTC (permalink / raw)
  To: linux-media; +Cc: koshkoshka

From: koshkoshka <andreykosh000@mail.ru>

Signed-off-by: koshkoshka <andreykosh000@mail.ru>
---
 drivers/media/tuners/si2157.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/media/tuners/si2157.c b/drivers/media/tuners/si2157.c
index ce157ed..86a753e 100644
--- a/drivers/media/tuners/si2157.c
+++ b/drivers/media/tuners/si2157.c
@@ -363,8 +363,8 @@ static int si2157_get_if_frequency(struct dvb_frontend *fe, u32 *frequency)
 static const struct dvb_tuner_ops si2157_ops = {
 	.info = {
 		.name           = "Silicon Labs Si2146/2147/2148/2157/2158",
-		.frequency_min  = 55000000,
-		.frequency_max  = 862000000,
+		.frequency_min  = 42000000,
+		.frequency_max  = 870000000,
 	},
 
 	.init = si2157_init,
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [PATCH] Fixed frequency range to 42-870 MHz
@ 2016-01-11  9:43 andreykosh000
  0 siblings, 0 replies; 5+ messages in thread
From: andreykosh000 @ 2016-01-11  9:43 UTC (permalink / raw)
  To: linux-media; +Cc: koshkoshka

From: koshkoshka <andreykosh000@mail.ru>

Signed-off-by: koshkoshka <andreykosh000@mail.ru>
---
 drivers/media/tuners/si2157.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/media/tuners/si2157.c b/drivers/media/tuners/si2157.c
index ce157ed..86a753e 100644
--- a/drivers/media/tuners/si2157.c
+++ b/drivers/media/tuners/si2157.c
@@ -363,8 +363,8 @@ static int si2157_get_if_frequency(struct dvb_frontend *fe, u32 *frequency)
 static const struct dvb_tuner_ops si2157_ops = {
 	.info = {
 		.name           = "Silicon Labs Si2146/2147/2148/2157/2158",
-		.frequency_min  = 55000000,
-		.frequency_max  = 862000000,
+		.frequency_min  = 42000000,
+		.frequency_max  = 870000000,
 	},
 
 	.init = si2157_init,
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [PATCH] Fixed frequency range to 42-870 MHz
@ 2016-01-11  9:42 andreykosh000
  0 siblings, 0 replies; 5+ messages in thread
From: andreykosh000 @ 2016-01-11  9:42 UTC (permalink / raw)
  To: linux-media; +Cc: koshkoshka

From: koshkoshka <andreykosh000@mail.ru>

Signed-off-by: koshkoshka <andreykosh000@mail.ru>

	modified:   drivers/media/tuners/si2157.c
---
 drivers/media/tuners/si2157.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/media/tuners/si2157.c b/drivers/media/tuners/si2157.c
index ce157ed..86a753e 100644
--- a/drivers/media/tuners/si2157.c
+++ b/drivers/media/tuners/si2157.c
@@ -363,8 +363,8 @@ static int si2157_get_if_frequency(struct dvb_frontend *fe, u32 *frequency)
 static const struct dvb_tuner_ops si2157_ops = {
 	.info = {
 		.name           = "Silicon Labs Si2146/2147/2148/2157/2158",
-		.frequency_min  = 55000000,
-		.frequency_max  = 862000000,
+		.frequency_min  = 42000000,
+		.frequency_max  = 870000000,
 	},
 
 	.init = si2157_init,
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-01-11 10:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-11  9:58 [PATCH] Fixed frequency range to 42-870 MHz andreykosh000
2016-01-11 10:30 ` Antti Palosaari
  -- strict thread matches above, loose matches on Subject: below --
2016-01-11  9:52 andreykosh000
2016-01-11  9:43 andreykosh000
2016-01-11  9:42 andreykosh000

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.