Re: [Linux-nvdimm] [PATCH 03/21] nd_acpi: initial core implementation and nfit skeleton

2015-04-28 Thread Dan Williams
On Tue, Apr 28, 2015 at 5:53 AM, Christoph Hellwig wrote: > On Fri, Apr 17, 2015 at 09:35:30PM -0400, Dan Williams wrote: >> new file mode 100644 >> index ..5fa74f124b3e >> --- /dev/null >> +++ b/drivers/block/nd/Kconfig >> @@ -0,0 +1,44 @@ >> +config ND_ARCH_HAS_IOREMAP_CACHE >> +

Re: [Linux-nvdimm] [PATCH 03/21] nd_acpi: initial core implementation and nfit skeleton

2015-04-28 Thread Christoph Hellwig
On Fri, Apr 17, 2015 at 09:35:30PM -0400, Dan Williams wrote: > new file mode 100644 > index ..5fa74f124b3e > --- /dev/null > +++ b/drivers/block/nd/Kconfig > @@ -0,0 +1,44 @@ > +config ND_ARCH_HAS_IOREMAP_CACHE > + depends on (X86 || IA64 || ARM || ARM64 || SH || XTENSA) > +

Re: [Linux-nvdimm] [PATCH 03/21] nd_acpi: initial core implementation and nfit skeleton

2015-04-28 Thread Christoph Hellwig
On Fri, Apr 17, 2015 at 09:35:30PM -0400, Dan Williams wrote: new file mode 100644 index ..5fa74f124b3e --- /dev/null +++ b/drivers/block/nd/Kconfig @@ -0,0 +1,44 @@ +config ND_ARCH_HAS_IOREMAP_CACHE + depends on (X86 || IA64 || ARM || ARM64 || SH || XTENSA) + def_bool

Re: [Linux-nvdimm] [PATCH 03/21] nd_acpi: initial core implementation and nfit skeleton

2015-04-28 Thread Dan Williams
On Tue, Apr 28, 2015 at 5:53 AM, Christoph Hellwig h...@infradead.org wrote: On Fri, Apr 17, 2015 at 09:35:30PM -0400, Dan Williams wrote: new file mode 100644 index ..5fa74f124b3e --- /dev/null +++ b/drivers/block/nd/Kconfig @@ -0,0 +1,44 @@ +config ND_ARCH_HAS_IOREMAP_CACHE +

Re: [PATCH 03/21] nd_acpi: initial core implementation and nfit skeleton

2015-04-19 Thread Rafael J. Wysocki
On Friday, April 17, 2015 09:35:30 PM Dan Williams wrote: > 1/ Autodetect an NFIT table for the ACPI namespace device with _HID of >"ACPI0012" > > 2/ Skeleton implementation to register an NFIT bus. > > The NFIT provided by ACPI is the primary method by which platforms will > discover NVDIMM

Re: [PATCH 03/21] nd_acpi: initial core implementation and nfit skeleton

2015-04-19 Thread Rafael J. Wysocki
On Friday, April 17, 2015 09:35:30 PM Dan Williams wrote: 1/ Autodetect an NFIT table for the ACPI namespace device with _HID of ACPI0012 2/ Skeleton implementation to register an NFIT bus. The NFIT provided by ACPI is the primary method by which platforms will discover NVDIMM

Re: [PATCH 03/21] nd_acpi: initial core implementation and nfit skeleton

2015-04-18 Thread Paul Bolle
On Fri, 2015-04-17 at 21:35 -0400, Dan Williams wrote: > --- /dev/null > +++ b/drivers/block/nd/Kconfig > + depends on (X86 || IA64 || ARM || ARM64 || SH || XTENSA) I've only skimmed this series. I still noticed this patch contains the only Kconfig typo I know by heart. Because I think you

Re: [PATCH 03/21] nd_acpi: initial core implementation and nfit skeleton

2015-04-18 Thread Paul Bolle
On Fri, 2015-04-17 at 21:35 -0400, Dan Williams wrote: --- /dev/null +++ b/drivers/block/nd/Kconfig + depends on (X86 || IA64 || ARM || ARM64 || SH || XTENSA) I've only skimmed this series. I still noticed this patch contains the only Kconfig typo I know by heart. Because I think you

[PATCH 03/21] nd_acpi: initial core implementation and nfit skeleton

2015-04-17 Thread Dan Williams
1/ Autodetect an NFIT table for the ACPI namespace device with _HID of "ACPI0012" 2/ Skeleton implementation to register an NFIT bus. The NFIT provided by ACPI is the primary method by which platforms will discover NVDIMM resources. However, the intent of the nfit_bus_descriptor abstraction

[PATCH 03/21] nd_acpi: initial core implementation and nfit skeleton

2015-04-17 Thread Dan Williams
1/ Autodetect an NFIT table for the ACPI namespace device with _HID of ACPI0012 2/ Skeleton implementation to register an NFIT bus. The NFIT provided by ACPI is the primary method by which platforms will discover NVDIMM resources. However, the intent of the nfit_bus_descriptor abstraction is