>
> On Thu, Oct 12, 2017 at 8:50 AM, Pankaj Gupta wrote:
> > This patch moves common code to base header files
> > so that it can be used for both ACPI pmem and VIRTIO pmem
> > drivers. More common code needs to be moved out in future
> > based on functionality required for virtio_pmem drive
On Thu, Oct 12, 2017 at 8:50 AM, Pankaj Gupta wrote:
> This patch moves common code to base header files
> so that it can be used for both ACPI pmem and VIRTIO pmem
> drivers. More common code needs to be moved out in future
> based on functionality required for virtio_pmem driver and
> coupl
This patch moves common code to base header files
so that it can be used for both ACPI pmem and VIRTIO pmem
drivers. More common code needs to be moved out in future
based on functionality required for virtio_pmem driver and
coupling of code with existing ACPI pmem driver.
Signed-off-by: Pan