summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* V4L/DVB (13571): v4l: Adding Digital Video Timings APIsMuralidharan Karicheri2009-12-162-0/+153
* V4L/DVB (13569): smsusb: add autodetection support for five additional Hauppa...Michael Krufky2009-12-161-0/+10
* V4L/DVB (13567): gspca - sunplus/stk014: Propagate errors to higher level.Jean-Francois Moine2009-12-162-175/+168Star
* V4L/DVB (13566): gspca - main: New variable usb_err for USB exchanges.Jean-Francois Moine2009-12-162-0/+14
* V4L/DVB (13565): gspca - pac7302: One more webcam is upside-down by default.Jean-Francois Moine2009-12-161-1/+1
* V4L/DVB (13564): gspca - main: Implement vidioc_enum_frameintervals.Antonio Ospite2009-12-162-0/+38
* V4L/DVB (13563): gspca - zc3xx: Bad sensor probe of the webcam 0ac8:305b.Jean-Francois Moine2009-12-161-13/+24
* V4L/DVB (13561): gspca - main: Remove unnecessary set to alternate 0.Márton Németh2009-12-161-3/+0Star
* V4L/DVB (13560): gspca - main: Cleanup source.Jean-Francois Moine2009-12-161-4/+3Star
* V4L/DVB (13559): gspca - pac7302: Some webcams are upside-down by default.Jean-Francois Moine2009-12-161-4/+15
* V4L/DVB (13557): v4l: Remove unneeded video_device::minor usage in driversLaurent Pinchart2009-12-165-38/+8Star
* V4L/DVB (13556): v4l: Remove unneeded video_device::minor assignmentsLaurent Pinchart2009-12-1651-67/+1Star
* V4L/DVB (13555): v4l: Use video_device_node_name() instead of the minor numberLaurent Pinchart2009-12-1626-64/+76
* V4L/DVB (13554a): v4l: Use the video_drvdata function in driversLaurent Pinchart2009-12-1635-555/+178Star
* V4L/DVB (13553): v4l: Use the video_is_registered function in device driversLaurent Pinchart2009-12-1615-28/+28
* V4L/DVB (13552): v4l: Replace video_is_unregistered with video_is_registeredLaurent Pinchart2009-12-162-10/+10
* V4L/DVB (13551): v4l: Remove video_device::num usage from device driversLaurent Pinchart2009-12-163-7/+3Star
* V4L/DVB (13550): v4l: Use the new video_device_node_name functionLaurent Pinchart2009-12-1637-231/+231
* V4L/DVB (13549): v4l: Add video_device_node_name functionLaurent Pinchart2009-12-161-2/+2
* V4L/DVB (13547): radio: add trivial checks on the tuner and type args.Hans Verkuil2009-12-1614-1/+55
* V4L/DVB (13546): ir-keymaps: Add table for Terratec Cinergy XS FMMauro Carvalho Chehab2009-12-161-0/+73
* V4L/DVB (13545): em28xx: properly select IR protocol based on the IR tableMauro Carvalho Chehab2009-12-163-5/+16
* V4L/DVB (13544): ir-keymaps: mark the new rc5 hauppauge with IR_TYPE_RC5Mauro Carvalho Chehab2009-12-161-70/+76
* mfd: compile fix for twl4030 renamingStephen Rothwell2009-12-151-5/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dmLinus Torvalds2009-12-1518-874/+2274
|\
| * dm snapshot: use merge origin if snapshot invalidMikulas Patocka2009-12-111-5/+4Star
| * dm snapshot: report merge failure in statusMike Snitzer2009-12-111-2/+28
| * dm snapshot: merge consecutive chunks togetherMike Snitzer2009-12-111-10/+21
| * dm snapshot: trigger exceptions in remaining snapshots during mergeMikulas Patocka2009-12-111-0/+83
| * dm snapshot: delay merging a chunk until writes to it completeMikulas Patocka2009-12-111-1/+5
| * dm snapshot: queue writes to chunks being mergedMikulas Patocka2009-12-111-13/+78
| * dm snapshot: add mergingMikulas Patocka2009-12-112-6/+244
| * dm snapshot: permit only one merge at onceMikulas Patocka2009-12-111-6/+27
| * dm snapshot: support barriers in snapshot merge targetMike Snitzer2009-12-111-3/+18
| * dm snapshot: avoid allocating exceptions in mergeMikulas Patocka2009-12-111-1/+56
| * dm snapshot: rework writing to originMikulas Patocka2009-12-111-106/+49Star
| * dm snapshot: add merge targetMikulas Patocka2009-12-111-12/+41
| * dm exception store: add merge specific methodsMikulas Patocka2009-12-112-2/+129
| * dm snapshot: create function for chunk_is_tracked waitMike Snitzer2009-12-111-6/+12
| * dm snapshot: make bio optional in __origin_writeMikulas Patocka2009-12-111-5/+18
| * dm mpath: reject messages when device is suspendedKiyoshi Ueda2009-12-111-0/+5
| * dm: export suspended state to targetsKiyoshi Ueda2009-12-111-0/+11
| * dm: rename dm_suspended to dm_suspended_mdKiyoshi Ueda2009-12-114-11/+16
| * dm: swap target postsuspend call and setting suspended flagKiyoshi Ueda2009-12-111-2/+2
| * dm crypt: add plain64 ivMilan Broz2009-12-111-0/+18
| * dm: trace request based remappingJun'ichi Nomura2009-12-111-0/+2
| * dm snapshot: allow live exception store handover between tablesMike Snitzer2009-12-111-27/+236
| * dm: keep old table until after resume succeededAlasdair G Kergon2009-12-112-21/+23
| * dm: bind new table before destroying oldAlasdair G Kergon2009-12-112-5/+14
| * dm ioctl: retrieve status from inactive tableMike Snitzer2009-12-111-13/+57