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=-10.7 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,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 7EE6DC433DB for ; Wed, 27 Jan 2021 08:18:19 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 30F09206F4 for ; Wed, 27 Jan 2021 08:18:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232375AbhA0IRq (ORCPT ); Wed, 27 Jan 2021 03:17:46 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48746 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234690AbhA0IPa (ORCPT ); Wed, 27 Jan 2021 03:15:30 -0500 Received: from mail-lf1-x132.google.com (mail-lf1-x132.google.com [IPv6:2a00:1450:4864:20::132]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2FDC3C0613ED for ; Wed, 27 Jan 2021 00:14:47 -0800 (PST) Received: by mail-lf1-x132.google.com with SMTP id h7so1421181lfc.6 for ; Wed, 27 Jan 2021 00:14:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=J2HCC4yhbbPsmLQ0n0dZus/7x+U8iB2qhIOWhoNSYcY=; b=NDMLH3T1eAaIFdZmrxDra9KWHUA2cmKRFDFoinAAIKxXiThkOFOB3RtQ7NrMe/+vh6 aXTiM86/Mk4NPI91/uCV0v/RRWlxN8+o6z65+wPGyPuud9RXTandWAf0osnTyv8Cz2Js sKEunNG8VIohEpiWqUYxu0uxy8SUqg6G0d3T+bXCSu6bZ4u2lqlDEg/W8gOuhtvFrlku +Vlhwq11R5zmEkfG/TVLofGU/xK/C7pvLeJmaUp/Hs23p2/mXielZcCsMxKGOorQjbCI SeQ/J7TiztQxzh3KDxrF1T+GUq4wg9OHjxvL3Kx6jDaCz7nJ6cqkCmZwq+kExAEMGlzy SsTg== 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=J2HCC4yhbbPsmLQ0n0dZus/7x+U8iB2qhIOWhoNSYcY=; b=tHbLEvxekb1jz7AoqXm079d6OoaWtrpmL/u9X1CcigtWEiyq0gEXE/UYE2eEhTEa7I sNMzsETVpczIvJ4zVndyoG/buyrSgGIxkx8enIvfLl7WThpFr66f6eWLfXVvOjwVragB BKe1awYYSagfM64DinufAEkfIFh9I3Onmm/tqxkOXwVdCcdTkXK3heNqTfmswEwMVg3F dlwINYfNQwcKnd224SoftpTIQoMPz73LBv2Izr/lY+qiWcSjHZWfHWJwe9ZqKdiceY0M qlcLE1+wxCxiNXHJZXojIlgK6Ovst4FbuX7JU4zy94ni1HdFBC29HbuiO3WP3f3/d04R jAIg== X-Gm-Message-State: AOAM530uXu3C8UsGIbR8ppkOrE//T8yv1ksDDQmBgaa6VKik2/SP5Wv7 gs39n2j6qVbi+VeThNdNl7Xby0GayCsI67h5S/IL6g== X-Google-Smtp-Source: ABdhPJyWf+xVImkqWvS5UA3di35EMJA9L0HYCcZ9G6wxZpbFK3IsJuXrlMmi7aAR7vcl5l4lMc+Xhmx7AFEk5FhpigY= X-Received: by 2002:ac2:5c45:: with SMTP id s5mr4503390lfp.586.1611735285619; Wed, 27 Jan 2021 00:14:45 -0800 (PST) MIME-Version: 1.0 References: <20210127001631.91209-1-chanho61.park@samsung.com> In-Reply-To: <20210127001631.91209-1-chanho61.park@samsung.com> From: Linus Walleij Date: Wed, 27 Jan 2021 09:14:34 +0100 Message-ID: Subject: Re: [PATCH] pinctrl: samsung: use raw_spinlock for s3c64xx To: Chanho Park Cc: Tomasz Figa , Krzysztof Kozlowski , Sylwester Nawrocki , Linux ARM , linux-samsung-soc , "open list:GPIO SUBSYSTEM" Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org On Wed, Jan 27, 2021 at 1:16 AM Chanho Park wrote: > This patch converts spin_[lock|unlock] functions of pin bank to > raw_spinlock to support preempt-rt for pinctrl-s3c64xx. Below patch > converted spinlock_t to raw_spinlock_t but it didn't convert the > s3c64xx's spinlock. > > Fixes: 1f306ecbe0f6 ("pinctrl: samsung: use raw_spinlock for locking") > Cc: Tomasz Figa > Cc: Krzysztof Kozlowski > Cc: Sylwester Nawrocki > Cc: Linus Walleij > Signed-off-by: Chanho Park Fixed up the patch commit text a bit as indicated by Krzysztof and applied so the tree compiles again. Thanks for fixing! Yours, Linus Walleij 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=-9.1 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 35B8EC433DB for ; Wed, 27 Jan 2021 08:16:27 +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 CC61A2074F for ; Wed, 27 Jan 2021 08:16:26 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org CC61A2074F Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linaro.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: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=hZgzySJre4Qm3ejn4THp/i9RWmXiMQDZ1c3c17QxYO8=; b=H5gPE84rf/QuBtotRf+BA4nSf Wq4tZy38zFROGhc6aIbEOCvLPAa0hQos9qVsOmIOM3/OilrfZN11CalzhoRJZt5J6ZRtfD6SMFEO3 jjyMAWartgENSC7awElAnmIlvqftDRE9CbzqugMa/cTfe6x/+aZ5RglUmcUpqGUryzA4mu+Y4o98b yh+mUtjk3CRZ/elfcH+n3DaI+XUso2LG5GpoHhe/ATRKqc1nxSKCGG2pHqvq3hTB3S+VpQK3sczsB 52wQdwZQVxgjKsyxeGsSMm0547KmqHuwE39GUr7FCAbZuQJbH2aag2ZqBBwxX6gFuAuI41i2zGUBs gsvbQG3mQ==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1l4fyV-0003Ke-9l; Wed, 27 Jan 2021 08:14:51 +0000 Received: from mail-lf1-x12b.google.com ([2a00:1450:4864:20::12b]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1l4fyS-0003Jm-4e for linux-arm-kernel@lists.infradead.org; Wed, 27 Jan 2021 08:14:49 +0000 Received: by mail-lf1-x12b.google.com with SMTP id a12so1449721lfb.1 for ; Wed, 27 Jan 2021 00:14:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=J2HCC4yhbbPsmLQ0n0dZus/7x+U8iB2qhIOWhoNSYcY=; b=NDMLH3T1eAaIFdZmrxDra9KWHUA2cmKRFDFoinAAIKxXiThkOFOB3RtQ7NrMe/+vh6 aXTiM86/Mk4NPI91/uCV0v/RRWlxN8+o6z65+wPGyPuud9RXTandWAf0osnTyv8Cz2Js sKEunNG8VIohEpiWqUYxu0uxy8SUqg6G0d3T+bXCSu6bZ4u2lqlDEg/W8gOuhtvFrlku +Vlhwq11R5zmEkfG/TVLofGU/xK/C7pvLeJmaUp/Hs23p2/mXielZcCsMxKGOorQjbCI SeQ/J7TiztQxzh3KDxrF1T+GUq4wg9OHjxvL3Kx6jDaCz7nJ6cqkCmZwq+kExAEMGlzy SsTg== 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=J2HCC4yhbbPsmLQ0n0dZus/7x+U8iB2qhIOWhoNSYcY=; b=Qhfl5wkNAz7nvWFhZHuux5K8G7if5QqpQjNTMpGShVecwnNCnuDFjgfln7brrHV8wv CESK/Pvhh5K6hmZ80wZMRIQEj4Ce6DaFI8zgZoZULgxBW6a2R4I5ntuNmbsdSdbBHqgJ z1nYITgQkmvI19jdVa0aM9wSybrFC/v9vGQalyVHiuBpNduwx46Uxdf0162Oi9iY4Bcw 4zAarmorsC/EqLIXwZuF+aOVZfnZW7tXb6bcNX3kzgmjaC8rGIkW6vL5k4gpm2Qgxb8t +58F7OVuApbZA9MmYUINwY5A8tPLGv05KvgrdxP+51P0dwtxRHy9MirLrVMaY044hTFH it3Q== X-Gm-Message-State: AOAM53016qIXaziGw6yvn/gyw60je4C8TUVmk8gzDhTra/Y6Rn30XeYd aW8ZW/0/g+rQOmJ3oK/VINNZeFIs72mrRZYEH+HVXw== X-Google-Smtp-Source: ABdhPJyWf+xVImkqWvS5UA3di35EMJA9L0HYCcZ9G6wxZpbFK3IsJuXrlMmi7aAR7vcl5l4lMc+Xhmx7AFEk5FhpigY= X-Received: by 2002:ac2:5c45:: with SMTP id s5mr4503390lfp.586.1611735285619; Wed, 27 Jan 2021 00:14:45 -0800 (PST) MIME-Version: 1.0 References: <20210127001631.91209-1-chanho61.park@samsung.com> In-Reply-To: <20210127001631.91209-1-chanho61.park@samsung.com> From: Linus Walleij Date: Wed, 27 Jan 2021 09:14:34 +0100 Message-ID: Subject: Re: [PATCH] pinctrl: samsung: use raw_spinlock for s3c64xx To: Chanho Park X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210127_031448_472136_3AA1C203 X-CRM114-Status: GOOD ( 11.95 ) 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 , Tomasz Figa , Krzysztof Kozlowski , "open list:GPIO SUBSYSTEM" , Sylwester Nawrocki , Linux ARM 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 Wed, Jan 27, 2021 at 1:16 AM Chanho Park wrote: > This patch converts spin_[lock|unlock] functions of pin bank to > raw_spinlock to support preempt-rt for pinctrl-s3c64xx. Below patch > converted spinlock_t to raw_spinlock_t but it didn't convert the > s3c64xx's spinlock. > > Fixes: 1f306ecbe0f6 ("pinctrl: samsung: use raw_spinlock for locking") > Cc: Tomasz Figa > Cc: Krzysztof Kozlowski > Cc: Sylwester Nawrocki > Cc: Linus Walleij > Signed-off-by: Chanho Park Fixed up the patch commit text a bit as indicated by Krzysztof and applied so the tree compiles again. Thanks for fixing! Yours, Linus Walleij _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel