All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] [media] s5p-fimc: Remove reference to outdated macro
@ 2014-02-12 10:08 Paul Bolle
  2014-03-02 13:49 ` Sylwester Nawrocki
  0 siblings, 1 reply; 2+ messages in thread
From: Paul Bolle @ 2014-02-12 10:08 UTC (permalink / raw)
  To: Rob Landley, Mauro Carvalho Chehab
  Cc: Richard Weinberger, linux-media, linux-doc, linux-kernel

The Kconfig symbol S5P_SETUP_MIPIPHY was removed in v3.13. Remove a
reference to its macro from a list of Kconfig options.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
---
See commit e66f233dc7f7 ("ARM: Samsung: Remove the MIPI PHY setup
code"). Should one or more options be added to replace
S5P_SETUP_MIPIPHY? I couldn't say. It's safe to remove this one anyway.

 Documentation/video4linux/fimc.txt | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/Documentation/video4linux/fimc.txt b/Documentation/video4linux/fimc.txt
index e51f1b5..7d6e160 100644
--- a/Documentation/video4linux/fimc.txt
+++ b/Documentation/video4linux/fimc.txt
@@ -151,9 +151,8 @@ CONFIG_S5P_DEV_FIMC1  \
 CONFIG_S5P_DEV_FIMC2  |    optional
 CONFIG_S5P_DEV_FIMC3  |
 CONFIG_S5P_SETUP_FIMC /
-CONFIG_S5P_SETUP_MIPIPHY \
-CONFIG_S5P_DEV_CSIS0     | optional for MIPI-CSI interface
-CONFIG_S5P_DEV_CSIS1     /
+CONFIG_S5P_DEV_CSIS0  \    optional for MIPI-CSI interface
+CONFIG_S5P_DEV_CSIS1  /
 
 Except that, relevant s5p_device_fimc? should be registered in the machine code
 in addition to a "s5p-fimc-md" platform device to which the media device driver
-- 
1.8.5.3


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

* Re: [PATCH] [media] s5p-fimc: Remove reference to outdated macro
  2014-02-12 10:08 [PATCH] [media] s5p-fimc: Remove reference to outdated macro Paul Bolle
@ 2014-03-02 13:49 ` Sylwester Nawrocki
  0 siblings, 0 replies; 2+ messages in thread
From: Sylwester Nawrocki @ 2014-03-02 13:49 UTC (permalink / raw)
  To: Paul Bolle
  Cc: Rob Landley, Mauro Carvalho Chehab, Richard Weinberger,
	linux-media, linux-doc, linux-kernel

On 02/12/2014 11:08 AM, Paul Bolle wrote:
> The Kconfig symbol S5P_SETUP_MIPIPHY was removed in v3.13. Remove a
> reference to its macro from a list of Kconfig options.
>
> Signed-off-by: Paul Bolle<pebolle@tiscali.nl>
> ---
> See commit e66f233dc7f7 ("ARM: Samsung: Remove the MIPI PHY setup
> code"). Should one or more options be added to replace
> S5P_SETUP_MIPIPHY? I couldn't say. It's safe to remove this one anyway.

Thanks, patch applied.

There has been also a related patch posted for the MIPI CSIS/DSIM PHY
driver: http://www.spinics.net/lists/linux-samsung-soc/msg26773.html

>   Documentation/video4linux/fimc.txt | 5 ++---
>   1 file changed, 2 insertions(+), 3 deletions(-)
>
> diff --git a/Documentation/video4linux/fimc.txt b/Documentation/video4linux/fimc.txt
> index e51f1b5..7d6e160 100644
> --- a/Documentation/video4linux/fimc.txt
> +++ b/Documentation/video4linux/fimc.txt
> @@ -151,9 +151,8 @@ CONFIG_S5P_DEV_FIMC1  \
>   CONFIG_S5P_DEV_FIMC2  |    optional
>   CONFIG_S5P_DEV_FIMC3  |
>   CONFIG_S5P_SETUP_FIMC /
> -CONFIG_S5P_SETUP_MIPIPHY \
> -CONFIG_S5P_DEV_CSIS0     | optional for MIPI-CSI interface
> -CONFIG_S5P_DEV_CSIS1     /
> +CONFIG_S5P_DEV_CSIS0  \    optional for MIPI-CSI interface
> +CONFIG_S5P_DEV_CSIS1  /

--
Regards,
Sylwester

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

end of thread, other threads:[~2014-03-02 13:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-12 10:08 [PATCH] [media] s5p-fimc: Remove reference to outdated macro Paul Bolle
2014-03-02 13:49 ` Sylwester Nawrocki

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.