From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753225AbbIRJCw (ORCPT ); Fri, 18 Sep 2015 05:02:52 -0400 Received: from mout.kundenserver.de ([212.227.17.24]:63529 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752796AbbIRJCr (ORCPT ); Fri, 18 Sep 2015 05:02:47 -0400 From: Arnd Bergmann To: linux-arm-kernel@lists.infradead.org Cc: Maxime Ripard , Mike Turquette , Stephen Boyd , linux-sunxi@googlegroups.com, linux-kernel@vger.kernel.org, Hans de Goede , Chen-Yu Tsai , linux-clk@vger.kernel.org, ulf.hansson@linaro.org Subject: Re: [PATCH 0/5] ARM: sunxi: Introduce CHIP support Date: Fri, 18 Sep 2015 11:02:33 +0200 Message-ID: <2353279.QTDzFUHVnF@wuerfel> User-Agent: KMail/4.11.5 (Linux/3.16.0-10-generic; KDE/4.11.5; x86_64; ; ) In-Reply-To: <1442566130-3497-1-git-send-email-maxime.ripard@free-electrons.com> References: <1442566130-3497-1-git-send-email-maxime.ripard@free-electrons.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Provags-ID: V03:K0:I3J6NrVn11Qjti/lGE/wOc4BiCjTuPshE45Kg6yqqHjCEZ5WKwY jFoCweJZ1nDs7M+ZbBs9PBpBmaZcNw2z9ugi3EG5fWxaSSmx8u0P5EpnWmt4optiXNKLBcF MgxvACEnYBKmpshE6EX6cNIYCWS3iRUdnTYGQh56Urn7wfga+A8ruVJ+o/TTcNJQ2VoAxZf 1YPbPAGEp8XiDvAdmeJxQ== X-UI-Out-Filterresults: notjunk:1;V01:K0:yQmvEJa2EwQ=:DhuYJCJ/dHUSE6ktl5a3+k KYONyUcg/RxkHZMyp85WNgEgmFY5nj2FWoSRoCKAMke5KzOeBSW+/g6HoSoNYcpnJ0CsbNWVh cu/pIQsYL43H+PuSVd50FVv7oqArGqstmmAzn0WsJwnZM7olxwGbXz66AkpDigaXys9y6pu2D ITBRDcccH03bi4E1PbL+etVtYTVroIkwpQjXhId8E0pzw/vEqlWtYGeY795WdWwg7m1FdMX4x 6Rl4zud9lS9HYz3B+WbUy3Y7kpFkCPiqOL1P143hqC4WmTJPqurBd+/+KI0x9YKlrrKr2Lop7 +dLic0kBVMJY8Tv04sy2VENzmDpbVnZ4KlTfr6Zd6KeENsUlvhqQp3wzScYj77PouKsLu5PVk d7lNmNQuk8O6iuBR8Kx7dnlaH9BR7OSY8vgRJzjO5pcPo30pOCqwy4X1KRghQDIhKFCZrKgt5 JYEJ4FJEpfLA2YV7Kld+ZNKm76ayMGNvtiaNMPNMO+N7lCKNIYmK0/jr2iNAwMWj4aQlVQX8i EvMJuZyw0A2tjUx3+4uVsBL18nH3RpmuPI6iCf/Ta5yAqdgVfWX9RVWXRypwZ8q4jQLrylxu0 V6Fz2qWbE9jNpk54nfKQkgdsD8SQOuSi6ESNh6w4ocQmbUGdvPy7TueLfK8QoW0IKXijmsPsc gqkFvE/z/kOEI6KNCE/rrvJiA6OCqycBXWhHo2kTh82P7ho7XLpGEo7I0kS7dFnWOUhmavwxI FaEdxm44s3VW5dvZ Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Friday 18 September 2015 10:48:45 Maxime Ripard wrote: > > Here is a serie introducing the support for the Allwinner R8 and the > Nextthing's CHIP. > > Support is almost complete for the CHIP itself, the only missing part > for now is the WiFi chip that needs to be powered through two combined > regulators (AXP209's LDO3 and LDO4). The audio codec is also missing > since it's not already enabled in the DT. > > Both these features will be addressed eventually. > > Let me know what you think, Very nice! When you get to the WiFi support, please loop in Ulf and me to the Cc list. IIRC there were some open questions about how we should handle SDIO wifi controllers with special requirements like this, both in general and in particular with this driver. Arnd