summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* drm: Use vsnprintf extension %phJoe Perches2017-05-312-40/+18
* drm/pl111: select DRM_PANELArnd Bergmann2017-05-311-0/+1
* drm/bridge: analogix-anx78xx: Use bridge->mode_valid() callbackJose Abreu2017-05-301-7/+7
* drm: Use mode_valid() in atomic modesetJose Abreu2017-05-301-3/+73
* drm: Use new mode_valid() helpers in connector probe helperJose Abreu2017-05-301-4/+63
* drm: Introduce drm_bridge_mode_valid()Jose Abreu2017-05-301-0/+33
* drm: Add drm_{crtc/encoder/connector}_mode_valid()Jose Abreu2017-05-302-0/+50
* drm: Remove drm_device->virtdevDaniel Vetter2017-05-292-3/+2
* drm/vc4: use drm_for_each_connector_iter()Gustavo Padovan2017-05-261-1/+5
* drm/nouveau: use drm_for_each_connector_iter()Gustavo Padovan2017-05-261-1/+4
* drm/mediatek: use drm_for_each_connector_iter()Gustavo Padovan2017-05-261-1/+4
* drm/i915: use drm_for_each_connector_iter()Gustavo Padovan2017-05-261-1/+4
* drm/rockchip: use drm_for_each_connector_iter()Gustavo Padovan2017-05-261-5/+6
* drm/exynos: use drm_for_each_connector_iter()Gustavo Padovan2017-05-261-6/+8
* dma-buf/sync-file: Defer creation of sync_file->nameChris Wilson2017-05-242-8/+35
* gpu: drm: gma500: remove two more dead variableArnd Bergmann2017-05-231-2/+0
* drm/stm: ltdc: fix duplicated argumentsPhilippe CORNU2017-05-231-1/+1
* drm/pl111: Fix return value check in pl111_amba_probe()Wei Yongjun2017-05-221-2/+2
* drm/amd: include <linux/delay.h> instead of "linux/delay.h"Masahiro Yamada2017-05-226-12/+16
* drm: Add DRM_MODE_ROTATE_ and DRM_MODE_REFLECT_ to UAPIRobert Foss2017-05-2223-151/+152
* drm/vgem: Fix return value check in vgem_init()Wei Yongjun2017-05-221-2/+2
* drm/blend: Fix comment typ-oRobert Foss2017-05-221-1/+1
* drm/stm: remove unneeded -Iinclude/drm compiler flagMasahiro Yamada2017-05-221-2/+0
* drm/vc4: fix include notation and remove -Iinclude/drm flagMasahiro Yamada2017-05-2211-65/+62
* drm/pl111: Add a debugfs node to dump our registers.Eric Anholt2017-05-194-0/+64
* drm/pl111: make structure mode_config_funcs staticColin Ian King2017-05-191-1/+1
* drm/pl111: make structure pl111_display_funcs staticColin Ian King2017-05-191-1/+1
* drm/pl111: Register the clock divider and use it.Eric Anholt2017-05-194-24/+158
* drm: drop drm_[cm]alloc* helpersMichal Hocko2017-05-1825-121/+128
* gpu: host1x: select IOMMU_IOVAArnd Bergmann2017-05-181-0/+1
* Merge remote-tracking branch 'airlied/drm-next' into drm-misc-nextSean Paul2017-05-185538-131033/+646539
|\
| * Merge tag 'drm-misc-next-2017-05-16' of git://anongit.freedesktop.org/git/drm...Dave Airlie2017-05-1887-780/+4409
| |\
| * \ Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2017-05-135-7/+445
| |\ \
| | * | Input: cros_ec_keyb - remove extraneous 'const'Arnd Bergmann2017-05-111-1/+1
| | * | Input: add support for PlayStation 1/2 joypads connected via SPITomohiro Yoshidomi2017-05-103-0/+423
| | * | Input: xpad - add USB IDs for Mad Catz Brawlstick and Razer SabertoothBenjamin Valentin2017-05-071-0/+2
| | * | Input: xpad - sync supported devices with xboxdrvBenjamin Valentin2017-05-071-0/+13
| | * | Input: xpad - sort supported devices by USB IDBenjamin Valentin2017-05-071-6/+6
| * | | Merge tag 'upstream-4.12-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2017-05-133-10/+159
| |\ \ \
| | * | | ubi: Add debugfs file for tracking PEB stateBen Shelton2017-05-081-1/+125
| | * | | ubi: fastmap: Fix slab corruptionRabin Vincent2017-05-081-4/+29
| | * | | ubi: Make mtd parameter readableAndy Shevchenko2017-05-081-1/+1
| | * | | ubi: Fix section mismatchAndy Shevchenko2017-05-081-4/+4
| * | | | Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-05-128-57/+166
| |\ \ \ \
| | * | | | libnvdimm, btt: ensure that initializing metadata clears poisonVishal Verma2017-05-101-7/+47
| | * | | | libnvdimm: add an atomic vs process context flag to rw_bytesVishal Verma2017-05-106-37/+46
| | * | | | device-dax: kill NR_DEV_DAXDan Williams2017-05-092-13/+3
| | * | | | block, dax: move "select DAX" from BLOCK to FS_DAXDan Williams2017-05-081-0/+70
| | * | | | device-dax: Tell kbuild DEV_DAX_PMEM depends on DEV_DAXMike Galbraith2017-05-081-1/+1
| * | | | | Merge tag 'for-v4.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/...Linus Torvalds2017-05-1215-172/+945
| |\ \ \ \ \