On Mon, 25 Feb 2013, Dmitry Torokhov wrote:
> Even if bus is not hot-pluggable, the devices can be unbound from the
> driver via sysfs, so we should not be using __exit annotations on
> remove() methods. The only exception is drivers registered with
> platform_driver_probe() which specifically dis
Even if bus is not hot-pluggable, the devices can be unbound from the
driver via sysfs, so we should not be using __exit annotations on
remove() methods. The only exception is drivers registered with
platform_driver_probe() which specifically disables sysfs bind/unbind
attributes.
Similarly probe(
From: Andrey Smirnov
This patch adds all necessary header files and Kbuild plumbing for the
core driver for Silicon Laboratories Si476x series of AM/FM tuner
chips.
The driver as a whole is implemented as an MFD device and this patch
adds a core portion of it that provides all the necessary
func
From: Andrey Smirnov
This patch adds code related to manipulation of the properties of
SI476X chips.
Signed-off-by: Andrey Smirnov
---
drivers/mfd/si476x-prop.c | 234 +
1 file changed, 234 insertions(+)
create mode 100644 drivers/mfd/si476x-prop.c
From: Andrey Smirnov
This patch adds all the functions used for exchanging commands with
the chip.
Signed-off-by: Andrey Smirnov
---
drivers/mfd/si476x-cmd.c | 1553 ++
1 file changed, 1553 insertions(+)
create mode 100644 drivers/mfd/si476x-cmd.c
This is a fourth version of the patchset originaly posted here:
https://lkml.org/lkml/2012/9/13/590
Second version of the patch was posted here:
https://lkml.org/lkml/2012/10/5/598
Third version of the patch was posted here:
https://lkml.org/lkml/2012/10/23/510
Fourth version of the patch was po
This commit introduces new class of standard controls
V4L2_CTRL_CLASS_FM_RX. This class is intended to all controls
pertaining to FM receiver chips. Also, two controls belonging to said
class are added as a part of this commit: V4L2_CID_TUNE_DEEMPHASIS and
V4L2_CID_RDS_RECEPTION.
Signed-off-by: An
Add a base to be used for allocation of all the SI476X specific
controls in the corresponding driver.
Signed-off-by: Andrey Smirnov
---
include/uapi/linux/v4l2-controls.h |4
1 file changed, 4 insertions(+)
diff --git a/include/uapi/linux/v4l2-controls.h
b/include/uapi/linux/v4l2-cont
Add appropriate documentation for all the newly added standard
controls.
Signed-off-by: Andrey Smirnov
---
Documentation/DocBook/media/v4l/compat.xml |3 +
Documentation/DocBook/media/v4l/controls.xml | 72
.../DocBook/media/v4l/vidioc-g-ext-ctrls.xml
From: Andrey Smirnov
This patch adds main part(out of three) of the I2C driver for the
"core" of MFD device.
Signed-off-by: Andrey Smirnov
---
drivers/mfd/si476x-i2c.c | 878 ++
1 file changed, 878 insertions(+)
create mode 100644 drivers/mfd/si476
I am also checking with internal resources. Let me see what I can find out
about the same.
Thanks
Sri
-Original Message-
From: Mauro Carvalho Chehab [mailto:mche...@redhat.com]
Sent: Monday, February 25, 2013 2:21 PM
To: Sri Deevi
Cc: Joseph Yasi; Ben Hutchings; linux-media@vger.kernel.
Em Mon, 25 Feb 2013 08:17:34 -0800
Sri Deevi escreveu:
> Mauro,
>
> Are you asking Hauppauge's version of ROM to be distributed with permissions
> ?
> Please clarify.
>
> If that is the case, I may not be able to do that.
I've no idea if Hauppauge customized it, or if they just bundled a C
This message is generated daily by a cron job that builds media_tree for
the kernels and architectures in the list below.
Results of the daily build of media_tree:
date: Mon Feb 25 19:00:28 CET 2013
git branch: for_v3.9
git hash: ed72d37a33fdf43dc47787fe220532cdec9da528
gcc ve
Hello,
in summer 2012 in the Netherlands major frequency changes took place in
DVB-t broadcast. Some new frequencies were added as well. Therefore the
frequency-file dvb/dvb-t/nl-All is no longer actual. Could someone (i
believe Cristoph P. is one of the maintainers) please update this file?
T
On Mon, Feb 25, 2013 at 08:49:26AM +0100, Guennadi Liakhovetski wrote:
> Hi Dmitry
>
> On Sun, 24 Feb 2013, Dmitry Torokhov wrote:
>
> > Even if bus is not hot-pluggable, the devices can be unbound from the
> > driver via sysfs, so we should not be using __exit annotations on
> > remove() methods
Mauro,
Are you asking Hauppauge's version of ROM to be distributed with permissions ?
Please clarify.
If that is the case, I may not be able to do that.
Michael,
If you can give me the details of when was the last time you got updates from
Conexant, then I can try to help in this regard.
T
Em Fri, 22 Feb 2013 07:51:58 -0800
Hans Verkuil escreveu:
> On Friday, February 22, 2013 07:17:42 Andy Walls wrote:
> > On Thu, 2013-02-21 at 22:32 -0500, Andy Walls wrote:
> > > Ron Andreasen wrote:
> > >
> > > >I've been having trouble getting distros that have any kernel above the
> > > >3.5
Em Mon, 25 Feb 2013 12:01:17 +0100
jande...@dommel.be escreveu:
> Hi,
>
> To get analog tv working on a hauppauge hvr-930c, I started sniffing usb and
> parsing.
>
> you can see a sample here : https://dl.dropbox.com/u/93775123/grphCable22.txt
>
> Howeverver I am missing a lot of knowledge to j
Em Mon, 25 Feb 2013 01:39:41 +0200
Antti Palosaari escreveu:
> WARNING: at lib/dma-debug.c:947 check_for_stack+0xa7/0xf0()
> ehci-pci :00:04.1: DMA-API: device driver maps memory fromstack
>
> Reported-by: poma
> Signed-off-by: Antti Palosaari
> ---
> drivers/media/usb/dvb-usb-v2/af9015.c
Hi,
To get analog tv working on a hauppauge hvr-930c, I started sniffing usb and
parsing.
you can see a sample here : https://dl.dropbox.com/u/93775123/grphCable22.txt
Howeverver I am missing a lot of knowledge to jump on it right away, so I'd
as for opinion of the experts over here first.
This
Hi Mauro,
These are two small fixes for 3.10:
- capabilities were mixed up in radio-isa
- fixed a mute bug in radio-rtrack2: I got hold of a radio-rtrack2 card so
I could finally test this driver with real hardware.
Thanks to Steve Toth for helping me obtain this card!
Regards,
Hans
Em Sun, 24 Feb 2013 20:37:07 -0800
"Sri Deevi" escreveu:
> Mauro and All,
>
> Apologies for delay in reply.
>
> Whatever firmware works keep that one as reference. If you guys think the
> firmware from Hauppauge is latest, please keep that and I can get the
> required permissions as needed.
22 matches
Mail list logo