Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1306347
| From | Andy Shevchenko <andy.shevchenko@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v5 1/2] ACPI: introduce a function to find the first physical device |
| Date | 2016-01-11 15:50 +0100 |
| Message-ID | <qPLXd-3He-35@gated-at.bofh.it> (permalink) |
| References | <qPKHM-2Wj-27@gated-at.bofh.it> <qPKHM-2Wj-31@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
+ One more thing On Mon, Jan 11, 2016 at 3:26 PM, Aleksey Makarov <aleksey.makarov@linaro.org> wrote: > --- a/drivers/acpi/bus.c > +++ b/drivers/acpi/bus.c > @@ -478,24 +478,36 @@ static void acpi_device_remove_notify_handler(struct acpi_device *device) > Device Matching > -------------------------------------------------------------------------- */ > > -static struct acpi_device *acpi_primary_dev_companion(struct acpi_device *adev, > - const struct device *dev) > +/** > + * acpi_device_fix_parent - Get first physical node of an ACPI device > + * @adev: ACPI device in question > + */ > +struct device *acpi_get_first_physical_node( > + struct acpi_device *adev) One line (even if it goes a bit over 80) -- With Best Regards, Andy Shevchenko
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v5 0/2] ACPI: amba bus probing support Aleksey Makarov <aleksey.makarov@linaro.org> - 2016-01-11 14:30 +0100
[PATCH v5 1/2] ACPI: introduce a function to find the first physical device Aleksey Makarov <aleksey.makarov@linaro.org> - 2016-01-11 14:30 +0100
Re: [PATCH v5 1/2] ACPI: introduce a function to find the first physical device Andy Shevchenko <andy.shevchenko@gmail.com> - 2016-01-11 15:50 +0100
Re: [PATCH v5 1/2] ACPI: introduce a function to find the first physical device Andy Shevchenko <andy.shevchenko@gmail.com> - 2016-01-11 15:50 +0100
[PATCH v5 2/2] ACPI: amba bus probing support Aleksey Makarov <aleksey.makarov@linaro.org> - 2016-01-11 14:30 +0100
Re: [PATCH v5 2/2] ACPI: amba bus probing support Russell King - ARM Linux <linux@arm.linux.org.uk> - 2016-01-11 16:10 +0100
Re: [PATCH v5 2/2] ACPI: amba bus probing support Andy Shevchenko <andy.shevchenko@gmail.com> - 2016-01-11 16:20 +0100
Re: [PATCH v5 2/2] ACPI: amba bus probing support Russell King - ARM Linux <linux@arm.linux.org.uk> - 2016-01-11 16:30 +0100
Re: [PATCH v5 2/2] ACPI: amba bus probing support Andy Shevchenko <andy.shevchenko@gmail.com> - 2016-01-11 17:30 +0100
Re: [PATCH v5 2/2] ACPI: amba bus probing support Russell King - ARM Linux <linux@arm.linux.org.uk> - 2016-01-11 18:30 +0100
Re: [PATCH v5 2/2] ACPI: amba bus probing support Andy Shevchenko <andy.shevchenko@gmail.com> - 2016-01-11 20:10 +0100
csiph-web