linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] SiLabs improvements
@ 2014-12-10 10:06 Antti Palosaari
  2015-01-27 13:01 ` Mauro Carvalho Chehab
  0 siblings, 1 reply; 4+ messages in thread
From: Antti Palosaari @ 2014-12-10 10:06 UTC (permalink / raw)
  To: LMML

These are mostly small improvements, having very small functionality 
changes.

regards
Antti

The following changes since commit 71947828caef0c83d4245f7d1eaddc799b4ff1d1:

   [media] mn88473: One function call less in mn88473_init() after error 
(2014-12-04 16:00:47 -0200)

are available in the git repository at:

   git://linuxtv.org/anttip/media_tree.git

for you to fetch changes up to ade964f4a620194de8ae5c6f0719dd2ae7681b96:

   si2157: change firmware variable name and type (2014-12-06 23:32:14 
+0200)

----------------------------------------------------------------
Antti Palosaari (22):
       si2168: define symbol rate limits
       si2168: rename device state variable from 's' to 'dev'
       si2168: carry pointer to client instead of state
       si2168: get rid of own struct i2c_client pointer
       si2168: simplify si2168_cmd_execute() error path
       si2168: rename few things
       si2168: change firmware version print from debug to info
       si2168: change stream id debug log formatter
       si2168: add own goto label for kzalloc failure
       si2168: enhance firmware download routine
       si2168: remove unneeded fw variable initialization
       si2168: print chip version
       si2168: change firmware variable name and type
       si2157: rename device state variable from 's' to 'dev'
       si2157: simplify si2157_cmd_execute() error path
       si2157: carry pointer to client instead of state in tuner_priv
       si2157: change firmware download error handling
       si2157: trivial ID table changes
       si2157: add own goto label for kfree() on probe error
       si2157: print firmware version
       si2157: print chip version
       si2157: change firmware variable name and type

  drivers/media/dvb-frontends/si2168.c      | 308 
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------------------------------------------------------------------------------
  drivers/media/dvb-frontends/si2168.h      |   6 ++--
  drivers/media/dvb-frontends/si2168_priv.h |   3 +-
  drivers/media/tuners/si2157.c             | 189 
+++++++++++++++++++++++++++++++++++++++++++++++++++------------------------------------------------
  drivers/media/tuners/si2157_priv.h        |   3 +-
  5 files changed, 247 insertions(+), 262 deletions(-)

-- 
http://palosaari.fi/

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

* Re: [GIT PULL] SiLabs improvements
  2014-12-10 10:06 [GIT PULL] SiLabs improvements Antti Palosaari
@ 2015-01-27 13:01 ` Mauro Carvalho Chehab
  2015-01-27 17:27   ` Antti Palosaari
  0 siblings, 1 reply; 4+ messages in thread
From: Mauro Carvalho Chehab @ 2015-01-27 13:01 UTC (permalink / raw)
  To: Antti Palosaari; +Cc: LMML

Em Wed, 10 Dec 2014 12:06:34 +0200
Antti Palosaari <crope@iki.fi> escreveu:

> These are mostly small improvements, having very small functionality 
> changes.

Hmm... I was unable to pull it. Maybe this got already applied?

Regards,
Mauro

> 
> regards
> Antti
> 
> The following changes since commit 71947828caef0c83d4245f7d1eaddc799b4ff1d1:
> 
>    [media] mn88473: One function call less in mn88473_init() after error 
> (2014-12-04 16:00:47 -0200)
> 
> are available in the git repository at:
> 
>    git://linuxtv.org/anttip/media_tree.git
> 
> for you to fetch changes up to ade964f4a620194de8ae5c6f0719dd2ae7681b96:
> 
>    si2157: change firmware variable name and type (2014-12-06 23:32:14 
> +0200)
> 
> ----------------------------------------------------------------
> Antti Palosaari (22):
>        si2168: define symbol rate limits
>        si2168: rename device state variable from 's' to 'dev'
>        si2168: carry pointer to client instead of state
>        si2168: get rid of own struct i2c_client pointer
>        si2168: simplify si2168_cmd_execute() error path
>        si2168: rename few things
>        si2168: change firmware version print from debug to info
>        si2168: change stream id debug log formatter
>        si2168: add own goto label for kzalloc failure
>        si2168: enhance firmware download routine
>        si2168: remove unneeded fw variable initialization
>        si2168: print chip version
>        si2168: change firmware variable name and type
>        si2157: rename device state variable from 's' to 'dev'
>        si2157: simplify si2157_cmd_execute() error path
>        si2157: carry pointer to client instead of state in tuner_priv
>        si2157: change firmware download error handling
>        si2157: trivial ID table changes
>        si2157: add own goto label for kfree() on probe error
>        si2157: print firmware version
>        si2157: print chip version
>        si2157: change firmware variable name and type
> 
>   drivers/media/dvb-frontends/si2168.c      | 308 
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------------------------------------------------------------------------------
>   drivers/media/dvb-frontends/si2168.h      |   6 ++--
>   drivers/media/dvb-frontends/si2168_priv.h |   3 +-
>   drivers/media/tuners/si2157.c             | 189 
> +++++++++++++++++++++++++++++++++++++++++++++++++++------------------------------------------------
>   drivers/media/tuners/si2157_priv.h        |   3 +-
>   5 files changed, 247 insertions(+), 262 deletions(-)
> 

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

* Re: [GIT PULL] SiLabs improvements
  2015-01-27 13:01 ` Mauro Carvalho Chehab
