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
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
/
common
/
tuners
/
mt2063.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-08-14
[media] common: move media/common/tuners to media/tuners
Mauro Carvalho Chehab
1
-2307
/
+0
2012-02-08
[media] mt2063: increase frequency_max to tune channel 69
Jose Alberto Reguero
1
-1
/
+1
2012-01-21
[media] az6007: Fix compilation troubles at az6007
Mauro Carvalho Chehab
1
-1
/
+1
2012-01-05
[media] mt2063: fix get_if_frequency call
Stefan Ringel
1
-1
/
+1
2012-01-05
[media] mt2063: Add support for get_if_frequency()
Mauro Carvalho Chehab
1
-4
/
+4
2012-01-05
[media] mt2063: add some useful info for the dvb callback calls
Mauro Carvalho Chehab
1
-21
/
+47
2012-01-05
[media] mt2063: print the detected version
Mauro Carvalho Chehab
1
-2
/
+1
2012-01-05
[media] mt2063: Fix i2c read message
Mauro Carvalho Chehab
1
-8
/
+16
2012-01-05
[media] mt2063: Print a message about the detected mt2063 type
Mauro Carvalho Chehab
1
-4
/
+22
2012-01-05
[media] mt2063: don't crash if device is not initialized
Mauro Carvalho Chehab
1
-0
/
+25
2012-01-05
[media] mt2063: Remove two unused temporary vars
Mauro Carvalho Chehab
1
-4
/
+1
2012-01-05
[media] mt2063: Rewrite tuning logic
Mauro Carvalho Chehab
1
-49
/
+13
2012-01-05
[media] mt2063: Add some debug printk's
Mauro Carvalho Chehab
1
-8
/
+68
2012-01-05
[media] mt2063: Convert it to the DVBv5 way for set_params()
Mauro Carvalho Chehab
1
-29
/
+17
2012-01-05
[media] mt2063: Properly document the author of the original driver
Mauro Carvalho Chehab
1
-2
/
+4
2012-01-05
[media] mt2063: Rearrange the delivery system functions
Mauro Carvalho Chehab
1
-77
/
+66
2012-01-05
[media] mt2063: Fix comments
Mauro Carvalho Chehab
1
-589
/
+370
2012-01-05
[media] mt2063: Fix analog/digital set params logic
Mauro Carvalho Chehab
1
-200
/
+190
2012-01-05
[media] mt2063: make checkpatch.pl happy
Mauro Carvalho Chehab
1
-81
/
+48
2012-01-05
[media] mt2063: Cleanup some function prototypes
Mauro Carvalho Chehab
1
-28
/
+16
2012-01-05
[media] mt2063: Reorder the code to avoid function prototypes
Mauro Carvalho Chehab
1
-181
/
+150
2012-01-05
[media] mt2063: Remove setParm/getParm abstraction layer
Mauro Carvalho Chehab
1
-959
/
+171
2012-01-05
[media] mt2063: Rework on the publicly-exported functions
Mauro Carvalho Chehab
1
-31
/
+13
2012-01-05
[media] mt2063: Simplify mt2063_setTune logic
Mauro Carvalho Chehab
1
-34
/
+3
2012-01-05
[media] mt2063: simplify lockstatus logic
Mauro Carvalho Chehab
1
-94
/
+43
2012-01-05
[media] mt2063: Remove several unused parameters
Mauro Carvalho Chehab
1
-362
/
+2
2012-01-05
[media] mt2063: Use linux default max function
Mauro Carvalho Chehab
1
-31
/
+3
2012-01-05
[media] mt2063: Don't violate the DVB API
Mauro Carvalho Chehab
1
-42
/
+9
2012-01-05
[media] mt2063: Simplify device init logic
Mauro Carvalho Chehab
1
-333
/
+242
2012-01-05
[media] mt2063: Simplify some functions
Mauro Carvalho Chehab
1
-138
/
+12
2012-01-05
[media] mt2063: Rewrite read/write logic at the driver
Mauro Carvalho Chehab
1
-189
/
+73
2012-01-05
[media] mt2063: Remove the code for more than one adjacent mt2063 tuners
Mauro Carvalho Chehab
1
-327
/
+1
2012-01-05
[media] mt2063: Use state for the state structure
Mauro Carvalho Chehab
1
-415
/
+415
2012-01-05
[media] mt2063: Merge the two state structures into one
Mauro Carvalho Chehab
1
-567
/
+454
2012-01-05
[media] mt2063: Remove unused data structures
Mauro Carvalho Chehab
1
-83
/
+14
2012-01-05
[media] mt2063: Use Unix standard error handling
Mauro Carvalho Chehab
1
-1220
/
+1139
2012-01-05
[media] mt2063: Remove internal version checks
Mauro Carvalho Chehab
1
-7
/
+1
2012-01-05
[media] mt2063: Move data structures to the driver
Mauro Carvalho Chehab
1
-1
/
+528
2012-01-05
[media] mt2063: get rid of compilation warnings
Mauro Carvalho Chehab
1
-21
/
+14
2012-01-05
[media] mt2063: Remove unused stuff
Mauro Carvalho Chehab
1
-512
/
+0
2012-01-05
[media] mt2063: Re-define functions as static
Mauro Carvalho Chehab
1
-40
/
+44
2012-01-05
[media] mt2063: Remove most of the #if's
Mauro Carvalho Chehab
1
-85
/
+4
2012-01-05
[media] mt2063: Use standard Linux types, instead of redefining them
Mauro Carvalho Chehab
1
-333
/
+333
2012-01-05
[media] mt2063: Fix the driver to make it compile
Mauro Carvalho Chehab
1
-1
/
+0
2012-01-05
[media] mt2063: Move code from mt2063_cfg.h
Mauro Carvalho Chehab
1
-0
/
+129
2012-01-05
[media] mt2063: CodingStyle fixes
Mauro Carvalho Chehab
1
-4410
/
+4638
2012-01-05
[media] add driver for mt2063
Mauro Carvalho Chehab
1
-0
/
+4486