From patchwork Tue Sep 1 10:18:06 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jens Wiklander X-Patchwork-Id: 11747859 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 F3AD11667 for ; Tue, 1 Sep 2020 10:18:10 +0000 (UTC) Received: by mail.kernel.org (Postfix) id EEEE520C56; Tue, 1 Sep 2020 10:18:10 +0000 (UTC) Delivered-To: soc@kernel.org Received: from mail-lj1-f193.google.com (mail-lj1-f193.google.com [209.85.208.193]) (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 74A55206FA for ; Tue, 1 Sep 2020 10:18:10 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="AVileoi2" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 74A55206FA Authentication-Results: mail.kernel.org; dmarc=pass (p=none dis=none) header.from=linaro.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=jens.wiklander@linaro.org Received: by mail-lj1-f193.google.com with SMTP id a15so848821ljk.2 for ; Tue, 01 Sep 2020 03:18:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:mime-version:content-disposition; bh=Ef8FM3fZiqNvJvHo58pBjnwUlM9KEzscD9rQlYx0eGc=; b=AVileoi2SrjN6mIUNrV8sPg2X2abCs8HR3te4781sHRVVsaLcQVCanoNIqwvUfSOLN ZMFDv4OHiNT7lUrIk1fY5CvW6OY5echHoPdU+jYs3LZz40juVlsPW/I5KrJ+JGX6y7vN O5uVNgcRUzQPrVE4iysRStYBT1F2+sxMxMcjCsKSipfxdGV6cxNGS+YuTu/uZthLgzOK sBVrFUFWACo36XQf+7f2+Qwh6e533aZ9czCb97a0TcCiRxmO/68Is3YX9u77yXLUzgCm JlLYXpsmvdQ4ar9DPhTWI5Di9FmLBs0DTwVzkAmcgrmsvFgMoVYjizC23BfBV48W65FF aLdA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:mime-version :content-disposition; bh=Ef8FM3fZiqNvJvHo58pBjnwUlM9KEzscD9rQlYx0eGc=; b=qNUwSjfi1WHMxX8NcDq6KM4UGvAzS0Yvb/Cc+iE8LTmFpfTJpWL3t6ozI0u4JqabSI SJ9DfbcqDzpVuaRkbprt1s8cA/fCwSlolYrS1nYVR5Wf49rCCrjfmSVa9C86lEjrID4F msJqKpjdi2MuIrqWOFXvresTMDTjPiioGjceVWa6mJmSV1zAJclBzZsqwEUtgvmPyRYd Yxodx1jImsopwZnpLDQNu6cWeE8pJLmff8vhENbvnbw6qQdnKiBQbkag8twC/k4AOSpm ZO70JdD6vXGmyNwyWCOC47+YdF9coaB0giHRBhEahUXz++hucwCfLWPHnq8OErr05o75 Xx3A== X-Gm-Message-State: AOAM531/PAKoEHIxPlYXTlFb4dQn6dcfEii3HmPwBaTdE4wqARKtgMZe xZIAXv76WlY23RhQDMFvIv8J1Q== X-Google-Smtp-Source: ABdhPJxjEWIk/C8X/TOVakCtirf3E75tDpiV+SA+pviVGJb32xUUqhskxZGFr9wtDaWAv89UXQCehA== X-Received: by 2002:a05:651c:106f:: with SMTP id y15mr237739ljm.170.1598955488658; Tue, 01 Sep 2020 03:18:08 -0700 (PDT) Received: from jade (h-249-223.A175.priv.bahnhof.se. [98.128.249.223]) by smtp.gmail.com with ESMTPSA id r11sm180316lji.104.2020.09.01.03.18.07 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 01 Sep 2020 03:18:08 -0700 (PDT) Date: Tue, 1 Sep 2020 12:18:06 +0200 From: Jens Wiklander List-Id: To: arm@kernel.org, soc@kernel.org Cc: Linux Kernel Mailing List , Linux ARM , op-tee@lists.trustedfirmware.org, Jorge Ramirez-Ortiz Subject: [GIT PULL] optee i2c fix for v5.10 Message-ID: <20200901101806.GA3286324@jade> MIME-Version: 1.0 Content-Disposition: inline Hello arm-soc maintainers, Please pull this small patch fixing a build issue in the previous OP-TEE I2C patch. The test IS_REACHABLE(CONFIG_I2C) is used instead of IS_ENABLED(CONFIG_I2C) to see if the I2C functions are available from the OP-TEE driver. If you rather have the patches squashed feel free to do so. Thanks, Jens The following changes since commit c05210ab975771e161427eb47696b869d820bdaf: drivers: optee: allow op-tee to access devices on the i2c bus (2020-08-21 11:41:45 +0200) are available in the Git repository at: git://git.linaro.org:/people/jens.wiklander/linux-tee.git tags/optee-i2c-fix-for-v5.10 for you to fetch changes up to 539f8fc253ece5501fdea1a6aa227d0618374111: drivers: optee: fix i2c build issue (2020-09-01 12:03:16 +0200) ---------------------------------------------------------------- Make sure I2C functions used in OP-TEE are reachable with IS_REACHABLE() ---------------------------------------------------------------- Jorge Ramirez-Ortiz (1): drivers: optee: fix i2c build issue drivers/tee/optee/rpc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)