@ 2015-01-27 17:27   ` Antti Palosaari
  2015-01-27 17:50     ` Mauro Carvalho Chehab
  0 siblings, 1 reply; 4+ messages in thread
From: Antti Palosaari @ 2015-01-27 17:27 UTC (permalink / raw)
  To: Mauro Carvalho Chehab; +Cc: LMML

It is not pulled, try again.


The following changes since commit 71947828caef0c83d4245f7d1eaddc799b4ff1d1:

   [media] mn88473: One function call less in mn88473_init() after error 
(2014-12-04 16:00:47 -0200)

are available in the git repository at:

   git://linuxtv.org/anttip/media_tree.git silabs

for you to fetch changes up to ade964f4a620194de8ae5c6f0719dd2ae7681b96:

   si2157: change firmware variable name and type (2014-12-06 23:32:14 
+0200)

----------------------------------------------------------------
Antti Palosaari (22):
       si2168: define symbol rate limits
       si2168: rename device state variable from 's' to 'dev'
       si2168: carry pointer to client instead of state
       si2168: get rid of own struct i2c_client pointer
       si2168: simplify si2168_cmd_execute() error path
       si2168: rename few things
       si2168: change firmware version print from debug to info
       si2168: change stream id debug log formatter
       si2168: add own goto label for kzalloc failure
       si2168: enhance firmware download routine
       si2168: remove unneeded fw variable initialization
       si2168: print chip version
       si2168: change firmware variable name and type
       si2157: rename device state variable from 's' to 'dev'
       si2157: simplify si2157_cmd_execute() error path
       si2157: carry pointer to client instead of state in tuner_priv
       si2157: change firmware download error handling
       si2157: trivial ID table changes
       si2157: add own goto label for kfree() on probe error
       si2157: print firmware version
       si2157: print chip version
       si2157: change firmware variable name and type

  drivers/media/dvb-frontends/si2168.c      | 308 
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------------------------------------------------------------------------------
  drivers/media/dvb-frontends/si2168.h      |   6 ++--
  drivers/media/dvb-frontends/si2168_priv.h |   3 +-
  drivers/media/tuners/si2157.c             | 189 
+++++++++++++++++++++++++++++++++++++++++++++++++++------------------------------------------------
  drivers/media/tuners/si2157_priv.h        |   3 +-
  5 files changed, 247 insertions(+), 262 deletions(-)


Antti


