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.6 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 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 112B3C433E3 for ; Wed, 19 Aug 2020 19:51:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id CB313207BB for ; Wed, 19 Aug 2020 19:51:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1597866675; bh=+9PyUvZ3wybE7lfEpYN+tNohs3uR30FSL8dtdEr777s=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=HLSoCAA8BpomQXnXMs1FfRX8cVO8l3Jqkc50mLJv71hxgsajO0JtrNpem3B7ix3Tl 0TeLu1tjuM+svVGF+V7Xt4JStUdYCMkmK8ZZ2a3h/lrMYtNf0qIcRLaS01C7spPVQE LOc55rsGOSdQIiNqO+gQ33bbOV4PQQzAJMlKwFd4= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726861AbgHSTvP (ORCPT ); Wed, 19 Aug 2020 15:51:15 -0400 Received: from mail-ed1-f68.google.com ([209.85.208.68]:46148 "EHLO mail-ed1-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725275AbgHSTvO (ORCPT ); Wed, 19 Aug 2020 15:51:14 -0400 Received: by mail-ed1-f68.google.com with SMTP id t15so19072496edq.13; Wed, 19 Aug 2020 12:51:12 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=Bb7ExWmhyq/T0GrV/7A/j43KNL60oMDaO5uFv+AFuAg=; b=LQr5YtTtOXyORJOqRO/zYTug6FM7xWhiDxL0qW434xxdJkgMOJC8Fhv491mM2nRiJi mzAxEluLL2oWWCyC3MyfMNahKrmm09Or0JB3N5vqkpizcu3sZMxhkesiKMUxbg397eYA S1Ij9yZdU0S6dWRvaItHeDdT4NwxMZGDYlKReaRpFJKZimh0kSZwEx102G+fjhu2v/aw 6bKNd+KyNc5HAyGNVEoSOI3Qr/L1NN6onXsKkMqblM36mSICnNeWLXLVpGdr89VOs2XS h5Cb+5L21xTjDxoq6G+G9VZZHogI1uQUhCv7tHHKuoVa0gsv6dyhfhOV4EUL7TFipLIl 9Oqg== X-Gm-Message-State: AOAM531IR+YUtubOAPjs9luZ/iHUZZGRO9G3RWwP8AfQCsV9OAIHbBJN NiaedG9218QyKbTowtull0FnFSZFEas= X-Google-Smtp-Source: ABdhPJx7j3Lrm4/qFAWyj9HphpiOLZn+rlreZc+t2vrnccL41YTdGaaoZeU2eRxltKfnhqvLZP5zyg== X-Received: by 2002:aa7:cdd0:: with SMTP id h16mr26397727edw.116.1597866671520; Wed, 19 Aug 2020 12:51:11 -0700 (PDT) Received: from kozik-lap ([194.230.155.216]) by smtp.googlemail.com with ESMTPSA id c5sm19332234ejb.103.2020.08.19.12.51.09 (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Wed, 19 Aug 2020 12:51:10 -0700 (PDT) Date: Wed, 19 Aug 2020 21:51:07 +0200 From: Krzysztof Kozlowski To: linux-kernel@vger.kernel.org Cc: Arnd Bergmann , Russell King , Mark Brown , Kukjin Kim , Andi Shyti , linux-arm-kernel@lists.infradead.org, linux-spi@vger.kernel.org, linux-samsung-soc@vger.kernel.org Subject: Re: [PATCH v2 23/41] ARM: s3c24xx: move spi fiq handler into platform Message-ID: <20200819195107.GA10594@kozik-lap> References: <20200806181932.2253-1-krzk@kernel.org> <20200806182059.2431-23-krzk@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20200806182059.2431-23-krzk@kernel.org> User-Agent: Mutt/1.9.4 (2018-02-28) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Aug 06, 2020 at 08:20:40PM +0200, Krzysztof Kozlowski wrote: > From: Arnd Bergmann > > The fiq handler needs access to some register definitions that > should not be used directly by device drivers. > > Since this is closely related to the irqchip driver anyway, > move it into the same place. > > Signed-off-by: Arnd Bergmann > [krzk: Add a header guard in include/linux/spi/s3c24xx-fiq.h, fix > SPDX comment style, update maintainer's entry] > Signed-off-by: Krzysztof Kozlowski > > --- > > Changes since v1: > 1. Add a header guard in include/linux/spi/s3c24xx-fiq.h, > 2. Fix SPDX comment style, > 3. Update maintainer's entry. > --- > MAINTAINERS | 1 + > arch/arm/mach-s3c24xx/Makefile | 2 ++ > arch/arm/mach-s3c24xx/irq-s3c24xx-fiq-exports.c | 9 +++++++++ > .../arm/mach-s3c24xx/irq-s3c24xx-fiq.S | 2 +- > drivers/spi/Makefile | 1 - > drivers/spi/spi-s3c24xx.c | 7 +------ > .../linux/spi/s3c24xx-fiq.h | 10 ++++++++++ > 7 files changed, 24 insertions(+), 8 deletions(-) > create mode 100644 arch/arm/mach-s3c24xx/irq-s3c24xx-fiq-exports.c > rename drivers/spi/spi-s3c24xx-fiq.S => arch/arm/mach-s3c24xx/irq-s3c24xx-fiq.S (98%) > rename drivers/spi/spi-s3c24xx-fiq.h => include/linux/spi/s3c24xx-fiq.h (66%) Applied patches 1-23 to samsung-soc. Best regards, Krzysztof 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.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 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 B9097C433E1 for ; Wed, 19 Aug 2020 19:52:19 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (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 709BC207DA for ; Wed, 19 Aug 2020 19:52:19 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="dENSgGxQ" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 709BC207DA Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.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=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References:Message-ID: Subject:To:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=R0yfum6zTSImKpzH/K/caQcbm8qAVyS70A+/LjUhjao=; b=dENSgGxQ2cwNDoIHBqOV6IXaW 77t4SnOK7dWkmHv0AAsE2wQESH8wO4Hw9jjbrjGCRdGCg8zF1h+SAm3bRkce2C/h051wlxhxvS1dJ EHRG125HgEimPEI71k6qolD/0S8rvJJ1c/YIkvDA+UpiNzZ2yvedMlSIDF33rZEsEdUIZ+jTaT/Tr jKNcJXsOhSxOjMM3uhwTQg2DoLyHT66UbGHxdJra0xw69pmtkTstFJvxopfv0t/UU8RPDfheAAdNu akv122Si8umvWhALPD08oKNZbXfPoDPWTUX40IJCjyEE4bRJAvmChWvT2IeFvqSZ2z8GnaTnh8XL8 +xU6tmXng==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1k8U78-0001uU-NN; Wed, 19 Aug 2020 19:51:14 +0000 Received: from mail-ed1-f66.google.com ([209.85.208.66]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1k8U76-0001tw-JP for linux-arm-kernel@lists.infradead.org; Wed, 19 Aug 2020 19:51:13 +0000 Received: by mail-ed1-f66.google.com with SMTP id df16so19119405edb.9 for ; Wed, 19 Aug 2020 12:51:12 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=Bb7ExWmhyq/T0GrV/7A/j43KNL60oMDaO5uFv+AFuAg=; b=bdRA99vpWWZMoLA8d/Mi/SfYc4x+o8ieYhri98kmf60sSX0aI77qrLiK+6Fg8zsYes FR9hIInXlf3s5gWX10WfPTYumQjJShaQtu2QPqRYwboZs2F5BoY4Don1Q+Zsy0r3G2A+ 2gCvZj7z/bpEeeGpsASRXN6lPbUZpmTGDgyP6Zwp43R70WLq0i+GnKDrspYkTOroYWNy PCCkkL3oejjZNFkVVLpTW9+kgznaJhJoh5sdseotaD69GpndSUo1PJZ6bacjdukEwEKL Fd1y6tSnBA85QtUETPWHr+eF+cSLxUPACaRHngibQqiUXgPBLLLqw1i/5XoLkfIeuZwu izxg== X-Gm-Message-State: AOAM532V14wa5OnQGFbx6BmotzwJLWVxamB9lQwThXQu4Q8iskXKM9vm 6AcU9bn3WjYHGa1jBjTZ5Qo= X-Google-Smtp-Source: ABdhPJx7j3Lrm4/qFAWyj9HphpiOLZn+rlreZc+t2vrnccL41YTdGaaoZeU2eRxltKfnhqvLZP5zyg== X-Received: by 2002:aa7:cdd0:: with SMTP id h16mr26397727edw.116.1597866671520; Wed, 19 Aug 2020 12:51:11 -0700 (PDT) Received: from kozik-lap ([194.230.155.216]) by smtp.googlemail.com with ESMTPSA id c5sm19332234ejb.103.2020.08.19.12.51.09 (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Wed, 19 Aug 2020 12:51:10 -0700 (PDT) Date: Wed, 19 Aug 2020 21:51:07 +0200 From: Krzysztof Kozlowski To: linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 23/41] ARM: s3c24xx: move spi fiq handler into platform Message-ID: <20200819195107.GA10594@kozik-lap> References: <20200806181932.2253-1-krzk@kernel.org> <20200806182059.2431-23-krzk@kernel.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200806182059.2431-23-krzk@kernel.org> User-Agent: Mutt/1.9.4 (2018-02-28) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200819_155112_669255_1445B6CC X-CRM114-Status: GOOD ( 20.43 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-samsung-soc@vger.kernel.org, Arnd Bergmann , Mark Brown , Russell King , linux-spi@vger.kernel.org, Kukjin Kim , Andi Shyti , linux-arm-kernel@lists.infradead.org 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 On Thu, Aug 06, 2020 at 08:20:40PM +0200, Krzysztof Kozlowski wrote: > From: Arnd Bergmann > > The fiq handler needs access to some register definitions that > should not be used directly by device drivers. > > Since this is closely related to the irqchip driver anyway, > move it into the same place. > > Signed-off-by: Arnd Bergmann > [krzk: Add a header guard in include/linux/spi/s3c24xx-fiq.h, fix > SPDX comment style, update maintainer's entry] > Signed-off-by: Krzysztof Kozlowski > > --- > > Changes since v1: > 1. Add a header guard in include/linux/spi/s3c24xx-fiq.h, > 2. Fix SPDX comment style, > 3. Update maintainer's entry. > --- > MAINTAINERS | 1 + > arch/arm/mach-s3c24xx/Makefile | 2 ++ > arch/arm/mach-s3c24xx/irq-s3c24xx-fiq-exports.c | 9 +++++++++ > .../arm/mach-s3c24xx/irq-s3c24xx-fiq.S | 2 +- > drivers/spi/Makefile | 1 - > drivers/spi/spi-s3c24xx.c | 7 +------ > .../linux/spi/s3c24xx-fiq.h | 10 ++++++++++ > 7 files changed, 24 insertions(+), 8 deletions(-) > create mode 100644 arch/arm/mach-s3c24xx/irq-s3c24xx-fiq-exports.c > rename drivers/spi/spi-s3c24xx-fiq.S => arch/arm/mach-s3c24xx/irq-s3c24xx-fiq.S (98%) > rename drivers/spi/spi-s3c24xx-fiq.h => include/linux/spi/s3c24xx-fiq.h (66%) Applied patches 1-23 to samsung-soc. Best regards, Krzysztof _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel