Searched hist:d11e5c827a4dbbb4174087669e3c7d231570985b (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/drivers/gpu/drm/omapdrm/dss/ |
H A D | pll.c | diff d11e5c827a4dbbb4174087669e3c7d231570985b Sun Feb 11 07:07:34 CST 2018 Laurent Pinchart <laurent.pinchart@ideasonboard.com> drm: omapdrm: Use unsigned int type
The kernel favours 'unsigned int' over plain 'unsigned'. Replace all occurences of the latter by the former. This avoid lots of checkpatch complaints in patches that touch lines where a plain 'unsigned' is used.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
|
H A D | hdmi_phy.c | diff d11e5c827a4dbbb4174087669e3c7d231570985b Sun Feb 11 07:07:34 CST 2018 Laurent Pinchart <laurent.pinchart@ideasonboard.com> drm: omapdrm: Use unsigned int type
The kernel favours 'unsigned int' over plain 'unsigned'. Replace all occurences of the latter by the former. This avoid lots of checkpatch complaints in patches that touch lines where a plain 'unsigned' is used.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
|
H A D | hdmi_wp.c | diff d11e5c827a4dbbb4174087669e3c7d231570985b Sun Feb 11 07:07:34 CST 2018 Laurent Pinchart <laurent.pinchart@ideasonboard.com> drm: omapdrm: Use unsigned int type
The kernel favours 'unsigned int' over plain 'unsigned'. Replace all occurences of the latter by the former. This avoid lots of checkpatch complaints in patches that touch lines where a plain 'unsigned' is used.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
|
H A D | hdmi5_core.c | diff d11e5c827a4dbbb4174087669e3c7d231570985b Sun Feb 11 07:07:34 CST 2018 Laurent Pinchart <laurent.pinchart@ideasonboard.com> drm: omapdrm: Use unsigned int type
The kernel favours 'unsigned int' over plain 'unsigned'. Replace all occurences of the latter by the former. This avoid lots of checkpatch complaints in patches that touch lines where a plain 'unsigned' is used.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
|
H A D | dss.h | diff d11e5c827a4dbbb4174087669e3c7d231570985b Sun Feb 11 07:07:34 CST 2018 Laurent Pinchart <laurent.pinchart@ideasonboard.com> drm: omapdrm: Use unsigned int type
The kernel favours 'unsigned int' over plain 'unsigned'. Replace all occurences of the latter by the former. This avoid lots of checkpatch complaints in patches that touch lines where a plain 'unsigned' is used.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
|
H A D | dpi.c | diff d11e5c827a4dbbb4174087669e3c7d231570985b Sun Feb 11 07:07:34 CST 2018 Laurent Pinchart <laurent.pinchart@ideasonboard.com> drm: omapdrm: Use unsigned int type
The kernel favours 'unsigned int' over plain 'unsigned'. Replace all occurences of the latter by the former. This avoid lots of checkpatch complaints in patches that touch lines where a plain 'unsigned' is used.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
|
H A D | hdmi5.c | diff d11e5c827a4dbbb4174087669e3c7d231570985b Sun Feb 11 07:07:34 CST 2018 Laurent Pinchart <laurent.pinchart@ideasonboard.com> drm: omapdrm: Use unsigned int type
The kernel favours 'unsigned int' over plain 'unsigned'. Replace all occurences of the latter by the former. This avoid lots of checkpatch complaints in patches that touch lines where a plain 'unsigned' is used.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
|
H A D | hdmi4.c | diff d11e5c827a4dbbb4174087669e3c7d231570985b Sun Feb 11 07:07:34 CST 2018 Laurent Pinchart <laurent.pinchart@ideasonboard.com> drm: omapdrm: Use unsigned int type
The kernel favours 'unsigned int' over plain 'unsigned'. Replace all occurences of the latter by the former. This avoid lots of checkpatch complaints in patches that touch lines where a plain 'unsigned' is used.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
|
H A D | omapdss.h | diff d11e5c827a4dbbb4174087669e3c7d231570985b Sun Feb 11 07:07:34 CST 2018 Laurent Pinchart <laurent.pinchart@ideasonboard.com> drm: omapdrm: Use unsigned int type
The kernel favours 'unsigned int' over plain 'unsigned'. Replace all occurences of the latter by the former. This avoid lots of checkpatch complaints in patches that touch lines where a plain 'unsigned' is used.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
|
H A D | dss.c | diff d11e5c827a4dbbb4174087669e3c7d231570985b Sun Feb 11 07:07:34 CST 2018 Laurent Pinchart <laurent.pinchart@ideasonboard.com> drm: omapdrm: Use unsigned int type
The kernel favours 'unsigned int' over plain 'unsigned'. Replace all occurences of the latter by the former. This avoid lots of checkpatch complaints in patches that touch lines where a plain 'unsigned' is used.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
|
H A D | dispc.c | diff d11e5c827a4dbbb4174087669e3c7d231570985b Sun Feb 11 07:07:34 CST 2018 Laurent Pinchart <laurent.pinchart@ideasonboard.com> drm: omapdrm: Use unsigned int type
The kernel favours 'unsigned int' over plain 'unsigned'. Replace all occurences of the latter by the former. This avoid lots of checkpatch complaints in patches that touch lines where a plain 'unsigned' is used.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
|
H A D | dsi.c | diff d11e5c827a4dbbb4174087669e3c7d231570985b Sun Feb 11 07:07:34 CST 2018 Laurent Pinchart <laurent.pinchart@ideasonboard.com> drm: omapdrm: Use unsigned int type
The kernel favours 'unsigned int' over plain 'unsigned'. Replace all occurences of the latter by the former. This avoid lots of checkpatch complaints in patches that touch lines where a plain 'unsigned' is used.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
|