index
:
Kernel
drm-tracking
gdrm-2.6.31
gdrm-2.6.32
gdrm-2.6.34
gdrm-for-merging
om-gta02-2.6.32
om-gta02-2.6.34
My Linux kernel repository
Thomas White
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
media
/
video
/
tuner-core.c
Age
Commit message (
Expand
)
Author
2009-01-02
V4L/DVB (10138): v4l2-ioctl: change to long return type to match unlocked_ioctl.
Hans Verkuil
2008-12-30
V4L/DVB (9960): v4l2-subdev: ioctl ops should use unsigned for cmd arg.
Hans Verkuil
2008-12-30
V4L/DVB (9939): tuner: fix tuner_ioctl compile error if V4L1 ioctls are disab...
Hans Verkuil
2008-12-30
V4L/DVB (9925): tuner-core: add debug msg's when asking tuner to sleep
Mauro Carvalho Chehab
2008-12-30
V4L/DVB (9829): tuner: convert to v4l2_subdev.
Hans Verkuil
2008-10-12
V4L/DVB (9049): convert tuner drivers to use dvb_frontend->callback
Michael Krufky
2008-10-12
V4L/DVB (8951): xc5000: dont pass devptr in xc5000_attach()
Michael Krufky
2008-07-23
V4L/DVB (8430): videodev: move some functions from v4l2-dev.h to v4l2-common....
Hans Verkuil
2008-07-20
v4l-dvb: remove legacy checks to allow support for kernels < 2.6.10
Hans Verkuil
2008-06-05
V4L/DVB (7905): check_v4l2 should return -EINVAL on error
Marcin Slusarz
2008-06-05
V4L/DVB (7904): v4l/tuner-core: consistent handling of return values
Marcin Slusarz
2008-05-26
tuner: Do not alter i2c_client.name
Michael Krufky
2008-05-18
i2c: Convert remaining new-style drivers to use module aliasing
Jean Delvare
2008-05-14
V4L/DVB (7893): xc5000: bug-fix: allow multiple devices in a single system
Michael Krufky
2008-05-14
V4L/DVB (7804): tea5767: Fix error logic
Mauro Carvalho Chehab
2008-05-14
V4L/DVB (7802): tuner: Failures at tuner_attach were producing OOPS
Mauro Carvalho Chehab
2008-05-14
V4L/DVB (7800): tuner_symbol_probe(): don't do symbol_put() if symbol_request...
Andrew Morton
2008-04-29
V4L/DVB (7789b): Fix merge conflicts
Mauro Carvalho Chehab
2008-04-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvb
Linus Torvalds
2008-04-29
V4L/DVB (7789): tuner: remove static dependencies on analog tuner sub-modules
Michael Krufky
2008-04-29
Rename common tuner Kconfig names to use the same
Mauro Carvalho Chehab
2008-04-29
V4L/DVB (7752): tuner-core: add a missing \n after a debug printk
Mauro Carvalho Chehab
2008-04-29
i2c: Add support for device alias names
Jean Delvare
2008-04-26
V4L/DVB (7748): tuner-core: some adjustments at tuner logs, if debug enabled
Mauro Carvalho Chehab
2008-04-24
V4L/DVB (7728): tea5761: bugzilla #10462: tea5761 autodetection code were broken
Mauro Carvalho Chehab
2008-04-24
V4L/DVB (7584): Fix build that occurs when CONFIG_VIDEO_PMS=y and VIDEO_V4L2_...
Mauro Carvalho Chehab
2008-04-24
V4L/DVB (7399): Removes video_dev from tuner-xc2028 config struct
Mauro Carvalho Chehab
2008-04-24
V4L/DVB (7393): tda827x: fixed support of tuners with LNA
Hartmut Hackmann
2008-04-24
V4L/DVB (7128): tuner: properly handle failed calls to simple_tuner_attach
Michael Krufky
2008-04-24
V4L/DVB (7127): tuner: remove dependency of tuner-core on tuner-types
Michael Krufky
2008-04-24
V4L/DVB (7126): tuner: move tuner type ID check to simple_tuner_attach
Michael Krufky
2008-04-24
V4L/DVB (7094): static memory
Douglas Schilling Landgraf
2008-02-18
V4L/DVB (7102): make tuner-core.c:tuner_list static
Adrian Bunk
2008-01-25
V4L/DVB (7056): tuner: suppress obsolete tuner i2c address warning for XC5000...
Michael Krufky
2008-01-25
V4L/DVB (7045): xc5000: Small amount of cleanup and commenting
Steven Toth
2008-01-25
V4L/DVB (7042): xc5000: Tuner analog support
Steven Toth
2008-01-25
V4L/DVB (6953): Fix radio set frequency logic
Mauro Carvalho Chehab
2008-01-25
V4L/DVB (6920): tuner: fix backwards logic in check for set_config
Michael Krufky
2008-01-25
V4L/DVB (6881): include struct analog_demod_ops directly inside struct dvb_fr...
Michael Krufky
2008-01-25
V4L/DVB (6880): kill tuner-driver.h
Michael Krufky
2008-01-25
V4L/DVB (6844): tuner: remove struct tuner from tuner-driver.h
Michael Krufky
2008-01-25
V4L/DVB (6842): tda9887: remove dependency on struct tuner
Michael Krufky
2008-01-25
V4L/DVB (6840): tuner: convert tda9887 to use TUNER_SET_CONFIG
Michael Krufky
2008-01-25
V4L/DVB (6839): tuner: add set_config to struct analog_tuner_ops
Michael Krufky
2008-01-25
V4L/DVB (6787): tuner: bug-fix: default mode was set to bogus value
Michael Krufky
2008-01-25
V4L/DVB (6786): tuner: add struct analog_demod_info to struct analog_tuner_ops
Michael Krufky
2008-01-25
V4L/DVB (6785): tda8290: remove dependency on struct tuner
Michael Krufky
2008-01-25
V4L/DVB (6783): tuner: combine set_tv_freq and set_radio_freq into a single s...
Michael Krufky
2008-01-25
V4L/DVB (6611): Change xc2028_attach method to make easier for DVB
Michel Ludwig
2008-01-25
V4L/DVB (6556): tuner: convert to bus-based I2C API
Hans Verkuil
[next]