From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tomi Valkeinen Date: Wed, 09 Oct 2013 08:32:51 +0000 Subject: Re: [PATCH V5 4/5] video: exynos_mipi_dsim: Use the generic PHY driver Message-Id: <525514B3.5020101@ti.com> MIME-Version: 1 Content-Type: multipart/mixed; boundary="a8T2haWrXK6ruBtq3o4xKIJi7hRpSSLdC" List-Id: References: <1380396467-29278-1-git-send-email-s.nawrocki@samsung.com> <1380396467-29278-5-git-send-email-s.nawrocki@samsung.com> In-Reply-To: <1380396467-29278-5-git-send-email-s.nawrocki@samsung.com> To: linux-arm-kernel@lists.infradead.org --a8T2haWrXK6ruBtq3o4xKIJi7hRpSSLdC Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 28/09/13 22:27, Sylwester Nawrocki wrote: > Use the generic PHY API instead of the platform callback > for the MIPI DSIM DPHY enable/reset control. >=20 > Signed-off-by: Sylwester Nawrocki > Signed-off-by: Kyungmin Park > Acked-by: Felipe Balbi > Acked-by: Donghwa Lee > --- > Changes since v4: > - PHY label removed from the platform data structure. > --- > drivers/video/exynos/Kconfig | 1 + > drivers/video/exynos/exynos_mipi_dsi.c | 19 ++++++++++--------- > include/video/exynos_mipi_dsim.h | 5 ++--- > 3 files changed, 13 insertions(+), 12 deletions(-) Acked-by: Tomi Valkeinen Tomi --a8T2haWrXK6ruBtq3o4xKIJi7hRpSSLdC Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQIcBAEBAgAGBQJSVRSzAAoJEPo9qoy8lh71aIUP/ip7AKSl0M3FzPosW3jPK1P/ +B9hdF8oHurGip1xB/yoqed/HCcFf7oZpv7JQ86h3mfVBEqjFym0SyMGGhBsAaDz PmCiw4HfvNZLH4qqvAQKBcrFYgDwBU1LH56OIqpAjP4xMZztkFOOpdLLOPsRvuO0 zrKlvpe+gk6D66b2aebfFFdofobNeacaqmFTgvadNFkJpIR8YiXb3Bl+B7ST7tvR 0X/UJw+5Cv2uX8vf03LKxoSrgOTFO82WhXF9qKfNleve5wQnL7awbIf/M9u9oq3K qbTsQNFUUX1Ny14hjhjPJSaKTG/USyCOZpZsCCyY9ssdumqF1hmZZ52O9od+fVYV v1+vOPNxSD2MGgt/Dr1fiqszq33q2l/Eeos18y/vRvXmidI3toURPygy6A2ARoPv x8ytxT9C2T3X4u7undt6lcFhDorveRlahaxZIMXpATnbwMkz+C+t+qG8iI8aeEvo 50M+EfTZEtEs8wJZ8PYcTXq7qJ0qrB8GpoxPP5LNOjPRmPx8fjcC8QaTCZSrK9TC U0YcnlqT+BvN9uc9ZGeyk+ed+noWRmgKfAeLPZWlWQZtp8ihImlWzHQ88zSSz+rM BAVcuiDy7GosFpKsSzgUn9DGwfbp+8jn/R84MMgnyzlpDTeoZFUc45aUNyuYCTVK 5dsAg6qGrZGfqZqO/Vx3 =NCZf -----END PGP SIGNATURE----- --a8T2haWrXK6ruBtq3o4xKIJi7hRpSSLdC-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tomi Valkeinen Subject: Re: [PATCH V5 4/5] video: exynos_mipi_dsim: Use the generic PHY driver Date: Wed, 9 Oct 2013 11:32:51 +0300 Message-ID: <525514B3.5020101@ti.com> References: <1380396467-29278-1-git-send-email-s.nawrocki@samsung.com> <1380396467-29278-5-git-send-email-s.nawrocki@samsung.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="a8T2haWrXK6ruBtq3o4xKIJi7hRpSSLdC" Return-path: Received: from bear.ext.ti.com ([192.94.94.41]:42480 "EHLO bear.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752469Ab3JIIdY (ORCPT ); Wed, 9 Oct 2013 04:33:24 -0400 In-Reply-To: <1380396467-29278-5-git-send-email-s.nawrocki@samsung.com> Sender: linux-samsung-soc-owner@vger.kernel.org List-Id: linux-samsung-soc@vger.kernel.org To: Sylwester Nawrocki Cc: kishon@ti.com, gregkh@linuxfoundation.org, linux-media@vger.kernel.org, kyungmin.park@samsung.com, linux-arm-kernel@lists.infradead.org, kgene.kim@samsung.com, dh09.lee@samsung.com, jg1.han@samsung.com, plagnioj@jcrosoft.com, linux-fbdev@vger.kernel.org, linux-samsung-soc@vger.kernel.org, Sylwester Nawrocki --a8T2haWrXK6ruBtq3o4xKIJi7hRpSSLdC Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 28/09/13 22:27, Sylwester Nawrocki wrote: > Use the generic PHY API instead of the platform callback > for the MIPI DSIM DPHY enable/reset control. >=20 > Signed-off-by: Sylwester Nawrocki > Signed-off-by: Kyungmin Park > Acked-by: Felipe Balbi > Acked-by: Donghwa Lee > --- > Changes since v4: > - PHY label removed from the platform data structure. > --- > drivers/video/exynos/Kconfig | 1 + > drivers/video/exynos/exynos_mipi_dsi.c | 19 ++++++++++--------- > include/video/exynos_mipi_dsim.h | 5 ++--- > 3 files changed, 13 insertions(+), 12 deletions(-) Acked-by: Tomi Valkeinen Tomi --a8T2haWrXK6ruBtq3o4xKIJi7hRpSSLdC Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQIcBAEBAgAGBQJSVRSzAAoJEPo9qoy8lh71aIUP/ip7AKSl0M3FzPosW3jPK1P/ +B9hdF8oHurGip1xB/yoqed/HCcFf7oZpv7JQ86h3mfVBEqjFym0SyMGGhBsAaDz PmCiw4HfvNZLH4qqvAQKBcrFYgDwBU1LH56OIqpAjP4xMZztkFOOpdLLOPsRvuO0 zrKlvpe+gk6D66b2aebfFFdofobNeacaqmFTgvadNFkJpIR8YiXb3Bl+B7ST7tvR 0X/UJw+5Cv2uX8vf03LKxoSrgOTFO82WhXF9qKfNleve5wQnL7awbIf/M9u9oq3K qbTsQNFUUX1Ny14hjhjPJSaKTG/USyCOZpZsCCyY9ssdumqF1hmZZ52O9od+fVYV v1+vOPNxSD2MGgt/Dr1fiqszq33q2l/Eeos18y/vRvXmidI3toURPygy6A2ARoPv x8ytxT9C2T3X4u7undt6lcFhDorveRlahaxZIMXpATnbwMkz+C+t+qG8iI8aeEvo 50M+EfTZEtEs8wJZ8PYcTXq7qJ0qrB8GpoxPP5LNOjPRmPx8fjcC8QaTCZSrK9TC U0YcnlqT+BvN9uc9ZGeyk+ed+noWRmgKfAeLPZWlWQZtp8ihImlWzHQ88zSSz+rM BAVcuiDy7GosFpKsSzgUn9DGwfbp+8jn/R84MMgnyzlpDTeoZFUc45aUNyuYCTVK 5dsAg6qGrZGfqZqO/Vx3 =NCZf -----END PGP SIGNATURE----- --a8T2haWrXK6ruBtq3o4xKIJi7hRpSSLdC-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: tomi.valkeinen@ti.com (Tomi Valkeinen) Date: Wed, 9 Oct 2013 11:32:51 +0300 Subject: [PATCH V5 4/5] video: exynos_mipi_dsim: Use the generic PHY driver In-Reply-To: <1380396467-29278-5-git-send-email-s.nawrocki@samsung.com> References: <1380396467-29278-1-git-send-email-s.nawrocki@samsung.com> <1380396467-29278-5-git-send-email-s.nawrocki@samsung.com> Message-ID: <525514B3.5020101@ti.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 28/09/13 22:27, Sylwester Nawrocki wrote: > Use the generic PHY API instead of the platform callback > for the MIPI DSIM DPHY enable/reset control. > > Signed-off-by: Sylwester Nawrocki > Signed-off-by: Kyungmin Park > Acked-by: Felipe Balbi > Acked-by: Donghwa Lee > --- > Changes since v4: > - PHY label removed from the platform data structure. > --- > drivers/video/exynos/Kconfig | 1 + > drivers/video/exynos/exynos_mipi_dsi.c | 19 ++++++++++--------- > include/video/exynos_mipi_dsim.h | 5 ++--- > 3 files changed, 13 insertions(+), 12 deletions(-) Acked-by: Tomi Valkeinen Tomi -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 901 bytes Desc: OpenPGP digital signature URL: From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from bear.ext.ti.com ([192.94.94.41]:42480 "EHLO bear.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752469Ab3JIIdY (ORCPT ); Wed, 9 Oct 2013 04:33:24 -0400 Message-ID: <525514B3.5020101@ti.com> Date: Wed, 9 Oct 2013 11:32:51 +0300 From: Tomi Valkeinen MIME-Version: 1.0 To: Sylwester Nawrocki CC: , , , , , , , , , , , Sylwester Nawrocki Subject: Re: [PATCH V5 4/5] video: exynos_mipi_dsim: Use the generic PHY driver References: <1380396467-29278-1-git-send-email-s.nawrocki@samsung.com> <1380396467-29278-5-git-send-email-s.nawrocki@samsung.com> In-Reply-To: <1380396467-29278-5-git-send-email-s.nawrocki@samsung.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="a8T2haWrXK6ruBtq3o4xKIJi7hRpSSLdC" Sender: linux-media-owner@vger.kernel.org List-ID: --a8T2haWrXK6ruBtq3o4xKIJi7hRpSSLdC Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 28/09/13 22:27, Sylwester Nawrocki wrote: > Use the generic PHY API instead of the platform callback > for the MIPI DSIM DPHY enable/reset control. >=20 > Signed-off-by: Sylwester Nawrocki > Signed-off-by: Kyungmin Park > Acked-by: Felipe Balbi > Acked-by: Donghwa Lee > --- > Changes since v4: > - PHY label removed from the platform data structure. > --- > drivers/video/exynos/Kconfig | 1 + > drivers/video/exynos/exynos_mipi_dsi.c | 19 ++++++++++--------- > include/video/exynos_mipi_dsim.h | 5 ++--- > 3 files changed, 13 insertions(+), 12 deletions(-) Acked-by: Tomi Valkeinen Tomi --a8T2haWrXK6ruBtq3o4xKIJi7hRpSSLdC Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQIcBAEBAgAGBQJSVRSzAAoJEPo9qoy8lh71aIUP/ip7AKSl0M3FzPosW3jPK1P/ +B9hdF8oHurGip1xB/yoqed/HCcFf7oZpv7JQ86h3mfVBEqjFym0SyMGGhBsAaDz PmCiw4HfvNZLH4qqvAQKBcrFYgDwBU1LH56OIqpAjP4xMZztkFOOpdLLOPsRvuO0 zrKlvpe+gk6D66b2aebfFFdofobNeacaqmFTgvadNFkJpIR8YiXb3Bl+B7ST7tvR 0X/UJw+5Cv2uX8vf03LKxoSrgOTFO82WhXF9qKfNleve5wQnL7awbIf/M9u9oq3K qbTsQNFUUX1Ny14hjhjPJSaKTG/USyCOZpZsCCyY9ssdumqF1hmZZ52O9od+fVYV v1+vOPNxSD2MGgt/Dr1fiqszq33q2l/Eeos18y/vRvXmidI3toURPygy6A2ARoPv x8ytxT9C2T3X4u7undt6lcFhDorveRlahaxZIMXpATnbwMkz+C+t+qG8iI8aeEvo 50M+EfTZEtEs8wJZ8PYcTXq7qJ0qrB8GpoxPP5LNOjPRmPx8fjcC8QaTCZSrK9TC U0YcnlqT+BvN9uc9ZGeyk+ed+noWRmgKfAeLPZWlWQZtp8ihImlWzHQ88zSSz+rM BAVcuiDy7GosFpKsSzgUn9DGwfbp+8jn/R84MMgnyzlpDTeoZFUc45aUNyuYCTVK 5dsAg6qGrZGfqZqO/Vx3 =NCZf -----END PGP SIGNATURE----- --a8T2haWrXK6ruBtq3o4xKIJi7hRpSSLdC--