index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
media
/
tuners
/
r820t.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-06-19
[media] r820t: fix imr calibration
Gianluca Gennari
1
-2
/
+2
2013-06-19
[media] r820t: avoid potential memcpy buffer overflow in shadow_store()
Gianluca Gennari
1
-2
/
+2
2013-06-19
[media] r820t: remove redundant initializations in r820t_attach()
Gianluca Gennari
1
-6
/
+3
2013-06-09
[media] r820t: do not double-free fe->tuner_priv in r820t_release()
Gianluca Gennari
1
-1
/
+0
2013-04-25
[media] r820t: Remove a warning for an unused value
Mauro Carvalho Chehab
1
-0
/
+7
2013-04-25
[media] r820t: quiet gcc warning on n_ring
Fengguang Wu
1
-4
/
+1
2013-04-25
[media] r820t: memory leak in release()
Dan Carpenter
1
-2
/
+1
2013-04-25
[media] r820t: precendence bug in r820t_xtal_check()
Dan Carpenter
1
-1
/
+1
2013-04-17
[media] r820t: Don't divide the IF by two
Mauro Carvalho Chehab
1
-0
/
+3
2013-04-17
[media] r820t: disable auto gain/VGA setting
Mauro Carvalho Chehab
1
-5
/
+3
2013-04-17
[media] r820t: put it into automatic gain mode
Mauro Carvalho Chehab
1
-3
/
+3
2013-04-17
[media] r820t: Fix hp_cor filter mask
Mauro Carvalho Chehab
1
-1
/
+1
2013-04-17
[media] r820t: fix PLL calculus
Mauro Carvalho Chehab
1
-17
/
+10
2013-04-17
[media] r820t: Don't put it in standby if not initialized yet
Mauro Carvalho Chehab
1
-0
/
+4
2013-04-17
[media] r820t: avoid rewrite all regs when not needed
Mauro Carvalho Chehab
1
-6
/
+5
2013-04-17
[media] r820t: Allow disabling IMR callibration
Mauro Carvalho Chehab
1
-4
/
+19
2013-04-17
[media] r820t: add a commented code for GPIO
Mauro Carvalho Chehab
1
-0
/
+8
2013-04-17
[media] r820t: add IMR calibrate code
Mauro Carvalho Chehab
1
-21
/
+681
2013-04-17
[media] r820t: proper initialize the PLL register
Mauro Carvalho Chehab
1
-15
/
+28
2013-04-17
[media] r820t: use usleep_range()
Mauro Carvalho Chehab
1
-4
/
+4
2013-04-17
[media] r820t: fix prefix of the r820t_read() function
Mauro Carvalho Chehab
1
-8
/
+8
2013-04-17
[media] r820t: split the function that read cached regs
Mauro Carvalho Chehab
1
-5
/
+15
2013-04-17
[media] r820t: better report signal strength
Mauro Carvalho Chehab
1
-0
/
+2
2013-04-17
[media] r820t: add support for diplexer
Mauro Carvalho Chehab
1
-0
/
+12
2013-04-17
[media] r820t: Show the read data in the bit-reversed order
Mauro Carvalho Chehab
1
-2
/
+3
2013-04-17
[media] r820t: use the second table for 7MHz
Mauro Carvalho Chehab
1
-2
/
+10
2013-04-17
[media] r820t: Invert bits for read ops
Mauro Carvalho Chehab
1
-3
/
+6
2013-04-17
[media] r820t: use the right IF for the selected TV standard
Mauro Carvalho Chehab
1
-4
/
+4
2013-04-17
[media] r820t: Fix IF scale
Mauro Carvalho Chehab
1
-1
/
+1
2013-04-17
[media] rtl820t: Add a debug msg when PLL gets locked
Mauro Carvalho Chehab
1
-0
/
+6
2013-04-17
[media] r820t: proper lock and set the I2C gate
Mauro Carvalho Chehab
1
-17
/
+33
2013-04-17
[media] r820t: Set gain mode to auto
Mauro Carvalho Chehab
1
-0
/
+91
2013-04-17
[media] r820t: Give a better estimation of the signal strength
Mauro Carvalho Chehab
1
-3
/
+27
2013-04-17
[media] r820t: Add a tuner driver for Rafael Micro R820T silicon tuner
Mauro Carvalho Chehab
1
-0
/
+1486