All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Replace video_uc_platdata with video_uc_plat
@ 2021-01-23 18:43 Dario Binacchi
  2021-02-22 18:43 ` Anatolij Gustschin
  0 siblings, 1 reply; 2+ messages in thread
From: Dario Binacchi @ 2021-01-23 18:43 UTC (permalink / raw)
  To: u-boot

The video_uc_platdata structure no longer exists. It has been renamed
video_uc_plat.

Signed-off-by: Dario Binacchi <dariobin@libero.it>
---

 drivers/video/Kconfig          | 4 ++--
 drivers/video/nexell_display.c | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index d782eb806a..bdacf67795 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -30,7 +30,7 @@ config VIDEO_PCI_DEFAULT_FB_SIZE
 	help
 	  Generally, video drivers request the amount of memory they need for
 	  the frame buffer when they are bound, by setting the size field in
-	  struct video_uc_platdata. That memory is then reserved for use after
+	  struct video_uc_plat. That memory is then reserved for use after
 	  relocation. But PCI drivers cannot be bound before relocation unless
 	  they are mentioned in the devicetree.
 
@@ -51,7 +51,7 @@ config VIDEO_COPY
 	  U-Boot) and then copied to the hardware frame-buffer as needed.
 
 	  To use this, your video driver must set @copy_base in
-	  struct video_uc_platdata.
+	  struct video_uc_plat.
 
 config BACKLIGHT_PWM
 	bool "Generic PWM based Backlight Driver"
diff --git a/drivers/video/nexell_display.c b/drivers/video/nexell_display.c
index b47bef3578..c7621ef49c 100644
--- a/drivers/video/nexell_display.c
+++ b/drivers/video/nexell_display.c
@@ -15,7 +15,7 @@
 #include <malloc.h>
 #include <linux/compat.h>
 #include <linux/err.h>
-#include <video.h>		/* For struct video_uc_platdata */
+#include <video.h>		/* For struct video_uc_plat */
 #include <video_fb.h>
 #include <lcd.h>
 #include <asm/global_data.h>
-- 
2.17.1

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

* [PATCH] Replace video_uc_platdata with video_uc_plat
  2021-01-23 18:43 [PATCH] Replace video_uc_platdata with video_uc_plat Dario Binacchi
@ 2021-02-22 18:43 ` Anatolij Gustschin
  0 siblings, 0 replies; 2+ messages in thread
From: Anatolij Gustschin @ 2021-02-22 18:43 UTC (permalink / raw)
  To: u-boot

On Sat, 23 Jan 2021 19:43:52 +0100
Dario Binacchi dariobin at libero.it wrote:

> The video_uc_platdata structure no longer exists. It has been renamed
> video_uc_plat.
> 
> Signed-off-by: Dario Binacchi <dariobin@libero.it>
> ---
> 
>  drivers/video/Kconfig          | 4 ++--
>  drivers/video/nexell_display.c | 2 +-
>  2 files changed, 3 insertions(+), 3 deletions(-)

Applied to u-boot-video/master, thanks!

--
Anatolij

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

end of thread, other threads:[~2021-02-22 18:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-23 18:43 [PATCH] Replace video_uc_platdata with video_uc_plat Dario Binacchi
2021-02-22 18:43 ` Anatolij Gustschin

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.