summaryrefslogtreecommitdiffstats
path: root/drivers/staging
Commit message (Expand)AuthorAgeFilesLines
* drm: drop _mode_ from drm_mode_connector_attach_encoderDaniel Vetter2018-07-131-1/+1
* drm: drop _mode_ from update_edit_property()Daniel Vetter2018-07-131-1/+1
* Merge v4.18-rc3 into drm-nextDave Airlie2018-07-043-2/+3
|\
| * Merge tag 'staging-4.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-07-012-2/+2
| |\
| | * staging: android: ion: Return an ERR_PTR in ion_map_kernelLaura Abbott2018-06-251-1/+1
| | * staging: comedi: quatech_daqp_cs: fix no-op loop daqp_ao_insn_write()Dan Carpenter2018-06-251-1/+1
| * | staging/typec: fix tcpci_rt1711h build errorsRandy Dunlap2018-06-251-0/+1
| |/
* | Merge tag 'drm-misc-next-2018-06-21' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2018-06-221-4/+2Star
|\ \ | |/ |/|
| * staging: android: ion: fix ion_dma_buf_attach signaturChristian König2018-06-211-2/+2
| * Merge drm-upstream/drm-next into drm-misc-nextGustavo Padovan2018-06-201-1/+1
| |\
| * | dma-buf: remove kmap_atomic interfaceChristian König2018-06-201-2/+0Star
* | | media: v4l: fix broken video4linux docs locationsMauro Carvalho Chehab2018-06-151-1/+1
* | | docs: Fix some broken referencesMauro Carvalho Chehab2018-06-151-1/+1
* | | docs: fix broken references with multiple hintsMauro Carvalho Chehab2018-06-151-1/+1
* | | treewide: Use array_size() in vzalloc()Kees Cook2018-06-133-4/+4
* | | treewide: Use array_size() in vmalloc()Kees Cook2018-06-135-6/+9
* | | treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-133-12/+20
* | | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-133-4/+4
* | | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-133-5/+6
* | | Merge tag 'backlight-next-4.18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-06-112-2/+3
|\ \ \
| * | | staging: fbtft: Stop using BL_CORE_DRIVER1Daniel Vetter2018-04-302-2/+3
* | | | Merge tag 'staging-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-06-09919-226862/+11714Star
|\ \ \ \
| * | | | staging: ipx: delete it from the treeGreg Kroah-Hartman2018-06-0510-2865/+0Star
| * | | | staging: ncpfs: delete itGreg Kroah-Hartman2018-06-0521-6874/+0Star
| * | | | staging: lustre: delete the filesystem from the tree.Greg Kroah-Hartman2018-06-05306-195262/+0Star
| * | | | staging: vc04_services: no need to save the log debufs dentriesGreg Kroah-Hartman2018-06-011-19/+10Star
| * | | | staging: vc04_services: vchiq_debugfs_log_entry can be a void *Greg Kroah-Hartman2018-06-011-4/+4
| * | | | staging: vc04_services: remove struct vchiq_debugfs_infoGreg Kroah-Hartman2018-06-011-13/+1Star
| * | | | staging: vc04_services: move client dbg directory into static variableGreg Kroah-Hartman2018-06-011-14/+4Star
| * | | | staging: vc04_services: remove odd vchiq_debugfs_top() wrapperGreg Kroah-Hartman2018-06-011-16/+8Star
| * | | | staging: vc04_services: no need to check debugfs return valuesGreg Kroah-Hartman2018-06-013-74/+15Star
| * | | | staging: mt7621-gpio: reorder includes alphabeticallySergio Paracuellos2018-06-011-4/+4
| * | | | staging: mt7621-gpio: change gc_map to don't use pointersSergio Paracuellos2018-06-011-10/+7Star
| * | | | staging: mt7621-gpio: use GPIOF_DIR_OUT and GPIOF_DIR_IN macros instead of cu...Sergio Paracuellos2018-06-011-1/+2
| * | | | staging: mt7621-gpio: change 'to_mediatek_gpio' to make just a one line returnSergio Paracuellos2018-06-011-7/+3Star
| * | | | staging: mt7621-gpio: dt-bindings: update documentation for #interrupt-cells ...Sergio Paracuellos2018-06-011-2/+8
| * | | | staging: mt7621-gpio: update #interrupt-cells for the gpio nodeSergio Paracuellos2018-06-012-3/+3
| * | | | staging: mt7621-gpio: dt-bindings: complete documentation for the gpioSergio Paracuellos2018-06-011-5/+9
| * | | | staging: mt7621-dts: add missing properties to gpio nodeSergio Paracuellos2018-06-011-0/+2
| * | | | staging: mt7621-gpio: change lock place in irq mask and unmask functionsSergio Paracuellos2018-06-011-4/+2Star
| * | | | staging: mt7621-gpio: avoid locking in mediatek_gpio_get_directionSergio Paracuellos2018-06-011-6/+1Star
| * | | | staging: mt7621-gpio: fix masks for gpio pinSergio Paracuellos2018-06-011-5/+6
| * | | | staging: mt7621-gpio: use module_platform_driver() instead subsys initcallSergio Paracuellos2018-06-011-7/+1Star
| * | | | staging: mt7621-gpio: rename MTK_MAX_BANK into MTK_BANK_CNTSergio Paracuellos2018-06-011-5/+5
| * | | | staging: mt7621-mmc: Fix line size exceeding 80 columnsSankalp Negi2018-06-011-1/+2
| * | | | staging: rtl8192e: Correct indentation of switch statements - coding styleJohn Whitmore2018-06-011-24/+24
| * | | | staging: rtl8192e: correct position of '{', '}', '(' and ')' - coding styleJohn Whitmore2018-06-011-138/+79Star
| * | | | staging: rtl8192e: Add spaces where required by coding standardJohn Whitmore2018-06-011-63/+63
| * | | | staging: lustre: get rid of ldebugfs_remove()Greg Kroah-Hartman2018-06-0111-58/+22Star
| * | | | staging: lustre: make ldebugfs_add_vars a void functionGreg Kroah-Hartman2018-06-018-94/+27Star