[PATCH] drivers: Change calls to mdelay to msleep in order to stop CPU busy looping in mdfld_dsi_pkg_sender.c

2014-11-15 Thread Nicholas Krause
-off-by: Nicholas Krause --- drivers/gpu/drm/gma500/mdfld_dsi_pkg_sender.c | 15 +-- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/drivers/gpu/drm/gma500/mdfld_dsi_pkg_sender.c b/drivers/gpu/drm/gma500/mdfld_dsi_pkg_sender.c index 87885d8..77c656a 100644 --- a/drivers

[PATCH] drivers:gpu:qlx: Change incorrect return value of EINVAL to ENODEV in qxl_drv.c

2014-11-21 Thread Nicholas Krause
Fixes not returning correct error code value in qxl_drv.c for the function, qxl_pci_probe as this is a error with the device rather then an incorrect value as stated by the DRM_ERROR statement above the return if this function returns a error. Signed-off-by: Nicholas Krause --- drivers/gpu/drm

[PATCH] drivers:gpu: Remove unnessary define statements in psb_drv.h

2014-11-22 Thread Nicholas Krause
Removes unnessary define statements not needing for this hardware driver to function correctly. Signed-off-by: Nicholas Krause --- drivers/gpu/drm/gma500/psb_drv.h | 4 1 file changed, 4 deletions(-) diff --git a/drivers/gpu/drm/gma500/psb_drv.h b/drivers/gpu/drm/gma500/psb_drv.h index

[PATCH] drivers:gpu:drm Remove unneeded struct of type psb_intel_i2c_chan in the header file psb_drv.h

2014-11-29 Thread Nicholas Krause
Removes unneeeded struct *lvds_i2c_bus of type, psb_intel_i2c_chan as this struct is no needed due to never being used in the header file, psb_drv.h and therefore should be removed from this header file. Signed-off-by: Nicholas Krause --- drivers/gpu/drm/gma500/psb_drv.h | 1 - 1 file changed