linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Amazon's Annapurna Labs POS Driver
@ 2019-09-09  9:10 Talel Shenhar
  2019-09-09  9:10 ` [PATCH 1/3] dt-bindings: soc: al-pos: Amazon's Annapurna Labs POS Talel Shenhar
                   ` (2 more replies)
  0 siblings, 3 replies; 17+ messages in thread
From: Talel Shenhar @ 2019-09-09  9:10 UTC (permalink / raw)
  To: robh+dt, mark.rutland, mchehab+samsung, davem, gregkh,
	nicolas.ferre, tglx, arnd, venture, linus.walleij, olof, mripard,
	ssantosh, paul.kocialkowski, mjourdan, catalin.marinas, will,
	talel, devicetree, linux-kernel, linux-arm-kernel
  Cc: dwmw, benh, hhhawa, ronenk, jonnyc, hanochu, barakw

The Amazon's Annapurna Labs SoCs includes Point Of Serialization error
logging unit that reports an error in case of write error (e.g. attempt to
write to a read only register).

This patch series introduces the support for this unit.


Talel Shenhar (3):
  dt-bindings: soc: al-pos: Amazon's Annapurna Labs POS
  soc: amazon: al-pos: Introduce Amazon's Annapurna Labs POS driver
  arm64: alpine: select AL_POS

 .../bindings/soc/amazon/amazon,al-pos.txt          |  18 +++
 MAINTAINERS                                        |   6 +
 arch/arm64/Kconfig.platforms                       |   1 +
 drivers/soc/Kconfig                                |   1 +
 drivers/soc/Makefile                               |   1 +
 drivers/soc/amazon/Kconfig                         |   5 +
 drivers/soc/amazon/Makefile                        |   1 +
 drivers/soc/amazon/al_pos.c                        | 129 +++++++++++++++++++++
 8 files changed, 162 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/soc/amazon/amazon,al-pos.txt
 create mode 100644 drivers/soc/amazon/Kconfig
 create mode 100644 drivers/soc/amazon/Makefile
 create mode 100644 drivers/soc/amazon/al_pos.c

-- 
2.7.4


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

end of thread, other threads:[~2019-09-10  6:21 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-09  9:10 [PATCH 0/3] Amazon's Annapurna Labs POS Driver Talel Shenhar
2019-09-09  9:10 ` [PATCH 1/3] dt-bindings: soc: al-pos: Amazon's Annapurna Labs POS Talel Shenhar
2019-09-09  9:10 ` [PATCH 2/3] soc: amazon: al-pos: Introduce Amazon's Annapurna Labs POS driver Talel Shenhar
2019-09-09  9:44   ` Arnd Bergmann
2019-09-09 11:12     ` Shenhar, Talel
2019-09-09 13:41       ` Arnd Bergmann
2019-09-09 14:11         ` Shenhar, Talel
2019-09-09 15:16           ` Arnd Bergmann
2019-09-10  6:21             ` Shenhar, Talel
2019-09-09 11:51   ` kbuild test robot
2019-09-09  9:10 ` [PATCH 3/3] arm64: alpine: select AL_POS Talel Shenhar
2019-09-09  9:40   ` Arnd Bergmann
2019-09-09 10:16     ` Shenhar, Talel
2019-09-09 13:45       ` Arnd Bergmann
2019-09-09 13:58         ` Shenhar, Talel
2019-09-09 15:08           ` Arnd Bergmann
2019-09-10  6:17             ` Shenhar, Talel

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