From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D2F9FC388F7 for ; Wed, 28 Oct 2020 22:18:17 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 818CD206D9 for ; Wed, 28 Oct 2020 22:18:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1603923497; bh=8kOmEjZiFrehUn8/7MpuG001uMFWbRfFMOEgl1ikA18=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=te5BUMNWSm4ngbxu9/lfl8id8zP3wd8aPno+aLZnwDFhz02u9XrwkyOJAJBat9BH1 ZO46Kb1/UHlQy67HRo08F09rG9/hmlN6iBoHKE1OevC3lSm1wOh8CwSUGykGziokgs SrucTmpSXX4mvRB8404H8pk3g9b2VN/6XTtN6SUM= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731954AbgJ1WSQ (ORCPT ); Wed, 28 Oct 2020 18:18:16 -0400 Received: from mail.kernel.org ([198.145.29.99]:60504 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731741AbgJ1WRo (ORCPT ); Wed, 28 Oct 2020 18:17:44 -0400 Received: from localhost (83-86-74-64.cable.dynamic.v4.ziggo.nl [83.86.74.64]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id AE90B246E4; Wed, 28 Oct 2020 12:09:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1603886954; bh=8kOmEjZiFrehUn8/7MpuG001uMFWbRfFMOEgl1ikA18=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=H02cNAg8Te9ZBGshSHUpRXiVbKDk655VVD7ojc1ge4zDSuksLXmykW88XWUgtLlGp MMn8uKc3ZbpDY5LAFD1pJ2ZfP1CE3TgBraXUmT23bHMCZ5/A1v/2WzRY60TFsuFfHw jcsSg5rZ2fEmjdbCRgkA1subcbh76AYfMnfvbJLU= Date: Wed, 28 Oct 2020 13:10:06 +0100 From: Greg Kroah-Hartman To: Badhri Jagan Sridharan Cc: Guenter Roeck , Heikki Krogerus , Rob Herring , Lee Jones , Mark Brown , Maxime Ripard , Alexandre Belloni , Thierry Reding , Prashant Malani , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org Subject: Re: [PATCH v11 00/10] *** TCPM support for FRS and AutoDischarge Disconnect *** Message-ID: <20201028121006.GA2044275@kroah.com> References: <20201020093627.256885-1-badhri@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201020093627.256885-1-badhri@google.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Oct 20, 2020 at 02:36:17AM -0700, Badhri Jagan Sridharan wrote: > Hi all, > > Addressed comments from Rob Herring for dt-bindings patches: > - Added part number for the maxim chip to dt-binding and renamed the > file. Fixed it on the driver side as well with > usb: typec: tcpci_maxim: Fix the compatible string > - new-source-frs-typec-current now uses u32. > > Added Reviewed by tags from Heikki. Patch 1 applied, I think you need to fix up 02 and resend the rest as well. thanks, greg k-h