Re: [PATCH 2/4] ACPICA: Introduce new acpi_os_physical_table_add OS callback

2014-03-05 Thread Thomas Renninger
On Wednesday, March 05, 2014 06:26:54 AM Zheng, Lv wrote: ... > > > After the table manager cleanups are tested and shipped in the ACPICA > > > repo, > > > the new facilities will automatically be rolled into Linux branches. > > > > I'd suggest to just wait for that. > > Best already try to integ

RE: [PATCH 2/4] ACPICA: Introduce new acpi_os_physical_table_add OS callback

2014-03-04 Thread Zheng, Lv
Hi, Thomas > From: Thomas Renninger [mailto:tr...@suse.de] > Sent: Tuesday, March 04, 2014 7:55 PM > > On Tuesday, March 04, 2014 12:31:57 AM Zheng, Lv wrote: > > Hi, Thomas > > > > > From: Thomas Renninger [mailto:tr...@suse.de] > > > Sent: Monday, March 03, 2014 8:42 PM > > > > > > Hi Lv, > >

Re: [PATCH 2/4] ACPICA: Introduce new acpi_os_physical_table_add OS callback

2014-03-04 Thread Thomas Renninger
On Tuesday, March 04, 2014 12:31:57 AM Zheng, Lv wrote: > Hi, Thomas > > > From: Thomas Renninger [mailto:tr...@suse.de] > > Sent: Monday, March 03, 2014 8:42 PM > > > > Hi Lv, > > > > On Monday, March 03, 2014 01:20:31 AM Zheng, Lv wrote: > > > Hi, Thomas > > > > > > I have a patch series tha

RE: [PATCH 2/4] ACPICA: Introduce new acpi_os_physical_table_add OS callback

2014-03-03 Thread Zheng, Lv
Hi, Thomas > From: Thomas Renninger [mailto:tr...@suse.de] > Sent: Monday, March 03, 2014 8:42 PM > > Hi Lv, > > On Monday, March 03, 2014 01:20:31 AM Zheng, Lv wrote: > > Hi, Thomas > > > > I have a patch series that can cleanup the ACPICA table manager, and change > > the acpi_load_table into

Re: [PATCH 2/4] ACPICA: Introduce new acpi_os_physical_table_add OS callback

2014-03-03 Thread Thomas Renninger
Hi Lv, On Monday, March 03, 2014 01:20:31 AM Zheng, Lv wrote: > Hi, Thomas > > I have a patch series that can cleanup the ACPICA table manager, and change > the acpi_load_table into the following style: Ok. I suggest that: 1) If Thomas (Gleixner) or whoever wants to try out or needs it urgently,

RE: [PATCH 2/4] ACPICA: Introduce new acpi_os_physical_table_add OS callback

2014-03-02 Thread Zheng, Lv
Hi, Thomas I have a patch series that can cleanup the ACPICA table manager, and change the acpi_load_table into the following style: acpi_status acpi_install_table(acpi_physical_address address, char *signature, u8 flags, bool override); For the flags parameter, it will be: ACPI_TABLE_ORIGIN_E