On 01/27/2015 03:01 PM, Mauro Carvalho Chehab wrote:
> Em Wed, 10 Dec 2014 12:06:34 +0200
> Antti Palosaari <crope@iki.fi> escreveu:
>
>> These are mostly small improvements, having very small functionality
>> changes.
>
> Hmm... I was unable to pull it. Maybe this got already applied?
>
> Regards,
> Mauro
>
>>
>> regards
>> Antti
>>
>> The following changes since commit 71947828caef0c83d4245f7d1eaddc799b4ff1d1:
>>
>>     [media] mn88473: One function call less in mn88473_init() after error
>> (2014-12-04 16:00:47 -0200)
>>
>> are available in the git repository at:
>>
>>     git://linuxtv.org/anttip/media_tree.git
>>
>> for you to fetch changes up to ade964f4a620194de8ae5c6f0719dd2ae7681b96:
>>
>>     si2157: change firmware variable name and type (2014-12-06 23:32:14
>> +0200)
>>
>> ----------------------------------------------------------------
>> Antti Palosaari (22):
>>         si2168: define symbol rate limits
>>         si2168: rename device state variable from 's' to 'dev'
>>         si2168: carry pointer to client instead of state
>>         si2168: get rid of own struct i2c_client pointer
>>         si2168: simplify si2168_cmd_execute() error path
>>         si2168: rename few things
>>         si2168: change firmware version print from debug to info
>>         si2168: change stream id debug log formatter
>>         si2168: add own goto label for kzalloc failure
>>         si2168: enhance firmware download routine
>>         si2168: remove unneeded fw variable initialization
>>         si2168: print chip version
>>         si2168: change firmware variable name and type
>>         si2157: rename device state variable from 's' to 'dev'
>>         si2157: simplify si2157_cmd_execute() error path
>>         si2157: carry pointer to client instead of state in tuner_priv
>>         si2157: change firmware download error handling
>>         si2157: trivial ID table changes
>>         si2157: add own goto label for kfree() on probe error
>>         si2157: print firmware version
>>         si2157: print chip version
>>         si2157: change firmware variable name and type
>>
>>    drivers/media/dvb-frontends/si2168.c      | 308
>> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------------------------------------------------------------------------------
>>    drivers/media/dvb-frontends/si2168.h      |   6 ++--
>>    drivers/media/dvb-frontends/si2168_priv.h |   3 +-
>>    drivers/media/tuners/si2157.c             | 189
>> +++++++++++++++++++++++++++++++++++++++++++++++++++------------------------------------------------
>>    drivers/media/tuners/si2157_priv.h        |   3 +-
>>    5 files changed, 247 insertions(+), 262 deletions(-)
>>

-- 
http://palosaari.fi/

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

* Re: [GIT PULL] SiLabs improvements
  2015-01-27 17:27   ` Antti Palosaari
@ 2015-01-27 17:50     ` Mauro Carvalho Chehab
  0 siblings, 0 replies; 4+ messages in thread
From: Mauro Carvalho Chehab @ 2015-01-27 17:50 UTC (permalink / raw)
  To: Antti Palosaari; +Cc: LMML

Em Tue, 27 Jan 2015 19:27:54 +0200
Antti Palosaari <crope@iki.fi> escreveu:

> It is not pulled, try again.
> 
> 
> The following changes since commit 71947828caef0c83d4245f7d1eaddc799b4ff1d1:
> 
>    [media] mn88473: One function call less in mn88473_init() after error 
> (2014-12-04 16:00:47 -0200)
> 
> are available in the git repository at:
> 
>    git://linuxtv.org/anttip/media_tree.git silabs
                                             ======

Ah, that pull request have a branch name ;) On the previous one, there
was just the tree, without specifying any branch.


I'll try to pull it latter today or tomorrow.

Thanks,
Mauro

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

end of thread, other threads:[~2015-01-27 17:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-12-10 10:06 [GIT PULL] SiLabs improvements Antti Palosaari
2015-01-27 13:01 ` Mauro Carvalho Chehab
2015-01-27 17:27   ` Antti Palosaari
2015-01-27 17:50     ` Mauro Carvalho Chehab

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).