[PATCH v6 1/1] video: drm: exynos: Add display-timing node parsing using video helper function

2013-03-01 Thread Linus Walleij
On Thu, Feb 28, 2013 at 2:51 AM, Joonyoung Shim wrote: > My mistake. If CONFIG_PINCTRL is disabled, devm_pinctrl_get_select_default > can return NULL. Yes, and that is perfectly legal and *NOT* an error. > devm_pinctrl_get_select() and pinctrl_get_select() also need IS_ERR_OR_NULL > instead

[PATCH v6 1/1] video: drm: exynos: Add display-timing node parsing using video helper function

2013-02-28 Thread Joonyoung Shim
Hi, On 02/21/2013 04:18 PM, Joonyoung Shim wrote: > On 02/21/2013 04:12 PM, Vikas Sajjan wrote: >> Hi, >> >> On 21 February 2013 12:25, Joonyoung Shim >> wrote: >>> Hi, >>> >>> >>> On 02/15/2013 03:43 PM, Vikas Sajjan wrote: Add support for parsing the display-timing node using video

Re: [PATCH v6 1/1] video: drm: exynos: Add display-timing node parsing using video helper function

2013-02-28 Thread Linus Walleij
On Thu, Feb 28, 2013 at 2:51 AM, Joonyoung Shim jy0922.s...@samsung.com wrote: My mistake. If CONFIG_PINCTRL is disabled, devm_pinctrl_get_select_default can return NULL. Yes, and that is perfectly legal and *NOT* an error. devm_pinctrl_get_select() and pinctrl_get_select() also need

[PATCH v6 1/1] video: drm: exynos: Add display-timing node parsing using video helper function

2013-02-21 Thread Joonyoung Shim
On 02/21/2013 04:12 PM, Vikas Sajjan wrote: > Hi, > > On 21 February 2013 12:25, Joonyoung Shim wrote: >> Hi, >> >> >> On 02/15/2013 03:43 PM, Vikas Sajjan wrote: >>> Add support for parsing the display-timing node using video helper >>> function. >>> >>> The DT node parsing and pinctrl selection

[PATCH v6 1/1] video: drm: exynos: Add display-timing node parsing using video helper function

2013-02-21 Thread Joonyoung Shim
Hi, On 02/15/2013 03:43 PM, Vikas Sajjan wrote: > Add support for parsing the display-timing node using video helper > function. > > The DT node parsing and pinctrl selection is done only if 'dev.of_node' > exists and the NON-DT logic is still maintained under the 'else' part. > > Signed-off-by:

[PATCH v6 1/1] video: drm: exynos: Add display-timing node parsing using video helper function

2013-02-21 Thread Vikas Sajjan
Hi, On 21 February 2013 12:25, Joonyoung Shim wrote: > Hi, > > > On 02/15/2013 03:43 PM, Vikas Sajjan wrote: >> >> Add support for parsing the display-timing node using video helper >> function. >> >> The DT node parsing and pinctrl selection is done only if 'dev.of_node' >> exists and the

[PATCH v6 1/1] video: drm: exynos: Add display-timing node parsing using video helper function

2013-02-21 Thread Vikas Sajjan
-media at vger.kernel.org; kgene.kim at samsung.com; >> inki.dae at samsung.com; l.krishna at samsung.com; patches at linaro.org >> Subject: [PATCH v6 1/1] video: drm: exynos: Add display-timing node >> parsing using video helper function >> >> Add support for parsing the dis

Re: [PATCH v6 1/1] video: drm: exynos: Add display-timing node parsing using video helper function

2013-02-21 Thread Vikas Sajjan
Hi, On 21 February 2013 12:25, Joonyoung Shim jy0922.s...@samsung.com wrote: Hi, On 02/15/2013 03:43 PM, Vikas Sajjan wrote: Add support for parsing the display-timing node using video helper function. The DT node parsing and pinctrl selection is done only if 'dev.of_node' exists and

[PATCH v6 1/1] video: drm: exynos: Add display-timing node parsing using video helper function

2013-02-20 Thread Inki Dae
msung.com; patches at linaro.org > Subject: [PATCH v6 1/1] video: drm: exynos: Add display-timing node > parsing using video helper function > > Add support for parsing the display-timing node using video helper > function. > > The DT node parsing and pinctrl selection

Re: [PATCH v6 1/1] video: drm: exynos: Add display-timing node parsing using video helper function

2013-02-20 Thread Vikas Sajjan
; inki@samsung.com; l.kris...@samsung.com; patc...@linaro.org Subject: [PATCH v6 1/1] video: drm: exynos: Add display-timing node parsing using video helper function Add support for parsing the display-timing node using video helper function. The DT node parsing and pinctrl selection

Re: [PATCH v6 1/1] video: drm: exynos: Add display-timing node parsing using video helper function

2013-02-20 Thread Joonyoung Shim
Hi, On 02/15/2013 03:43 PM, Vikas Sajjan wrote: Add support for parsing the display-timing node using video helper function. The DT node parsing and pinctrl selection is done only if 'dev.of_node' exists and the NON-DT logic is still maintained under the 'else' part. Signed-off-by: Leela

Re: [PATCH v6 1/1] video: drm: exynos: Add display-timing node parsing using video helper function

2013-02-20 Thread Joonyoung Shim
On 02/21/2013 04:12 PM, Vikas Sajjan wrote: Hi, On 21 February 2013 12:25, Joonyoung Shim jy0922.s...@samsung.com wrote: Hi, On 02/15/2013 03:43 PM, Vikas Sajjan wrote: Add support for parsing the display-timing node using video helper function. The DT node parsing and pinctrl selection is

[PATCH v6 1/1] video: drm: exynos: Add display-timing node parsing using video helper function

2013-02-16 Thread Vikas Sajjan
Add support for parsing the display-timing node using video helper function. The DT node parsing and pinctrl selection is done only if 'dev.of_node' exists and the NON-DT logic is still maintained under the 'else' part. Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com Signed-off-by:

[PATCH v6 1/1] video: drm: exynos: Add display-timing node parsing using video helper function

2013-02-15 Thread Vikas Sajjan
Add support for parsing the display-timing node using video helper function. The DT node parsing and pinctrl selection is done only if 'dev.of_node' exists and the NON-DT logic is still maintained under the 'else' part. Signed-off-by: Leela Krishna Amudala Signed-off-by: Vikas Sajjan ---