aboutsummaryrefslogtreecommitdiff
path: root/include/linux/platform_data/omapdss.h
AgeCommit message (Collapse)AuthorFilesLines
2017-06-02drm: omapdrm: Remove unused default display name supportLaurent Pinchart1-1/+0
The default display name is both unused and never set by platform data. Remove default display name module parameter, platform data field and runtime infrastructure. Signed-off-by: Laurent Pinchart <[email protected]> Acked-by: Bartlomiej Zolnierkiewicz <[email protected]> Reviewed-by: Tomi Valkeinen <[email protected]> Signed-off-by: Tomi Valkeinen <[email protected]>
2016-06-03platform_data: omapdss: Remove unused members from omap_dss_board_infoPeter Ujfalusi1-5/+0
The num_devices, **devices and *default_device is leftover from the past. They can be removed as they are no used. Signed-off-by: Peter Ujfalusi <[email protected]>
2016-06-03video/platform_data: omapdss: Create new header file for platform dataPeter Ujfalusi1-0/+42
Create a new header file for platform data used by omapdss. Signed-off-by: Peter Ujfalusi <[email protected]>