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: Tue, 16 Sep 2014 12:58:11 -0700 From: Jonathan Richardson <jonathar@...adcom.com> To: Christian Daudt <bcm@...thebug.org>, Matt Porter <mporter@...aro.org>, Russell King <linux@....linux.org.uk>, Mike Turquette <mturquette@...aro.org>, Rob Herring <robh+dt@...nel.org>, Pawel Moll <pawel.moll@....com>, Mark Rutland <mark.rutland@....com>, Ian Campbell <ijc+devicetree@...lion.org.uk>, Kumar Gala <galak@...eaurora.org>, JD Zheng <jdzheng@...adcom.com> CC: <linux-arm-kernel@...ts.infradead.org>, <bcm-kernel-feedback-list@...adcom.com>, <linux-kernel@...r.kernel.org>, <devicetree@...r.kernel.org>, Scott Branden <sbranden@...adcom.com>, Ray Jui <rjui@...adcom.com>, Jonathan Richardson <jonathar@...adcom.com> Subject: [PATCH 0/6] Add initial support for Broadcom Cygnus SoC Hi, This patchset contains initial support for Broadcom's Cygnus SoC based on our iProc architecture. Initial support is minimal and includes just the mach platform code, clock driver, and a basic device tree configuration. Peripheral drivers will be submitted soon, as will device tree configurations for other Cygnus board variants. Jonathan Richardson (5): ARM: cygnus: Initial support for Broadcom Cygnus SoC clk: Clock driver support for Broadcom Cygnus SoC dt-bindings: Document Broadcom Cygnus SoC and clock driver ARM: dts: Enable Broadcom Cygnus SoC ARM: cygnus defconfig : Initial defconfig for Broadcom Cygnus SoC MAINTAINERS: Entry for Cygnus/iproc arm architecture and clock drivers Documentation/devicetree/bindings/arm/cygnus.txt | 12 + .../devicetree/bindings/clock/clk-cygnus.txt | 121 ++ .../devicetree/bindings/clock/clk-iproc.txt | 48 + MAINTAINERS | 21 + arch/arm/boot/dts/Makefile | 1 + arch/arm/boot/dts/bcm-cygnus.dtsi | 344 ++++++ arch/arm/boot/dts/bcm911360_entphn.dts | 17 + arch/arm/configs/bcm_cygnus_defconfig | 223 ++++ arch/arm/mach-bcm/Kconfig | 34 + arch/arm/mach-bcm/Makefile | 3 + arch/arm/mach-bcm/board_bcm_cygnus.c | 166 +++ drivers/clk/Makefile | 1 + drivers/clk/bcm/Makefile | 2 + drivers/clk/bcm/clk-cygnus.c | 1179 ++++++++++++++++++++ drivers/clk/bcm/clk-iproc.c | 446 ++++++++ 15 files changed, 2618 insertions(+) create mode 100644 Documentation/devicetree/bindings/arm/cygnus.txt create mode 100644 Documentation/devicetree/bindings/clock/clk-cygnus.txt create mode 100644 Documentation/devicetree/bindings/clock/clk-iproc.txt create mode 100644 arch/arm/boot/dts/bcm-cygnus.dtsi create mode 100644 arch/arm/boot/dts/bcm911360_entphn.dts create mode 100644 arch/arm/configs/bcm_cygnus_defconfig create mode 100644 arch/arm/mach-bcm/board_bcm_cygnus.c create mode 100644 drivers/clk/bcm/clk-cygnus.c create mode 100644 drivers/clk/bcm/clk-iproc.c -- 1.7.9.5 -- 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