From patchwork Thu Feb 29 10:58:10 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wolfram Sang X-Patchwork-Id: 13576963 Received: from mail.zeus03.de (www.zeus03.de [194.117.254.33]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id DE6AF7A701 for ; Thu, 29 Feb 2024 10:58:42 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=194.117.254.33 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1709204327; cv=none; b=Vzz7kDRldAXp3A4D0Ih8C8NQoDMPgh9IzCWOW1l3pb27bjysHj5OKQiDkjXsSt72sn3YEN5mrx1XHVL2JebSY97Lf/lfhbUimqhh87SLBtUHElZUin7xSsyYdoVRjn8p8mVS/zHIBqJ1bUJVRQfApVI+PcX4Sb0gpKVvvekbrhQ= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1709204327; c=relaxed/simple; bh=Aspv0G+YG9614QQAmWGdnPtXhOIvyhPuhr5UY12xlXY=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=iIlDlirM+uieWmKqJGclzD8TM3DXLWO6vwGg0jghe7Go3VpRvw/LZnHKMsFzfQmN/9Pf8lzZZa/kNYt7GJRrm+Xr3wtvTZ7sPokqzV6CnDrJn29p3i1h+U7Kc2NGpZirlXNd7GxHNd+qfs8NUFbAy/+2a6sI+bW5M+y45gSkBVE= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=sang-engineering.com; spf=pass smtp.mailfrom=sang-engineering.com; dkim=pass (2048-bit key) header.d=sang-engineering.com header.i=@sang-engineering.com header.b=Nw0K+k7S; arc=none smtp.client-ip=194.117.254.33 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=sang-engineering.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=sang-engineering.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=sang-engineering.com header.i=@sang-engineering.com header.b="Nw0K+k7S" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= sang-engineering.com; h=from:to:cc:subject:date:message-id :mime-version:content-transfer-encoding; s=k1; bh=4eke9AvP60x46V nmjd4TBJ7DFqyFYzBhCdKdqGcDHmc=; b=Nw0K+k7SmNbMyafANJF4722nBDDkAZ 0Ze+RcEjaxKrUnSR7D78LG9TfWECbQvvYKu1GS7v7bT/5bh80dzVGUM2nSGreUwF tseEO05KXB57Y9NaIuFFXM2lSHuewTuFZSGF3Z6oJFVC0HLlLYYWJm4tx8fhlTuz fdkheIywGwv3rBnXozXUpx5Dk6O7CKcAbRmTYe7m1Bqq9fJKgKKxn2KUULlfRaSe 00QYYfiv7IMtW8HIvFtqRXz/GvpUGQ9H8Iqoovy56yf6noX2jZ8q1xERNY4ygunK 22+pUleTSAG3T/8nkQ6bhUkwXqI0Pb5qfU9sy72Ky3BoHRMbY8nZjl2g== Received: (qmail 2277949 invoked from network); 29 Feb 2024 11:58:40 +0100 Received: by mail.zeus03.de with ESMTPSA (TLS_AES_256_GCM_SHA384 encrypted, authenticated); 29 Feb 2024 11:58:40 +0100 X-UD-Smtp-Session: l3s3148p1@jH5VJIMSejltKPFZ From: Wolfram Sang To: linux-renesas-soc@vger.kernel.org Cc: Chris Packham , Rob Herring , Wolfram Sang , devicetree@vger.kernel.org, linux-i2c@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH RFT 0/3] i2c: mpc: use proper binding for transfer timeouts Date: Thu, 29 Feb 2024 11:58:10 +0100 Message-ID: <20240229105810.29220-5-wsa+renesas@sang-engineering.com> X-Mailer: git-send-email 2.43.0 Precedence: bulk X-Mailing-List: linux-renesas-soc@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 To clean up the confusing situation regarding I2C timeout bindings, here is the series to fix up the MPC driver which mixed up clock stretching timeout with transfer timeouts. Plus a minor cleanup while here. Only build tested, so actual testing is welcome. Wolfram Sang (3): dt-bindings: i2c: mpc: use proper binding for transfer timeouts i2c: mpc: use proper binding for transfer timeouts i2c: mpc: remove outdated macro .../devicetree/bindings/i2c/i2c-mpc.yaml | 2 +- drivers/i2c/busses/i2c-mpc.c | 16 +++++++--------- 2 files changed, 8 insertions(+), 10 deletions(-) Reviewed-by: Chris Packham Tested-by: Chris Packham