summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * V4L/DVB: IR: replace workqueue with kthreadMaxim Levitsky2010-08-082-12/+32
| * V4L/DVB: IR: replace spinlock with mutexMaxim Levitsky2010-08-081-14/+14
| * V4L/DVB: IR: minor fixesMaxim Levitsky2010-08-083-9/+12
| * V4L/DVB: IR: Kconfig fixesMaxim Levitsky2010-08-081-3/+7
| * V4L/DVB: IR: put newly ported streamzap driver in proper homeJarod Wilson2010-08-085-7/+13
| * V4L/DVB: staging/lirc: port lirc_streamzap to ir-coreJarod Wilson2010-08-084-446/+449
| * V4L/DVB: IR/mceusb: less generic callback name and remove cruftJarod Wilson2010-08-081-4/+2
| * V4L/DVB: staging/lirc: fix non-CONFIG_MODULES build horkageJarod Wilson2010-08-082-5/+8
| * V4L/DVB: staging/lirc: fix Kconfig dependenciesJanne Grunau2010-08-081-9/+10
| * V4L/DVB: IR/mceusb: remove bad ir_input_dev useJarod Wilson2010-08-081-14/+1
| * V4L/DVB: IR/imon: remove bad ir_input_dev useJarod Wilson2010-08-081-15/+0
| * V4L/DVB: IR/imon: remove incorrect calls to input_free_deviceJarod Wilson2010-08-081-4/+1
| * V4L/DVB: v4l2_subdev: Get rid of now unused IR pulse width definesAndy Walls2010-08-082-8/+3
| * V4L/DVB: cx23885, cx25840: Change IR measurment records to use struct ir_raw_...Andy Walls2010-08-083-71/+91
| * V4L/DVB: cx23885, cx25840: Report the actual length of an IR Rx timeout eventAndy Walls2010-08-083-18/+16
| * V4L/DVB: cx23885, cx25840: Report IR max pulse width regardless of mod/demod useAndy Walls2010-08-082-24/+28
| * V4L/DVB: cx23885: Change Kconfig dependencies to new IR_CORE functionsAndy Walls2010-08-081-1/+1
| * V4L/DVB: cx23885: Require user to explicitly enable CX2388[57] IR via module ...Andy Walls2010-08-081-2/+19
| * V4L/DVB: cx23885: Move AV Core irq handling to a work handlerAndy Walls2010-08-086-15/+97
| * V4L/DVB: cx23885: Protect PCI interrupt mask manipulations with a spinlockAndy Walls2010-08-085-22/+103
| * V4L/DVB: cx23885: Add preliminary IR Rx support for the HVR-1250 and TeVii S470Andy Walls2010-08-084-10/+111
| * V4L/DVB: cx23885: Add a v4l2_subdev group id for the CX2388[578] integrated A...Andy Walls2010-08-082-2/+6
| * V4L/DVB: cx25840: Add support for CX2388[57] A/V core integrated IR controllersAndy Walls2010-08-084-1/+1419
| * V4L/DVB: v4l2_subdev: Move interrupt_service_routine ptr to v4l2_subdev_core_opsAndy Walls2010-08-083-12/+9
| * V4L/DVB: cx23885: For CX23888 IR, configure the IO pin mux IR pins explcitlyAndy Walls2010-08-081-0/+31
| * V4L/DVB: v4l2_subdev, cx23885: Differentiate IR carrier sense and I/O pin inv...Andy Walls2010-08-083-10/+29
| * V4L/DVB: cx25840: Add s_io_pin_config core subdev ops for the CX2388[578]Andy Walls2010-08-082-0/+228
| * V4L/DVB: v4l2_subdev: Add s_io_pin_config to v4l2_subdev_core_opsAndy Walls2010-08-081-0/+23
| * V4L/DVB: cx23885: Add a VIDIOC_LOG_STATUS ioctl function for analog video dev...Andy Walls2010-08-081-0/+16
| * V4L/DVB: cx23885: Add correct detection of the HVR-1250 model 79501Andy Walls2010-08-081-0/+10
| * V4L/DVB: cx25840: Make cx25840 i2c register read transactions atomicAndy Walls2010-08-081-19/+39
| * V4L/DVB: cx23885: i2c_wait_done returns 0 or 1, don't check for < 0 return valueJean Delvare2010-08-081-12/+3
| * V4L/DVB: cx23885: Check for slave nack on all transactionsJean Delvare2010-08-081-0/+8
| * V4L/DVB: cx23885: Return -ENXIO on slave nackJean Delvare2010-08-081-2/+2
| * V4L/DVB: gspca - vc032x: Force main register write at probe time (poxxxx)Jean-François Moine2010-08-081-1/+1
| * V4L/DVB: gspca - vc032x: Do sensor probe at resume timeJean-François Moine2010-08-081-28/+32
| * V4L/DVB: gspca - vc032x: Add more controls for poxxxxJean-François Moine2010-08-081-34/+272
| * V4L/DVB: gspca - sq930x: Cleanup source, add commentsJean-François Moine2010-08-081-5/+7
| * V4L/DVB: gspca - sq930x: Change the horizontal blanking of sensor mt9v111Jean-François Moine2010-08-081-1/+2
| * V4L/DVB: gspca - sq930x: Change image format to Bayer modeJean-François Moine2010-08-081-256/+56
| * V4L/DVB: gspca - sq930x: Change the default values of gain and exposureJean-François Moine2010-08-081-2/+2
| * V4L/DVB: gspca - sq930x: Change the gain value for Micron sensorsJean-François Moine2010-08-081-1/+1
| * V4L/DVB: gspca - sq930x: Bad init sequence for sensor mt9v111Jean-François Moine2010-08-081-1/+1
| * V4L/DVB: gspca - main: Version changeJean-François Moine2010-08-081-1/+1
| * V4L/DVB: gspca - sonixj / sq930x / t613: Remove unused variable in struct sdJean-François Moine2010-08-083-14/+12
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds2010-08-109-26/+1192
|\ \
| * | watchdog: hpwdt: formatting of pointers in printk()Kulikov Vasiliy2010-08-081-2/+2
| * | watchdog: Adding support for ARM Primecell SP805 WatchdogViresh KUMAR2010-08-083-0/+395
| * | watchdog: f71808e_wdt: new watchdog driver for Fintek F71808E and F71882FGGiel van Schijndel2010-08-083-0/+780
| * | watchdog: sch311x_wdt.c: set parent before registeriing the misc device in pr...Wim Van Sebroeck2010-08-081-2/+2
OpenPOWER on IntegriCloud