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 phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 0BBCBC433EF for ; Thu, 24 Feb 2022 08:10:01 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 07B5A83B73; Thu, 24 Feb 2022 09:09:59 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=amarulasolutions.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=amarulasolutions.com header.i=@amarulasolutions.com header.b="Xp1eoUtu"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 240C083B6D; Thu, 24 Feb 2022 09:09:57 +0100 (CET) Received: from mail-ed1-x531.google.com (mail-ed1-x531.google.com [IPv6:2a00:1450:4864:20::531]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 08AF283B85 for ; Thu, 24 Feb 2022 09:09:54 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=amarulasolutions.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=jagan@amarulasolutions.com Received: by mail-ed1-x531.google.com with SMTP id m3so1641693eda.10 for ; Thu, 24 Feb 2022 00:09:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=amarulasolutions.com; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=qnyA6b666IRedWqBRSCyDRcGfHPOmA1i5rcsXaeJukc=; b=Xp1eoUtuo4z7lXTdkA4k8YQu+u6CZ6GxZFzk0/GPC7gQzN/inAw3lcx5flQiEpz9fG Cg6Uuw6xCcqVD60L9T929qa3jLmpOQP3XIkWeDgNwdv+xmUZUOlX8mgGuqRSOzJAFAKp JutEuTTFEdLjc5HIFamMcXyspTAJbw9vchnsY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=qnyA6b666IRedWqBRSCyDRcGfHPOmA1i5rcsXaeJukc=; b=ufXQpGCkONS8/a/EUQ9kbiVvPqY8mlmmVfe6aIiQ5QdOzmu8pTp8kLr4/q3G9emgRd I6K4Zko1EEhD+V8EN6waAe/+jEB9rKUb3ZXtc/cmcMcvzvxro7EJBsCwZLPNKLC+L44i 6eJdcGPkeqbQ0Ex7hz+M2rTtTLrsh+bv1j8UFARAUxrI2HTjtltivjdBI0w1k7sTnHvF SejOqJONoxthdUVW4KLxkZSb2gacslH0skW4kIQc+Zb517EwYnSsKZHWKcyMXrAOGhx6 HxbA3B+ZncA1sgPt68hLBmP6ggNOVoAInUwPoRQAn++cvEWFzJUMpuJnn5Ks78iG/6fm Gb/A== X-Gm-Message-State: AOAM533Le8lHwjdYoWwmeVXOtq/wBEAGorYRhTfS57ON9gqzf79jS9y3 fDtDpFyCGRboVa24i1hIiposUVX3fNzdeH4YlDZ23w== X-Google-Smtp-Source: ABdhPJxqyoPdJbc8ZahDl8Mw6m5XJMV+WM+nrpiUA8QgT5hRzk7K0A57X4B/Fpl/QesYk2X8aCoXSyptAehxHuhun0I= X-Received: by 2002:a05:6402:268c:b0:411:e086:b7d1 with SMTP id w12-20020a056402268c00b00411e086b7d1mr1166017edd.111.1645690193232; Thu, 24 Feb 2022 00:09:53 -0800 (PST) MIME-Version: 1.0 References: <20220222162331.14218-1-christian.gmeiner@gmail.com> In-Reply-To: <20220222162331.14218-1-christian.gmeiner@gmail.com> From: Jagan Teki Date: Thu, 24 Feb 2022 13:39:42 +0530 Message-ID: Subject: Re: [PATCH] spi: cadence-qspi: Make reset control optinal To: Christian Gmeiner Cc: u-boot@lists.denx.de, p.yadav@ti.com Content-Type: text/plain; charset="UTF-8" X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.5 at phobos.denx.de X-Virus-Status: Clean On Tue, Feb 22, 2022 at 9:53 PM Christian Gmeiner wrote: > > In the TI am65 device tree files there is no reset defined. Also > the Linux kernel driver uses devm_reset_control_get_optional_exclusive(..) > to get the reset. > > Lets do the same as the kernel does and make thr reset optinal. > > Signed-off-by: Christian Gmeiner > --- Applied to u-boot-spi/master