linux_old1/drivers/video/exynos
Damien Cassou d913f36e02 video: exynos_dp: use devm_clk_get function
The devm_clk_get function allocates memory that is released when a driver
detaches. This patch uses this function for data that is allocated in the probe
function of a platform device and is only freed in the remove function.

Additionally, this patch removes a null check after platform_get_resource that
is redundant with the one done by devm_request_and_ioremap.

Signed-off-by: Damien Cassou <damien.cassou@lifl.fr>
Acked-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
2012-08-23 13:08:28 +00:00
..
Kconfig video: support DP controller driver 2012-02-13 03:02:30 +00:00
Makefile video: support DP controller driver 2012-02-13 03:02:30 +00:00
exynos_dp_core.c video: exynos_dp: use devm_clk_get function 2012-08-23 13:08:28 +00:00
exynos_dp_core.h video: exynos_dp: adjust voltage swing and pre-emphasis during Link Training 2012-08-23 12:57:18 +00:00
exynos_dp_reg.c fbdev updates for 3.6 2012-08-01 10:45:12 -07:00
exynos_dp_reg.h video: exynos_dp: add analog and pll control setting 2012-04-16 04:19:00 +00:00
exynos_mipi_dsi.c fbdev updates for 3.6 2012-08-01 10:45:12 -07:00
exynos_mipi_dsi_common.c video: exynos mipi dsi: Properly interpret the interrupt source flags 2012-05-13 13:08:23 +00:00
exynos_mipi_dsi_common.h
exynos_mipi_dsi_lowlevel.c
exynos_mipi_dsi_lowlevel.h
exynos_mipi_dsi_regs.h
s6e8ax0.c video: exynos mipi dsi: support reverse panel type 2012-05-13 13:08:23 +00:00