summaryrefslogtreecommitdiffstats
path: root/drivers/s390 (unfollow)
Commit message (Expand)AuthorFilesLines
2012-09-13[media] gspca: Fix input urb creation / destruction surrounding suspend resumeHans de Goede1-2/+7
2012-09-13[media] gspca: Update / fix various comments wrt workqueue usb_lock usageHans de Goede8-29/+36
2012-09-13[media] gspca_finepix: Remove unnecessary lock/unlock callHans de Goede1-3/+0
2012-09-13[media] gspca: Don't set gspca_dev->dev to NULL before stop0Hans de Goede8-22/+19
2012-09-13[media] drivers/media/usb/gspca/cpia1.c: fix error return codePeter Senna Tschudin1-1/+1
2012-09-13[media] gspca: dubious one-bit signed bitfieldEmil Goode1-8/+8
2012-09-13[media] pwc: Remove unneeded struct vb2_queue clearingEzequiel Garcia1-1/+0
2012-09-13[media] pwc: Use vb2 queue mutex through a single nameEzequiel Garcia1-1/+1
2012-09-13[media] shark,shark2: declare resume/suspend functions as staticMauro Carvalho Chehab2-4/+4
2012-09-13[media] radio-shark: Add support for suspend & resumeHans de Goede3-2/+45
2012-09-13[media] radio-shark2: Add support for suspend & resumeHans de Goede3-1/+41
2012-09-13[media] radio-tea5777: Add support for tuning AMHans de Goede2-39/+151
2012-09-13[media] radio-tea5777.c: Get rid of do_div usageHans de Goede1-7/+5
2012-09-13[media] snd_tea575x: Add support for tuning AMHans de Goede3-36/+165
2012-09-13[media] media-api-docs: Documented V4L2_TUNER_CAP_HWSEEK_PROG_LIM in G_TUNER ...Hans de Goede1-0/+6
2012-09-13[media] stb0899: return internally tuned frequency via get_frontend.Reinhard Nissl1-0/+1
2012-09-13[media] DocBook: Fix docbook compilationMauro Carvalho Chehab1-1/+0
2012-09-13[media] mt9p031: Fix horizontal and vertical blanking configurationLaurent Pinchart1-6/+6
2012-09-13[media] mt9v032: Export horizontal and vertical blanking as V4L2 controlsLaurent Pinchart1-3/+32
2012-09-13[media] mt9v032: Provide link frequency controlLaurent Pinchart2-5/+46
2012-09-13[media] mt9v032: Provide pixel rate controlSakari Ailus1-2/+25
2012-09-13[media] v4l2-ctrls: Add v4l2_ctrl_[gs]_ctrl_int64()Laurent Pinchart2-53/+105
2012-09-13[media] ad9389b: driver for the Analog Devices AD9389B video encoderHans Verkuil5-0/+1392
2012-09-13[media] adv7604: driver for the Analog Devices ADV7604 video decoderHans Verkuil5-0/+2128
2012-09-13[media] v4l2-common: add CVT and GTF detection functionsHans Verkuil2-0/+334
2012-09-13[media] v4l2-common: add v4l_match_dv_timingsHans Verkuil2-0/+37
2012-09-13[media] v4l2-ctrls.c: add support for the new DV controlsHans Verkuil1-0/+39
2012-09-13[media] v4l2-subdev: add support for the new edid ioctlsHans Verkuil4-0/+78
2012-09-13[media] V4L2 spec: document the new DV controls and ioctlsHans Verkuil3-0/+202
2012-09-13[media] v4l2 core: add the missing pieces to support DVI/HDMI/DisplayPortHans Verkuil2-0/+33
2012-09-13[media] dvb-usb: remove unused filesAntti Palosaari2-520/+0
2012-09-13[media] dvb_usb_v2: use ratelimited debugs where appropriateAntti Palosaari1-4/+5
2012-09-12[media] au0828, cx231xx: remove dependency for DVB_CAPTURE_DRIVERSMauro Carvalho Chehab2-2/+1
2012-09-11[media] ddbridge: fix error handling in module_init_ddbridge()Alexey Khoroshilov1-4/+11
2012-09-10[media] cx23885: fix pointer to structure for CAMAnton Nurkin1-1/+3
2012-09-10[media] rtl2832: remove dummy callback implementationsAntti Palosaari1-29/+0
2012-09-10[media] DocBook: update ioctl error codesAntti Palosaari1-5/+7
2012-09-10[media] dvb_frontend: return -ENOTTY for unimplement IOCTLAntti Palosaari1-3/+3
2012-09-10[media] dvb_frontend: use Kernel dev_* loggingAntti Palosaari1-110/+116
2012-09-06[media] move i2c files into drivers/media/i2cMauro Carvalho Chehab1-4/+22
2012-08-22Linux 3.6-rc3v3.6-rc3Linus Torvalds1-1/+1
2012-08-22task_work: add a scheduling point in task_work_run()Eric Dumazet1-0/+1
2012-08-22fs: fix fs/namei.c kernel-doc warningsRandy Dunlap1-0/+2
2012-08-22eventpoll: use-after-possible-free in epoll_create1()Al Viro1-1/+1
2012-08-22vfio: grab vfio_device reference *before* exposing the sucker via fd_install()Al Viro1-2/+2
2012-08-22vfio: get rid of vfio_device_put()/vfio_group_get_device* racesAl Viro1-2/+1
2012-08-22vfio: get rid of open-coding kref_put_mutexAl Viro1-7/+2
2012-08-22introduce kref_put_mutex()Al Viro1-0/+18
2012-08-22vfio: don't dereference after kfree...Al Viro1-1/+2
2012-08-22fbcon: fix race condition between console lock and cursor timer (v1.1)Dave Airlie1-1/+8