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,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 07614C43381 for ; Fri, 1 Mar 2019 14:34:53 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D0BA92084F for ; Fri, 1 Mar 2019 14:34:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388663AbfCAOev (ORCPT ); Fri, 1 Mar 2019 09:34:51 -0500 Received: from mail-qt1-f193.google.com ([209.85.160.193]:35377 "EHLO mail-qt1-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728336AbfCAOev (ORCPT ); Fri, 1 Mar 2019 09:34:51 -0500 Received: by mail-qt1-f193.google.com with SMTP id p48so27952904qtk.2; Fri, 01 Mar 2019 06:34:51 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=Kr2iK0Z6/1Tz0QsjFgK/N3Hq6/jd9uhO1G2ZTUfj0LE=; b=RPKeNk+HLcZ/aRpTiFIml0i45NQwhP9p2pkSvs03FtAJOihWAVxODcIFrs2/zs2kMe UvXUtbf36422BIEQmc880nluLcRvYcvCzNb/YK45QPGE9nit5OCb38N1A1qwEaMyTgK/ M+xQrTZ7WA47nt6KprRuw8Ab11CB+D1JypYkQuA7m0xbAviWLXC3o+Ys4Y8DlRqJtkri 3YP5Y51FHtYAuF05UY1uInSpXPyMASCg2NbCo2m3oom2PLBJm2mJft/ruBTQDerRn3Le fapeUkY2l/p4sQx1I05Zdj0QAyzP8WrCNudvmDCXJzoMCjgtdyK0y3B+2IeK225emKjS Dyyw== X-Gm-Message-State: APjAAAVbdenw9OKMIlX9DyehXRLYT1r6Qab5aoebjebJRz4KxOlpiqqo 6KzZOCsuxG2aefsY5rBdyEliGnlm1cjnxr6nDVo= X-Google-Smtp-Source: APXvYqwWWqvTdsX44+5p40uVKnelBgmU87iGjG24eLVoXZTUeKTDLppMmPdD5pwYlt9ncEQsMTA3Mlr/9H9cEfOgNM0= X-Received: by 2002:a0c:81ee:: with SMTP id 43mr3923579qve.180.1551450890521; Fri, 01 Mar 2019 06:34:50 -0800 (PST) MIME-Version: 1.0 References: <1551243056-10521-1-git-send-email-sugaya.taichi@socionext.com> In-Reply-To: <1551243056-10521-1-git-send-email-sugaya.taichi@socionext.com> From: Arnd Bergmann Date: Fri, 1 Mar 2019 15:34:34 +0100 Message-ID: Subject: Re: [PATCH v4 00/10] Add basic support for Socionext Milbeaut M10V SoC To: Sugaya Taichi 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 Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 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 4873AC43381 for ; Fri, 1 Mar 2019 14:35:05 +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 10D552084F for ; Fri, 1 Mar 2019 14:35:05 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="u1Q5GZO6" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 10D552084F Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=arndb.de 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-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:To:Subject:Message-ID:Date:From: In-Reply-To:References:MIME-Version:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=EEFnVINBT02WKHgelvMfDF60237AqfyVtRD07bcFfs4=; b=u1Q5GZO6QxdniO P3JTgroEJEs5Ox6ChjyNDg1c7SRL1J01inwYGositoFbfKyqanuMsrBR2H3kULQkT4cESJ15Rg/T6 LuCzr1hsmANTO0oLhlvHf+1S6c5RInxrgR1NxsHnJvwdEvV2Vko/eu7oDc29JUTysXt0kzE0Nptz0 U09ILNg8TMUQzna6Ag55LEZnrZfHnneVPpO+nxEDN0Ksf36FWRnHLivwVkT9clpOFzYwer1lGdCJf DDuvDo4Hyht8hUGXum33T/fe07O4rbROS1cTBROYK4AAEE4yJ9DFl1zcUF+3rG6f0Jy51OeFM1zdM 3p4RjXMWtKaDUZ2/opsQ==; 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 1gzjFZ-0002WS-8k; Fri, 01 Mar 2019 14:34:57 +0000 Received: from mail-qt1-f196.google.com ([209.85.160.196]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1gzjFV-0002VW-IS for linux-arm-kernel@lists.infradead.org; Fri, 01 Mar 2019 14:34:55 +0000 Received: by mail-qt1-f196.google.com with SMTP id a48so27953445qtb.4 for ; Fri, 01 Mar 2019 06:34:51 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=Kr2iK0Z6/1Tz0QsjFgK/N3Hq6/jd9uhO1G2ZTUfj0LE=; b=eyqxR+cRt2pH2bcrG6ec0VeQfvua+jkgkqGBLHEZ50yrxd0HivOlJ+s3i8e8Y1wZ8B Dr5zKjXeuM+WKBLER63XzDxfnY4X1d1kw8qdyGuvX4N0yuTpuzpH/pAne+jo4ZJBFJB0 2YFPR6TJ+InIL/8h9qbqgHE91Pxcax9f0vRTa+Xulm6sWjGaJrjD39OOS3FK7pynZ9Jn dFkwI+1TNlE2w+b8766senuOgrfbraEL+3XwffuhISBNTXkKyXFjd6hD1fOUPbk3S4AF aTLffG6uXlVe+9pDxoShUhSKBMve3DWRqZsa511klhsM5PinMB2t765n90Oh8KbXljnB GgGg== X-Gm-Message-State: APjAAAV+ydd8lcS1ePduVD7aVaEi1obAlRUBDXVkDOqytoOr3bEnGwP1 CTOwGRS/hX2ytp3Q9USSgVPmFBo4XLYtisot35Y= X-Google-Smtp-Source: APXvYqwWWqvTdsX44+5p40uVKnelBgmU87iGjG24eLVoXZTUeKTDLppMmPdD5pwYlt9ncEQsMTA3Mlr/9H9cEfOgNM0= X-Received: by 2002:a0c:81ee:: with SMTP id 43mr3923579qve.180.1551450890521; Fri, 01 Mar 2019 06:34:50 -0800 (PST) MIME-Version: 1.0 References: <1551243056-10521-1-git-send-email-sugaya.taichi@socionext.com> In-Reply-To: <1551243056-10521-1-git-send-email-sugaya.taichi@socionext.com> From: Arnd Bergmann Date: Fri, 1 Mar 2019 15:34:34 +0100 Message-ID: Subject: Re: [PATCH v4 00/10] Add basic support for Socionext Milbeaut M10V SoC To: Sugaya Taichi X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190301_063453_608880_996D5283 X-CRM114-Status: GOOD ( 15.30 ) 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-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org 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 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel