aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/tm6000
AgeCommit message (Expand)AuthorFilesLines
2010-10-23[media] tm6000: fix a macro coding style issueGravatar Ruslan Pisarev 1-1/+1
2010-10-23tm6000: Remove some ugly debug codeGravatar Mauro Carvalho Chehab 1-10/+2
2010-10-22[media] v4l: Remove hardcoded module names passed to v4l2_i2c_new_subdev*Gravatar Laurent Pinchart 1-2/+2
2010-10-21[media] tm6000: fix macros and comments coding style issue in tm6000.hGravatar Ruslan Pisarev 1-4/+5
2010-10-21[media] Staging: tm6000: Delete braces from return in tm6000-cards.cGravatar Ruslan Pisarev 1-1/+1
2010-10-21[media] tm6000: fix comments coding style issue in group of filesGravatar Ruslan Pisarev 9-153/+153
2010-10-21[media] Staging: tm6000: fix braces, tabs, comments and space coding style is...Gravatar Ruslan Pisarev 1-172/+173
2010-10-21[media] tm6000: don't initialize static var on tm6000-i2c.cGravatar Ruslan Pisarev 1-1/+1
2010-10-21[media] tm6000: fix resource lockingGravatar Mauro Carvalho Chehab 2-15/+45
2010-10-21[media] tm6000: Use just one lock for devlistGravatar Mauro Carvalho Chehab 1-9/+4
2010-10-21[media] tm6000-alsa: fix some locking issuesGravatar Mauro Carvalho Chehab 2-9/+40
2010-10-21[media] tm6000: don't use BKL at the driverGravatar Mauro Carvalho Chehab 3-19/+7
2010-10-21[media] Add a todo file for staging/tm6000Gravatar Mauro Carvalho Chehab 1-0/+6
2010-10-21[media] V4L-DVB: tm6000: Move VBI init to a separate functionGravatar Mauro Carvalho Chehab 2-28/+37
2010-10-21[media] tm6000: Improve audio standards handling and add SECAM-DKGravatar Dmitry Belimov 1-100/+244
2010-10-21[media] tm6000: add audio standards tableGravatar Mauro Carvalho Chehab 3-45/+178
2010-10-21[media] staging/tm6000: Fix a warning messageGravatar Mauro Carvalho Chehab 1-2/+12
2010-10-21V4L/DVB: tm6000: Fix warnings due to a small array sizeGravatar Mauro Carvalho Chehab 1-1/+1
2010-10-21V4L/DVB: tm6000+audioGravatar Dmitri Belimov 4-16/+54
2010-10-21V4L/DVB: videobuf: add ext_lock argument to the queue init functionsGravatar Hans Verkuil 1-1/+1
2010-10-21V4L/DVB: tm6000: removed unused i2c adapter IDGravatar Hans Verkuil 1-3/+0
2010-10-21V4L/DVB: tm6000: bugfix param stringGravatar Stefan Ringel 1-1/+1
2010-10-08Staging: tm6000: Makefile: replace the use of <module>-objs with <module>-yGravatar Tracey Dent 1-1/+1
2010-10-05Staging: tm6000: Makefile: cleaned up Makefile cflag linesGravatar Tracey Dent 1-4/+4
2010-09-27V4L/DVB: tm6000: bugfix data handlingGravatar Stefan Ringel 1-22/+39
2010-09-27V4L/DVB: tm6000: depends on IR_COREGravatar Randy Dunlap 1-1/+1
2010-08-31staging: tm6000: fix memory leakGravatar Kulikov Vasiliy 1-2/+5
2010-08-31staging: Drop unnecessary null testGravatar Julia Lawall 1-4/+2
2010-08-02V4L/DVB: tm6000-input: Make checkpatch.pl happyGravatar Mauro Carvalho Chehab 1-8/+8
2010-08-02V4L/DVB: tm6000: add ir supportGravatar Stefan Ringel 4-2/+402
2010-08-02V4L/DVB: tm6000: Partially revert some copybuf logicGravatar Mauro Carvalho Chehab 1-2/+2
2010-08-02V4L/DVB: tm6000: Be sure that the new buffer is emptyGravatar Mauro Carvalho Chehab 1-2/+1
2010-08-02V4L/DVB: tm6000: Fix copybuf continue logicGravatar Mauro Carvalho Chehab 1-3/+3
2010-08-02V4L/DVB: tm6000: audio packet has always 180 bytesGravatar Mauro Carvalho Chehab 1-1/+4
2010-08-02V4L/DVB: tm6000: Improve set bitrate routines used by alsaGravatar Mauro Carvalho Chehab 2-1/+12
2010-08-02V4L/DVB: tm6000-alsa: Implement a routine to store data received from URBGravatar Mauro Carvalho Chehab 1-13/+43
2010-08-02V4L/DVB: tm6000-alsa: Fix several bugs at the driver initialization codeGravatar Mauro Carvalho Chehab 3-25/+35
2010-08-02V4L/DVB: tm6000: avoid unknown symbol tm6000_debugGravatar Mauro Carvalho Chehab 1-0/+1
2010-08-02V4L/DVB: tm6000: Add a callback code for buffer fillGravatar Mauro Carvalho Chehab 4-1/+38
2010-08-02V4L/DVB: tm6000: Use an enum for extension typeGravatar Mauro Carvalho Chehab 3-5/+7
2010-08-02V4L/DVB: tm6000-alsa: rework audio buffer allocation/deallocationGravatar Mauro Carvalho Chehab 2-31/+32
2010-08-02V4L/DVB: tm6000: Avoid OOPS when loading tm6000-alsa moduleGravatar Mauro Carvalho Chehab 1-2/+2
2010-08-02V4L/DVB: Staging: tm6000: Fix coding style issuesGravatar Timofey Trofimov 6-171/+154
2010-08-02V4L/DVB: tm6000: move dvb into a separate kern moduleGravatar Stefan Ringel 6-40/+89
2010-08-02V4L/DVB: tm6000: rewrite init and finiGravatar Stefan Ringel 2-78/+62
2010-08-02V4L/DVB: tm6000: Fix Video decoder initializationGravatar Dmitri Belimov 1-15/+15
2010-08-02V4L/DVB: tm6000: rewrite copy_streamsGravatar Stefan Ringel 2-214/+119
2010-06-28v4l-dvb: update gfp/slab.h includesGravatar Tejun Heo 4-0/+4
2010-06-01V4L/DVB: tm6000: add DVB support for tuner xc5000Gravatar Stefan Ringel 1-20/+49
2010-06-01V4L/DVB: tm6000: set variable dev_mode in function tm6000_start_streamGravatar Stefan Ringel 1-1/+4