From patchwork Tue Jun 12 14:20:08 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 9229 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id D74BB23EB4 for ; Tue, 12 Jun 2012 14:20:28 +0000 (UTC) Received: from mail-yx0-f180.google.com (mail-yx0-f180.google.com [209.85.213.180]) by fiordland.canonical.com (Postfix) with ESMTP id 9DDB9A18360 for ; Tue, 12 Jun 2012 14:20:28 +0000 (UTC) Received: by yenq6 with SMTP id q6so3753259yen.11 for ; Tue, 12 Jun 2012 07:20:28 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-forwarded-to:x-forwarded-for:delivered-to:received-spf:from:to:cc :subject:date:message-id:x-mailer:mime-version:content-type :x-gm-message-state; bh=kDL8zADZr5jIjvGHKUvjVBfMEaDjmDXe6TB6tzL7wZ8=; b=jpJil4FA9Ggk1pF5rlbqxvtX+KPfxdXVx/nZJLLkjrKuTdSKIyBszwODsO7aeidqJn lSHVc+EYBoDjTOSlwtExeisAr/RCIHdy8+q4EvlnOdmt4wfy0PeyR93UcMJx0tVngAnF mldL4apeMKNVNDJ6321Wei8l+ZBvSXOheiZwO/lS5gZX2zL6NqS/hI8lvnPIquDiktCo B80FnU/m32XMIXcz/vefTjKFOdlGA6UoT1/BIXwYABBt9P0azK4HGgOoqf55qvK6Mzm9 AvYVrKw7yhxFIEl59gaDPd8s5QPNaLrdYT0272lyDPOcDHG9+LenqskNk12z+K9E26nd oQcQ== Received: by 10.50.40.193 with SMTP id z1mr8521744igk.0.1339510827571; Tue, 12 Jun 2012 07:20:27 -0700 (PDT) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.231.24.148 with SMTP id v20csp169381ibb; Tue, 12 Jun 2012 07:20:26 -0700 (PDT) Received: by 10.14.98.204 with SMTP id v52mr6733919eef.198.1339510825641; Tue, 12 Jun 2012 07:20:25 -0700 (PDT) Received: from eu1sys200aog111.obsmtp.com (eu1sys200aog111.obsmtp.com. [207.126.144.131]) by mx.google.com with SMTP id y51si9254031eea.31.2012.06.12.07.20.17 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 12 Jun 2012 07:20:25 -0700 (PDT) Received-SPF: neutral (google.com: 207.126.144.131 is neither permitted nor denied by best guess record for domain of linus.walleij@stericsson.com) client-ip=207.126.144.131; Authentication-Results: mx.google.com; spf=neutral (google.com: 207.126.144.131 is neither permitted nor denied by best guess record for domain of linus.walleij@stericsson.com) smtp.mail=linus.walleij@stericsson.com Received: from beta.dmz-us.st.com ([167.4.1.35]) (using TLSv1) by eu1sys200aob111.postini.com ([207.126.147.11]) with SMTP ID DSNKT9dQIDnKyZhRNsfs8+XBvAFR5/d88H6P@postini.com; Tue, 12 Jun 2012 14:20:25 UTC Received: from zeta.dmz-us.st.com (ns4.st.com [167.4.16.71]) by beta.dmz-us.st.com (STMicroelectronics) with ESMTP id BE57554; Tue, 12 Jun 2012 14:19:51 +0000 (GMT) Received: from relay2.stm.gmessaging.net (unknown [10.230.100.18]) by zeta.dmz-us.st.com (STMicroelectronics) with ESMTP id F08B84D; Tue, 12 Jun 2012 11:31:57 +0000 (GMT) Received: from exdcvycastm022.EQ1STM.local (alteon-source-exch [10.230.100.61]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (Client CN "exdcvycastm022", Issuer "exdcvycastm022" (not verified)) by relay2.stm.gmessaging.net (Postfix) with ESMTPS id C9B70A8072; Tue, 12 Jun 2012 16:20:06 +0200 (CEST) Received: from steludxu4075.lud.stericsson.com (10.230.100.153) by smtp.stericsson.com (10.230.100.30) with Microsoft SMTP Server (TLS) id 8.3.83.0; Tue, 12 Jun 2012 16:20:12 +0200 From: Linus Walleij To: Grant Likely , Cc: Viresh Kumar , Linus Walleij , Vinit Shenoy Subject: [PATCH 2/3] spi/pl022: delete DB5500 support Date: Tue, 12 Jun 2012 16:20:08 +0200 Message-ID: <1339510808-13368-1-git-send-email-linus.walleij@stericsson.com> X-Mailer: git-send-email 1.7.9.2 MIME-Version: 1.0 X-Gm-Message-State: ALoCoQk14Zirr+UHM+078ZStepT8e1aHYF62vxs6eWbVCewiVG48A27bFRMSeSaK26HfqrGvoMS7 From: Linus Walleij This ASIC variant has been deleted from the ARM tree, no need to keep support around. Cc: Vinit Shenoy Signed-off-by: Linus Walleij --- drivers/spi/spi-pl022.c | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/drivers/spi/spi-pl022.c b/drivers/spi/spi-pl022.c index 469eb28..5eab281 100644 --- a/drivers/spi/spi-pl022.c +++ b/drivers/spi/spi-pl022.c @@ -2256,15 +2256,6 @@ static struct vendor_data vendor_st_pl023 = { .loopback = false, }; -static struct vendor_data vendor_db5500_pl023 = { - .fifodepth = 32, - .max_bpw = 32, - .unidir = false, - .extended_cr = true, - .pl023 = true, - .loopback = true, -}; - static struct amba_id pl022_ids[] = { { /* @@ -2296,11 +2287,6 @@ static struct amba_id pl022_ids[] = { .mask = 0xffffffff, .data = &vendor_st_pl023, }, - { - .id = 0x10080023, - .mask = 0xffffffff, - .data = &vendor_db5500_pl023, - }, { 0, 0 }, };