All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v9 0/2] Add display-timing node parsing to exynos drm fimd
@ 2013-02-28  4:12 Vikas Sajjan
  2013-02-28  4:12 ` [PATCH v9 1/2] video: drm: exynos: Add display-timing node parsing using video helper function Vikas Sajjan
  2013-02-28  4:12 ` [PATCH v9 2/2] video: drm: exynos: Add pinctrl support to fimd Vikas Sajjan
  0 siblings, 2 replies; 9+ messages in thread
From: Vikas Sajjan @ 2013-02-28  4:12 UTC (permalink / raw)
  To: dri-devel
  Cc: linux-media, kgene.kim, inki.dae, l.krishna, patches, linaro-dev,
	joshi, jy0922.shim

Add display-timing node parsing to drm fimd and depends on
the display helper patchset at
http://lists.freedesktop.org/archives/dri-devel/2013-January/033998.html

It also adds pinctrl support for drm fimd.

changes since v8:
	- replaced IS_ERR() with IS_ERR_OR_NULL(),
	because devm_pinctrl_get_select_default can return NULL,
	If CONFIG_PINCTRL is disabled.
	- modified the error log, such that it shall NOT cross 80 column.
	- added Acked-by.
changes since v7:
	- addressed comments from Joonyoung Shim <jy0922.shim@samsung.com> 
	to remove a unnecessary variable.

changes since v6:
	addressed comments from Inki Dae <inki.dae@samsung.com> to
	separated out the pinctrl functionality and made a separate patch.

changes since v5:
	- addressed comments from Inki Dae <inki.dae@samsung.com>,
	to remove the allocation of 'fbmode' and replaced
	'-1'in "of_get_fb_videomode(dev->of_node, fbmode, -1)" with
	OF_USE_NATIVE_MODE.

changes since v4:
	- addressed comments from Paul Menzel 
	<paulepanter@users.sourceforge.net>, to modify the commit message

changes since v3:
	- addressed comments from Sean Paul <seanpaul@chromium.org>, to modify
	the return values and print messages.

changes since v2:
	- moved 'devm_pinctrl_get_select_default' function call under
		'if (pdev->dev.of_node)', this makes NON-DT code unchanged.
		(reported by: Rahul Sharma <r.sh.open@gmail.com>)

changes since v1:
	- addressed comments from Sean Paul <seanpaul@chromium.org>


Vikas Sajjan (2):
  video: drm: exynos: Add display-timing node parsing using video
    helper function
  video: drm: exynos: Add pinctrl support to fimd

 drivers/gpu/drm/exynos/exynos_drm_fimd.c |   33 ++++++++++++++++++++++++++----
 1 file changed, 29 insertions(+), 4 deletions(-)

-- 
1.7.9.5

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2013-03-01  9:31 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-28  4:12 [PATCH v9 0/2] Add display-timing node parsing to exynos drm fimd Vikas Sajjan
2013-02-28  4:12 ` [PATCH v9 1/2] video: drm: exynos: Add display-timing node parsing using video helper function Vikas Sajjan
2013-02-28  4:12 ` [PATCH v9 2/2] video: drm: exynos: Add pinctrl support to fimd Vikas Sajjan
2013-02-28 22:03   ` Sylwester Nawrocki
2013-02-28 22:03     ` Sylwester Nawrocki
2013-02-28 22:26     ` Russell King - ARM Linux
2013-02-28 22:26       ` Russell King - ARM Linux
2013-03-01  9:19   ` Linus Walleij
2013-03-01  9:31     ` Vikas Sajjan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.