linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 1/1] video: ssd1307fb: Drop OF dependency
@ 2021-04-09 16:41 Andy Shevchenko
  2021-04-16 14:42 ` Andy Shevchenko
  0 siblings, 1 reply; 3+ messages in thread
From: Andy Shevchenko @ 2021-04-09 16:41 UTC (permalink / raw)
  To: Masahiro Yamada, dri-devel, linux-fbdev, linux-kernel
  Cc: Bartlomiej Zolnierkiewicz, Andy Shevchenko

After the commit 72915994e028 ("video: ssd1307fb: Make use of device
properties") driver does not depend on OF, drop unneeded dependency.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
 drivers/video/fbdev/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/video/fbdev/Kconfig b/drivers/video/fbdev/Kconfig
index 4f02db65dede..7506b5949eb0 100644
--- a/drivers/video/fbdev/Kconfig
+++ b/drivers/video/fbdev/Kconfig
@@ -2209,7 +2209,6 @@ config FB_SIMPLE
 config FB_SSD1307
 	tristate "Solomon SSD1307 framebuffer support"
 	depends on FB && I2C
-	depends on OF
 	depends on GPIOLIB || COMPILE_TEST
 	select FB_SYS_FOPS
 	select FB_SYS_FILLRECT
-- 
2.30.2


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

* Re: [PATCH v1 1/1] video: ssd1307fb: Drop OF dependency
  2021-04-09 16:41 [PATCH v1 1/1] video: ssd1307fb: Drop OF dependency Andy Shevchenko
@ 2021-04-16 14:42 ` Andy Shevchenko
  2021-05-14 11:44   ` Greg Kroah-Hartman
  0 siblings, 1 reply; 3+ messages in thread
From: Andy Shevchenko @ 2021-04-16 14:42 UTC (permalink / raw)
  To: Masahiro Yamada, dri-devel, linux-fbdev, linux-kernel
  Cc: Bartlomiej Zolnierkiewicz, Greg Kroah-Hartman

+Cc: Greg.

Greg, can you pick up this one?

The subsystem seems orphaned and I see your name in the git history for the
recent submissions against that driver.

Id is 20210409164140.17337-1-andriy.shevchenko@linux.intel.com

On Fri, Apr 09, 2021 at 07:41:40PM +0300, Andy Shevchenko wrote:
> After the commit 72915994e028 ("video: ssd1307fb: Make use of device
> properties") driver does not depend on OF, drop unneeded dependency.
> 
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
> ---
>  drivers/video/fbdev/Kconfig | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/video/fbdev/Kconfig b/drivers/video/fbdev/Kconfig
> index 4f02db65dede..7506b5949eb0 100644
> --- a/drivers/video/fbdev/Kconfig
> +++ b/drivers/video/fbdev/Kconfig
> @@ -2209,7 +2209,6 @@ config FB_SIMPLE
>  config FB_SSD1307
>  	tristate "Solomon SSD1307 framebuffer support"
>  	depends on FB && I2C
> -	depends on OF
>  	depends on GPIOLIB || COMPILE_TEST
>  	select FB_SYS_FOPS
>  	select FB_SYS_FILLRECT
> -- 
> 2.30.2
> 

-- 
With Best Regards,
Andy Shevchenko



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

* Re: [PATCH v1 1/1] video: ssd1307fb: Drop OF dependency
  2021-04-16 14:42 ` Andy Shevchenko
@ 2021-05-14 11:44   ` Greg Kroah-Hartman
  0 siblings, 0 replies; 3+ messages in thread
From: Greg Kroah-Hartman @ 2021-05-14 11:44 UTC (permalink / raw)
  To: Andy Shevchenko
  Cc: Masahiro Yamada, dri-devel, linux-fbdev, linux-kernel,
	Bartlomiej Zolnierkiewicz

On Fri, Apr 16, 2021 at 05:42:04PM +0300, Andy Shevchenko wrote:
> +Cc: Greg.
> 
> Greg, can you pick up this one?
> 
> The subsystem seems orphaned and I see your name in the git history for the
> recent submissions against that driver.

Now applied, thanks.

greg k-h

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

end of thread, other threads:[~2021-05-14 11:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-09 16:41 [PATCH v1 1/1] video: ssd1307fb: Drop OF dependency Andy Shevchenko
2021-04-16 14:42 ` Andy Shevchenko
2021-05-14 11:44   ` Greg Kroah-Hartman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).