From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Wed, 27 Jul 2011 22:07:32 +0200 (CEST) Received: from h5.dl5rb.org.uk ([81.2.74.5]:32870 "EHLO linux-mips.org" rhost-flags-OK-OK-OK-FAIL) by eddie.linux-mips.org with ESMTP id S1491158Ab1G0UH2 (ORCPT ); Wed, 27 Jul 2011 22:07:28 +0200 Received: from duck.linux-mips.net (duck.linux-mips.net [127.0.0.1]) by duck.linux-mips.net (8.14.4/8.14.4) with ESMTP id p6RK71Un011372; Wed, 27 Jul 2011 21:07:01 +0100 Received: (from ralf@localhost) by duck.linux-mips.net (8.14.4/8.14.4/Submit) id p6RK6vLB011366; Wed, 27 Jul 2011 21:06:57 +0100 Date: Wed, 27 Jul 2011 21:06:57 +0100 From: Ralf Baechle To: Hauke Mehrtens Cc: linville@tuxdriver.com, linux-wireless@vger.kernel.org, linux-mips@linux-mips.org, jonas.gorski@gmail.com, zajec5@gmail.com, mb@bu3sch.de, george@znau.edu.ua, arend@broadcom.com, b43-dev@lists.infradead.org, bernhardloos@googlemail.com, arnd@arndb.de, julian.calaby@gmail.com, sshtylyov@mvista.com Subject: Re: [PATCH v3 00/11] bcma: add support for embedded devices like bcm4716 Message-ID: <20110727200657.GA15028@linux-mips.org> References: <1311376815-15755-1-git-send-email-hauke@hauke-m.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1311376815-15755-1-git-send-email-hauke@hauke-m.de> User-Agent: Mutt/1.5.21 (2010-09-15) X-archive-position: 30749 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: ralf@linux-mips.org Precedence: bulk X-list: linux-mips Return-Path: X-Keywords: X-UID: 20094 On Sat, Jul 23, 2011 at 01:20:04AM +0200, Hauke Mehrtens wrote: > This patch series adds support for embedded devices like bcm47xx to > bcma. Bcma is used on bcm4716 and bcm4718 SoCs as the system bus and > replaced ssb used on older devices. With these patches my bcm4716 > device boots up till it tries to access the flash, because the serial > flash chip is unsupported for now, this will be my next task. This adds > support for MIPS cores, interrupt configuration and the serial console. > > These patches are not containing all functions needed to get the SoC to > fully work and support every feature, but it is a good start. > These patches are now integrated in OpenWrt for everyone how wants to > test them. > > This was tested with a BCM4704 device (SoC with ssb bus), a BCM4716 > device and a pcie wireless card supported by bcma. > > @John could you please merge this into wireless-testing. I hope Ralf is > fine with it when some MIPS bits will go through wireless. This will > make it much easier for Linus to merge wireless-testing and the mips > tree together as there are many other changes for bcma in wireless- > testing. John, if you want to merge the MIPS bits through the wireless tree, feel free to: Acked-by: Ralf Baechle Ralf