public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL REQUEST]  WL1273 FM Radio driver.
       [not found] <E1P9THI-0003aa-4H@www.linuxtv.org>
@ 2010-11-15 15:10 ` Matti J. Aaltonen
  2010-11-16 13:35   ` [GIT PULL REQUEST v2.] " Matti J. Aaltonen
  0 siblings, 1 reply; 3+ messages in thread
From: Matti J. Aaltonen @ 2010-11-15 15:10 UTC (permalink / raw)
  To: mchehab; +Cc: Hans Verkuil, linux-media

Hello Mauro.

Here is the pull request for the TI wl1273 FM radio driver.

The following changes since commit
f6614b7bb405a9b35dd28baea989a749492c46b2:
  Linus Torvalds (1):
        Merge git://git.kernel.org/.../sfrench/cifs-2.6

are available in the git repository at:

  git@gitorious.org:wl1273-fm-driver/wl1273-fm-driver.git master

Matti J. Aaltonen (2):
      MFD: WL1273 FM Radio: MFD driver for the FM radio.
      V4L2: WL1273 FM Radio: Controls for the FM radio.

 drivers/media/radio/Kconfig        |   16 +
 drivers/media/radio/Makefile       |    1 +
 drivers/media/radio/radio-wl1273.c | 1841
++++++++++++++++++++++++++++++++++++
 drivers/mfd/Kconfig                |    6 +
 drivers/mfd/Makefile               |    1 +
 drivers/mfd/wl1273-core.c          |  635 +++++++++++++
 include/linux/mfd/wl1273-core.h    |  330 +++++++
 7 files changed, 2830 insertions(+), 0 deletions(-)
 create mode 100644 drivers/media/radio/radio-wl1273.c
 create mode 100644 drivers/mfd/wl1273-core.c
 create mode 100644 include/linux/mfd/wl1273-core.h


B.R.
Matti A.


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

* [GIT PULL REQUEST v2.]  WL1273 FM Radio driver.
  2010-11-15 15:10 ` [GIT PULL REQUEST] WL1273 FM Radio driver Matti J. Aaltonen
@ 2010-11-16 13:35   ` Matti J. Aaltonen
  2010-11-16 14:19     ` Mauro Carvalho Chehab
  0 siblings, 1 reply; 3+ messages in thread
From: Matti J. Aaltonen @ 2010-11-16 13:35 UTC (permalink / raw)
  To: mchehab; +Cc: Hans Verkuil, linux-media

Hi.

The radio pull request, now using http protocol.

The following changes since commit
f6614b7bb405a9b35dd28baea989a749492c46b2:
  Linus Torvalds (1):
        Merge git://git.kernel.org/.../sfrench/cifs-2.6

are available in the git repository at:

  http://git.gitorious.org/wl1273-fm-driver/wl1273-fm-driver.git master

Matti J. Aaltonen (2):
      MFD: WL1273 FM Radio: MFD driver for the FM radio.
      V4L2: WL1273 FM Radio: Controls for the FM radio.

 drivers/media/radio/Kconfig        |   16 +
 drivers/media/radio/Makefile       |    1 +
 drivers/media/radio/radio-wl1273.c | 1841
++++++++++++++++++++++++++++++++++++
 drivers/mfd/Kconfig                |    6 +
 drivers/mfd/Makefile               |    1 +
 drivers/mfd/wl1273-core.c          |  617 ++++++++++++
 include/linux/mfd/wl1273-core.h    |  330 +++++++
 7 files changed, 2812 insertions(+), 0 deletions(-)
 create mode 100644 drivers/media/radio/radio-wl1273.c
 create mode 100644 drivers/mfd/wl1273-core.c
 create mode 100644 include/linux/mfd/wl1273-core.h


B.R.
Matti A.



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

* Re: [GIT PULL REQUEST v2.]  WL1273 FM Radio driver.
  2010-11-16 13:35   ` [GIT PULL REQUEST v2.] " Matti J. Aaltonen
@ 2010-11-16 14:19     ` Mauro Carvalho Chehab
  0 siblings, 0 replies; 3+ messages in thread
From: Mauro Carvalho Chehab @ 2010-11-16 14:19 UTC (permalink / raw)
  To: matti.j.aaltonen; +Cc: Hans Verkuil, linux-media

Em 16-11-2010 11:35, Matti J. Aaltonen escreveu:
> Hi.
> 
> The radio pull request, now using http protocol.
> 
> The following changes since commit
> f6614b7bb405a9b35dd28baea989a749492c46b2:
>   Linus Torvalds (1):
>         Merge git://git.kernel.org/.../sfrench/cifs-2.6
> 
> are available in the git repository at:
> 
>   http://git.gitorious.org/wl1273-fm-driver/wl1273-fm-driver.git master
> 
> Matti J. Aaltonen (2):
>       MFD: WL1273 FM Radio: MFD driver for the FM radio.
>       V4L2: WL1273 FM Radio: Controls for the FM radio.

Hi Matti,

The proper way is to add the core stuff to drivers/media/radio, adding just
the mfd glue at drivers/mfd. I also want mfd's maintainer ack of the mfd
patch.

I just added an mfd driver right now. You may use it as an example:
	http://git.linuxtv.org/media_tree.git?a=commit;h=ef6ce9acc5f87e253c97dfd5301f8036f937f595
	http://git.linuxtv.org/media_tree.git?a=commit;h=552faf8580766b6fc944cb966f690ed0624a5564

> 
>  drivers/media/radio/Kconfig        |   16 +
>  drivers/media/radio/Makefile       |    1 +
>  drivers/media/radio/radio-wl1273.c | 1841
> ++++++++++++++++++++++++++++++++++++
>  drivers/mfd/Kconfig                |    6 +
>  drivers/mfd/Makefile               |    1 +
>  drivers/mfd/wl1273-core.c          |  617 ++++++++++++
>  include/linux/mfd/wl1273-core.h    |  330 +++++++
>  7 files changed, 2812 insertions(+), 0 deletions(-)
>  create mode 100644 drivers/media/radio/radio-wl1273.c
>  create mode 100644 drivers/mfd/wl1273-core.c
>  create mode 100644 include/linux/mfd/wl1273-core.h
> 
> 
> B.R.
> Matti A.
> 
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-media" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html


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

end of thread, other threads:[~2010-11-16 14:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <E1P9THI-0003aa-4H@www.linuxtv.org>
2010-11-15 15:10 ` [GIT PULL REQUEST] WL1273 FM Radio driver Matti J. Aaltonen
2010-11-16 13:35   ` [GIT PULL REQUEST v2.] " Matti J. Aaltonen
2010-11-16 14:19     ` 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