On Thu, Feb 21, 2019 at 03:37:53PM +0100, Igor Mammedov wrote:
>On Tue, 19 Feb 2019 13:36:57 +0100
>Philippe Mathieu-Daudé wrote:
>
>> On 2/19/19 7:07 AM, Wei Yang wrote:
>> > PCDIMM's realize callback is introduced to do proper setup for NVDIMM.
>> >
>> > Currently the NVDIMM setup task is nvdim
On Tue, 19 Feb 2019 13:36:57 +0100
Philippe Mathieu-Daudé wrote:
> On 2/19/19 7:07 AM, Wei Yang wrote:
> > PCDIMM's realize callback is introduced to do proper setup for NVDIMM.
> >
> > Currently the NVDIMM setup task is nvdimm_prepare_memory_region(), which
> > is done in pre_plug stage. This m
On Tue, Feb 19, 2019 at 01:36:57PM +0100, Philippe Mathieu-Daudé wrote:
>On 2/19/19 7:07 AM, Wei Yang wrote:
>> PCDIMM's realize callback is introduced to do proper setup for NVDIMM.
>>
>> Currently the NVDIMM setup task is nvdimm_prepare_memory_region(), which
>> is done in pre_plug stage. This m
On 2/19/19 7:07 AM, Wei Yang wrote:
> PCDIMM's realize callback is introduced to do proper setup for NVDIMM.
>
> Currently the NVDIMM setup task is nvdimm_prepare_memory_region(), which
> is done in pre_plug stage. This means related task has already been done
> at realize point.
>
> This patch r
PCDIMM's realize callback is introduced to do proper setup for NVDIMM.
Currently the NVDIMM setup task is nvdimm_prepare_memory_region(), which
is done in pre_plug stage. This means related task has already been done
at realize point.
This patch remove PCDIMM realize callback.
Signed-off-by: Wei