summaryrefslogtreecommitdiffstats
path: root/drivers/media
Commit message (Expand)AuthorAgeFilesLines
...
| * | V4L/DVB: IR: Port ene driver to new IR subsystem and enable itMaxim Levitsky2010-08-084-401/+258
| * | V4L/DVB: STAGING: remove lirc_ene0100 driverMaxim Levitsky2010-08-082-0/+1416
| * | V4L/DVB: IR: report unknown scancodes the in-kernel decoders foundMaxim Levitsky2010-08-081-0/+8
| * | V4L/DVB: IR: extend interfaces to support more device settingsMaxim Levitsky2010-08-082-19/+94
| * | V4L/DVB: IR: add helper function for hardware with small o/b bufferMaxim Levitsky2010-08-083-1/+86
| * | V4L/DVB: IR: Allow not to compile keymaps inMaxim Levitsky2010-08-085-46/+27
| * | V4L/DVB: IR: NECX: support repeatMaxim Levitsky2010-08-082-2/+23
| * | V4L/DVB: IR: nec decoder: fix repeatMaxim Levitsky2010-08-081-1/+1
| * | V4L/DVB: IR: JVC: make repeat workMaxim Levitsky2010-08-081-1/+13
| * | 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-083-0/+754
| * | V4L/DVB: staging/lirc: port lirc_streamzap to ir-coreJarod Wilson2010-08-082-0/+82
| * | V4L/DVB: IR/mceusb: less generic callback name and remove cruftJarod Wilson2010-08-081-4/+2
| * | 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-081-2/+2
| * | 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-082-3/+2
| * | 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-082-9/+25
| * | V4L/DVB: cx25840: Add s_io_pin_config core subdev ops for the CX2388[578]Andy Walls2010-08-081-0/+153
| * | 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
OpenPOWER on IntegriCloud