summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/panel/panel-raspberrypi-touchscreen.c
Commit message (Expand)AuthorAgeFilesLines
* drm/panel: Do not include <linux/fb.h>Thomas Zimmermann2023-01-131-1/+0
* drm/panel: raspberrypi-touchscreen: Convert to i2c's .probe_new()Uwe Kleine-König2023-01-101-3/+2
* i2c: Make remove callback return voidUwe Kleine-König2022-08-161-3/+1
* drm: Remove linux/media-bus-format.h from drm_crtc.hVille Syrjälä2022-07-051-0/+1
* drm/panel/raspberrypi-touchscreen: Initialise the bridge in prepareDave Stevenson2022-04-201-2/+9
* drm/panel/raspberrypi-touchscreen: Avoid NULL deref if not initialisedDave Stevenson2022-04-201-1/+1
* drm/panel: raspberrypi-touchscreen: Prevent double-freeMaxime Ripard2021-07-221-1/+0
* drm/panel/panel-raspberrypi-touchscreen: Demote kernel-doc abuseLee Jones2021-06-031-1/+1
* drm/panel: remove return value of function drm_panel_addBernard Zhao2020-08-021-4/+2
* drm: Nuke mode->vrefreshVille Syrjälä2020-05-271-2/+2
* drm/panel: drop drm_device from drm_panelSam Ravnborg2019-12-091-3/+2
* drm/panel: add drm_connector argument to get_modes()Sam Ravnborg2019-12-091-2/+2
* drm/panel: rpi: Drop unused GPIO includesLinus Walleij2019-12-031-2/+0
* drm/panel: Add and fill drm_panel type fieldLaurent Pinchart2019-09-081-1/+2
* drm/panel: Initialise panel dev and funcs through drm_panel_init()Laurent Pinchart2019-08-241-3/+1
* drm/panel: Add missing drm_panel_init() in panel driversLaurent Pinchart2019-08-241-0/+1
* drm/panel: check failure cases in the probe funcNavid Emamdoost2019-07-261-0/+13
* drm/panel: drop drmP.h usageSam Ravnborg2019-05-281-2/+2
* drm/panel: Remove duplicate headerSouptick Joarder2019-04-231-1/+0
* drm/panel: Enable DSI transactions on the RPi panel.Eric Anholt2018-04-301-13/+1
* drm/panel: rpi-touchscreen: propagate errors in rpi_touchscreen_i2c_read()Dan Carpenter2017-10-301-1/+1
* drm/panel: Add support for the Raspberry Pi 7" Touchscreen.Eric Anholt2017-10-061-0/+514