From patchwork Thu Jan 23 10:13:11 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jens Wiklander X-Patchwork-Id: 11347213 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 9637B14B4 for ; Thu, 23 Jan 2020 10:13:17 +0000 (UTC) Received: from web01.groups.io (web01.groups.io [66.175.222.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 43D5D2467B for ; Thu, 23 Jan 2020 10:13:17 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=linux.kernel.org header.i=@linux.kernel.org header.b="dzDsvYm9" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 43D5D2467B Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linaro.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=bounce+26986+1305+1554929+3438807@linux.kernel.org X-Received: by 127.0.0.2 with SMTP id aJXqYY1556264xaf6XO3cCg2; Thu, 23 Jan 2020 02:13:16 -0800 X-Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by mx.groups.io with SMTP id smtpd.web11.5766.1579774396669893843 for ; Thu, 23 Jan 2020 02:13:16 -0800 X-Received: by mail.kernel.org (Postfix) id 2F0A424673; Thu, 23 Jan 2020 10:13:16 +0000 (UTC) X-Received: from mail-lf1-f67.google.com (mail-lf1-f67.google.com [209.85.167.67]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id B1CC02253D for ; Thu, 23 Jan 2020 10:13:15 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org B1CC02253D X-Received: by mail-lf1-f67.google.com with SMTP id r14so1866467lfm.5 for ; Thu, 23 Jan 2020 02:13:15 -0800 (PST) X-Gm-Message-State: ZaYthcauTxq7ePMSKUMyDOF0x1554929AA= X-Google-Smtp-Source: APXvYqz+AonGwRFNf1MyGq1jaClp+4wgw/P8hISb6+lfs3B3LpXl+eHn4A5+oxtVpKsqEwPOZxGEXw== X-Received: by 2002:a19:4a:: with SMTP id 71mr4356482lfa.50.1579774393698; Thu, 23 Jan 2020 02:13:13 -0800 (PST) X-Received: from jax (h-249-223.A175.priv.bahnhof.se. [98.128.249.223]) by smtp.gmail.com with ESMTPSA id t13sm898056ljk.78.2020.01.23.02.13.12 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 23 Jan 2020 02:13:12 -0800 (PST) Date: Thu, 23 Jan 2020 11:13:11 +0100 From: Jens Wiklander To: Linuxkernel+Patchwork-Soc via Email Integration Cc: Linux Kernel Mailing List , Linux ARM , tee-dev@lists.linaro.org, Vincenzo Frascino Subject: [GIT PULL] optee driver another fix for v5.5 Message-ID: <20200123101310.GA10320@jax> MIME-Version: 1.0 User-Agent: Mutt/1.9.4 (2018-02-28) Precedence: Bulk List-Unsubscribe: Sender: patchwork-soc@linux.kernel.org List-Id: Mailing-List: list patchwork-soc@linux.kernel.org; contact patchwork-soc+owner@linux.kernel.org Delivered-To: mailing list patchwork-soc@linux.kernel.org Reply-To: patchwork-soc+owner@linux.kernel.org Content-Disposition: inline DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux.kernel.org; q=dns/txt; s=20140610; t=1579774396; bh=CvmcI0/v6oiuWGYM4Rp6hTgOVZWm9LL2w76RV+YH0Oc=; h=Cc:Content-Type:Date:From:Reply-To:Subject:To; b=dzDsvYm9tb3To7IaYcVPHcJLVTc8frdr12KV/qNngXQNORZ7flJeHo4N9+mxPN/6Vd6 oBRv4iHVY3f8pur/6hwxd5w4v8LfCHrdkOJQYu3q5/TNcy1LUsDpZizPh8njgl5p0yJKf +/EIeuApvlO4iiaTuzD/g5qjwaes/HMeqPM= Hello arm-soc maintainers, Please pull this OP-TEE driver fix with an added dependency to MMU in order to avoid compile errors on nommu configurations. Thanks, Jens The following changes since commit d1eef1c619749b2a57e514a3fa67d9a516ffa919: Linux 5.5-rc2 (2019-12-15 15:16:08 -0800) are available in the Git repository at: https://git.linaro.org:/people/jens.wiklander/linux-tee.git tags/tee-optee-fix2-for-5.5 for you to fetch changes up to 9e0caab8e0f96f0af7d1dd388e62f44184a75372: tee: optee: Fix compilation issue with nommu (2020-01-23 10:55:20 +0100) ---------------------------------------------------------------- Fix OP-TEE compile error with nommu ---------------------------------------------------------------- Vincenzo Frascino (1): tee: optee: Fix compilation issue with nommu drivers/tee/optee/Kconfig | 1 + 1 file changed, 1 insertion(+) -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#1305): https://linux.kernel.org/g/patchwork-soc/message/1305 Mute This Topic: https://linux.kernel.org/mt/70044485/1554929 Group Owner: patchwork-soc+owner@linux.kernel.org Unsubscribe: https://linux.kernel.org/g/patchwork-soc/unsub [patchwork-linux-kernel-org@patchwork.kernel.org] -=-=-=-=-=-=-=-=-=-=-=-