Re: [PATCH] cxl: Remove dead Kconfig options

2020-06-08 Thread Michael Ellerman
On Tue, 2 Jun 2020 14:03:41 +1000, Andrew Donnellan wrote: > The CXL_AFU_DRIVER_OPS and CXL_LIB Kconfig options were added to coordinate > merging of new features. They no longer serve any purpose, so remove them. Applied to powerpc/next. [1/1] cxl: Remove dead Kconfig options

[PATCH] cxl: Remove dead Kconfig options

2020-06-01 Thread Andrew Donnellan
The CXL_AFU_DRIVER_OPS and CXL_LIB Kconfig options were added to coordinate merging of new features. They no longer serve any purpose, so remove them. Signed-off-by: Andrew Donnellan --- drivers/misc/cxl/Kconfig | 8 1 file changed, 8 deletions(-) diff --git a/drivers/misc/cxl/Kconfig

Re: [PATCH] cxl: remove dead Kconfig options

2016-07-13 Thread Martin K. Petersen
> "Andrew" == Andrew Donnellan writes: >> This patch straddles a few subsystems. Did you intend for me to queue >> it through SCSI? Andrew> Sorry for not stating explicitly - I'd like this taken through Andrew> powerpc as the cxlflash change is incidental to

Re: [PATCH] cxl: remove dead Kconfig options

2016-07-13 Thread Andrew Donnellan
On 14/07/16 12:05, Andrew Donnellan wrote: Sorry for not stating explicitly - I'd like this taken through powerpc as the cxlflash change is incidental to the cxl changes. I'll also be submitting a v2 that applies on top of another cxl series that hasn't been merged yet. -- Andrew Donnellan

Re: [PATCH] cxl: remove dead Kconfig options

2016-07-13 Thread Andrew Donnellan
On 14/07/16 12:02, Martin K. Petersen wrote: "Andrew" == Andrew Donnellan writes: Andrew> Remove the CXL_KERNEL_API and CXL_EEH Kconfig options, as they Andrew> were only needed to coordinate the merging of the cxlflash Andrew> driver. Also remove the stub

Re: [PATCH] cxl: remove dead Kconfig options

2016-07-13 Thread Martin K. Petersen
> "Andrew" == Andrew Donnellan writes: Andrew> Remove the CXL_KERNEL_API and CXL_EEH Kconfig options, as they Andrew> were only needed to coordinate the merging of the cxlflash Andrew> driver. Also remove the stub implementation of Andrew>

Re: [PATCH] cxl: remove dead Kconfig options

2016-07-12 Thread Matthew R. Ochs
> On Jul 4, 2016, at 2:12 AM, 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()

Re: [PATCH] cxl: remove dead Kconfig options

2016-07-08 Thread Andrew Donnellan
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

Re: [PATCH] cxl: remove dead Kconfig options

2016-07-04 Thread Ian Munsie
Acked-by: Ian Munsie ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev

[PATCH] cxl: remove dead Kconfig options

2016-07-04 Thread Andrew Donnellan
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