From mboxrd@z Thu Jan 1 00:00:00 1970 From: Florian Fainelli Subject: [GIT PULL] Broadcom Cygnus SoC platforms changes Date: Thu, 30 Oct 2014 12:50:12 -0700 Message-ID: <1414698612-26216-4-git-send-email-f.fainelli@gmail.com> References: <1414698612-26216-1-git-send-email-f.fainelli@gmail.com> Return-path: In-Reply-To: <1414698612-26216-1-git-send-email-f.fainelli-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: arm-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, arnd-r2nGTMty4D4@public.gmane.org, olof-nZhT3qVonbNeoWH0uzbU5w@public.gmane.org, mporter-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org, bcm-xK7y4jjYLqYh9ZMKESR00Q@public.gmane.org, bcm-kernel-feedback-list-dY08KVG/lbpWk0Htik3J/w@public.gmane.org, jdzheng-dY08KVG/lbpWk0Htik3J/w@public.gmane.org, rjui-dY08KVG/lbpWk0Htik3J/w@public.gmane.org, sbranden-dY08KVG/lbpWk0Htik3J/w@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: devicetree@vger.kernel.org The following changes since commit f114040e3ea6e07372334ade75d1ee0775c355e1: Linux 3.18-rc1 (2014-10-19 18:08:38 -0700) are available in the git repository at: http://github.com/brcm/linux.git tags/arm-soc/for-3.18/cygnus-platform-v9 for you to fetch changes up to 038aae04d36eff71e0b30a1c3057ec0a05bf9390: ARM: mach-bcm: ARCH_BCM_MOBILE: remove one level of menu from Kconfig (2014-10-30 11:39:51 -0700) ---------------------------------------------------------------- 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. These are the platform changes ---------------------------------------------------------------- Jonathan Richardson (1): ARM: cygnus: Initial support for Broadcom Cygnus SoC Scott Branden (2): ARM: mach-bcm: Consolidate currently supported IPROC SoCs ARM: mach-bcm: ARCH_BCM_MOBILE: remove one level of menu from Kconfig arch/arm/mach-bcm/Kconfig | 93 ++++++++++++++++++++++++++---------------- arch/arm/mach-bcm/Makefile | 3 ++ arch/arm/mach-bcm/bcm_cygnus.c | 26 ++++++++++++ 3 files changed, 86 insertions(+), 36 deletions(-) create mode 100644 arch/arm/mach-bcm/bcm_cygnus.c -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html