Received: by 2002:ac0:a679:0:0:0:0:0 with SMTP id p54csp306380imp; Thu, 21 Feb 2019 01:44:48 -0800 (PST) X-Google-Smtp-Source: AHgI3IbBUGhwd+vTcgAqm9w+Ei2mHRZ7RhZFW0tfPjf/UsBk5UOr8Po69TNb6yHUDh5uXUBh3mOv X-Received: by 2002:a17:902:29c9:: with SMTP id h67mr41840005plb.111.1550742288645; Thu, 21 Feb 2019 01:44:48 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1550742288; cv=none; d=google.com; s=arc-20160816; b=jKIgYIqmzAulAolWbCYddnYZ+dw6qsi7Bau7hGDN4/amrIsoGpa9gyZTlS48+MCp7A 6Leu+5e6cPj9LPOGDy5AMJ6lNt2r6GhFG/ve5pSrjgHuX3T/tk6c1apdaaz4gH3f2yQ3 Qm2Yp8X7CpM7wGYqGGbNS08MKYvxm53+Hcdt02TI7tTysiE0wgHdKxXezaeaLDskhA4V 74P3qbveTJLwJms7AMl99k++UAS1E+vUxJ4J16ARHHdF0PpRA55qXElrlB6LN9KYzAkT 89HZ+LHxlUAqPOIr6fmkg5rhXMaU0p/oOHrskX7hbn5/OCmSbl7Wy5qjQYz2HHxKxaFh 1U0Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :message-id:in-reply-to:subject:cc:to:from:date; bh=0KbQ/XmOH1zJl/DYdMvdXeo0ix2vMzHSP8ppklPJX0Y=; b=jsQ9yByk1cWO//oGyNzdIe9RCJ3+PQe+rRGnxRKGYJcahLqWvhnYev9LDNbV18n+Mh yX26aYZxhrT9EYOQFV1kc6Z6ggSZo6ZfxyeEfwW5dpVfYs+i8bFdzNpq4qHZRxtPWutl VTrereadxVtMZphVv8HQML9Un/fOgu4Vp/Ay2kBEXZLI7yM+2KlkBofyIrOHlObSoJn1 JlUSdH88ztmxby5hxN+5jMvZXbWaCKm3NlYgGU7nCClir0WmWi5weWnFXcxeL/P2t4Ax y+o4M6FLc5loqOnTtC9c7egTKlzCbuGNPpUkq2INwta4WWPTxGIqpVLhh/h+jnNse2vI mkPg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id e65si10756248pfa.80.2019.02.21.01.44.33; Thu, 21 Feb 2019 01:44:48 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727970AbfBUJnS (ORCPT + 99 others); Thu, 21 Feb 2019 04:43:18 -0500 Received: from mail.steuer-voss.de ([85.183.69.95]:47376 "EHLO mail.steuer-voss.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727682AbfBUJmK (ORCPT ); Thu, 21 Feb 2019 04:42:10 -0500 X-Virus-Scanned: Debian amavisd-new at mail.steuer-voss.de Received: by mail.steuer-voss.de (Postfix, from userid 1000) id 21E024CFE0; Thu, 21 Feb 2019 10:42:07 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by mail.steuer-voss.de (Postfix) with ESMTP id 1CE484CFD7; Thu, 21 Feb 2019 10:42:07 +0100 (CET) Date: Thu, 21 Feb 2019 10:42:07 +0100 (CET) From: Nikolaus Voss X-X-Sender: nv@fox.voss.local To: Heikki Krogerus cc: Greg Kroah-Hartman , Guenter Roeck , linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCHv3] usb: typec: tps6598x: handle block writes separately with plain-I2C adapters In-Reply-To: <20190221090850.GE5054@kuha.fi.intel.com> Message-ID: References: <20190220110017.BFA344CE86@mail.steuer-voss.de> <20190220151138.12332-1-nv@vosn.de> <20190221090850.GE5054@kuha.fi.intel.com> User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 21 Feb 2019, Heikki Krogerus wrote: > On Wed, Feb 20, 2019 at 04:11:38PM +0100, Nikolaus Voss wrote: >> From: Nikolaus Voss >> >> Commit 1a2f474d328f handles block _reads_ separately with plain-I2C >> adapters, but the problem described with regmap-i2c not handling >> SMBus block transfers (i.e. read and writes) correctly also exists >> with writes. >> >> As workaround, this patch adds a block write function the same way >> 1a2f474d328f adds a block read function. >> >> Fixes: 1a2f474d328f ("usb: typec: tps6598x: handle block reads separately with plain-I2C adapters") >> Fixes: 0a4c005bd171 ("usb: typec: driver for TI TPS6598x USB Power Delivery controllers") >> Signed-off-by: Nikolaus Voss > > Acked-by: Heikki Krogerus Heikki, shall I respin the patch with tags? Nikolaus