summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/bcm63xx_wdt.c (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-22drm: Add HLG EOTFVille Syrjälä2-1/+3
2019-05-22drm: Enable HDR infoframe supportUma Shankar4-0/+295
2019-05-22drm: Parse HDR metadata info from EDIDUma Shankar1-0/+51
2019-05-22drm: Add reference counting on HDR metadata blobJonas Karlman1-0/+5
2019-05-22drm: Add HDR source metadata propertyUma Shankar6-0/+84
2019-05-22drm: panfrost: add optional bus_clockClément Péron2-0/+23
2019-05-22dt-bindings: gpu: add bus clock for Mali Midgard GPUsIcenowy Zheng1-0/+6
2019-05-22drm: remove prime sg_table cachingChristian König1-60/+17
2019-05-22dma-buf: start caching of sg_table objects v2Christian König2-2/+38
2019-05-22drm/gma500: drop drmp.h include from all .c filesSam Ravnborg38-147/+181
2019-05-22drm/gma500: drop use of DRM_UDELAY wrapperSam Ravnborg3-4/+4
2019-05-22drm/gma500: make local header files more self-containedSam Ravnborg6-0/+13
2019-05-22drm/gma500: drop drmP.h from header filesSam Ravnborg15-14/+26
2019-05-22drm/gma500: remove empty gma_drm.h header fileSam Ravnborg10-34/+9
2019-05-22drm: Assert that BO is locked in drm_gem_vram_{pin, unpin}_locked()Thomas Zimmermann1-0/+4
2019-05-22drm: Rename reserve/unreserve to lock/unlock in GEM VRAM helpersThomas Zimmermann6-58/+56
2019-05-22drm: Replace drm_gem_vram_push_to_system() with kunmap + unpinThomas Zimmermann5-62/+20
2019-05-22dt-bindings: gpu: add #cooling-cells property to the ARM Mali Midgard GPU bin...Matthias Kaehlcke1-0/+3
2019-05-22drm/scheduler: Fix job cleanup without timeout handlerErico Nunes1-1/+2
2019-05-21drm/fourcc: Fix the parameters name in the documentationMaxime Ripard1-2/+2
2019-05-21MAINTAINERS: drop Jerry as TTM maintainerChristian König1-1/+0
2019-05-21drm/lima: add timeout to drm scheduler initErico Nunes2-8/+5
2019-05-21drm/bochs: Fix connector leak during driver unloadSam Bobroff1-0/+2
2019-05-20drm/bochs: fix ptr_ret.cocci warningskbuild test robot1-4/+1
2019-05-20drm: Remove users of drm_format_info_plane_cppMaxime Ripard17-34/+17
2019-05-20drm: Replace instances of drm_format_info by drm_get_format_infoMaxime Ripard3-4/+4
2019-05-20drm/fourcc: Pass the format_info pointer to drm_format_plane_width/heightMaxime Ripard3-56/+50
2019-05-20drm/fourcc: Pass the format_info pointer to drm_format_plane_cppMaxime Ripard18-38/+42
2019-05-20drm: Remove users of drm_format_(horz|vert)_chroma_subsamplingMaxime Ripard13-112/+38
2019-05-20drm: Remove users of drm_format_num_planesMaxime Ripard14-37/+32
2019-05-20drm/rockchip: Change the scl_vop_cal_scl_fac to pass drm_format_infoMaxime Ripard1-7/+4
2019-05-20drm/bridge: Remove duplicate headerSabyasachi Gupta1-2/+1
2019-05-17drm: Reserve/unreserve GEM VRAM BOs from within pin/unpin functionsThomas Zimmermann5-75/+45
2019-05-17drm: Add drm_gem_vram_{pin/unpin}_reserved() and convert mgag200Thomas Zimmermann3-8/+88
2019-05-17drm/stm: dsi: add regulator supportYannick Fertré1-11/+49
2019-05-17dt-bindings: display: stm32: add supply property to DSI controllerYannick Fertré1-0/+3
2019-05-16drm: Fix drm.h uapi header for GNU/kFreeBSDJames Clarke1-0/+1
2019-05-16drm/v3d: Fix and extend MMU error handling.Eric Anholt5-7/+37
2019-05-16drm/v3d: Dump V3D error debug registers in debugfs, and one at reset.Eric Anholt3-1/+46
2019-05-16drm/v3d: Set the correct DMA mask according to the MMU's limits.Eric Anholt3-1/+14
2019-05-16drm/v3d: Fix debugfs reads of MMU regs.Eric Anholt1-3/+4
2019-05-16drm/doc: Document expectation that userspace review looks at kernel uAPI.Eric Anholt1-1/+3
2019-05-16drm/doc: Allow new UAPI to be used once it's in drm-next/drm-misc-next.Eric Anholt1-3/+3
2019-05-16drm/fb-helper: Fix drm_fb_helper_hotplug_event() NULL ptr argumentNoralf Trønnes1-3/+2
2019-05-16drm/sun4i: sun6i_mipi_dsi: Support DSI GENERIC_SHORT_WRITE_2 transferJagan Teki1-0/+1
2019-05-15drm/hisilicon: Convert hibmc-drm driver to VRAM MMThomas Zimmermann4-145/+12
2019-05-15drm/hisilicon: Convert hibmc-drm driver to |struct drm_gem_vram_object|Thomas Zimmermann6-248/+44
2019-05-15drm/vboxvideo: Convert vboxvideo driver to VRAM MMThomas Zimmermann5-165/+13
2019-05-15drm/vboxvideo: Convert vboxvideo driver to |struct drm_gem_vram_object|Thomas Zimmermann7-372/+45
2019-05-15drm/mgag200: Replace mapping code with drm_gem_vram_{kmap/kunmap}()Thomas Zimmermann4-32/+37