summaryrefslogtreecommitdiffstats
path: root/drivers/staging
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Merge v4.20-rc4 into drm-nextDave Airlie2018-11-292-1/+2
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| * | | | | | Merge tag 'drm-misc-next-2018-11-28' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2018-11-291-1/+0
| |\ \ \ \ \ \
| | * | | | | | drm: Improve dumb callback docsDaniel Vetter2018-11-271-1/+0
| | | |/ / / / | | |/| | | |
| * | | | | | drm/ttm: initialize globals during device init (v2)Christian König2018-11-052-41/+1
| * | | | | | drm/ttm: use a static ttm_mem_global instanceChristian König2018-11-052-25/+0
| * | | | | | drm/ttm: Rename ttm_bo_global_{init,release}() to ttm_bo_global_ref_{,}()Thomas Zimmermann2018-11-051-2/+2
| |/ / / / /
* | | | | | Merge tag 'media/v4.20-5' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2018-12-122-2/+3
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | media: Add a Kconfig option for the Request APISakari Ailus2018-12-051-0/+1
| * | | | | media: cedrus: Fix a NULL vs IS_ERR() checkDan Carpenter2018-12-031-2/+2
* | | | | | Merge tag 'staging-4.20-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-12-093-3/+3
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Revert commit ef9209b642f "staging: rtl8723bs: Fix indenting errors and an of...Young Xiao2018-12-051-1/+1
| * | | | | staging: rtl8712: Fix possible buffer overrunYoung Xiao2018-12-052-2/+2
| | |_|_|/ | |/| | |
* | | | | Merge tag 'media/v4.20-4' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2018-12-031-0/+5
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | / media: cedrus: add action item to the TODOHans Verkuil2018-11-201-0/+5
| | |/ | |/|
* | | Merge tag 'staging-4.20-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-11-3010-38/+48
|\ \ \ | |/ / |/| |
| * | staging: vchiq_arm: fix compat VCHIQ_IOC_AWAIT_COMPLETIONBen Wolsieffer2018-11-111-1/+6
| * | staging: mt7621-pinctrl: fix uninitialized variable ngroupsColin Ian King2018-11-111-1/+1
| * | staging: rtl8723bs: Add missing return for cfg80211_rtw_get_stationLarry Finger2018-11-091-1/+1
| * | staging: most: use format specifier "%s" in snprintfColin Ian King2018-11-091-1/+1
| * | staging: rtl8723bs: Fix incorrect sense of ether_addr_equalLarry Finger2018-11-071-2/+2
| * | staging: mt7621-dma: fix potentially dereferencing uninitialized 'tx_desc'Sergio Paracuellos2018-11-071-1/+2
| * | staging: comedi: clarify/unify macros for NI macro-defined terminalsSpencer E. Olson2018-11-071-18/+21
| * | drivers: staging: cedrus: find ctx before dereferencing it ctxColin Ian King2018-11-071-11/+11
| * | staging: rtl8723bs: Fix the return value in case of error in 'rtw_wx_read32()'Christophe JAILLET2018-11-071-1/+1
| * | staging: comedi: ni_mio_common: scale ao INSN_CONFIG_GET_CMD_TIMING_CONSTRAINTSSpencer E. Olson2018-11-071-1/+2
| |/
* | media: dm365_ipipeif: better annotate a fall thoughMauro Carvalho Chehab2018-11-061-0/+1
* | media: Rename vb2_m2m_request_queue -> v4l2_m2m_request_queueEzequiel Garcia2018-11-061-1/+1
|/
* Merge tag 'media/v4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2018-10-3121-8/+2154
|\
| * media: platform: Add Cedrus VPU decoder driverPaul Kocialkowski2018-09-2417-0/+2148
| * media: videobuf2-v4l2: integrate with media requestsHans Verkuil2018-08-312-2/+4
| * media: davinci_vpfe: remove bogus vb2->state checkHans Verkuil2018-08-311-4/+0
| * media: v4l2-ctrls: v4l2_ctrl_add_handler: add from_other_devHans Verkuil2018-08-312-2/+2
* | mm: remove CONFIG_HAVE_MEMBLOCKMike Rapoport2018-10-311-1/+1
* | Merge tag 'media/v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2018-10-2937-369/+205
|\ \
| * | media: v4l: fwnode: Initialise the V4L2 fwnode endpoints to zeroSakari Ailus2018-10-041-4/+4
| * | media: v4l: mediabus: Recognise CSI-2 D-PHY and C-PHYSakari Ailus2018-10-043-3/+3
| * | media: staging/imx: TODO: Remove one assumption about OF graph parsingSteve Longerbeam2018-10-041-22/+7
| * | media: staging/imx: Switch to v4l2_async_notifier_add_*_subdevSteve Longerbeam2018-10-043-94/+36
| * | media: staging/imx: Rename root notifierSteve Longerbeam2018-10-042-8/+8
| * | media: staging/imx: Loop through all registered subdevs for media linksSteve Longerbeam2018-10-041-10/+6
| * | media: staging/imx: of: Remove recursive graph walkSteve Longerbeam2018-10-041-98/+8
| * | media: imx: mipi csi-2: Register a subdev notifierSteve Longerbeam2018-10-041-17/+14
| * | media: imx: csi: Register a subdev notifierSteve Longerbeam2018-10-041-1/+56
| * | media: zoran: fix spelling mistake "queing" -> "queuing"Colin Ian King2018-10-041-1/+1
| * | media: imx: use well defined 32-bit RGB pixel formatPhilipp Zabel2018-10-041-2/+2
| * | media: v4l: Remove support for crop default target in subdev driversSakari Ailus2018-10-032-2/+0
| * | media: imx: work around false-positive warning, againArnd Bergmann2018-09-241-1/+4
| * | media: staging: media: omap4iss: Added SPDX license identifiersDaniel Graefe2018-09-1217-75/+20
| * | media: replace strcpy() by strscpy()Mauro Carvalho Chehab2018-09-113-3/+4
| * | media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab2018-09-1115-28/+28