Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1244933

Re: [PATCH 1/2] i2c: scan entire ACPI namespace for I2C connections

From Dustin Byford <dustin@cumulusnetworks.com>
Newsgroups linux.kernel
Subject Re: [PATCH 1/2] i2c: scan entire ACPI namespace for I2C connections
Date 2015-10-12 19:10 +0200
Message-ID <qiOLM-5l6-23@gated-at.bofh.it> (permalink)
References <pXsZz-3ac-7@gated-at.bofh.it> <qhQwh-1ED-7@gated-at.bofh.it> <qhQwh-1ED-5@gated-at.bofh.it> <qiIQ1-4TF-13@gated-at.bofh.it> <qiJsK-5Ti-15@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Mon Oct 12 14:20, Andy Shevchenko wrote:
> On Mon, 2015-10-12 at 13:46 +0300, Mika Westerberg wrote:
> > On Fri, Oct 09, 2015 at 05:41:46PM -0700, Dustin Byford wrote:
> > > An I2cSerialBus connection resource descriptor may indicate a
> > > ResourceSource (a string uniquely identifying the I2C bus 
> > > controller)
> > > anywhere in the ACPI namespace.  However, when enumerating 
> > > connections to a
> > > I2C bus controller, i2c-core.c:acpi_i2c_register_devices() as only
> > > searching devices that are descendants of the bus controller.
> > > 
> > > This change corrects acpi_i2c_register_devices() to walk the entire 
> > > ACPI
> > > namespace searching for I2C connections.
> > > 
> > > Suggested-by: Mika Westerberg <mika.westerberg@linux.intel.com>
> > > Signed-off-by: Dustin Byford <dustin@cumulusnetworks.com>
> > 
> > This patch is already included in Andy's latest series adding support
> > for Intel Galileo here:
> > 
> > https://patchwork.ozlabs.org/patch/527231/
> > 
> > Maybe we can add your Tested-by/Reviewed-by to that patch instead?
> 
> Indeed, the Tested-by tag would be much appreciated!

OK, that works for me.  I didn't realize it had been submitted elsewhere
or I wouldn't have sent the duplicate.

Thanks.

		--Dustin
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 1/2] i2c: scan entire ACPI namespace for I2C connections Dustin Byford <dustin@cumulusnetworks.com> - 2015-10-10 02:50 +0200
  Re: [PATCH 1/2] i2c: scan entire ACPI namespace for I2C connections Mika Westerberg <mika.westerberg@linux.intel.com> - 2015-10-12 12:50 +0200
    Re: [PATCH 1/2] i2c: scan entire ACPI namespace for I2C connections Andy Shevchenko <andriy.shevchenko@linux.intel.com> - 2015-10-12 13:30 +0200
      Re: [PATCH 1/2] i2c: scan entire ACPI namespace for I2C connections Dustin Byford <dustin@cumulusnetworks.com> - 2015-10-12 19:10 +0200
  Re: [PATCH 1/2] i2c: scan entire ACPI namespace for I2C connections "Rafael J. Wysocki" <rjw@rjwysocki.net> - 2015-10-12 20:40 +0200
    Re: [PATCH 1/2] i2c: scan entire ACPI namespace for I2C connections Dustin Byford <dustin@cumulusnetworks.com> - 2015-10-12 21:00 +0200

csiph-web