lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Thu, 17 Jul 2014 13:57:22 -0700 From: Feng Kan <fkan@....com> To: patches@....com, jaswinder.singh@...aro.org, =devicetree@...r.kernel.org, linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org Cc: Feng Kan <fkan@....com> Subject: [PATCH 0/3] mailbox: Add APM X-Gene platform mailbox driver This is to add the APM X-Gene platform mailbox driver. The mailbox driver is based off Jassi Brar's mailbox framework. This patch set is based off the following git. https://github.com/sumananna/mailbox.git Feng Kan (3): mailbox: add support for APM X-Gene platform 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 | 41 +++ arch/arm64/boot/dts/apm-storm.dtsi | 14 + drivers/mailbox/Kconfig | 10 + drivers/mailbox/Makefile | 1 + drivers/mailbox/mailbox-xgene-slimpro.c | 287 +++++++++++++++++++++ 5 files changed, 353 insertions(+) create mode 100644 Documentation/devicetree/bindings/mailbox/xgene-slimpro-mailbox.txt create mode 100644 drivers/mailbox/mailbox-xgene-slimpro.c -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists