summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* V4L/DVB (13670): soc-camera: Add mt9t112 camera driverKuninori Morimoto2009-12-162-0/+32
* V4L/DVB (13665): sh_mobile_ceu_camera: Add support for sync polarity selectionKuninori Morimoto2009-12-161-0/+2
* V4L/DVB (13661): rj54n1cb0c: Add cropping, auto white balance, restrict sizes...Guennadi Liakhovetski2009-12-161-0/+19
* V4L/DVB (13659): soc-camera: convert to the new mediabus APIGuennadi Liakhovetski2009-12-162-20/+7
* V4L/DVB (13658): v4l: add a media-bus API for configuring v4l2 subdev pixel a...Guennadi Liakhovetski2009-12-163-1/+143
* V4L/DVB (13650): soc-camera: switch drivers and platforms to use .priv in str...Guennadi Liakhovetski2009-12-163-3/+0
* V4L/DVB (13648): soc-camera: add a private field to struct soc_camera_linkGuennadi Liakhovetski2009-12-161-0/+2
* V4L/DVB (13647): v4l: Add a 10-bit monochrome and missing 8- and 10-bit Bayer...Guennadi Liakhovetski2009-12-161-1/+6
* V4L/DVB (13645): soc-camera: fix multi-line comment coding styleGuennadi Liakhovetski2009-12-161-1/+2
* V4L/DVB (13644): v4l: add new v4l2-subdev sensor operations, use g_skip_top_l...Guennadi Liakhovetski2009-12-162-6/+17
* V4L/DVB (13643): soc-camera: remove no longer needed struct membersGuennadi Liakhovetski2009-12-161-2/+0
* V4L/DVB (13618): v4l2: Adding helper function to get dv preset descriptionMuralidharan Karicheri2009-12-161-1/+1
* V4L/DVB (13617): ir: move input_register_device() to happen inside ir_input_r...Mauro Carvalho Chehab2009-12-161-1/+1
* V4L/DVB (13616): IR: rename ir_input_free as ir_input_unregisterMauro Carvalho Chehab2009-12-161-1/+1
* V4L/DVB (13615): ir-core: create ir_input_registerMauro Carvalho Chehab2009-12-162-4/+7
* V4L/DVB (13613): IR: create ir-core moduleMauro Carvalho Chehab2009-12-162-38/+58
* V4L/DVB (13571): v4l: Adding Digital Video Timings APIsMuralidharan Karicheri2009-12-163-2/+150
* V4L/DVB (13557): v4l: Remove unneeded video_device::minor usage in driversLaurent Pinchart2009-12-161-4/+0
* V4L/DVB (13552): v4l: Replace video_is_unregistered with video_is_registeredLaurent Pinchart2009-12-161-10/+8
* V4L/DVB (13549): v4l: Add video_device_node_name functionLaurent Pinchart2009-12-161-0/+5
* V4L/DVB (13546): ir-keymaps: Add table for Terratec Cinergy XS FMMauro Carvalho Chehab2009-12-161-0/+1
* V4L/DVB (13543): ir-common: Associate a table with a given protocol typeMauro Carvalho Chehab2009-12-161-3/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dmLinus Torvalds2009-12-154-10/+20
|\
| * dm: export suspended state to targetsKiyoshi Ueda2009-12-101-0/+1
| * dm: rename dm_suspended to dm_suspended_mdKiyoshi Ueda2009-12-101-1/+0
| * dm: keep old table until after resume succeededAlasdair G Kergon2009-12-101-1/+3
| * dm ioctl: retrieve status from inactive tableMike Snitzer2009-12-101-3/+10
| * dm: rename dm_get_table to dm_get_live_tableAlasdair G Kergon2009-12-101-1/+1
| * dm raid1: remove bio_endio from dm_rh_mark_nosyncMikulas Patocka2009-12-101-2/+1
| * dm log: add flush callback fnMikulas Patocka2009-12-101-2/+4
* | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-12-1517-590/+891
|\ \
| * | perf_event: Convert to raw_spinlockThomas Gleixner2009-12-141-1/+1
| * | hrtimers: Convert to raw_spinlocksThomas Gleixner2009-12-141-1/+1
| * | genirq: Convert irq_desc.lock to raw_spinlockThomas Gleixner2009-12-141-1/+1
| * | rtmutes: Convert rtmutex.lock to raw_spinlockThomas Gleixner2009-12-141-3/+3
| * | sched: Convert pi_lock to raw_spinlockThomas Gleixner2009-12-142-2/+2
| * | plist: Make plist debugging raw_spinlock awareThomas Gleixner2009-12-141-6/+37
| * | locking: Cleanup the name space completelyThomas Gleixner2009-12-145-165/+178
| * | locking: Further name space cleanupsThomas Gleixner2009-12-144-56/+56
| * | locking: Implement new raw_spinlockThomas Gleixner2009-12-144-100/+260
| * | locking: Convert raw_rwlock functions to arch_rwlockThomas Gleixner2009-12-142-18/+18
| * | locking: Convert raw_rwlock to arch_rwlockThomas Gleixner2009-12-143-7/+7
| * | locking: Convert __raw_spin* functions to arch_spin*Thomas Gleixner2009-12-143-26/+26
| * | locking: Rename __RAW_SPIN_LOCK_UNLOCKED to __ARCH_SPIN_LOCK_UNLOCKEDThomas Gleixner2009-12-142-4/+4
| * | locking: Convert raw_spinlock to arch_spinlockThomas Gleixner2009-12-145-12/+12
| * | locking: Separate rwlock api from spinlock apiThomas Gleixner2009-12-142-249/+280
| * | locking: Split rwlock from spinlock headersThomas Gleixner2009-12-144-129/+195
* | | Merge git://git.infradead.org/battery-2.6Linus Torvalds2009-12-152-1/+7
|\ \ \
| * | | pcf50633: Query charger status directlyPaul Fertser2009-11-161-0/+1
| * | | pcf50633: Get rid of charging restart software auto-triggeringPaul Fertser2009-11-161-2/+0
OpenPOWER on IntegriCloud