[{"id":1763372,"web_url":"http://patchwork.ozlabs.org/comment/1763372/","msgid":"<20170905134821.vyrita5fssc5uxxh@valkosipuli.retiisi.org.uk>","list_archive_url":null,"date":"2017-09-05T13:48:22","subject":"Re: [PATCH v6 0/3] enable eeprom \"size\" property and runtime pm","submitter":{"id":1593,"url":"http://patchwork.ozlabs.org/api/people/1593/","name":"Sakari Ailus","email":"sakari.ailus@iki.fi"},"content":"Hi Divagar,\n\nOn Mon, Sep 04, 2017 at 03:58:45PM +0530, Divagar Mohandass wrote:\n> This series adds support for eeprom \"size\" property which will be read by the\n> driver for eeprom size. The existing ACPI has a different default size which\n> can be overridden with a DSD property value provided by the platform FW.\n> \n> This series also adds support for runtime PM. The eeprom driver currently\n> did not have support for runtime PM and the device was kept in D0 throughout.\n> \n> [v1]\n> - Add support for eeprom \"size\" property.\n> - Add runtime PM support to the driver.\n> \n> [v2]\n> - Improved the patch subject.\n> \n> [v3]\n> - Addressed comments from Sakari Ailus.\n> - Improved patch description.\n> - Improved pm support patch.\n> \n> [v4]\n> - Improved runtime pm support.\n> - Addressed comments from Sakari Ailus.\n> \n> [v5]\n> - Addressed comments from Sakari Ailus.\n> - Improved error handling for PM support.\n> \n> [v6]\n> - Addressed comments from Sakari Ailus.\n> \n> Divagar Mohandass (3):\n>   dt-bindings: add eeprom \"size\" property\n>   eeprom: at24: add support to fetch eeprom device property \"size\"\n>   eeprom: at24: enable runtime pm support\n> \n>  .../devicetree/bindings/eeprom/eeprom.txt          |  2 ++\n>  drivers/misc/eeprom/at24.c                         | 42 ++++++++++++++++++++++\n>  2 files changed, 44 insertions(+)\n\nThanks for the update!\n\nFor the set:\n\nReviewed-by: Sakari Ailus <sakari.ailus@linux.intel.com>","headers":{"Return-Path":"<linux-i2c-owner@vger.kernel.org>","X-Original-To":"incoming@patchwork.ozlabs.org","Delivered-To":"patchwork-incoming@bilbo.ozlabs.org","Authentication-Results":"ozlabs.org;\n\tspf=none (mailfrom) smtp.mailfrom=vger.kernel.org\n\t(client-ip=209.132.180.67; helo=vger.kernel.org;\n\tenvelope-from=linux-i2c-owner@vger.kernel.org;\n\treceiver=<UNKNOWN>)","Received":["from vger.kernel.org (vger.kernel.org [209.132.180.67])\n\tby ozlabs.org (Postfix) with ESMTP id 3xmp2g5nhnz9t2R\n\tfor <incoming@patchwork.ozlabs.org>;\n\tTue,  5 Sep 2017 23:48:27 +1000 (AEST)","(majordomo@vger.kernel.org) by vger.kernel.org via listexpand\n\tid S1751238AbdIENs0 (ORCPT <rfc822;incoming@patchwork.ozlabs.org>);\n\tTue, 5 Sep 2017 09:48:26 -0400","from nblzone-211-213.nblnetworks.fi ([83.145.211.213]:41394 \"EHLO\n\thillosipuli.retiisi.org.uk\" rhost-flags-OK-OK-OK-FAIL)\n\tby vger.kernel.org with ESMTP id S1750959AbdIENsZ (ORCPT\n\t<rfc822;linux-i2c@vger.kernel.org>); Tue, 5 Sep 2017 09:48:25 -0400","from valkosipuli.localdomain (valkosipuli.retiisi.org.uk\n\t[IPv6:2001:1bc8:1a6:d3d5::80:2])\n\t(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256\n\tbits)) (No client certificate requested)\n\tby hillosipuli.retiisi.org.uk (Postfix) with ESMTPS id 0D4D7600D6;\n\tTue,  5 Sep 2017 16:48:23 +0300 (EEST)","from sakke by valkosipuli.localdomain with local (Exim 4.89)\n\t(envelope-from <sakke@valkosipuli.retiisi.org.uk>)\n\tid 1dpEDG-0002Wr-F4; Tue, 05 Sep 2017 16:48:22 +0300"],"Date":"Tue, 5 Sep 2017 16:48:22 +0300","From":"Sakari Ailus <sakari.ailus@iki.fi>","To":"Divagar Mohandass <divagar.mohandass@intel.com>","Cc":"robh+dt@kernel.org, mark.rutland@arm.com, wsa@the-dreams.de,\n\tdevicetree@vger.kernel.org, linux-i2c@vger.kernel.org,\n\tlinux-kernel@vger.kernel.org, rajmohan.mani@intel.com","Subject":"Re: [PATCH v6 0/3] enable eeprom \"size\" property and runtime pm","Message-ID":"<20170905134821.vyrita5fssc5uxxh@valkosipuli.retiisi.org.uk>","References":"<1504520928-5191-1-git-send-email-divagar.mohandass@intel.com>","MIME-Version":"1.0","Content-Type":"text/plain; charset=us-ascii","Content-Disposition":"inline","In-Reply-To":"<1504520928-5191-1-git-send-email-divagar.mohandass@intel.com>","User-Agent":"NeoMutt/20170113 (1.7.2)","Sender":"linux-i2c-owner@vger.kernel.org","Precedence":"bulk","List-ID":"<linux-i2c.vger.kernel.org>","X-Mailing-List":"linux-i2c@vger.kernel.org"}},{"id":1771538,"web_url":"http://patchwork.ozlabs.org/comment/1771538/","msgid":"<6F87890CF0F5204F892DEA1EF0D77A5972FC1250@FMSMSX114.amr.corp.intel.com>","list_archive_url":null,"date":"2017-09-20T03:51:36","subject":"RE: [PATCH v6 0/3] enable eeprom \"size\" property and runtime pm","submitter":{"id":71747,"url":"http://patchwork.ozlabs.org/api/people/71747/","name":"Mani, Rajmohan","email":"rajmohan.mani@intel.com"},"content":"Adding Tomasz...\n\n> -----Original Message-----\n> From: Sakari Ailus [mailto:sakari.ailus@iki.fi]\n> Sent: Tuesday, September 05, 2017 6:48 AM\n> To: Mohandass, Divagar <divagar.mohandass@intel.com>\n> Cc: robh+dt@kernel.org; mark.rutland@arm.com; wsa@the-dreams.de;\n> devicetree@vger.kernel.org; linux-i2c@vger.kernel.org; linux-\n> kernel@vger.kernel.org; Mani, Rajmohan <rajmohan.mani@intel.com>\n> Subject: Re: [PATCH v6 0/3] enable eeprom \"size\" property and runtime pm\n> \n> Hi Divagar,\n> \n> On Mon, Sep 04, 2017 at 03:58:45PM +0530, Divagar Mohandass wrote:\n> > This series adds support for eeprom \"size\" property which will be read\n> > by the driver for eeprom size. The existing ACPI has a different\n> > default size which can be overridden with a DSD property value provided by\n> the platform FW.\n> >\n> > This series also adds support for runtime PM. The eeprom driver\n> > currently did not have support for runtime PM and the device was kept in D0\n> throughout.\n> >\n> > [v1]\n> > - Add support for eeprom \"size\" property.\n> > - Add runtime PM support to the driver.\n> >\n> > [v2]\n> > - Improved the patch subject.\n> >\n> > [v3]\n> > - Addressed comments from Sakari Ailus.\n> > - Improved patch description.\n> > - Improved pm support patch.\n> >\n> > [v4]\n> > - Improved runtime pm support.\n> > - Addressed comments from Sakari Ailus.\n> >\n> > [v5]\n> > - Addressed comments from Sakari Ailus.\n> > - Improved error handling for PM support.\n> >\n> > [v6]\n> > - Addressed comments from Sakari Ailus.\n> >\n> > Divagar Mohandass (3):\n> >   dt-bindings: add eeprom \"size\" property\n> >   eeprom: at24: add support to fetch eeprom device property \"size\"\n> >   eeprom: at24: enable runtime pm support\n> >\n> >  .../devicetree/bindings/eeprom/eeprom.txt          |  2 ++\n> >  drivers/misc/eeprom/at24.c                         | 42 ++++++++++++++++++++++\n> >  2 files changed, 44 insertions(+)\n> \n> Thanks for the update!\n> \n> For the set:\n> \n> Reviewed-by: Sakari Ailus <sakari.ailus@linux.intel.com>\n> \n> --\n> Kind regards,\n> \n> Sakari Ailus\n> e-mail: sakari.ailus@iki.fi","headers":{"Return-Path":"<linux-i2c-owner@vger.kernel.org>","X-Original-To":"incoming@patchwork.ozlabs.org","Delivered-To":"patchwork-incoming@bilbo.ozlabs.org","Authentication-Results":"ozlabs.org;\n\tspf=none (mailfrom) smtp.mailfrom=vger.kernel.org\n\t(client-ip=209.132.180.67; helo=vger.kernel.org;\n\tenvelope-from=linux-i2c-owner@vger.kernel.org;\n\treceiver=<UNKNOWN>)","Received":["from vger.kernel.org (vger.kernel.org [209.132.180.67])\n\tby ozlabs.org (Postfix) with ESMTP id 3xxm5D0LkFz9s8J\n\tfor <incoming@patchwork.ozlabs.org>;\n\tWed, 20 Sep 2017 13:51:44 +1000 (AEST)","(majordomo@vger.kernel.org) by vger.kernel.org via listexpand\n\tid S1751009AbdITDvk convert rfc822-to-8bit (ORCPT\n\t<rfc822;incoming@patchwork.ozlabs.org>);\n\tTue, 19 Sep 2017 23:51:40 -0400","from mga14.intel.com ([192.55.52.115]:31062 \"EHLO mga14.intel.com\"\n\trhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP\n\tid S1750872AbdITDvj (ORCPT <rfc822;linux-i2c@vger.kernel.org>);\n\tTue, 19 Sep 2017 23:51:39 -0400","from fmsmga004.fm.intel.com ([10.253.24.48])\n\tby fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n\t19 Sep 2017 20:51:39 -0700","from fmsmsx103.amr.corp.intel.com ([10.18.124.201])\n\tby fmsmga004.fm.intel.com with ESMTP; 19 Sep 2017 20:51:38 -0700","from fmsmsx102.amr.corp.intel.com (10.18.124.200) by\n\tFMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP\n\tServer (TLS) id 14.3.319.2; Tue, 19 Sep 2017 20:51:38 -0700","from fmsmsx114.amr.corp.intel.com ([169.254.6.69]) by\n\tFMSMSX102.amr.corp.intel.com ([169.254.10.194]) with mapi id\n\t14.03.0319.002; Tue, 19 Sep 2017 20:51:37 -0700"],"X-ExtLoop1":"1","X-IronPort-AV":"E=Sophos;i=\"5.42,420,1500966000\"; d=\"scan'208\";a=\"314064933\"","From":"\"Mani, Rajmohan\" <rajmohan.mani@intel.com>","To":"Sakari Ailus <sakari.ailus@iki.fi>,\n\t\"Mohandass, Divagar\" <divagar.mohandass@intel.com>","CC":"\"robh+dt@kernel.org\" <robh+dt@kernel.org>,\n\t\"mark.rutland@arm.com\" <mark.rutland@arm.com>,\n\t\"wsa@the-dreams.de\" <wsa@the-dreams.de>,\n\t\"devicetree@vger.kernel.org\" <devicetree@vger.kernel.org>,\n\t\"linux-i2c@vger.kernel.org\" <linux-i2c@vger.kernel.org>,\n\t\"linux-kernel@vger.kernel.org\" <linux-kernel@vger.kernel.org>,\n\t\"tfiga@chromium.org\" <tfiga@chromium.org>","Subject":"RE: [PATCH v6 0/3] enable eeprom \"size\" property and runtime pm","Thread-Topic":"[PATCH v6 0/3] enable eeprom \"size\" property and runtime pm","Thread-Index":"AQHTJWh9QDofkzNwkUSsCXjKod1+vKKmxc4AgBZ2t8A=","Date":"Wed, 20 Sep 2017 03:51:36 +0000","Message-ID":"<6F87890CF0F5204F892DEA1EF0D77A5972FC1250@FMSMSX114.amr.corp.intel.com>","References":"<1504520928-5191-1-git-send-email-divagar.mohandass@intel.com>\n\t<20170905134821.vyrita5fssc5uxxh@valkosipuli.retiisi.org.uk>","In-Reply-To":"<20170905134821.vyrita5fssc5uxxh@valkosipuli.retiisi.org.uk>","Accept-Language":"en-US","Content-Language":"en-US","X-MS-Has-Attach":"","X-MS-TNEF-Correlator":"","dlp-product":"dlpe-windows","dlp-version":"11.0.0.116","dlp-reaction":"no-action","x-originating-ip":"[10.1.200.106]","Content-Type":"text/plain; charset=\"us-ascii\"","Content-Transfer-Encoding":"8BIT","MIME-Version":"1.0","Sender":"linux-i2c-owner@vger.kernel.org","Precedence":"bulk","List-ID":"<linux-i2c.vger.kernel.org>","X-Mailing-List":"linux-i2c@vger.kernel.org"}}]