From patchwork Sun May 19 13:52:07 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tom Rini X-Patchwork-Id: 1101562 X-Patchwork-Delegate: trini@ti.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.denx.de (client-ip=81.169.180.215; helo=lists.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=konsulko.com Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 456NmQ42S1z9sBK for ; Sun, 19 May 2019 23:53:58 +1000 (AEST) Received: by lists.denx.de (Postfix, from userid 105) id 1ACDFC21DF8; Sun, 19 May 2019 13:53:25 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id DB08FC21E1E; Sun, 19 May 2019 13:52:34 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id C4484C21DA1; Sun, 19 May 2019 13:52:27 +0000 (UTC) Received: from mail-yw1-f65.google.com (mail-yw1-f65.google.com [209.85.161.65]) by lists.denx.de (Postfix) with ESMTPS id 4F970C21DA6 for ; Sun, 19 May 2019 13:52:24 +0000 (UTC) Received: by mail-yw1-f65.google.com with SMTP id n76so4783064ywd.1 for ; Sun, 19 May 2019 06:52:24 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=M1KIg6fUYJpoE6NwEiqxYQyg3+XvAZq9qVAVieKyTCc=; b=I1H1pFTbkzIPQvwL9Rd/2Wg/iWWef/46DXZ7lcpRWfxo0B/v0ZzTe3keXQwvMLcXg0 ERHZxRSV5Ylh0hIz96KQzmZC10TCzs8EWxnwJVDXXBpEcZJbcRK4TmQ3YRinty18DRtd XkqdU5tdc9Nsqlesw+AdVY/7UIJrdXXFxsrwgBgIRjo//VhOKUJeGdhuobRTllOnkEiV 7j4MqGL7v/XgSMvxGMChDa50uzqgS/nUStRADhIYLV/Ed9AR/iGpt3KM5FCdOfSwdg1j N72E9VIsAvBcIp0XZu669Qzsrv5Zaz7dGc8YXUAtg3ySrziagVQcSjzg5MQD5oeI62Rt mpcA== X-Gm-Message-State: APjAAAXcoaOs9x9S1ec5yLAxgWPstpwGwaZkPrmeofL6wz6l6Gr/bWG7 a/sFkxfHj1i4Kk09aAkv+uHw2sU= X-Google-Smtp-Source: APXvYqzotlLZlXYmyXrCQlo77zOug5zNND2JtKySKqsoHTrLLh2opc4pTaSiWjCzjCyWvyeur96kEA== X-Received: by 2002:a0d:ef85:: with SMTP id y127mr31057278ywe.471.1558273943027; Sun, 19 May 2019 06:52:23 -0700 (PDT) Received: from bill-the-cat.local (cpe-65-184-141-147.ec.res.rr.com. [65.184.141.147]) by smtp.gmail.com with ESMTPSA id v128sm4053392ywd.24.2019.05.19.06.52.22 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 19 May 2019 06:52:22 -0700 (PDT) From: Tom Rini To: u-boot@lists.denx.de Date: Sun, 19 May 2019 09:52:07 -0400 Message-Id: <1558273931-1415-7-git-send-email-trini@konsulko.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1558273931-1415-1-git-send-email-trini@konsulko.com> References: <1558273931-1415-1-git-send-email-trini@konsulko.com> Cc: Marek Vasut Subject: [U-Boot] [PATCHv2 07/11] spi: Kconfig: Mark SH_SPI as DEPRECATED X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" From: Jagan Teki Mark SH_SPI as DEPRECATED, this so the resulting build shows warning for a deprecated configuration enabled and associated code will remove in v2019.07 release. Cc: Marek Vasut Signed-off-by: Jagan Teki [trini: Switch to DEPRECATED] Signed-off-by: Tom Rini Acked-by: Marek Vasut --- drivers/spi/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index 3c345f108498..9aac500bb187 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -343,6 +343,7 @@ config DAVINCI_SPI config SH_SPI bool "SuperH SPI driver" + depends on DEPRECATED help Enable the SuperH SPI controller driver. This driver can be used on various SuperH SoCs, such as SH7757.