linux-fpga.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/1] FPGA Manager Fix for 5.10
@ 2020-11-22  0:15 Moritz Fischer
  2020-11-22  0:15 ` [PATCH 1/1] fpga: Specify HAS_IOMEM dependency for FPGA_DFL Moritz Fischer
  2020-12-01 17:46 ` [PATCH 0/1] FPGA Manager Fix for 5.10 Greg KH
  0 siblings, 2 replies; 3+ messages in thread
From: Moritz Fischer @ 2020-11-22  0:15 UTC (permalink / raw)
  To: gregkh; +Cc: linux-fpga, trix, hao.wu, yilun.xu, russell.h.weight,
	Moritz Fischer

Hi Greg,

This time as patchset, as requested last time.

Please take this fix addressing a missing dependency FPGA_DFL.

Thanks,
Moritz

David Gow (1):
  fpga: Specify HAS_IOMEM dependency for FPGA_DFL

 drivers/fpga/Kconfig | 1 +
 1 file changed, 1 insertion(+)

-- 
2.29.2


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

* [PATCH 1/1] fpga: Specify HAS_IOMEM dependency for FPGA_DFL
  2020-11-22  0:15 [PATCH 0/1] FPGA Manager Fix for 5.10 Moritz Fischer
@ 2020-11-22  0:15 ` Moritz Fischer
  2020-12-01 17:46 ` [PATCH 0/1] FPGA Manager Fix for 5.10 Greg KH
  1 sibling, 0 replies; 3+ messages in thread
From: Moritz Fischer @ 2020-11-22  0:15 UTC (permalink / raw)
  To: gregkh
  Cc: linux-fpga, trix, hao.wu, yilun.xu, russell.h.weight, David Gow,
	Moritz Fischer

From: David Gow <davidgow@google.com>

Because dfl.c uses the 'devm_ioremap', 'devm_iounmap',
'devm_ioremap_resource', and 'devm_platform_ioremap_resource'
functions, it should depend on HAS_IOMEM.

This fixes make allyesconfig under UML (ARCH=um), which doesn't provide
HAS_IOMEM.

[mdf@kernel.org: Removed "drivers: " in commit message]
Fixes: 89eb35e810a8 ("fpga: dfl: map feature mmio resources in their own feature drivers")
Signed-off-by: David Gow <davidgow@google.com>
Signed-off-by: Moritz Fischer <mdf@kernel.org>
---
 drivers/fpga/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/fpga/Kconfig b/drivers/fpga/Kconfig
index 7cd5a29fc437..5645226ca3ce 100644
--- a/drivers/fpga/Kconfig
+++ b/drivers/fpga/Kconfig
@@ -142,6 +142,7 @@ config FPGA_DFL
 	tristate "FPGA Device Feature List (DFL) support"
 	select FPGA_BRIDGE
 	select FPGA_REGION
+	depends on HAS_IOMEM
 	help
 	  Device Feature List (DFL) defines a feature list structure that
 	  creates a linked list of feature headers within the MMIO space
-- 
2.29.2


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

* Re: [PATCH 0/1] FPGA Manager Fix for 5.10
  2020-11-22  0:15 [PATCH 0/1] FPGA Manager Fix for 5.10 Moritz Fischer
  2020-11-22  0:15 ` [PATCH 1/1] fpga: Specify HAS_IOMEM dependency for FPGA_DFL Moritz Fischer
@ 2020-12-01 17:46 ` Greg KH
  1 sibling, 0 replies; 3+ messages in thread
From: Greg KH @ 2020-12-01 17:46 UTC (permalink / raw)
  To: Moritz Fischer; +Cc: linux-fpga, trix, hao.wu, yilun.xu, russell.h.weight

On Sat, Nov 21, 2020 at 04:15:48PM -0800, Moritz Fischer wrote:
> Hi Greg,
> 
> This time as patchset, as requested last time.
> 
> Please take this fix addressing a missing dependency FPGA_DFL.

Sorry for the long delay, trying to catch up now.  Now queued up.

greg k-h

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

end of thread, other threads:[~2020-12-01 17:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-22  0:15 [PATCH 0/1] FPGA Manager Fix for 5.10 Moritz Fischer
2020-11-22  0:15 ` [PATCH 1/1] fpga: Specify HAS_IOMEM dependency for FPGA_DFL Moritz Fischer
2020-12-01 17:46 ` [PATCH 0/1] FPGA Manager Fix for 5.10 Greg KH

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).