summaryrefslogtreecommitdiffstats
path: root/drivers/staging
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'staging-4.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-02-225-20/+49
|\
| * Merge tag 'iio-fixes-for-4.16a' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2018-02-202-11/+20
| |\
| | * staging: iio: ad5933: switch buffer mode to softwareAlexandru Ardelean2018-01-281-3/+1Star
| | * staging: iio: adc: ad7192: fix external frequency settingAlexandru Ardelean2018-01-281-8/+19
| * | staging: android: ion: Zero CMA allocated memoryLiam Mark2018-02-161-0/+17
| * | staging: android: ashmem: Fix a race condition in pin ioctlsBen Hutchings2018-02-161-8/+11
| * | staging: fsl-mc: fix build testing on x86Arnd Bergmann2018-02-161-1/+1
* | | irqchip/gic-v3: Ignore disabled ITS nodesStephen Boyd2018-02-161-0/+2
|/ /
* | vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-1111-24/+24
* | Merge tag 'kbuild-v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2018-02-102-2/+0Star
|\ \
| * | Staging: rtl8192e: kconfig: Remove blank help textUlf Magnusson2018-02-021-1/+0Star
| * | Staging: rtl8192u: kconfig: Remove blank help textUlf Magnusson2018-02-021-1/+0Star
* | | Merge tag 'pm-part2-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-02-091-2/+2
|\ \ \
| * | | cpufreq: Add and use cpufreq_for_each_{valid_,}entry_idx()Dominik Brodowski2018-02-081-2/+2
* | | | Merge tag 'media/v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2018-02-0649-2767/+2281Star
|\ \ \ \ | |_|/ / |/| | |
| * | | media: staging: tegra-vde: select DMA_SHARED_BUFFERArnd Bergmann2018-01-231-0/+1
| * | | media: staging: use tabs instead of spaces at Kconfig and davinciMauro Carvalho Chehab2018-01-042-12/+12
| * | | Merge tag 'v4.15-rc6' into patchworkMauro Carvalho Chehab2018-01-036-22/+26
| |\ \ \
| * | | | media: imx: fix breakages when compiling for armMauro Carvalho Chehab2017-12-291-2/+2
| * | | | media: v4l2-async: simplify v4l2_async_subdev structureMauro Carvalho Chehab2017-12-291-2/+2
| * | | | media: staging: atomisp: Fix DMI matching entry for MRD7Andy Shevchenko2017-12-291-1/+2
| * | | | media: staging: atomisp: Use standard DMI match tableAndy Shevchenko2017-12-291-39/+70
| * | | | media: staging: atomisp: Unexport local functionAndy Shevchenko2017-12-292-4/+2Star
| * | | | media: staging: atomisp: Remove redundant PCI codeAndy Shevchenko2017-12-292-9/+0Star
| * | | | media: staging: atomisp: Switch to use struct device_driver directlyAndy Shevchenko2017-12-293-15/+11Star
| * | | | media: staging: atomisp: Remove non-ACPI leftoversAndy Shevchenko2017-12-299-93/+49Star
| * | | | media: staging: atomisp: Disable custom format for nowAndy Shevchenko2017-12-293-1/+8
| * | | | media: staging: atomisp: lm3554: Fix control valuesAndy Shevchenko2017-12-291-5/+5
| * | | | media: staging: atomisp: Remove duplicate NULL-checkAndy Shevchenko2017-12-291-2/+2
| * | | | media: staging: atomisp: Don't leak GPIO resources if clk_get() failedAndy Shevchenko2017-12-291-2/+2
| * | | | media: staging: atomisp2: replace DEVICE_ATTR with DEVICE_ATTR_ROAishwarya Pant2017-12-291-4/+4
| * | | | media: Staging: media: atomisp: made function staticSergiy Redko2017-12-291-0/+1
| * | | | media: staging: fix indentation in atomisp-ov5693Riccardo Schirone2017-12-291-1/+1
| * | | | media: staging: improves comparisons readability in atomisp-ov5693Riccardo Schirone2017-12-291-5/+5
| * | | | media: staging: improve comments usage in atomisp-ov5693Riccardo Schirone2017-12-291-13/+25
| * | | | media: staging: add missing blank line after declarations in atomisp-ov5693Riccardo Schirone2017-12-291-0/+13
| * | | | media: atomisp: deprecate pci_get_bus_and_slot()Sinan Kaya2017-12-291-1/+1
| * | | | media: staging: atomisp: convert timestamps to ktime_tArnd Bergmann2017-12-293-13/+9Star
| * | | | media: staging: atomisp: fixes for "symbol was not declared. Should it be sta...Jeremy Sowden2017-12-291-12/+12
| * | | | media: staging: atomisp: fix for sparse "using plain integer as NULL pointer"...Jeremy Sowden2017-12-291-1/+1
| * | | | media: move dvb kAPI headers to include/mediaMauro Carvalho Chehab2017-12-282-2/+1Star
| * | | | Merge branch 'docs-next' of git://git.lwn.net/linux into patchworkMauro Carvalho Chehab2017-12-227-30/+28Star
| |\ \ \ \
| * | | | | media: staging/imx: update TODOSteve Longerbeam2017-12-151-12/+51
| * | | | | media: staging/imx: reorder function prototypesSteve Longerbeam2017-12-151-9/+12
| * | | | | media: staging/imx: convert static vdev lists to list_headSteve Longerbeam2017-12-154-66/+68
| * | | | | media: staging/imx: remove static subdev arraysSteve Longerbeam2017-12-157-218/+216Star
| * | | | | media: staging/imx: pass fwnode handle to find/add async subdevSteve Longerbeam2017-12-153-16/+15Star
| * | | | | media: staging/imx: remove devname string from imx_media_subdevSteve Longerbeam2017-12-152-4/+1Star
| * | | | | media: staging/imx: of: allow for recursing downstreamSteve Longerbeam2017-12-153-88/+21Star
| * | | | | media: staging/imx: remove static media link arraysSteve Longerbeam2017-12-154-296/+281Star