summaryrefslogtreecommitdiffstats
path: root/drivers/staging
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-08-051-1/+1
|\
| * Merge branch 'master' into for-nextJiri Kosina2010-08-0420-68/+149
| |\
| * | update email addressPavel Machek2010-07-191-1/+1
| * | trivial: don't touch drivers/stagingJiri Kosina2010-06-175-10/+10
| * | Merge branch 'master' into for-nextJiri Kosina2010-06-16853-51933/+116174
| |\ \
| * | | fix typos concerning "initiali[zs]e"Uwe Kleine-König2010-06-165-10/+10
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-08-042-3/+4
|\ \ \ \
| * | | | net: preserve ifreq parameter when calling generic phy_mii_ioctl().Richard Cochran2010-07-191-1/+1
| * | | | net: fix 64 bit counters on 32 bit archesEric Dumazet2010-07-071-1/+2
| * | | | bridge: use rx_handler_data pointer to store net_bridge_port pointerJiri Pirko2010-06-151-1/+1
* | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mjg...Linus Torvalds2010-08-047-756/+1Star
|\ \ \ \ \
| * | | | | rar: Move the RAR driver into the right place as its now cleanAlan Cox2010-08-037-756/+1Star
| | |_|_|/ | |/| | |
* | | | | V4L/DVB: staging/lirc: CodingStyle cleanupsMauro Carvalho Chehab2010-08-0210-11/+10Star
* | | | | V4L/DVB: staging/lirc: wire up Kconfig and Makefile bitsJarod Wilson2010-08-025-0/+140
* | | | | V4L/DVB: staging/lirc: add lirc_zilog driverJarod Wilson2010-08-021-0/+1387
* | | | | V4L/DVB: staging/lirc: add lirc_ttusbir driverJarod Wilson2010-08-021-0/+397
* | | | | V4L/DVB: staging/lirc: add lirc_streamzap driverJarod Wilson2010-08-021-0/+821
* | | | | V4L/DVB: staging/lirc: add lirc_sir driverJarod Wilson2010-08-021-0/+1282
* | | | | V4L/DVB: staging/lirc: add lirc_serial driverJarod Wilson2010-08-021-0/+1313
* | | | | V4L/DVB: staging/lirc: add lirc_sasem driverJarod Wilson2010-08-021-0/+933
* | | | | V4L/DVB: staging/lirc: add lirc_parallel driverJarod Wilson2010-08-022-0/+731
* | | | | V4L/DVB: staging/lirc: add lirc_it87 driverJarod Wilson2010-08-022-0/+1135
* | | | | V4L/DVB: staging/lirc: add lirc_ite8709 driverJarod Wilson2010-08-021-0/+542
* | | | | V4L/DVB: staging/lirc: add lirc_imon driverJarod Wilson2010-08-021-0/+1058
* | | | | V4L/DVB: staging/lirc: add lirc_igorplugusb driverJarod Wilson2010-08-021-0/+555
* | | | | V4L/DVB: staging: Add an specific TODO note for lirc_i2cMauro Carvalho Chehab2010-08-021-0/+3
* | | | | V4L/DVB: staging/lirc: add lirc_i2c driverJarod Wilson2010-08-021-0/+536
* | | | | V4L/DVB: staging/lirc: add lirc_ene0100 driverJarod Wilson2010-08-022-0/+815
* | | | | V4L/DVB: staging/lirc: add lirc_bt829 driverJarod Wilson2010-08-021-0/+383
* | | | | V4L/DVB: tm6000-input: Make checkpatch.pl happyMauro Carvalho Chehab2010-08-021-8/+8
* | | | | V4L/DVB: tm6000: add ir supportStefan Ringel2010-08-024-2/+402
* | | | | V4L/DVB: videobuf: Rename vmalloc fields to vaddrLaurent Pinchart2010-08-021-1/+1
* | | | | V4L/DVB: Remove videobuf_sg_alloc abuseLaurent Pinchart2010-08-021-15/+14Star
* | | | | V4L/DVB: videobuf: Remove the videobuf_sg_dma_map/unmap functionsLaurent Pinchart2010-08-022-3/+3
* | | | | V4L/DVB: cx25821: Fix bad whitespacingMauro Carvalho Chehab2010-08-027-424/+424
* | | | | V4L/DVB: cx25821: Add a kernel level at printk'sMauro Carvalho Chehab2010-08-021-11/+11
* | | | | V4L/DVB: cx25821: Make comments C99 compliantMauro Carvalho Chehab2010-08-025-933/+933
* | | | | V4L/DVB: cx25821: Removed duplicate code and cleaned upPalash Bandyopadhyay2010-08-0227-5504/+1047Star
* | | | | V4L/DVB: tm6000: Partially revert some copybuf logicMauro Carvalho Chehab2010-08-021-2/+2
* | | | | V4L/DVB: tm6000: Be sure that the new buffer is emptyMauro Carvalho Chehab2010-08-021-2/+1Star
* | | | | V4L/DVB: tm6000: Fix copybuf continue logicMauro Carvalho Chehab2010-08-021-3/+3
* | | | | V4L/DVB: tm6000: audio packet has always 180 bytesMauro Carvalho Chehab2010-08-021-1/+4
* | | | | V4L/DVB: tm6000: Improve set bitrate routines used by alsaMauro Carvalho Chehab2010-08-022-1/+12
* | | | | V4L/DVB: tm6000-alsa: Implement a routine to store data received from URBMauro Carvalho Chehab2010-08-021-13/+43
* | | | | V4L/DVB: tm6000-alsa: Fix several bugs at the driver initialization codeMauro Carvalho Chehab2010-08-023-25/+35
* | | | | V4L/DVB: tm6000: avoid unknown symbol tm6000_debugMauro Carvalho Chehab2010-08-021-0/+1
* | | | | V4L/DVB: tm6000: Add a callback code for buffer fillMauro Carvalho Chehab2010-08-024-1/+38
* | | | | V4L/DVB: tm6000: Use an enum for extension typeMauro Carvalho Chehab2010-08-023-5/+7
* | | | | V4L/DVB: tm6000-alsa: rework audio buffer allocation/deallocationMauro Carvalho Chehab2010-08-022-31/+32
* | | | | V4L/DVB: tm6000: Avoid OOPS when loading tm6000-alsa moduleMauro Carvalho Chehab2010-08-021-2/+2