From: Andrew Donnellan <hidden> Date: 2016-07-04 07:12:37
Remove the CXL_KERNEL_API and CXL_EEH Kconfig options, as they were only
needed to coordinate the merging of the cxlflash driver. Also remove the
stub implementation of cxl_perst_reloads_same_image() in cxlflash which is
only used if CXL_EEH isn't defined (i.e. never).
Suggested-by: Ian Munsie <redacted>
Signed-off-by: Andrew Donnellan <redacted>
---
Applies on top of powerpc#next
---
drivers/misc/cxl/Kconfig | 10 ----------
drivers/scsi/cxlflash/main.h | 4 ----
2 files changed, 14 deletions(-)
From: Andrew Donnellan <hidden> Date: 2016-07-08 07:07:07
On 04/07/16 17:12, Andrew Donnellan wrote:
Remove the CXL_KERNEL_API and CXL_EEH Kconfig options, as they were only
needed to coordinate the merging of the cxlflash driver. Also remove the
stub implementation of cxl_perst_reloads_same_image() in cxlflash which is
only used if CXL_EEH isn't defined (i.e. never).
Suggested-by: Ian Munsie <redacted>
Signed-off-by: Andrew Donnellan <redacted>
---
Applies on top of powerpc#next
I'm going to rebase this on top of the current Mellanox CX-4 series shortly.
Andrew
--
Andrew Donnellan OzLabs, ADL Canberra
andrew.donnellan@au1.ibm.com IBM Australia Limited
From: Andrew Donnellan <hidden> Date: 2016-07-18 04:53:12
Remove the CXL_KERNEL_API and CXL_EEH Kconfig options, as they were only
needed to coordinate the merging of the cxlflash driver. Also remove the
stub implementation of cxl_perst_reloads_same_image() in cxlflash which is
only used if CXL_EEH isn't defined (i.e. never).
Suggested-by: Ian Munsie <redacted>
Signed-off-by: Andrew Donnellan <redacted>
Acked-by: Ian Munsie <redacted>
Acked-by: Matthew R. Ochs <redacted>
---
Applies on top of powerpc#next, now that the Mellanox CX-4 patches have
been applied.
---
drivers/misc/cxl/Kconfig | 10 ----------
drivers/scsi/cxlflash/main.h | 4 ----
2 files changed, 14 deletions(-)
From: Andrew Donnellan <hidden> Date: 2016-07-18 04:59:22
On 18/07/16 14:52, Andrew Donnellan wrote:
Remove the CXL_KERNEL_API and CXL_EEH Kconfig options, as they were only
needed to coordinate the merging of the cxlflash driver. Also remove the
stub implementation of cxl_perst_reloads_same_image() in cxlflash which is
only used if CXL_EEH isn't defined (i.e. never).
Suggested-by: Ian Munsie <redacted>
Signed-off-by: Andrew Donnellan <redacted>
Acked-by: Ian Munsie <redacted>
Acked-by: Matthew R. Ochs <redacted>
---
Applies on top of powerpc#next, now that the Mellanox CX-4 patches have
been applied.
As it turns out, this patch is exactly identical to V1... oh well.
--
Andrew Donnellan OzLabs, ADL Canberra
andrew.donnellan@au1.ibm.com IBM Australia Limited
From: Michael Ellerman <hidden> Date: 2016-07-20 09:10:25
On Mon, 2016-18-07 at 04:52:57 UTC, Andrew Donnellan wrote:
Remove the CXL_KERNEL_API and CXL_EEH Kconfig options, as they were only
needed to coordinate the merging of the cxlflash driver. Also remove the
stub implementation of cxl_perst_reloads_same_image() in cxlflash which is
only used if CXL_EEH isn't defined (i.e. never).
Suggested-by: Ian Munsie <redacted>
Signed-off-by: Andrew Donnellan <redacted>
Acked-by: Ian Munsie <redacted>
Acked-by: Matthew R. Ochs <redacted>