From patchwork Fri Jan 3 09:00:26 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jens Wiklander X-Patchwork-Id: 11316683 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 A3B3E14E3 for ; Fri, 3 Jan 2020 09:01:03 +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 4D80F21734 for ; Fri, 3 Jan 2020 09:01:03 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=linux.kernel.org header.i=@linux.kernel.org header.b="jyLo6QfD" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 4D80F21734 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+1062+1554929+3438807@linux.kernel.org X-Received: by 127.0.0.2 with SMTP id KJgmYY1556264xrdp7PEsHeb; Fri, 03 Jan 2020 01:01:02 -0800 X-Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by mx.groups.io with SMTP id smtpd.web10.1862.1578042031330769954 for ; Fri, 03 Jan 2020 01:00:31 -0800 X-Received: by mail.kernel.org (Postfix) id D17B7222C4; Fri, 3 Jan 2020 09:00:30 +0000 (UTC) X-Received: from mail-lf1-f68.google.com (mail-lf1-f68.google.com [209.85.167.68]) (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 7023821734 for ; Fri, 3 Jan 2020 09:00:30 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 7023821734 X-Received: by mail-lf1-f68.google.com with SMTP id i23so31483134lfo.7 for ; Fri, 03 Jan 2020 01:00:30 -0800 (PST) X-Gm-Message-State: hbN19NI4PGDRRkbVd1roIB7ix1554929AA= X-Google-Smtp-Source: APXvYqxHz6YOYwivJoSxhqlSJg3HugBnTerrXFQsJwx2kcoUtyy25+ZVE9A88tuIdBzfxaI9c9ocxw== X-Received: by 2002:a19:5201:: with SMTP id m1mr51956951lfb.114.1578042028505; Fri, 03 Jan 2020 01:00:28 -0800 (PST) X-Received: from jax (h-249-223.A175.priv.bahnhof.se. [98.128.249.223]) by smtp.gmail.com with ESMTPSA id k25sm23877975lji.42.2020.01.03.01.00.27 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 03 Jan 2020 01:00:27 -0800 (PST) Date: Fri, 3 Jan 2020 10:00:26 +0100 From: Jens Wiklander To: Linuxkernel+Patchwork-Soc via Email Integration Cc: Linux Kernel Mailing List , Linux ARM , tee-dev@lists.linaro.org Subject: [GIT PULL] optee platform driver for v5.6 Message-ID: <20200103090025.GA11243@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=1578042062; bh=Sux1pIWRSkjIHSlljLskLCedp2ZvGXpN4h+YNHdY294=; h=Cc:Content-Type:Date:From:Reply-To:Subject:To; b=jyLo6QfDghf40QpwQcq7BdcW+X+lojg7MFmGeeSYjK011/3979BueS1MUN7p8EIPrbD hqLpGdA82BF8J1vow/lAYOyezoaKOc/jThkkKbT4tPVHQ1axR0wuW+3X+lI6/Lv830uhe rF3g3ObhtvyWuEbbLtMIbeDZ5yEYWnrc90E= Hello arm-soc maintainers, Please pull this OP-TEE driver update where the driver is modeled as a platform driver instead. 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: git://git.linaro.org:/people/jens.wiklander/linux-tee.git tags/tee-optee-pldrv-for-5.6 for you to fetch changes up to f349710e413ad29132373e170c87dd35f2b62069: optee: model OP-TEE as a platform device/driver (2020-01-03 09:26:40 +0100) ---------------------------------------------------------------- Model OP-TEE as a platform device/driver ---------------------------------------------------------------- Ard Biesheuvel (1): optee: model OP-TEE as a platform device/driver drivers/tee/optee/core.c | 153 ++++++++++++++++++++--------------------------- 1 file changed, 64 insertions(+), 89 deletions(-) -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#1062): https://linux.kernel.org/g/patchwork-soc/message/1062 Mute This Topic: https://linux.kernel.org/mt/69395642/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] -=-=-=-=-=-=-=-=-=-=-=-