[PATCH 0/5] drm/exynos: Bug fix and devm_* usage
Sachin Kamat
sachin.kamat at linaro.org
Thu Nov 22 19:41:54 PST 2012
First 4 patches use devm_* APIs for simpler code and cleanup.
Last one fixes a potential bug.
Series is build tested and based on the exynos-drm-next branch of the
following tree:
git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
Sachin Kamat (5):
drm/exynos: Use devm_clk_get in exynos_drm_fimd.c
drm/exynos: Use devm_gpio_request in exynos_hdmi.c
drm/exynos: Use devm_clk_get in exynos_mixer.c
drm/exynos: Use devm_clk_get in exynos_drm_g2d.c
drm/exynos: Fix potential NULL pointer dereference
drivers/gpu/drm/exynos/exynos_drm_fimd.c | 9 ++-------
drivers/gpu/drm/exynos/exynos_drm_g2d.c | 6 ++----
drivers/gpu/drm/exynos/exynos_hdmi.c | 8 ++------
drivers/gpu/drm/exynos/exynos_mixer.c | 20 +++++---------------
4 files changed, 11 insertions(+), 32 deletions(-)
--
1.7.4.1
More information about the dri-devel
mailing list