diff mbox series

[01/47] edac: remove tile driver

Message ID 20180314153603.3127932-2-arnd@arndb.de
State New
Headers show
Series [01/47] edac: remove tile driver | expand

Commit Message

Arnd Bergmann March 14, 2018, 3:35 p.m. UTC
The Tile architecture is obsolete and getting removed from the kernel,
this driver appears to only be used there, and not on the ARM based
successors (Tile-Mx, BlueField), so we should remove it as well.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>

---
 drivers/edac/Kconfig     |   8 --
 drivers/edac/Makefile    |   2 -
 drivers/edac/tile_edac.c | 265 -----------------------------------------------
 3 files changed, 275 deletions(-)
 delete mode 100644 drivers/edac/tile_edac.c

diff --git a/drivers/edac/tile_edac.c b/drivers/edac/tile_edac.c
deleted file mode 100644
index 8a33a87e67f1..000000000000
-- 
2.9.0

Comments

Borislav Petkov March 14, 2018, 3:48 p.m. UTC | #1
On Wed, Mar 14, 2018 at 04:35:14PM +0100, Arnd Bergmann wrote:
> The Tile architecture is obsolete and getting removed from the kernel,

> this driver appears to only be used there, and not on the ARM based

> successors (Tile-Mx, BlueField), so we should remove it as well.

> 

> Signed-off-by: Arnd Bergmann <arnd@arndb.de>

> ---

>  drivers/edac/Kconfig     |   8 --

>  drivers/edac/Makefile    |   2 -

>  drivers/edac/tile_edac.c | 265 -----------------------------------------------

>  3 files changed, 275 deletions(-)

>  delete mode 100644 drivers/edac/tile_edac.c


Provided CONFIG_TILE gets removed, good riddance to that driver too.

Acked-by: Borislav Petkov <bp@suse.de>


-- 
Regards/Gruss,
    Boris.

Good mailing practices for 400: avoid top-posting and trim the reply.
Mauro Carvalho Chehab March 15, 2018, 10:03 a.m. UTC | #2
Em Wed, 14 Mar 2018 16:48:47 +0100
Borislav Petkov <bp@alien8.de> escreveu:

> On Wed, Mar 14, 2018 at 04:35:14PM +0100, Arnd Bergmann wrote:

> > The Tile architecture is obsolete and getting removed from the kernel,

> > this driver appears to only be used there, and not on the ARM based

> > successors (Tile-Mx, BlueField), so we should remove it as well.

> > 

> > Signed-off-by: Arnd Bergmann <arnd@arndb.de>

> > ---

> >  drivers/edac/Kconfig     |   8 --

> >  drivers/edac/Makefile    |   2 -

> >  drivers/edac/tile_edac.c | 265 -----------------------------------------------

> >  3 files changed, 275 deletions(-)

> >  delete mode 100644 drivers/edac/tile_edac.c  

> 

> Provided CONFIG_TILE gets removed, good riddance to that driver too.

> 

> Acked-by: Borislav Petkov <bp@suse.de>

Acked-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>


> 




Thanks,
Mauro
diff mbox series

Patch

diff --git a/drivers/edac/Kconfig b/drivers/edac/Kconfig
index cb4ff1cc6eb4..533122aaa091 100644
--- a/drivers/edac/Kconfig
+++ b/drivers/edac/Kconfig
@@ -317,14 +317,6 @@  config EDAC_CPC925
 	  a companion chip to the PowerPC 970 family of
 	  processors.
 
-config EDAC_TILE
-	tristate "Tilera Memory Controller"
-	depends on TILE
-	default y
-	help
-	  Support for error detection and correction on the
-	  Tilera memory controller.
-
 config EDAC_HIGHBANK_MC
 	tristate "Highbank Memory Controller"
 	depends on ARCH_HIGHBANK
diff --git a/drivers/edac/Makefile b/drivers/edac/Makefile
index b54912eb39af..02b43a7d8c3e 100644
--- a/drivers/edac/Makefile
+++ b/drivers/edac/Makefile
@@ -64,8 +64,6 @@  obj-$(CONFIG_EDAC_PPC4XX)		+= ppc4xx_edac.o
 obj-$(CONFIG_EDAC_AMD8111)		+= amd8111_edac.o
 obj-$(CONFIG_EDAC_AMD8131)		+= amd8131_edac.o
 
-obj-$(CONFIG_EDAC_TILE)			+= tile_edac.o
-
 obj-$(CONFIG_EDAC_HIGHBANK_MC)		+= highbank_mc_edac.o
 obj-$(CONFIG_EDAC_HIGHBANK_L2)		+= highbank_l2_edac.o