27 Feb, 2010
40 commits
-
The timberdale FPGA is found on the Intel in-Vehicle Infotainment reference board
russelville.The driver is a PCI driver which chunks up the I/O memory and distributes interrupts
to a number of platform devices for each IP inside the FPGA.Signed-off-by: Richard Röjfors
Signed-off-by: Samuel Ortiz
Signed-off-by: Mauro Carvalho Chehab -
This patch add supports for the radio system on the Intel Russellville board.
It's a In-Vehicle Infotainment board with a radio tuner and DSP.
This umbrella driver has the DSP and tuner as V4L2 subdevs and calls them
when needed.Signed-off-by: Richard Röjfors
Reviewed-by: Hans Verkuil
Signed-off-by: Mauro Carvalho Chehab -
Use I2C_CLASS_TV_DIGITAL, not I2C_ADAP_CLASS_TV_DIGITAL.
Remove initialisation of bus_lock mutex.
Thanks to Mauro for pointing out.Signed-off-by: Oliver Endriss
Thanks-to: Mauro Carvalho Chehab
Signed-off-by: Mauro Carvalho Chehab -
Make checkpatch.pl happy.
Signed-off-by: Oliver Endriss
Signed-off-by: Mauro Carvalho Chehab -
Cards 18c3:abc3/18c3:abc4 should be displayed as 'Linux4Media cineS2'.
Signed-off-by: Oliver Endriss
Signed-off-by: Mauro Carvalho Chehab -
Request might already have been processed when the interrupt arrives.
Signed-off-by: Oliver Endriss
Signed-off-by: Mauro Carvalho Chehab -
Implement workaround for comamnd timeout.
Use FW15 and avoid switching DMA on and off.Signed-off-by: Oliver Endriss
Signed-off-by: Mauro Carvalho Chehab -
Set ADC1 and ADC2 range of the stv0900 to 1Vpp.
Signed-off-by: Oliver Endriss
Signed-off-by: Mauro Carvalho Chehab -
Adapt to current stv090x + stv6110 drivers.
[mchehab@redhat.com: removed compilation hack added by me on a prev patch]
Signed-off-by: Oliver Endriss
Signed-off-by: Mauro Carvalho Chehab -
Identify card 18c3:db01 as 'Mystique SaTiX-S2 Dual'.
Signed-off-by: Matthias Benesch
Signed-off-by: Oliver Endriss
Signed-off-by: Mauro Carvalho Chehab -
Trivial I2C related fixes/cleanups
- Remove Unused I2C ID
- point the I2C device to the physical deviceSigned-off-by: Manu Abraham
Acked-by: Oliver Endriss
Signed-off-by: Mauro Carvalho Chehab -
Remove/comment-out unused code, make some functions/declarations static.
Signed-off-by: Oliver Endriss
Signed-off-by: Mauro Carvalho Chehab -
If parameter "one_adapter" is set, only one adapter per device will be attached.
Otherwise an adapter for every frontend will be attached.Signed-off-by: Matthias Benesch
Signed-off-by: Oliver Endriss
Signed-off-by: Mauro Carvalho Chehab -
Add EXPORT_SYMBOL(dvb_ringbuffer_flush) again,
replace my_dvb_ringbuffer_flush() in ngene driver.Signed-off-by: Oliver Endriss
Signed-off-by: Mauro Carvalho Chehab -
Remove kernel version check for dvb_[un]register_adapter.
Signed-off-by: Oliver Endriss
Signed-off-by: Mauro Carvalho Chehab -
Changed severity of some diagnostic messages.
Signed-off-by: Oliver Endriss
Signed-off-by: Mauro Carvalho Chehab -
Remove stray mleep() which prevented fast tuning.
Signed-off-by: Oliver Endriss
Signed-off-by: Mauro Carvalho Chehab -
Fixed unloading of module ngene.
Signed-off-by: Roland Praml
Signed-off-by: Matthias Benesch
Signed-off-by: Oliver Endriss
Signed-off-by: Mauro Carvalho Chehab -
Remove firmware debugging, because setting ngene_fw_debug and requesting
firmware from file causes a kernel error.Signed-off-by: Matthias Benesch
Signed-off-by: Oliver Endriss
Signed-off-by: Mauro Carvalho Chehab -
Added support for nGene based Media-Pointer DVB-S2 twin tuner cards.
[mchehab@redhat.com: Fix compilation error: unknown field ‘ref_clk’]
Signed-off-by: Matthias Benesch
Signed-off-by: Oliver Endriss
Signed-off-by: Mauro Carvalho Chehab -
Remove and disable unnecessary code. Disable define ONE_ADAPTER.
Signed-off-by: Matthias Benesch
Signed-off-by: Oliver Endriss
Signed-off-by: Mauro Carvalho Chehab -
Always use firmware loader.
Signed-off-by: Oliver Endriss
Signed-off-by: Mauro Carvalho Chehab -
Remove LNBH21 routines, disable code which broke compilation.
Signed-off-by: Oliver Endriss
Signed-off-by: Mauro Carvalho Chehab -
Add Micronas nGene PCIe bridge driver.
The source code was provided by Micronas / Ralph Metzler,
and has been reformatted to comply with Linux Codingstyle.Signed-off-by: Matthias Benesch
Signed-off-by: Ralph Metzler
Signed-off-by: Oliver Endriss
Signed-off-by: Mauro Carvalho Chehab -
Signed-off-by: Janne Grunau
Signed-off-by: Mauro Carvalho Chehab -
The fifth parameter of usb_bulk_msg() is a pointer to signed
(see ) so also call this function with pointer to signed.This will remove the following sparse warning (see "make C=1"):
* warning: incorrect type in argument 5 (different signedness)
expected int *actual_length
got unsigned int *Signed-off-by: Márton Németh
Signed-off-by: Janne Grunau
Signed-off-by: Mauro Carvalho Chehab -
So as a final patch, add support for hash and one hash entry
for MSI digi vox mini II:
iManufacturer 1 Afatech
iProduct 2 DVB-T 2
iSerial 3 010101010600001It is now handled with proper IR and key map tables.
Signed-off-by: Jiri Slaby
Acked-by: Antti Palosaari
Signed-off-by: Mauro Carvalho Chehab -
Add af9015_setup structure to hold (right now only remote) setup
of distinct receivers.Add af9015_setup_match for matching ids against tables.
This is for easier matching different kind of ids against tables
to obtain setups. Currently module parameters and usb vendor ids
are switched into and matched against tables. Hashes will follow.Signed-off-by: Jiri Slaby
Acked-by: Antti Palosaari
Signed-off-by: Mauro Carvalho Chehab -
This is just a code shuffle without functional changes. For easier
review of later changes, i.e. preparation.Signed-off-by: Jiri Slaby
Acked-by: Antti Palosaari
Signed-off-by: Mauro Carvalho Chehab -
This will be useful for matching of IR tables later.
We read the eeprom anyway for dumping. Switch the dumping to
print_hex_dump_bytes and compute hash above that by
hash = 0;
for (u32 VAL) in (eeprom):
hash *= GOLDEN_RATIO_PRIME_32
hash += VAL; // while preserving endinanessThe computation is moved earlier to the flow, namely from
af9015_af9013_frontend_attach to af9015_read_config, so that
we can access the sum in af9015_read_config already.Signed-off-by: Jiri Slaby
Acked-by: Antti Palosaari
Signed-off-by: Mauro Carvalho Chehab -
I tested only tv and composite. Video works fine but no audio.
Signed-off-by: Kusanagi Kouichi
Signed-off-by: Mauro Carvalho Chehab -
The default_video_input and default_audio_input module parameters are
only used inside the hdpvr-core.c file so make them static.This will remove the following sparse warnings (see "make C=1"):
* warning: symbol 'default_video_input' was not declared. Should it be static?
* warning: symbol 'default_audio_input' was not declared. Should it be static?Signed-off-by: Márton Németh
Signed-off-by: Mauro Carvalho Chehab -
Initial support for the SAA7706H Car Radio DSP.
It is a I2C device and currently the mute control is supported.
When the device is unmuted it is brought out of reset and initiated using
the proposed intialisation sequence.When muted the DSP is brought into reset state.
[akpm@linux-foundation.org: include delay.h]
Signed-off-by: Richard Röjfors
Cc: Douglas Schilling Landgraf
Cc: Hans Verkuil
Cc: Randy Dunlap
Signed-off-by: Andrew Morton
Signed-off-by: Mauro Carvalho Chehab -
Mad guess.
Signed-off-by: Andrew Morton
Reviewed-by: Manu Abraham
Acked-by: Manu Abraham
Signed-off-by: Mauro Carvalho Chehab -
drivers/media/dvb/frontends/stv090x.c: In function 'stv090x_blind_search':
drivers/media/dvb/frontends/stv090x.c:1967: warning: 'coarse_fail' may be used uninitialized in this functionCc: Manu Abraham
Cc: Mauro Carvalho Chehab
Signed-off-by: Andrew Morton
Reviewed-by: Manu Abraham
Acked-by: Manu Abraham
Signed-off-by: Mauro Carvalho Chehab -
drivers/media/video/cx18/cx18-alsa-pcm.c: In function 'cx18_alsa_announce_pcm_data':
drivers/media/video/cx18/cx18-alsa-pcm.c:82: warning: format '%d' expects type 'int', but argument 5 has type 'size_t'Cc: Andy Walls
Signed-off-by: Andrew Morton
Signed-off-by: Mauro Carvalho Chehab -
If in a cold state and the download succeeded ret is zero, but we
should return -ENOMEM.Signed-off-by: Roel Kluin
Signed-off-by: Mauro Carvalho Chehab -
fix Video/Sound support "Leadtek winfast tv usbii deluxe".
Now, it is working Stereo, IR, Radio, TV, Svideo and Composite.
Signed-off-by: Mauro Carvalho Chehab
-
Make the file local parameters static.
This will remove the following sparse warnings (see "make C=1"):
* warning: symbol 'ir_pos' was not declared. Should it be static?
* warning: symbol 'ir_word' was not declared. Should it be static?
* warning: symbol 'ir_toggle' was not declared. Should it be static?Signed-off-by: Márton Németh
Signed-off-by: Mauro Carvalho Chehab -
Adds support to Pinnacle PCTV310e hybrid tuner card, for DVB-T and
remote control, still no analog video.[mchehab@redhat.com: fix CodingStyle issues]
Signed-off-by: Mauro Carvalho Chehab