summaryrefslogtreecommitdiffstats
path: root/drivers/staging
Commit message (Expand)AuthorAgeFilesLines
* Merge 3.10-rc7 into usb-nextGreg Kroah-Hartman2013-06-243-3/+6
|\
| * Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-06-183-3/+6
| |\
| | * [media] staging/solo6x10: select the desired fontXiong Zhou2013-05-271-0/+1
| | * [media] drivers/staging: davinci: vpfe: fix dependency for building the driverLad, Prabhakar2013-05-271-1/+1
| | * [media] davinci: vpfe: fix error return code in vpfe_probe()Wei Yongjun2013-05-211-2/+4
* | | USB: serial: make minor allocation dynamicGreg Kroah-Hartman2013-06-171-8/+7
* | | USB: serial: ports: add minor and port numberGreg Kroah-Hartman2013-06-101-14/+7
|/ /
* | Merge tag 'staging-3.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-06-065-11/+14
|\ \
| * | staging: alarm-dev: information leak in alarm_compat_ioctl()Dan Carpenter2013-06-041-1/+3
| * | staging: alarm-dev: information leak in alarm_ioctl()Dan Carpenter2013-06-031-1/+3
| * | drivers: staging: zcache: fix compile errorBob Liu2013-05-303-6/+6
| * | staging: dwc2: fix value of dma_maskPaul Zimmerman2013-05-301-3/+2
* | | Merge remote-tracking branch 'pfdo/drm-fixes' into drm-nextDave Airlie2013-05-241-19/+2
|\ \ \ | |/ / |/| |
| * | drm/imx: use drm_send_vblank_event() helperRob Clark2013-05-221-19/+2
* | | Merge tag 'staging-3.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-05-2328-45/+488
|\ \ \
| * | | staging: dwc2: remove compile warning for USB_DWC2_TRACK_MISSED_SOFSPaul Zimmerman2013-05-222-2/+1
| * | | staging:iio:light:tsl2x7x: fix the error handling in tsl2x7x_probe()Wei Yongjun2013-05-221-4/+5
| * | | staging/iio/mxs-lradc: fix preenable for multiple buffersMichał Mirosław2013-05-221-3/+2
| * | | staging: imx-drm: imx-tve: Check the return value of 'regulator_enable()'Fabio Estevam2013-05-211-1/+3
| * | | staging: video: imx: Select VIDEOMODE_HELPERS for parallel displayMarek Vasut2013-05-211-0/+1
| * | | staging: ramster: add how-to documentDan Magenheimer2013-05-201-0/+366
| * | | staging: dwc2: Fix dma-enabled platform devices using a default dma_maskMatthijs Kooijman2013-05-171-0/+8
| * | | staging: vt6656: [bug] Fix missing spin lock in iwctl_siwpower.Malcolm Priestley2013-05-161-0/+6
| * | | staging: Swap zram and zsmalloc in KconfigJean Delvare2013-05-161-2/+2
| * | | staging: android: logger: use kuid_t instead of uid_tXiong Zhou2013-05-162-3/+3
| * | | staging: zcache: Fix incorrect module_param_array typesGeert Uytterhoeven2013-05-161-4/+4
| * | | staging/solo6x10: depend on CONFIG_FONTSArnd Bergmann2013-05-161-0/+1
| * | | staging/drm: imx: add missing dependenciesArnd Bergmann2013-05-161-0/+4
| * | | staging: ste_rmi4: Suppress 'ignoring return value of ‘regulator_enable()' ...Lee Jones2013-05-161-1/+5
| * | | staging: sep: fix driver build and kconfigRandy Dunlap2013-05-161-1/+1
| * | | staging: nvec: cleanup childs on removeMarc Dietrich2013-05-144-3/+19
| * | | staging: nvec: implement unregistering of notifiersMarc Dietrich2013-05-142-3/+16
| * | | staging: nvec: add missing module aliasesMarc Dietrich2013-05-142-0/+2
| * | | staging: nvec: remove inline marking of EXPORT_SYMBOL functionsDenis Efremov2013-05-131-1/+1
| * | | staging: comedi: complain if dma buffer allocation not supportedIan Abbott2013-05-131-0/+6
| * | | staging: comedi: ni_mio_common: only do counter commands for ni_pcimioIan Abbott2013-05-131-10/+10
| * | | staging: comedi: work without HAS_DMAIan Abbott2013-05-132-0/+15
| * | | staging: comedi: allow buffer resize if previous resize failedIan Abbott2013-05-131-3/+0
| * | | staging: comedi: ni_labpc: fix build when VIRT_TO_BUS is not definedH Hartley Sweeten2013-05-132-3/+6
| * | | staging: vt6656: use free_netdev instead of kfreeHema Prathaban2013-05-131-1/+1
* | | | Merge tag 'usb-3.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2013-05-232-2/+1
|\ \ \ \
| * | | | USB: remove remaining instances of USB_SUSPENDAlan Stern2013-05-151-1/+1
| * | | | usb: phy: remove CONFIG_USB_OTG_UTILS once morePaul Bolle2013-05-151-1/+0
| |/ / /
* | | | drivers/staging/nvec: don't check resource with devm_ioremap_resourceWolfram Sang2013-05-181-5/+0
* | | | drivers/staging/dwc2: don't check resource with devm_ioremap_resourceWolfram Sang2013-05-181-5/+0
|/ / /
* | | Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2013-05-096-7/+7
|\ \ \
| * | | Convert selectors of GENERIC_GPIO to GPIOLIBAlexandre Courbot2013-04-166-7/+7
* | | | Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2013-05-071-0/+1
|\ \ \ \
| * | | | aio: don't include aio.h in sched.hKent Overstreet2013-05-071-0/+1
* | | | | Merge tag 'soc-for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-05-071-3/+9
|\ \ \ \ \ | |/ / / / |/| | | |