All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] ARM: imx: init MAC address for ocotp
@ 2016-10-21  7:18 ` Octavian Purdila
  0 siblings, 0 replies; 6+ messages in thread
From: Octavian Purdila @ 2016-10-21  7:18 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: Shawn Guo, Sascha Hauer, Fabio Estevam, linux-kernel, Octavian Purdila

This patch series adds support for initializing the ethernet MAC
address for the OCOTP fuse configuration.

Fugang Duan (1):
  ARM: imx: init enet MAC address from ocotp

Octavian Purdila (1):
  ARM: imx: add ocotp support in machine code

 arch/arm/mach-imx/Kconfig       |   5 ++
 arch/arm/mach-imx/Makefile      |   1 +
 arch/arm/mach-imx/common.h      |   3 ++
 arch/arm/mach-imx/mach-imx6q.c  |  32 ++++--------
 arch/arm/mach-imx/mach-imx6sl.c |  12 +++--
 arch/arm/mach-imx/mach-imx6sx.c |   2 +
 arch/arm/mach-imx/mach-imx7d.c  |   2 +
 arch/arm/mach-imx/ocotp.c       | 113 ++++++++++++++++++++++++++++++++++++++++
 8 files changed, 146 insertions(+), 24 deletions(-)
 create mode 100644 arch/arm/mach-imx/ocotp.c

-- 
2.7.4

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

end of thread, other threads:[~2016-10-21  8:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-21  7:18 [PATCH 0/2] ARM: imx: init MAC address for ocotp Octavian Purdila
2016-10-21  7:18 ` Octavian Purdila
2016-10-21  7:18 ` [PATCH 1/2] ARM: imx: add ocotp support in machine code Octavian Purdila
2016-10-21  7:18   ` Octavian Purdila
2016-10-21  7:18 ` [PATCH 2/2] ARM: imx: init enet MAC address from ocotp Octavian Purdila
2016-10-21  7:18   ` Octavian Purdila

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.