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=-8.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=unavailable 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 9AE70C43603 for ; Wed, 3 Mar 2021 15:19:03 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6F1EB60240 for ; Wed, 3 Mar 2021 15:19:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1381696AbhCCPPy (ORCPT ); Wed, 3 Mar 2021 10:15:54 -0500 Received: from mail-vs1-f50.google.com ([209.85.217.50]:45340 "EHLO mail-vs1-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240154AbhCCK1s (ORCPT ); Wed, 3 Mar 2021 05:27:48 -0500 Received: by mail-vs1-f50.google.com with SMTP id z65so9944732vsz.12; Wed, 03 Mar 2021 02:27:31 -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=q6F2sKkucvRUzH0kZNIJI7Gtlcb3Ai64bOEnUMx1W6o=; b=b6VYhps3dpScIBtb+sZVIXQFnvPvygq62Vp/8IAZG+RlWgsK1EvvM4LGSkZxF6wCUW 5jMOHdKo21DeahcF8NmHwd7RtYXesLG2FHLqAmAXR6+DzPDE+nm739PdBRiNi7AQuti4 hrbrYRibNWzsLRjKa8QaAd+vljgl1KADmWPXf1sNwHGCXLKATKUGRmN9cWGNHOQOQhGT b/KYS6h/phnv/z/BFboKIk/qtK/nbIVeeUhguEzB2ZGfZ2WrbYydzLxKg1YMbvX0Hk0t 911z6QxIMQJheKjWDccJ47Gc2nTAx+Fa0TeqeH/D5AAGP6lWQv2u8jAw6BsNjTxzYIyB NGxQ== X-Gm-Message-State: AOAM531FHoqPq9mc4FXjRClb2zAiP7ffCuThUM7kgEojhPt6m9D87uqN TgPZHhMtezYS/KqO0qg5IlmVROnLDcsSTccw6Hc= X-Google-Smtp-Source: ABdhPJyqjrQ4AcZnbXYYgKTyxEx4u41HA8z4SDf3BMtiC7ZSiwpCjZAsreCbK07V/5CeOSxzi7+IMbgoWC7SDMLnwBg= X-Received: by 2002:a67:f7c6:: with SMTP id a6mr118635vsp.42.1614767225946; Wed, 03 Mar 2021 02:27:05 -0800 (PST) MIME-Version: 1.0 References: <20210225225147.29920-1-fabrizio.castro.jz@renesas.com> <20210225225147.29920-5-fabrizio.castro.jz@renesas.com> In-Reply-To: From: Geert Uytterhoeven Date: Wed, 3 Mar 2021 11:26:54 +0100 Message-ID: Subject: Re: [PATCH 4/7] misc: Add driver for DAB IP found on Renesas R-Car devices To: Fabrizio Castro Cc: Laurent Pinchart , Ezequiel Garcia , Arnd Bergmann , Rob Herring , Arnd Bergmann , Geert Uytterhoeven , Greg Kroah-Hartman , Linux-Renesas , DTML , Linux ARM , Linux API , "linux-kernel@vger.kernel.org" , Catalin Marinas , Will Deacon , Chris Paterson , Prabhakar Mahadev Lad , Phil Edworthy , "REE dirk.behme@de.bosch.com" , Peter Erben , Linux Media Mailing List Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Fabrizio, On Wed, Mar 3, 2021 at 11:20 AM Fabrizio Castro wrote: > > From: Laurent Pinchart > > Sent: 02 March 2021 12:32 > > Subject: Re: [PATCH 4/7] misc: Add driver for DAB IP found on Renesas R- > > Car devices > > > > On Tue, Mar 02, 2021 at 12:20:17PM +0000, Fabrizio Castro wrote: > > > On 02 March 2021 11:17, Ezequiel Garcia wrote: > > > > On Mon, 1 Mar 2021 at 14:36, Fabrizio Castro wrote: > > > > > On 26 February 2021 10:38, Arnd Bergmann wrote: > > > > > > On Thu, Feb 25, 2021 at 11:51 PM Fabrizio Castro wrote: > > > > > > > > > > > > > > The DAB hardware accelerator found on R-Car E3 and R-Car M3-N > > devices is > > > > > > > a hardware accelerator for software DAB demodulators. > > > > > > > It consists of one FFT (Fast Fourier Transform) module and one > > decoder > > > > > > > module, compatible with DAB specification (ETSI EN 300 401 and > > > > > > > ETSI TS 102 563). > > > > > > > The decoder module can perform FIC decoding and MSC decoding > > processing > > > > > > > from de-puncture to final decoded result. > > > > > > > > > > > > > > This patch adds a device driver to support the FFT module only. > > > > > > > > > > > > > > Signed-off-by: Fabrizio Castro [...] > I think the clock related patches are worth merging. Indeed. I had already marked them to be applied, after you received confirmation about the parent clocks. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds 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=-8.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,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 345F0C433E0 for ; Wed, 3 Mar 2021 14:33:22 +0000 (UTC) Received: from desiato.infradead.org (desiato.infradead.org [90.155.92.199]) (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 9589C64EE7 for ; Wed, 3 Mar 2021 14:33:20 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 9589C64EE7 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=linux-m68k.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+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=desiato.20200630; h=Sender:Content-Transfer-Encoding :Content-Type:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:Cc: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=CuVQBdMKsSPFje5vpkfsmKjdfNrSfZZnHBZY2BLhnRY=; b=Yl2X6CeDLK3xgtBkA1Ss2fDaA H7ZQako5wB4Zpbnf6oGdIIX+STWNxyRhrFTDnpRZjVX2hwnhNby/0jT5j/8+4hXq0kgBqjLHnymXE WWs4TKIn5djnDcsct4+9DpEyitjrJTFdlNiVKJYLgJE8k7P94cRjvv1QJBwirGo4ogkFs8DTNTwkz C62DiVGb/obgMXlFbn/Vq1yDMln80KdB1ai4dkebSkgirl4uqFPO55T9Q0yIeU6bwo+1W4mYcPeut gl/OOkpF3LXKr6NE1sFo1ZbIkZSYkj1nFvJRymOlGBBhNbPVm7r91QF5O2LJgJWTnptPGj1QnEh69 0JV7Sf9Uw==; Received: from localhost ([::1] helo=desiato.infradead.org) by desiato.infradead.org with esmtp (Exim 4.94 #2 (Red Hat Linux)) id 1lHSWD-0058mR-QO; Wed, 03 Mar 2021 14:30:35 +0000 Received: from casper.infradead.org ([2001:8b0:10b:1236::1]) by desiato.infradead.org with esmtps (Exim 4.94 #2 (Red Hat Linux)) id 1lHS8f-0053Hq-BT for linux-arm-kernel@desiato.infradead.org; Wed, 03 Mar 2021 14:06:10 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=Content-Type:Cc:To:Subject:Message-ID: Date:From:In-Reply-To:References:MIME-Version:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=q6F2sKkucvRUzH0kZNIJI7Gtlcb3Ai64bOEnUMx1W6o=; b=Q+Pe8ybh9/g26tT1x7akgUU2FD HN5gbnSpnuF9SwJj8QPPFNT7rEF7C82qhFs+ImstsgPgcyHpwdnlJgmgNsmJbmayt0v9pEGvR5r8M zUslgC8O3PZ9vmA9ULnFf3Q6AZfx2Q0+TZGamq0irkUIYEJUj1r2OXWoI0MqA8PtrQil6yjjquKfS LTjq8TZZd8OQeq6nbYK7mT51I/GEgrb4WnnNrsq1Xuivf1KkxXBcelK+KhTW1UYdud1+iQFl5xP8D N1hYt8MOiGQk36AnIK8OsFrvMWAODvpv4ioQoEOSwJxSfO8UalVTN/H4ZtStswZxeiolPv8cg0MjH 51+0Tb2g==; Received: from mail-vs1-f51.google.com ([209.85.217.51]) by casper.infradead.org with esmtps (Exim 4.94 #2 (Red Hat Linux)) id 1lHOij-002B9m-33 for linux-arm-kernel@lists.infradead.org; Wed, 03 Mar 2021 10:27:10 +0000 Received: by mail-vs1-f51.google.com with SMTP id l192so12290960vsd.5 for ; Wed, 03 Mar 2021 02:27:08 -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=q6F2sKkucvRUzH0kZNIJI7Gtlcb3Ai64bOEnUMx1W6o=; b=cQkV+I45/AbiagNJvW4i8AlKWUKnDRt1ddoGue8zQAXufTkoGueZsyC9gtau1adwa3 hApk0wvCifh2W05h4Kx6mGW8Vi4LkV3APHDDDbdFr65AVtkQkAgjUX8gdMYSTuRR9g9y Ql/BC2TpG3xxiMQglPk/jJ94nc8SHMGooSJQQVCgV1NH8PE1lHMn+hhbYsYxKrAo2fnn 8ALd6HrCZER5CAnlcvoT0OMDZ6pYhZEJriRDwpSTHO3fX1hPgsJA82059pO2WLn8wBVc RvHfvFQunfPrGqaQ+AxsSIjlKZ5h1yPrnXLxIvgBxZni8Woj4BbIt5f7scxprzaB/Boi IM1Q== X-Gm-Message-State: AOAM533Y8Y6BjxUgQ9FNiUpG1OK5m3d9N5UYx97FqC3g21UONi4c64L4 mJjKj4vhYMqN24Gw/fo4gF1p/LJ++1hjk0acYuY= X-Google-Smtp-Source: ABdhPJyqjrQ4AcZnbXYYgKTyxEx4u41HA8z4SDf3BMtiC7ZSiwpCjZAsreCbK07V/5CeOSxzi7+IMbgoWC7SDMLnwBg= X-Received: by 2002:a67:f7c6:: with SMTP id a6mr118635vsp.42.1614767225946; Wed, 03 Mar 2021 02:27:05 -0800 (PST) MIME-Version: 1.0 References: <20210225225147.29920-1-fabrizio.castro.jz@renesas.com> <20210225225147.29920-5-fabrizio.castro.jz@renesas.com> In-Reply-To: From: Geert Uytterhoeven Date: Wed, 3 Mar 2021 11:26:54 +0100 Message-ID: Subject: Re: [PATCH 4/7] misc: Add driver for DAB IP found on Renesas R-Car devices To: Fabrizio Castro Cc: Laurent Pinchart , Ezequiel Garcia , Arnd Bergmann , Rob Herring , Arnd Bergmann , Geert Uytterhoeven , Greg Kroah-Hartman , Linux-Renesas , DTML , Linux ARM , Linux API , "linux-kernel@vger.kernel.org" , Catalin Marinas , Will Deacon , Chris Paterson , Prabhakar Mahadev Lad , Phil Edworthy , "REE dirk.behme@de.bosch.com" , Peter Erben , Linux Media Mailing List X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210303_102710_524429_2EFD09B1 X-CRM114-Status: GOOD ( 21.35 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi Fabrizio, On Wed, Mar 3, 2021 at 11:20 AM Fabrizio Castro wrote: > > From: Laurent Pinchart > > Sent: 02 March 2021 12:32 > > Subject: Re: [PATCH 4/7] misc: Add driver for DAB IP found on Renesas R- > > Car devices > > > > On Tue, Mar 02, 2021 at 12:20:17PM +0000, Fabrizio Castro wrote: > > > On 02 March 2021 11:17, Ezequiel Garcia wrote: > > > > On Mon, 1 Mar 2021 at 14:36, Fabrizio Castro wrote: > > > > > On 26 February 2021 10:38, Arnd Bergmann wrote: > > > > > > On Thu, Feb 25, 2021 at 11:51 PM Fabrizio Castro wrote: > > > > > > > > > > > > > > The DAB hardware accelerator found on R-Car E3 and R-Car M3-N > > devices is > > > > > > > a hardware accelerator for software DAB demodulators. > > > > > > > It consists of one FFT (Fast Fourier Transform) module and one > > decoder > > > > > > > module, compatible with DAB specification (ETSI EN 300 401 and > > > > > > > ETSI TS 102 563). > > > > > > > The decoder module can perform FIC decoding and MSC decoding > > processing > > > > > > > from de-puncture to final decoded result. > > > > > > > > > > > > > > This patch adds a device driver to support the FFT module only. > > > > > > > > > > > > > > Signed-off-by: Fabrizio Castro [...] > I think the clock related patches are worth merging. Indeed. I had already marked them to be applied, after you received confirmation about the parent clocks. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel