Received: by 2002:ac0:a679:0:0:0:0:0 with SMTP id p54csp588665imp; Wed, 20 Feb 2019 05:41:04 -0800 (PST) X-Google-Smtp-Source: AHgI3IZrJMM1h2AKKbKRCzHhQuYDIIfDZ0KXpyWEdwVOtWRxUiTfPHM1Ra/aIX5EtvbGLlbU1rYF X-Received: by 2002:a63:d347:: with SMTP id u7mr29067135pgi.383.1550670064901; Wed, 20 Feb 2019 05:41:04 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1550670064; cv=none; d=google.com; s=arc-20160816; b=C/2Q+g/oOj2S74teaTJJDnFzgePRhRjKHcY4CsI/fBmOp8PJLAX/4kckpDkaW9m1yt sV0Pvrrf+qx7Y2B0RuIQvoaVC3Sda54pjVHp8Yf97n6galJ+nls2MGvlLTQ8O2cj0JEn U0IPTR5iO0vy551VvwaTUiD215bzQadxSnDd9Re/6N8seS04t058D+Y4eixsVr5KS7Lc 9hw7o0rATyfsuEGtR7+6VSM8bX2Lf3wlVFusGcveZJqSUy9O4tP9niMoA5aWb/kTrsfG foZp0hhOWYjdIVlE4/fgf/lFh0Ekpi9uSnKjGbrHtqROzqobqkQUreNI7a5lFcVrPGth 3yyQ== 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=daaZDJ3oeNJ0w5a+2npQ5PctwbE+pzhhR8+LSPiqRXI=; b=0USE5Y768utVcXCzJQxZgvREmTj6y2K4GK5CQ4/dl9v4aDmCdyXvq7pcoEtenPA5ED x6Hu4T+nO+LbfGJCijzNxLMq/m3+2Kh1W/9q5uQAieUKyjRm1FAF0Si9LsnEXz87YMeA w5VSKk5bZgN1wVilfu6eiyLIBRHQaX2oVIKx7jzb5vyE5aHsfb3ijfv4ZdcX87cCB7yC jUSiEiedpgQUXhVYuN8uxEoqRDxqqmTXR0uyFpR+pGn90GYvvhY3fLqGEEzqzRLm7iX7 pr5j5Wo/TepYSemTItxnfevN4tJ4priElrMYO0PCV4yuKxDUeXow2r9lEUnnuCLoXVgT O7bg== 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 i90si20275484pli.135.2019.02.20.05.40.49; Wed, 20 Feb 2019 05:41:04 -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 S1728101AbfBTNiw (ORCPT + 99 others); Wed, 20 Feb 2019 08:38:52 -0500 Received: from mail.steuer-voss.de ([85.183.69.95]:60602 "EHLO mail.steuer-voss.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725836AbfBTNiv (ORCPT ); Wed, 20 Feb 2019 08:38:51 -0500 X-Virus-Scanned: Debian amavisd-new at mail.steuer-voss.de Received: by mail.steuer-voss.de (Postfix, from userid 1000) id 90A844D0BF; Wed, 20 Feb 2019 14:38:47 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by mail.steuer-voss.de (Postfix) with ESMTP id 8E2D94D0BE; Wed, 20 Feb 2019 14:38:47 +0100 (CET) Date: Wed, 20 Feb 2019 14:38:47 +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: [PATCHv2] usb: typec: tps6598x: handle block writes separately with plain-I2C adapters In-Reply-To: <20190220133036.GB5054@kuha.fi.intel.com> Message-ID: References: <20180425142209.30745-1-heikki.krogerus@linux.intel.com> <20190220110017.BFA344CE86@mail.steuer-voss.de> <20190220125731.02E274CFE0@mail.steuer-voss.de> <20190220133036.GB5054@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 Wed, 20 Feb 2019, Heikki Krogerus wrote: > On Wed, Feb 20, 2019 at 01:57:30PM +0100, Nikolaus Voss wrote: >> 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 > > You are missing a "from" line with address that matches your SoB > address. That's because I currently cannot send patch mails from my company account as our MTA breaks diffs. You could add Signed-off-by: Nikolaus Voss Nikolaus