All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] arch: arm64: xilinx: Make zynqmp_firmware driver optional
@ 2020-01-09 19:06 ` Jolly Shah
  0 siblings, 0 replies; 20+ messages in thread
From: Jolly Shah @ 2020-01-09 19:06 UTC (permalink / raw)
  To: ard.biesheuvel, mingo, gregkh, matt, sudeep.holla, hkallweit1,
	keescook, dmitry.torokhov, michal.simek
  Cc: Tejas Patel, rajanv, linux-kernel, linux-arm-kernel

From: Tejas Patel <tejas.patel@xilinx.com>

Zynqmp firmware driver requires firmware to be present in system.
Zynqmp firmware driver will crash if firmware is not present in system.
For example single arch QEMU, may not have firmware, with such setup
Linux booting fails.

So make zynqmp_firmware driver as optional to disable it if user don't
have firmware in system.

Tejas Patel (2):
  include: linux: firmware: Correct config dependency of zynqmp_eemi_ops
  arch: arm64: xilinx: Make zynqmp_firmware driver optional

 arch/arm64/Kconfig.platforms         | 1 -
 drivers/firmware/xilinx/Kconfig      | 2 ++
 include/linux/firmware/xlnx-zynqmp.h | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

-- 
2.7.4


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2020-02-26  0:12 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-09 19:06 [PATCH 0/2] arch: arm64: xilinx: Make zynqmp_firmware driver optional Jolly Shah
2020-01-09 19:06 ` Jolly Shah
2020-01-09 19:06 ` [PATCH 1/2] include: linux: firmware: Correct config dependency of zynqmp_eemi_ops Jolly Shah
2020-01-09 19:06   ` Jolly Shah
2020-02-24 10:35   ` Michal Simek
2020-02-24 10:35     ` Michal Simek
2020-01-09 19:06 ` [PATCH 2/2] arch: arm64: xilinx: Make zynqmp_firmware driver optional Jolly Shah
2020-01-09 19:06   ` Jolly Shah
2020-02-24 10:43   ` Michal Simek
2020-02-24 10:43     ` Michal Simek
2020-02-26  0:12     ` Jolly Shah
2020-02-26  0:12       ` Jolly Shah
2020-01-10 11:54 ` [PATCH 0/2] " Sudeep Holla
2020-01-10 11:54   ` Sudeep Holla
2020-01-13  6:46   ` Rajan Vaja
2020-01-13  6:46     ` Rajan Vaja
2020-01-13 15:13     ` Sudeep Holla
2020-01-13 15:13       ` Sudeep Holla
2020-02-24 10:33     ` Michal Simek
2020-02-24 10:33       ` Michal Simek

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.