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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id D6285C433EF for ; Wed, 23 Mar 2022 15:22:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S244998AbiCWPXi (ORCPT ); Wed, 23 Mar 2022 11:23:38 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41284 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229765AbiCWPXf (ORCPT ); Wed, 23 Mar 2022 11:23:35 -0400 Received: from mail-ej1-f47.google.com (mail-ej1-f47.google.com [209.85.218.47]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 75229710CA; Wed, 23 Mar 2022 08:22:05 -0700 (PDT) Received: by mail-ej1-f47.google.com with SMTP id a8so3510910ejc.8; Wed, 23 Mar 2022 08:22:05 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:from :subject:content-language:to:cc:references:in-reply-to :content-transfer-encoding; bh=4yRaJTJTJWC7egeZTEjtbpjIpIsJvGgOeze8pkExlkw=; b=weMJwevWL74GqexQcFHixi72twtwkmCzqzbOLTcYntIsQmGamXcgLHtY7F6U/y3F7u 2xtxdT/wMuNiWdPtsmY/gpcoeIWxUKapaSm3Fh4SWuVZp63hsM73bu8t2GATr/nahIGY TgF5sDbqvuPXONe9a3VpZuHcs5aW6Zynumj1AC8DlCCg9h7GxSu+ZEehl6AGZHR6HhOh 7s3Qv5wz3oAjCSYSc/yVLZZ5H4/6baKVklTO+6ShZ+8sCLUjvs49p+EQigNeqQ48Pcqn vG7muT9I3rUyb+s92c+VJ8p0vWajwXbPz6rhsKfSQsz2jHxQR/0Y1iRenFweQQJasBJd zEWg== X-Gm-Message-State: AOAM5327ZNh3yWuP9aKHec/VHsD7ESp0Km8Y37i0G0ZbM1jp4rMyijEQ fBrVmSMoVVbXBiAChlVJOBE= X-Google-Smtp-Source: ABdhPJxb9C5g3fqWHmMP2bawf1nNODS7AALIQ8bbXnF1MmkvBiQVxKxI3ZydkGxtuBE/i2RVGqEZNw== X-Received: by 2002:a17:907:97c9:b0:6db:ab53:1fdf with SMTP id js9-20020a17090797c900b006dbab531fdfmr544178ejc.406.1648048923977; Wed, 23 Mar 2022 08:22:03 -0700 (PDT) Received: from [192.168.0.17] (78-11-189-27.static.ip.netia.com.pl. [78.11.189.27]) by smtp.googlemail.com with ESMTPSA id u10-20020a50d94a000000b004131aa2525esm105423edj.49.2022.03.23.08.22.02 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 23 Mar 2022 08:22:03 -0700 (PDT) Message-ID: <3d3048d2-7233-5534-f9f6-285fabe2a10c@kernel.org> Date: Wed, 23 Mar 2022 16:22:02 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0 From: Krzysztof Kozlowski Subject: Re: [PATCH 4/7] ARM: dts: s5pv210: Remove spi-cs-high on panel in Aries Content-Language: en-US To: Jonathan Bakker , alim.akhtar@samsung.com Cc: robh+dt@kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org References: <20220323150311.26699-1-xc-racer2@live.ca> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 23/03/2022 16:03, Jonathan Bakker wrote: > Since commit 766c6b63aa04 ("spi: fix client driver breakages when using > GPIO descriptors"), the panel has been blank due to an inverted CS GPIO. > In order to correct this, drop the spi-cs-high from the panel SPI device. > > Fixes: 766c6b63aa04 ("spi: fix client driver breakages when using GPIO descriptors") > Signed-off-by: Jonathan Bakker > --- > arch/arm/boot/dts/s5pv210-aries.dtsi | 1 - > 1 file changed, 1 deletion(-) > +CC stable please. Such fixes should be either a separate patchset or put them first in the series. 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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id A6B0FC433EF for ; Wed, 23 Mar 2022 15:23:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:References:Cc:To:Subject: From:MIME-Version:Date:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=q8GbU3PrEyBb+VplrL9ingi7uJM0Mugz4pTWgKNpqjc=; b=le7HBI6mI6odpF meSHqkeu5jmMA/tY4XJGUPtJ7F2gbZdQ3KuJxkDThT48EEKk6PJB26Knu5xmJwLhvEIZQs6CaM+W8 8j5l5Z9hpZYfSnqpdUmpq/yKHbK4FShGaXJw53SELwhw7C5HK2ZdorncoTT5LVEYYC5lmC75dOZpw G4FCAj2b2annLLcOVHPEn44RrcPSovGj9BvLuhN0tPPrR/hv1aEQTj6JlnduQKRBhhwmhZU6N7E/t zcUoa2Lmlkm0as+D2PuAyA7lbED8Me6uOTbSJVsQlRjlKRcm/sdTM8wgYP77p07LzBADLRRzlWf5B +QfrYuoLBMJjONmEcb6A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nX2oL-00E4Ms-8k; Wed, 23 Mar 2022 15:22:09 +0000 Received: from mail-ej1-f41.google.com ([209.85.218.41]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nX2oH-00E4Lj-Tr for linux-arm-kernel@lists.infradead.org; Wed, 23 Mar 2022 15:22:07 +0000 Received: by mail-ej1-f41.google.com with SMTP id pv16so3610451ejb.0 for ; Wed, 23 Mar 2022 08:22:05 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:from :subject:content-language:to:cc:references:in-reply-to :content-transfer-encoding; bh=4yRaJTJTJWC7egeZTEjtbpjIpIsJvGgOeze8pkExlkw=; b=InqBG/hc5UfrGaUuIRLiyX12RVlN9VsSiGvKrK4jBYZNv1n+cg8apPbuzfyIeQSxpR qPcqmxOuwHoQivEmyhpGSR3rkEIzQ6STaU9JZYVuoPpkooe6Dl6knvVH4nrsKJhXf30J vZOGlVEXojFffIybYbvFcgQp5hjanoPux/FId67sGBL5pFkK6WN/+CPr4jcMGFNbYFai 1D5s55NyX2Uph5TSU7l3C3zfks5JOqOlQW06Eo3OZZQiykCiw1yVNQPyz6f7cglsI7tT FC8jpyxp/E4FWYfh8+/SiBUF/8rAE5NGUGMFdsEPoVDwFpdGgAfxWmdqxfL929kuct0T BkgA== X-Gm-Message-State: AOAM533DcgaibPuWBgAXgofGyz1CXz7MzRkGWejEk9w0uAmT8kM/sVsS 6/nJDpYEipkwxoFGQ5ZYwG0= X-Google-Smtp-Source: ABdhPJxb9C5g3fqWHmMP2bawf1nNODS7AALIQ8bbXnF1MmkvBiQVxKxI3ZydkGxtuBE/i2RVGqEZNw== X-Received: by 2002:a17:907:97c9:b0:6db:ab53:1fdf with SMTP id js9-20020a17090797c900b006dbab531fdfmr544178ejc.406.1648048923977; Wed, 23 Mar 2022 08:22:03 -0700 (PDT) Received: from [192.168.0.17] (78-11-189-27.static.ip.netia.com.pl. [78.11.189.27]) by smtp.googlemail.com with ESMTPSA id u10-20020a50d94a000000b004131aa2525esm105423edj.49.2022.03.23.08.22.02 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 23 Mar 2022 08:22:03 -0700 (PDT) Message-ID: <3d3048d2-7233-5534-f9f6-285fabe2a10c@kernel.org> Date: Wed, 23 Mar 2022 16:22:02 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0 From: Krzysztof Kozlowski Subject: Re: [PATCH 4/7] ARM: dts: s5pv210: Remove spi-cs-high on panel in Aries Content-Language: en-US To: Jonathan Bakker , alim.akhtar@samsung.com Cc: robh+dt@kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org References: <20220323150311.26699-1-xc-racer2@live.ca> In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220323_082205_993137_CABB4E27 X-CRM114-Status: GOOD ( 12.17 ) 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 On 23/03/2022 16:03, Jonathan Bakker wrote: > Since commit 766c6b63aa04 ("spi: fix client driver breakages when using > GPIO descriptors"), the panel has been blank due to an inverted CS GPIO. > In order to correct this, drop the spi-cs-high from the panel SPI device. > > Fixes: 766c6b63aa04 ("spi: fix client driver breakages when using GPIO descriptors") > Signed-off-by: Jonathan Bakker > --- > arch/arm/boot/dts/s5pv210-aries.dtsi | 1 - > 1 file changed, 1 deletion(-) > +CC stable please. Such fixes should be either a separate patchset or put them first in the series. Best regards, Krzysztof _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel