Re: [PATCH] ACPICA: Introduce acpi_load_table_with_index()

2019-09-25 Thread Nikolaus Voss
On Tue, 24 Sep 2019, Andy Shevchenko wrote: On Mon, Sep 23, 2019 at 11:47:01AM +0200, Nikolaus Voss wrote: For unloading an ACPI table, it is necessary to provide the index of the table. The method intended for dynamically loading or hotplug addition of tables, acpi_load_table(), does not provid

Re: [PATCH] ACPICA: Introduce acpi_load_table_with_index()

2019-09-25 Thread Nikolaus Voss
On Tue, 24 Sep 2019, Shevchenko, Andriy wrote: On Tue, Sep 24, 2019 at 03:07:34PM +0300, Shevchenko, Andriy wrote: On Mon, Sep 23, 2019 at 11:47:01AM +0200, Nikolaus Voss wrote: For unloading an ACPI table, it is necessary to provide the index of the table. The method intended for dynamically l

Re: [PATCH] ACPICA: Introduce acpi_load_table_with_index()

2019-09-24 Thread Andy Shevchenko
On Mon, Sep 23, 2019 at 11:47:01AM +0200, Nikolaus Voss wrote: > For unloading an ACPI table, it is necessary to provide the > index of the table. The method intended for dynamically > loading or hotplug addition of tables, acpi_load_table(), > does not provide this information, so a new function >

Re: [PATCH] ACPICA: Introduce acpi_load_table_with_index()

2019-09-24 Thread Shevchenko, Andriy
On Tue, Sep 24, 2019 at 03:07:34PM +0300, Shevchenko, Andriy wrote: > On Mon, Sep 23, 2019 at 11:47:01AM +0200, Nikolaus Voss wrote: > > For unloading an ACPI table, it is necessary to provide the > > index of the table. The method intended for dynamically > > loading or hotplug addition of tables,

Re: [PATCH] ACPICA: Introduce acpi_load_table_with_index()

2019-09-24 Thread Shevchenko, Andriy
On Mon, Sep 23, 2019 at 11:47:01AM +0200, Nikolaus Voss wrote: > For unloading an ACPI table, it is necessary to provide the > index of the table. The method intended for dynamically > loading or hotplug addition of tables, acpi_load_table(), > does not provide this information, so a new function >

[PATCH] ACPICA: Introduce acpi_load_table_with_index()

2019-09-23 Thread Nikolaus Voss
For unloading an ACPI table, it is necessary to provide the index of the table. The method intended for dynamically loading or hotplug addition of tables, acpi_load_table(), does not provide this information, so a new function acpi_load_table_with_index() with the same functionality, but an optiona