aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2012-05-15[media] V4L: soc-camera: (cosmetic) use a more explicit name for a host handlerGuennadi Liakhovetski1-1/+1
2012-05-15[media] v4l2-event: fix regression with initial event handlingHans Verkuil1-1/+1
2012-05-15Merge remote-tracking branch 'linus/master' into staging/for_v3.5Mauro Carvalho Chehab39-153/+356
2012-05-15Merge branch 'kirkwood_boards_for_v3.5' of git://git.infradead.org/users/jcooper/linux into next/boardsArnd Bergmann3-14/+19
2012-05-15block: fix buffer overflow when printing partition UUIDsTejun Heo1-6/+0
2012-05-14stmmac: add mixed burst for DMAGiuseppe CAVALLARO1-0/+1
2012-05-14codel: use u16 field instead of 31bits for rec_inv_sqrtEric Dumazet1-10/+15
2012-05-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller3-0/+38
2012-05-14percpu: remove percpu_xxx() functionsAlex Shi1-54/+0
2012-05-14x86: replace percpu_xxx funcs with this_cpu_xxxAlex Shi1-2/+2
2012-05-14iio: Add dev_to_iio_dev() helper functionLars-Peter Clausen1-0/+11
2012-05-14ARM: AT91: Add platform data for the AT91 ADCsMaxime Ripard1-0/+61
2012-05-14iio: core: introduce IIO_CHAN_INFO_HARDWAREGAINMichael Hennerich1-0/+5
2012-05-14iio: core: introduce dB scle: IIO_VAL_INT_PLUS_MICRO_DBMichael Hennerich1-0/+1
2012-05-14Merge branch 'dt' of git://github.com/hzhuang1/linux into next/dtArnd Bergmann14-28/+113
2012-05-14sysfs: get rid of some lockdep false positivesAlan Stern2-0/+15
2012-05-14Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-1/+2
2012-05-14[media] v4l2-dev: rename two functionsHans Verkuil1-5/+5
2012-05-14[media] v4l2-dev.h: add comment not to use V4L2_FL_LOCK_ALL_FOPS in new driversHans Verkuil1-1/+1
2012-05-14[media] saa7146: fix querycap, vbi/video separation and g/s_registerHans Verkuil2-3/+3
2012-05-14[media] saa7146: support control events and priority handlingHans Verkuil1-0/+3
2012-05-14[media] saa7146: rename vbi/video_q to vbi/video_dmaqHans Verkuil1-2/+2
2012-05-14[media] saa7146: remove the unneeded type field from saa7146_fhHans Verkuil1-2/+0
2012-05-14[media] saa7146: move vbi fields from saa7146_fh to saa7146_vvHans Verkuil1-2/+2
2012-05-14[media] saa7146: move video_fmt from saa7146_fh to saa7146_vvHans Verkuil1-1/+1
2012-05-14[media] saa7146: move overlay information from saa7146_fh into saa7146_vvHans Verkuil1-4/+1
2012-05-14[media] mxb/saa7146: first round of cleanupsHans Verkuil2-0/+3
2012-05-14Bluetooth: notify userspace of security level changeGustavo Padovan1-0/+1
2012-05-14[media] V4L: Add camera auto focus controlsSylwester Nawrocki1-0/+16
2012-05-14[media] V4L: Add camera 3A lock controlSylwester Nawrocki1-0/+5
2012-05-14[media] V4L: Add camera scene mode controlSylwester Nawrocki1-0/+18
2012-05-14[media] V4L: Add camera exposure metering controlSylwester Nawrocki1-0/+7
2012-05-14[media] V4L: Add camera ISO sensitivity controlsSylwester Nawrocki1-0/+7
2012-05-14ceph: fix bounds check in ceph_decode_need and ceph_encode_needXi Wang1-2/+7
2012-05-14[media] V4L: Add camera image stabilization controlSylwester Nawrocki1-0/+1
2012-05-14[media] V4L: Add camera wide dynamic range controlSylwester Nawrocki1-0/+2
2012-05-14[media] V4L: Add an extended camera white balance controlSylwester Nawrocki1-0/+14
2012-05-14[media] V4L: Add camera exposure bias controlSylwester Nawrocki1-0/+2
2012-05-14[media] V4L: Add helper function for standard integer menu controlsSylwester Nawrocki1-0/+17
2012-05-14regulator: tps62360: support force PWM mode via regulator modeLaxman Dewangan1-2/+0
2012-05-14[media] V4L: Extend V4L2_CID_COLORFX with more image effectsSylwester Nawrocki1-11/+18
2012-05-14[media] v4l: v4l2-ctrls: moves the forward declaration of struct fileLaurent Pinchart1-1/+1
2012-05-14regmap: add support for non contiguous status to regmap-irqGraeme Gregory1-0/+2
2012-05-14[media] mt9p031: Replace the reset board callback by a GPIO numberLaurent Pinchart1-3/+10
2012-05-14[media] mt9p031: Identify color/mono models using I2C device nameLaurent Pinchart1-6/+0
2012-05-14USB: add read support to usb-serial/../new_idBjørn Mork1-0/+2
2012-05-14FunctionFS: enable multiple functionsAndrzej Pietrasiewicz1-1/+3
2012-05-14Revert "usb: move struct usb_device->children to struct usb_hub_port->child"Greg Kroah-Hartman1-2/+2
2012-05-14Drivers: hv: util: Properly handle version negotiations.K. Y. Srinivasan1-1/+3
2012-05-14driver core: Add dev_*_ratelimited() familyHiroshi DOYU1-0/+27