devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V2 0/4] APM X-Gene Mailbox driver
@ 2015-04-22 22:18 Feng Kan
  2015-04-22 22:18 ` [PATCH V2 1/4] mailbox: add support for APM X-Gene platform mailbox driver Feng Kan
                   ` (3 more replies)
  0 siblings, 4 replies; 41+ messages in thread
From: Feng Kan @ 2015-04-22 22:18 UTC (permalink / raw)
  To: patches, jassisinghbrar, devicetree, linux-arm-kernel,
	linux-kernel, linux-acpi
  Cc: Feng Kan

This adds the mailbox driver for the APM X-Gene SoC

V2 change
	- Add ACPI support
	- use defines for reg offset

Feng Kan (4):
  mailbox: add support for APM X-Gene platform mailbox driver
  mailbox: xgene: add ACPI support for X-Gene mailbox driver
  Documentation: mailbox: Add APM X-Gene SLIMpro mailbox dts
    documentation
  arm64: dts: mailbox device tree node for APM X-Gene platform.

 .../bindings/mailbox/xgene-slimpro-mailbox.txt     |  34 +++
 arch/arm64/boot/dts/apm/apm-storm.dtsi             |  14 ++
 drivers/mailbox/Kconfig                            |  10 +
 drivers/mailbox/Makefile                           |   2 +
 drivers/mailbox/mailbox-xgene-slimpro.c            | 271 +++++++++++++++++++++
 5 files changed, 331 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/mailbox/xgene-slimpro-mailbox.txt
 create mode 100644 drivers/mailbox/mailbox-xgene-slimpro.c

-- 
1.9.1

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

end of thread, other threads:[~2016-02-25 22:33 UTC | newest]

Thread overview: 41+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-22 22:18 [PATCH V2 0/4] APM X-Gene Mailbox driver Feng Kan
2015-04-22 22:18 ` [PATCH V2 1/4] mailbox: add support for APM X-Gene platform mailbox driver Feng Kan
2015-04-24  8:25   ` Paul Bolle
2015-11-09 18:05     ` [PATCH v3 0/3] mailbox: Add " Duc Dang
     [not found]       ` <cover.1447091625.git.dhdang-qTEPVZfXA3Y@public.gmane.org>
2015-11-16 19:22         ` Duc Dang
     [not found]           ` <CADaLNDkjS+LstNcgKoLWHrMdgU9cmZ7vrCSp-du=FNoCTKFJ0w-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-11-20 10:39             ` Paul Bolle
2015-11-09 18:05     ` [PATCH v3 1/3] mailbox: Add support for " Duc Dang
2015-11-20 11:47       ` Jassi Brar
2015-12-07  9:29         ` Duc Dang
2016-01-16  2:57         ` [PATCH v4 0/3] mailbox: Add " Duc Dang
     [not found]           ` <CABb+yY2zHycEmsVvp8OFwpJ1PZgrEPpV-oOe56wgFJ=EE0nTcg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
     [not found]             ` <cover.1452912126.git.dhdang-qTEPVZfXA3Y@public.gmane.org>
2016-01-16  2:57               ` [PATCH v4 2/3] Documentation: mailbox: Add APM X-Gene SLIMpro mailbox dts documentation Duc Dang
2016-01-17  0:13                 ` Rob Herring
2016-01-19 23:53                   ` Duc Dang
2016-01-16  2:57         ` [PATCH v4 1/3] mailbox: Add support for APM X-Gene platform mailbox driver Duc Dang
     [not found]           ` <abff73c051fd06a9dd3b04a1e7957ad5a9b69a18.1452912126.git.dhdang-qTEPVZfXA3Y@public.gmane.org>
2016-01-16 12:31             ` kbuild test robot
2016-01-22 23:05               ` Duc Dang
2016-02-01 19:38             ` Duc Dang
2016-02-02  5:14               ` Jassi Brar
     [not found]                 ` <CABb+yY1cE152ZdfK_aeB8ufG=WfoUVB6BN8kXPphYgMBnpH-GA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2016-02-08 22:04                   ` [PATCH v5 0/3] mailbox: Add " Duc Dang
2016-02-08 22:04                 ` [PATCH v5 1/3] mailbox: Add support for " Duc Dang
2016-02-09 16:40                   ` Mathieu Poirier
2016-02-10  3:46                     ` Duc Dang
     [not found]                       ` <CADaLNDktgAnq5VHGj=B0iO9-GnMAamTEVELYuBTVegeL3QZ4Sw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2016-02-10 14:41                         ` Mathieu Poirier
2016-02-13  3:25                           ` Duc Dang
2016-02-13  3:39                           ` [PATCH v6 0/3] mailbox: Add " Duc Dang
     [not found]                             ` <cover.1455333720.git.dhdang-qTEPVZfXA3Y@public.gmane.org>
2016-02-19 20:43                               ` Duc Dang
2016-02-13  3:39                           ` [PATCH v6 1/3] mailbox: Add support for " Duc Dang
2016-02-13  3:39                           ` [PATCH v6 2/3] Documentation: mailbox: Add APM X-Gene SLIMpro mailbox dts documentation Duc Dang
2016-02-13  3:39                           ` [PATCH v6 3/3] arm64: dts: mailbox device tree node for APM X-Gene platform Duc Dang
2016-02-25 22:33                             ` Duc Dang
2016-02-08 22:04                 ` [PATCH v5 2/3] Documentation: mailbox: Add APM X-Gene SLIMpro mailbox dts documentation Duc Dang
2016-02-08 22:04                 ` [PATCH v5 3/3] arm64: dts: mailbox device tree node for APM X-Gene platform Duc Dang
2016-01-16  2:57         ` [PATCH v4 " Duc Dang
2015-11-09 18:05     ` [PATCH v3 2/3] Documentation: mailbox: Add APM X-Gene SLIMpro mailbox dts documentation Duc Dang
2015-11-10 14:15       ` Rob Herring
2015-11-10 18:42         ` Duc Dang
2016-01-16  2:41         ` Duc Dang
2015-11-09 18:05     ` [PATCH v3 3/3] arm64: dts: mailbox device tree node for APM X-Gene platform Duc Dang
2015-04-22 22:18 ` [PATCH V2 2/4] mailbox: xgene: add ACPI support for X-Gene mailbox driver Feng Kan
2015-04-22 22:18 ` [PATCH V2 3/4] Documentation: mailbox: Add APM X-Gene SLIMpro mailbox dts documentation Feng Kan
     [not found] ` <1429741125-29156-1-git-send-email-fkan-qTEPVZfXA3Y@public.gmane.org>
2015-04-22 22:18   ` [PATCH V2 4/4] arm64: dts: mailbox device tree node for APM X-Gene platform Feng Kan

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