All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] Add IMR driver for Keem Bay
@ 2020-04-21 16:36 Daniele Alessandrelli
  2020-04-21 16:36 ` [PATCH 1/1] soc: keembay: Add Keem Bay IMR driver Daniele Alessandrelli
  2020-04-30 19:49   ` Alessandrelli, Daniele
  0 siblings, 2 replies; 23+ messages in thread
From: Daniele Alessandrelli @ 2020-04-21 16:36 UTC (permalink / raw)
  To: linux-kernel
  Cc: Greg Kroah-Hartman, Rob Herring, Andy Shevchenko,
	Daniele Alessandrelli, Paul J Murphy

The following is a patch for a new Intel Movidius SoC, code-named Keem
Bay.

Keem Bay needs a driver to disable the Isolated Memory Region (IMR)
set up by the SoC bootloader during early boot.

If such an IMR is not disabled and some device tries to access it,
the system will reboot.

Since this driver is SoC-specific and Keem Bay is a new SoC, I was
unsure of where to put this driver. In the end I decided to create a
new 'keembay' directory in 'drivers/soc'. I hope that's reasonable, if
not, just let me know.


Daniele Alessandrelli (1):
  soc: keembay: Add Keem Bay IMR driver

 MAINTAINERS                       |  5 ++++
 drivers/soc/Kconfig               |  1 +
 drivers/soc/Makefile              |  1 +
 drivers/soc/keembay/Kconfig       | 22 +++++++++++++++++
 drivers/soc/keembay/Makefile      |  5 ++++
 drivers/soc/keembay/keembay-imr.c | 40 +++++++++++++++++++++++++++++++
 6 files changed, 74 insertions(+)
 create mode 100644 drivers/soc/keembay/Kconfig
 create mode 100644 drivers/soc/keembay/Makefile
 create mode 100644 drivers/soc/keembay/keembay-imr.c

-- 
2.21.1


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

end of thread, other threads:[~2020-05-28 13:00 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-21 16:36 [PATCH 0/1] Add IMR driver for Keem Bay Daniele Alessandrelli
2020-04-21 16:36 ` [PATCH 1/1] soc: keembay: Add Keem Bay IMR driver Daniele Alessandrelli
2020-05-01  8:10   ` Greg Kroah-Hartman
2020-05-01 11:50     ` Daniele Alessandrelli
2020-05-01 11:59       ` Greg Kroah-Hartman
2020-05-24 21:28       ` Pavel Machek
2020-05-25  8:18         ` Arnd Bergmann
2020-05-27 13:31           ` Alessandrelli, Daniele
2020-05-27 14:33             ` Arnd Bergmann
2020-05-27 17:43               ` Daniele Alessandrelli
2020-05-27 18:59                 ` Arnd Bergmann
2020-05-28 12:27                   ` Daniele Alessandrelli
2020-05-28 11:22             ` Pavel Machek
2020-05-28 13:00               ` Daniele Alessandrelli
2020-05-07 17:44   ` Pavel Machek
2020-04-30 19:49 ` [PATCH 0/1] Add IMR driver for Keem Bay Alessandrelli, Daniele
2020-04-30 19:49   ` Alessandrelli, Daniele
2020-05-01  7:09   ` gregkh
2020-05-01  7:09     ` gregkh
2020-05-01  7:53     ` Daniele Alessandrelli
2020-05-01  7:53       ` Daniele Alessandrelli
2020-05-01  8:04       ` gregkh
2020-05-01  8:04         ` gregkh

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.