From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C3D37C43381 for ; Mon, 4 Mar 2019 05:18:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 973A32082F for ; Mon, 4 Mar 2019 05:18:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726041AbfCDFSP (ORCPT ); Mon, 4 Mar 2019 00:18:15 -0500 Received: from mx.socionext.com ([202.248.49.38]:32649 "EHLO mx.socionext.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725781AbfCDFSP (ORCPT ); Mon, 4 Mar 2019 00:18:15 -0500 Received: from unknown (HELO kinkan-ex.css.socionext.com) ([172.31.9.52]) by mx.socionext.com with ESMTP; 04 Mar 2019 14:18:13 +0900 Received: from mail.mfilter.local (m-filter-2 [10.213.24.62]) by kinkan-ex.css.socionext.com (Postfix) with ESMTP id 2D363180BB6; Mon, 4 Mar 2019 14:18:13 +0900 (JST) Received: from 172.31.9.51 (172.31.9.51) by m-FILTER with ESMTP; Mon, 4 Mar 2019 14:18:13 +0900 Received: from yuzu.css.socionext.com (yuzu [172.31.8.45]) by kinkan.css.socionext.com (Postfix) with ESMTP id B518E1A15B7; Mon, 4 Mar 2019 14:18:12 +0900 (JST) Received: from [127.0.0.1] (unknown [10.213.119.83]) by yuzu.css.socionext.com (Postfix) with ESMTP id 8FBBC1217B3; Mon, 4 Mar 2019 14:18:12 +0900 (JST) Subject: Re: [PATCH v4 00/10] Add basic support for Socionext Milbeaut M10V SoC To: Arnd Bergmann Cc: DTML , linux-serial@vger.kernel.org, Linux ARM , Linux Kernel Mailing List , soc@kernel.org, Rob Herring , Mark Rutland , Greg Kroah-Hartman , Daniel Lezcano , Thomas Gleixner , Russell King , Masahiro Yamada , Takao Orito , Kazuhiro Kasai , Shinji Kanematsu , Jassi Brar , Masami Hiramatsu References: <1551243056-10521-1-git-send-email-sugaya.taichi@socionext.com> From: "Sugaya, Taichi" Message-ID: Date: Mon, 4 Mar 2019 14:18:11 +0900 User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:60.0) Gecko/20100101 Thunderbird/60.5.2 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, On 2019/03/01 23:34, Arnd Bergmann wrote: > On Wed, Feb 27, 2019 at 5:51 AM Sugaya Taichi > wrote: >> >> Hi, >> >> Here is the series of patches the initial support for SC2000(M10V) of >> Milbeaut SoCs. "M10V" is the internal name of SC2000, so commonly used in >> source code. >> >> SC2000 is a SoC of the Milbeaut series. equipped with a DSP optimized for >> computer vision. It also features advanced functionalities such as 360-degree, >> real-time spherical stitching with multi cameras, image stabilization for >> without mechanical gimbals, and rolling shutter correction. More detail is >> below: >> https://www.socionext.com/en/products/assp/milbeaut/SC2000.html >> >> Specifications for developers are below: >> - Quad-core 32bit Cortex-A7 on ARMv7-A architecture >> - NEON support >> - DSP >> - GPU >> - MAX 3GB DDR3 >> - Cortex-M0 for power control >> - NAND Flash Interface >> - SD UHS-I >> - SD UHS-II >> - SDIO >> - USB2.0 HOST / Device >> - USB3.0 HOST / Device >> - PCI express Gen2 >> - Ethernet Engine >> - I2C >> - UART >> - SPI >> - PWM >> >> Support is quite minimal for now, since it only includes timer, clock, >> pictrl and serial controller drivers, so we can only boot to userspace >> through initramfs. Support for the other peripherals will come eventually. > > I've merged these all into the arm/newsoc branch now, with the > exception of the patch that Greg has already taken. > > I'll do a little more build testing before that branch will be sent, > but I expect it will be fine. > > Arnd > Thanks a lot! From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 96713C43381 for ; Mon, 4 Mar 2019 05:18:22 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 65BF72082F for ; Mon, 4 Mar 2019 05:18:22 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="hl91Fgty" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 65BF72082F Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=socionext.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender:Content-Type: Content-Transfer-Encoding:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:Date:Message-ID:From: References:To:Subject:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=HTfztF7TvCsREX6dj9zcYFL7qjPJ1GUd1ll7Ub/laIo=; b=hl91Fgtye/yjv1380g4ScvjsZ 34A1GkLjbsonZiR7rn5vU9LXVXFsFtaJyQwb4F5Spgfo58zJHpv62HPN3B4aNKBSTkmDZ2Fj9G89x mzzTI/Kq5BPYON34gqu61PIpF63ZBdzdCOA38WYHcETlBuuMQ0ZUjEGdLL+fOvjFmrYL+fUP8ISaq Cj2WsQ+YKeI4JtxjdJLZFHnrNEdHVR+LlV1lWQ6zyaJ31S+CUSbZQuGi+PM3bl8ozeHSONwJOVR84 u0IfnJSc1iBfxrxU8oAVNzNXTtRxIqey0Y2RiKVcYpgg2Y/QynDMDQyjXsZP1pwOXbwQJT8KcfXKo gn1Eyc+sQ==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1h0fzZ-0005MD-7x; Mon, 04 Mar 2019 05:18:21 +0000 Received: from mx.socionext.com ([202.248.49.38]) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1h0fzW-0005Gb-Ia for linux-arm-kernel@lists.infradead.org; Mon, 04 Mar 2019 05:18:20 +0000 Received: from unknown (HELO kinkan-ex.css.socionext.com) ([172.31.9.52]) by mx.socionext.com with ESMTP; 04 Mar 2019 14:18:13 +0900 Received: from mail.mfilter.local (m-filter-2 [10.213.24.62]) by kinkan-ex.css.socionext.com (Postfix) with ESMTP id 2D363180BB6; Mon, 4 Mar 2019 14:18:13 +0900 (JST) Received: from 172.31.9.51 (172.31.9.51) by m-FILTER with ESMTP; Mon, 4 Mar 2019 14:18:13 +0900 Received: from yuzu.css.socionext.com (yuzu [172.31.8.45]) by kinkan.css.socionext.com (Postfix) with ESMTP id B518E1A15B7; Mon, 4 Mar 2019 14:18:12 +0900 (JST) Received: from [127.0.0.1] (unknown [10.213.119.83]) by yuzu.css.socionext.com (Postfix) with ESMTP id 8FBBC1217B3; Mon, 4 Mar 2019 14:18:12 +0900 (JST) Subject: Re: [PATCH v4 00/10] Add basic support for Socionext Milbeaut M10V SoC To: Arnd Bergmann References: <1551243056-10521-1-git-send-email-sugaya.taichi@socionext.com> From: "Sugaya, Taichi" Message-ID: Date: Mon, 4 Mar 2019 14:18:11 +0900 User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:60.0) Gecko/20100101 Thunderbird/60.5.2 MIME-Version: 1.0 In-Reply-To: Content-Language: en-US X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190303_211818_727709_58197B6B X-CRM114-Status: GOOD ( 21.31 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Mark Rutland , DTML , Masami Hiramatsu , Shinji Kanematsu , Greg Kroah-Hartman , Daniel Lezcano , Linux Kernel Mailing List , Russell King , Masahiro Yamada , soc@kernel.org, Rob Herring , linux-serial@vger.kernel.org, Takao Orito , Jassi Brar , Thomas Gleixner , Kazuhiro Kasai , Linux ARM Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi, On 2019/03/01 23:34, Arnd Bergmann wrote: > On Wed, Feb 27, 2019 at 5:51 AM Sugaya Taichi > wrote: >> >> Hi, >> >> Here is the series of patches the initial support for SC2000(M10V) of >> Milbeaut SoCs. "M10V" is the internal name of SC2000, so commonly used in >> source code. >> >> SC2000 is a SoC of the Milbeaut series. equipped with a DSP optimized for >> computer vision. It also features advanced functionalities such as 360-degree, >> real-time spherical stitching with multi cameras, image stabilization for >> without mechanical gimbals, and rolling shutter correction. More detail is >> below: >> https://www.socionext.com/en/products/assp/milbeaut/SC2000.html >> >> Specifications for developers are below: >> - Quad-core 32bit Cortex-A7 on ARMv7-A architecture >> - NEON support >> - DSP >> - GPU >> - MAX 3GB DDR3 >> - Cortex-M0 for power control >> - NAND Flash Interface >> - SD UHS-I >> - SD UHS-II >> - SDIO >> - USB2.0 HOST / Device >> - USB3.0 HOST / Device >> - PCI express Gen2 >> - Ethernet Engine >> - I2C >> - UART >> - SPI >> - PWM >> >> Support is quite minimal for now, since it only includes timer, clock, >> pictrl and serial controller drivers, so we can only boot to userspace >> through initramfs. Support for the other peripherals will come eventually. > > I've merged these all into the arm/newsoc branch now, with the > exception of the patch that Greg has already taken. > > I'll do a little more build testing before that branch will be sent, > but I expect it will be fine. > > Arnd > Thanks a lot! _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel