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=-13.4 required=3.0 tests=DKIMWL_WL_MED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_IN_DEF_DKIM_WL autolearn=unavailable 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 B4881C35249 for ; Mon, 3 Feb 2020 23:42:43 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 8B8D220838 for ; Mon, 3 Feb 2020 23:42:43 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=google.com header.i=@google.com header.b="ovbsN2I5" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727023AbgBCXmm (ORCPT ); Mon, 3 Feb 2020 18:42:42 -0500 Received: from mail-io1-f66.google.com ([209.85.166.66]:37633 "EHLO mail-io1-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726331AbgBCXmm (ORCPT ); Mon, 3 Feb 2020 18:42:42 -0500 Received: by mail-io1-f66.google.com with SMTP id k24so18838719ioc.4 for ; Mon, 03 Feb 2020 15:42:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=YuZF5CtTMKfG8ytqJhJvZoJ0OxJpC1Lt9DsVnzfRLh8=; b=ovbsN2I5bRtPMdbRG4c00XOdp8yzrRTJdj2R41hYcnv4V/gg3rgKJYGE++Khe6Jk9Y 04L6G8KPm4OMDYpx2wGE2jthe4aWiJrVfZBs8NhAb6SJtU1IfATTwIMf5ve0/Hh73gKN tG4sReYmRblFuQ9jKcG73MTL75EUQutaL8MLIGg2Gu0+HNLAN7YT+vaeOv2Nht69P6lT 0cTd9h4TJKX2STsxRODdzJTd6R63ODpL2oGUvqz5X9NuC5ARbrOeIxYbM/keRtKGZRtG baQWrAJaiX+YufwAervOb6twBt/60/3p4qbq0CQf2rV5tI72FSkzbGheewPxIk5de57K LR8w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=YuZF5CtTMKfG8ytqJhJvZoJ0OxJpC1Lt9DsVnzfRLh8=; b=awdcxoK3F6Ruw71Cj5OpIEr++C/fInSE+uu9zfr6EpVzjuw5sFq7ADIEzqxMPq6wC4 kcaacr1WEjNrFDUfsdAS4rzh4K3DSy5uUHewDgYEu73DoBTUz7I1NM3/Aj/0sg3QfDmC MJrQJmgWz2M+mtu8MeSI9s9krR47MY1rJUv7RfS6wYuTW+hl2zN73iXEoCSnK7cj8TdD PD55kzygPpkjvHNC7FPZUsTo8k06Cz2HSjG1x0O1B+SzMZYvbsGufTPRAhdvk4NY0M5G r4xypryY2agIkQUYURimP+Y9Ayhr4xwL6Tb1YSby88BQEcJvyZF2S76C8efZ/Tob4HdK 1Hrw== X-Gm-Message-State: APjAAAUV1AqtnuJGql7XgpsVR0l/I71HUxmaAxG38bpI1UGZ6XqiBsgZ OCVflGlpTj4W28IWy9ouotjnqhbwef84GyCati060A== X-Google-Smtp-Source: APXvYqxcqfrtzUcZQVY5IwBzmW30d0h9js9pM+wntB0jSOEvC02cdqUi6O6Igo6whqwjytyuc+sGzuCIQ3AFs/W6+AA= X-Received: by 2002:a05:6638:34e:: with SMTP id x14mr22215510jap.38.1580773361469; Mon, 03 Feb 2020 15:42:41 -0800 (PST) MIME-Version: 1.0 References: <20200124231834.63628-1-pmalani@chromium.org> <20200127184439.GA150048@google.com> In-Reply-To: From: Benson Leung Date: Mon, 3 Feb 2020 15:42:29 -0800 Message-ID: Subject: Re: [PATCH v8 1/4] platform: chrome: Add cros-usbpd-notify driver To: Enric Balletbo i Serra Cc: Prashant Malani , Guenter Roeck , Lee Jones , Sebastian Reichel , Linux Kernel Mailing List , linux-pm@vger.kernel.org, Jon Flatley , Gwendal Grignou Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Enric, Hi Prashant, On Wed, Jan 29, 2020 at 12:37 AM Enric Balletbo i Serra wrote: > >> I'm OK with creating a branch for this series and merging it into > >> chrome-platform-5.7 once Linus releases v5.6-rc1 late next week. > > Thanks; I'm guessing one of the maintainers will perform the creation > > of chrome-platform-5.7 and merge this patch into that branch. > > Also, kindly pick https://lkml.org/lkml/2020/1/24/2068 , i.e patch 4/4 > > of this series (I think an earlier version of this patch, i.e > > https://lkml.org/lkml/2020/1/17/628 was marked "Reviewed-by: Sebastian > > Reichel " > > > > That patch should go through Sebastian's tree, we will create an immutable > branch for him when rc1 is released. > Before rc1 is released, I've gone ahead and created a staging branch on chrome-platform collaboration repo here: https://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linux.git/log/?h=staging-cros-usbpd-notify Here are the two commits I have right now: e8573ca91ae4 power: supply: cros-ec-usbpd-charger: Fix host events a49c1263a22b platform: chrome: Add cros-usbpd-notify driver Enric, I went ahead and modified the Kconfig on the first patch to depend on MFD_CROS_EC_DEV and default it as well. Prashant, let me know how these look to you. We can convert the branch to an immutable next week. -- Benson Leung Staff Software Engineer Chrome OS Kernel Google Inc. bleung@google.com Chromium OS Project bleung@chromium.org