From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759038AbbGHQAg (ORCPT ); Wed, 8 Jul 2015 12:00:36 -0400 Received: from mga03.intel.com ([134.134.136.65]:28527 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759021AbbGHQAe (ORCPT ); Wed, 8 Jul 2015 12:00:34 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,432,1432623600"; d="scan'208";a="520876226" From: Ross Zwisler To: linux-kernel@vger.kernel.org Cc: Ross Zwisler , Christoph Hellwig , Dan Williams , Greg KH , Jeff Moyer , Len Brown , linux-acpi@vger.kernel.org, linux-nvdimm@ml01.01.org, "Rafael J. Wysocki" , Toshi Kani Subject: [PATCH 0/3] Correctness fixes for NFIT BLK I/O path Date: Wed, 8 Jul 2015 10:00:18 -0600 Message-Id: <1436371221-30296-1-git-send-email-ross.zwisler@linux.intel.com> X-Mailer: git-send-email 1.9.3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Patch 1 is just a quick update to MAINTAINERS for include/linux/pmem.h. Patches 2 and 3 in this series contain correctness fixes for the NFIT BLK I/O path, which in my opinion need to be pulled in for v4.2. These fixes include making sure that the block control registers are properly flushed before the associated apertures are accessed, which is necessary for proper operation. This series also updates the I/O path to use non-temporal stores, and to respect the "latch" flag outlined in the DSM specification. Ross Zwisler (3): pmem: add maintainer for include/linux/pmem.h nfit: update block I/O path to use PMEM API nfit: add support for NVDIMM "latch" flag MAINTAINERS | 1 + drivers/acpi/nfit.c | 114 +++++++++++++++++++++++++++++++++++++++++++++++++--- drivers/acpi/nfit.h | 16 +++++++- 3 files changed, 125 insertions(+), 6 deletions(-) -- 1.9.3