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=-5.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 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 6EDE4C33CA2 for ; Fri, 10 Jan 2020 11:29:10 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 4A51A2072E for ; Fri, 10 Jan 2020 11:29:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727790AbgAJL3G (ORCPT ); Fri, 10 Jan 2020 06:29:06 -0500 Received: from mga18.intel.com ([134.134.136.126]:51015 "EHLO mga18.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727457AbgAJL3G (ORCPT ); Fri, 10 Jan 2020 06:29:06 -0500 X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Jan 2020 03:28:55 -0800 X-IronPort-AV: E=Sophos;i="5.69,416,1571727600"; d="scan'208";a="371585812" Received: from paasikivi.fi.intel.com ([10.237.72.42]) by orsmga004-auth.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Jan 2020 03:28:53 -0800 Received: by paasikivi.fi.intel.com (Postfix, from userid 1000) id 8398320F35; Fri, 10 Jan 2020 13:28:51 +0200 (EET) Date: Fri, 10 Jan 2020 13:28:51 +0200 From: Sakari Ailus To: Bartosz Golaszewski Cc: linux-i2c , Wolfram Sang , "Rafael J. Wysocki" , linux-acpi@vger.kernel.org, Linux Kernel Mailing List , Greg Kroah-Hartman , Rajmohan Mani , Tomasz Figa Subject: Re: [PATCH v3 5/5] at24: Support probing while off Message-ID: <20200110112851.GC5440@paasikivi.fi.intel.com> References: <20200109154529.19484-1-sakari.ailus@linux.intel.com> <20200109154529.19484-6-sakari.ailus@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-acpi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org Hi Bartosz, On Fri, Jan 10, 2020 at 12:16:14PM +0100, Bartosz Golaszewski wrote: > czw., 9 sty 2020 o 16:44 Sakari Ailus napisaƂ(a): > > > > In certain use cases (where the chip is part of a camera module, and the > > camera module is wired together with a camera privacy LED), powering on > > the device during probe is undesirable. Add support for the at24 to > > execute probe while being powered off. For this to happen, a hint in form > > of a device property is required from the firmware. > > > > Signed-off-by: Sakari Ailus > > Why am I not Cc'ed on this patch? I'll make sure you'll be cc'd on any future versions of the patch. -- Kind regards, Sakari Ailus