summaryrefslogtreecommitdiffstats
path: root/drivers/staging
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'staging-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-02-0175-0/+71854
|\
| * staging: r8821ae: Enable build by reverting BROKEN markingLarry Finger2014-01-271-1/+0
| * staging: r8821ae: Fix build problemsLarry Finger2014-01-276-12/+17
| * Merge branch 'master' into staging-nextGreg Kroah-Hartman2014-01-2718-154/+99
| |\
| * | Staging: rtl8812ae: disable due to build errorsStephen Rothwell2014-01-271-0/+1
| * | Staging: rtl8821ae: add TODO fileGreg Kroah-Hartman2014-01-231-0/+10
| * | Staging: rtl8821ae: removed unused functions and variablesGreg Kroah-Hartman2014-01-234-354/+3
| * | Staging: rtl8821ae: rc.c: fix up function prototypesGreg Kroah-Hartman2014-01-231-0/+2
| * | Staging: rtl8812ae: Add Realtek 8821 PCI WIFI driverGreg Kroah-Hartman2014-01-2374-0/+72188
* | | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-01-3169-141/+24865
|\ \ \
| * | | [media] Staging: media: Fix line length exceeding 80 characters in as102_drv.cMonam Agarwal2014-01-151-1/+2
| * | | [media] Staging: media: Fix line length exceeding 80 characters in as102_fe.cMonam Agarwal2014-01-151-1/+2
| * | | [media] Staging: media: Fix quoted string split across line in as102_fe.cMonam Agarwal2014-01-151-4/+4
| * | | Revert "[media] go7007-usb: only use go->dev after allocated"Mauro Carvalho Chehab2014-01-151-9/+5
| * | | [media] lirc_parallel: avoid name conflict on mn10300 archMauro Carvalho Chehab2014-01-132-4/+4
| * | | [media] go7007-usb: only use go->dev after allocatedMauro Carvalho Chehab2014-01-131-5/+9
| * | | [media] solo6x10: fix broken PAL supportHans Verkuil2014-01-133-5/+6
| * | | [media] as102: fix leaks at failure paths in as102_usb_probe()Alexey Khoroshilov2014-01-071-1/+8
| * | | [media] [for,v3.14] sn9c102: fix build dependencyHans Verkuil2014-01-071-1/+1
| * | | [media] davinci-vpfe: fix compile errorHans Verkuil2014-01-071-0/+1
| * | | [media] fix coccinelle warningsFengguang Wu2014-01-071-1/+1
| * | | [media] fix coccinelle warningsFengguang Wu2014-01-071-5/+3
| * | | [media] vb2: return ENOBUFS in start_streaming in case of too few buffersHans Verkuil2014-01-071-0/+2
| * | | [media] radio-bcm2048: fix missing unlock on error in bcm2048_rds_fifo_receive()Wei Yongjun2014-01-071-0/+1
| * | | [media] v4l: omap4iss: Restore irq flags correctly in omap4iss_video_buffer_n...Dan Carpenter2014-01-021-2/+2
| * | | [media] v4l: omap4iss: use snprintf() to make smatch happyDan Carpenter2014-01-021-2/+1
| * | | [media] omap24xx/tcm825x: move to staging for future removalHans Verkuil2013-12-2011-0/+4735
| * | | [media] sn9c102: prepare for removal by moving it to stagingHans Verkuil2013-12-2022-0/+8746
| * | | [media] staging: media: davinci_vpfe: Rewrite return statement in vpfe_video.cLisa Nguyen2013-12-181-1/+1
| * | | [media] staging: media: davinci_vpfe: Remove spaces before semicolonsLisa Nguyen2013-12-183-4/+4
| * | | [media] v4l: omap4iss: resizer: Fix comment regarding bypass modeLaurent Pinchart2013-12-111-1/+3
| * | | [media] v4l: omap4iss: Cancel streaming when a fatal error occursLaurent Pinchart2013-12-115-3/+68
| * | | [media] v4l: omap4iss: csi2: Replace manual if statement with a subclk fieldLaurent Pinchart2013-12-112-8/+6
| * | | [media] v4l: omap4iss: Reset the ISS when the pipeline can't be stoppedLaurent Pinchart2013-12-114-0/+39
| * | | [media] v4l: omap4iss: Enable/disabling the ISP interrupts globallyLaurent Pinchart2013-12-115-36/+30
| * | | [media] v4l: omap4iss: Propagate stop timeouts from submodules to the driver ...Laurent Pinchart2013-12-115-13/+15
| * | | [media] v4l: omap4iss: Add enum_fmt_vid_cap ioctl supportLaurent Pinchart2013-12-111-0/+36
| * | | [media] v4l: omap4iss: Make __iss_video_get_format() return a v4l2_mbus_framefmtLaurent Pinchart2013-12-111-10/+15
| * | | [media] v4l: omap4iss: Add description field to iss_format_info structureLaurent Pinchart2013-12-112-19/+21
| * | | [media] v4l: omap4iss: Convert hexadecimal constants to lower caseLaurent Pinchart2013-12-113-233/+233
| * | | [media] v4l: omap4iss: resizer: Stop the whole resizer to avoid FIFO overflowsLaurent Pinchart2013-12-111-3/+5
| * | | [media] v4l: omap4iss: csi: Create and use register access functionsLaurent Pinchart2013-12-114-85/+76
| * | | [media] v4l: omap4iss: Create and use register access functionsLaurent Pinchart2013-12-115-224/+265
| * | | [media] v4l: omap4iss: csi2: Enable automatic ULP mode transitionLaurent Pinchart2013-12-111-2/+2
| * | | [media] v4l: omap4iss: ipipeif: Shift input data according to the input formatLaurent Pinchart2013-12-112-2/+4
| * | | [media] v4l: omap4iss: isif: Ignore VD0 interrupts when no buffer is availableLaurent Pinchart2013-12-111-0/+7
| * | | [media] v4l: omap4iss: Fix operators precedence in ternary operatorsLaurent Pinchart2013-12-114-23/+15
| * | | [media] v4l: omap4iss: Don't make IRQ debugging functions inlineLaurent Pinchart2013-12-111-2/+2
| * | | [media] v4l: omap4iss: Enhance IRQ debuggingLaurent Pinchart2013-12-111-34/+87
| * | | [media] v4l: omap4iss: isif: Define more VDINT registersLaurent Pinchart2013-12-112-4/+4
OpenPOWER on IntegriCloud