summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* 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/+0
* V4L/DVB (13560): gspca - main: Cleanup source.Jean-Francois Moine2009-12-161-4/+3
* 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/+8
* V4L/DVB (13556): v4l: Remove unneeded video_device::minor assignmentsLaurent Pinchart2009-12-1651-67/+1
* 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/+178
* 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/+3
* 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-101-5/+4
| * dm snapshot: report merge failure in statusMike Snitzer2009-12-101-2/+28
| * dm snapshot: merge consecutive chunks togetherMike Snitzer2009-12-101-10/+21
| * dm snapshot: trigger exceptions in remaining snapshots during mergeMikulas Patocka2009-12-101-0/+83
| * dm snapshot: delay merging a chunk until writes to it completeMikulas Patocka2009-12-101-1/+5
| * dm snapshot: queue writes to chunks being mergedMikulas Patocka2009-12-101-13/+78
| * dm snapshot: add mergingMikulas Patocka2009-12-102-6/+244
| * dm snapshot: permit only one merge at onceMikulas Patocka2009-12-101-6/+27
| * dm snapshot: support barriers in snapshot merge targetMike Snitzer2009-12-101-3/+18
| * dm snapshot: avoid allocating exceptions in mergeMikulas Patocka2009-12-101-1/+56
| * dm snapshot: rework writing to originMikulas Patocka2009-12-101-106/+49
| * dm snapshot: add merge targetMikulas Patocka2009-12-101-12/+41
| * dm exception store: add merge specific methodsMikulas Patocka2009-12-102-2/+129
| * dm snapshot: create function for chunk_is_tracked waitMike Snitzer2009-12-101-6/+12
| * dm snapshot: make bio optional in __origin_writeMikulas Patocka2009-12-101-5/+18
| * dm mpath: reject messages when device is suspendedKiyoshi Ueda2009-12-101-0/+5
| * dm: export suspended state to targetsKiyoshi Ueda2009-12-101-0/+11
| * dm: rename dm_suspended to dm_suspended_mdKiyoshi Ueda2009-12-104-11/+16
| * dm: swap target postsuspend call and setting suspended flagKiyoshi Ueda2009-12-101-2/+2
| * dm crypt: add plain64 ivMilan Broz2009-12-101-0/+18
| * dm: trace request based remappingJun'ichi Nomura2009-12-101-0/+2
| * dm snapshot: allow live exception store handover between tablesMike Snitzer2009-12-101-27/+236
| * dm: keep old table until after resume succeededAlasdair G Kergon2009-12-102-21/+23
| * dm: bind new table before destroying oldAlasdair G Kergon2009-12-102-5/+14
| * dm ioctl: retrieve status from inactive tableMike Snitzer2009-12-101-13/+57
| * dm io: handle empty barriersMikulas Patocka2009-12-101-3/+7
| * dm mpath: prevent io from work queue while suspendedMike Anderson2009-12-101-0/+12
| * dm mpath: add mutex to synchronize adding and flushing workMike Anderson2009-12-101-21/+38
| * dm ioctl: forbid messages to devices being deletedMike Anderson2009-12-101-0/+6
| * dm: add dm_deleting_md functionMike Anderson2009-12-102-2/+12
| * dm mpath: flush workqueues before suspend completesKiyoshi Ueda2009-12-101-4/+15