index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
media
/
common
/
tuners
/
tuner-xc2028.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-08-14
[media] common: move media/common/tuners to media/tuners
Mauro Carvalho Chehab
1
-1509
/
+0
2012-08-13
[media] common: tunners: use %*ph to dump small buffers
Andy Shevchenko
1
-2
/
+1
2012-08-12
[media] tuner-xc2028: add missing else case
Hans Petter Selasky
1
-2
/
+2
2012-07-31
[media] tuner-xc2028: unlock on error in xc2028_get_afc()
Dan Carpenter
1
-1
/
+1
2012-07-31
[media] tuner-xc2028: fix "=" vs "==" typo
Dan Carpenter
1
-1
/
+1
2012-07-06
[media] tuner-xc2028: tag the usual firmwares to help dracut
Mauro Carvalho Chehab
1
-0
/
+2
2012-07-04
[media] tuner, xc2028: add support for get_afc()
Mauro Carvalho Chehab
1
-1
/
+45
2012-07-04
[media] tuner-xc2028: Fix signal strength report
Mauro Carvalho Chehab
1
-9
/
+16
2012-06-30
[media] tuner-xc2028: use request_firmware_nowait()
Mauro Carvalho Chehab
1
-49
/
+129
2012-01-16
[media] Add registers names to XC2028 tuner from datahseet and use them
Miroslav Slugen
1
-6
/
+21
2012-01-06
[media] xc3028: fix center frequency calculation for DTV78 firmware
Gianluca Gennari
1
-10
/
+16
2011-12-31
[media] tuners: remove dvb_frontend_parameters from set_params()
Mauro Carvalho Chehab
1
-2
/
+1
2011-12-31
[media] tuner-xc2028: use DVBv5 parameters on set_params()
Mauro Carvalho Chehab
1
-47
/
+36
2011-12-30
[media] xc4000: Use kcalloc instead of kzalloc to allocate array
Thomas Meyer
1
-1
/
+1
2011-11-30
[media] tuner-xc2028: Better report signal strength
Mauro Carvalho Chehab
1
-1
/
+1
2011-08-31
[media] tuner/xc2028: Fix frequency offset for radio mode
Mauro Carvalho Chehab
1
-3
/
+8
2011-08-31
[media] tuner/xc2028: Add I2C flush callback
Thierry Reding
1
-0
/
+7
2011-03-22
[media] tuner-xc2028.c: fix compile warning
Hans Verkuil
1
-2
/
+2
2011-03-22
[media] tuner: Remove remaining usages of T_DIGITAL_TV
Mauro Carvalho Chehab
1
-4
/
+4
2011-03-22
[media] tuner-xc2028: More firmware loading retries
Alina Friedrichsen
1
-3
/
+3
2010-05-18
V4L/DVB: xc3028: fix regression in firmware loading time
Devin Heitmueller
1
-4
/
+7
2010-05-18
V4L/DVB (12846): tuner-xc2028: Fix skip code for devices with broken read (tm...
Mauro Carvalho Chehab
1
-0
/
+5
2010-05-18
V4L/DVB (12825): tm6000: I2C reading operations is not reliable on tm6000
Mauro Carvalho Chehab
1
-2
/
+8
2010-05-18
V4L/DVB (12824): tuner-xc2028: adds an option to send i2c data on slower speed
Mauro Carvalho Chehab
1
-1
/
+4
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-02-26
V4L/DVB: tuner-xc2028: Fix demod breakage for XC3028L
Mauro Carvalho Chehab
1
-1
/
+3
2010-02-26
V4L/DVB: tuner-xc2028: fix tuning logic to solve a regression in Australia
Mauro Carvalho Chehab
1
-17
/
+60
2009-08-14
V4L/DVB (12394): cx88: Disable xc3028 power management for Geniatech x8000
Devin Heitmueller
1
-2
/
+2
2009-07-05
V4L/DVB (12167): tuner-xc2028: Fix 7 MHz DVB-T
Andy Walls
1
-1
/
+12
2009-06-17
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...
Linus Torvalds
1
-25
/
+31
2009-06-17
V4L/DVB (11922): tuner-xc2028: cleanup: better use tuner type defines
Mauro Carvalho Chehab
1
-2
/
+2
2009-06-17
V4L/DVB (11918): tuner-xc2028: Fix offset frequencies for DVB @ 6MHz
Mauro Carvalho Chehab
1
-13
/
+20
2009-06-17
V4L/DVB (11917): Fix firmware load for DVB-T @ 6MHz bandwidth for xc3028/xc3028L
Mauro Carvalho Chehab
1
-9
/
+8
2009-06-17
V4L/DVB (11800): tuner-xc2028: show the proper module description for no_powe...
Devin Heitmueller
1
-1
/
+1
2009-06-17
V4L/DVB (11723): Link firmware to physical device
Jean Delvare
1
-1
/
+1
2009-06-16
firmware: tuners/xc2028: prepare for FIRMWARE_NAME_MAX removal
Samuel Ortiz
1
-1
/
+1
2008-12-30
V4L/DVB (9913): tuner-xc2028: allow printing stack trace as debug on sleep code
Mauro Carvalho Chehab
1
-0
/
+4
2008-12-30
V4L/DVB (9771): tuner-xc2028: fix a small warning
Mauro Carvalho Chehab
1
-1
/
+1
2008-12-30
V4L/DVB (9769): tuner-xc2028: powers device of when not used
Mauro Carvalho Chehab
1
-0
/
+31
2008-10-12
V4L/DVB (9055): tuner-xc2028: Do a better job selecting firmware type
Mauro Carvalho Chehab
1
-9
/
+24
2008-10-12
V4L/DVB (9049): convert tuner drivers to use dvb_frontend->callback
Michael Krufky
1
-20
/
+21
2008-07-20
V4L/DVB (8136): xc2028 unaligned access fixes
Al Viro
1
-11
/
+14
2008-07-10
tuners: treat firmware data as const
David Woodhouse
1
-1
/
+1
2008-06-05
V4L/DVB (7944): tuner-xc2028: use hybrid_tuner_request_state
Michael Krufky
1
-46
/
+41
2008-04-30
V4L/DVB(7767): Move tuners to common/tuners
Mauro Carvalho Chehab
1
-0
/
+1227