Commit 2907f851 authored by Michal Simek's avatar Michal Simek Committed by Jens Axboe
Browse files

xsysace: Remove SYSACE driver



Sysace IP is no longer used on Xilinx PowerPC 405/440 and Microblaze
systems. The driver is not regularly tested and very likely not working for
quite a long time that's why remove it.

Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 1987c551
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2717,7 +2717,6 @@ F: Documentation/devicetree/bindings/i2c/cdns,i2c-r1p10.yaml
F:	Documentation/devicetree/bindings/i2c/xlnx,xps-iic-2.00.a.yaml
F:	Documentation/devicetree/bindings/spi/xlnx,zynq-qspi.yaml
F:	arch/arm/mach-zynq/
F:	drivers/block/xsysace.c
F:	drivers/clocksource/timer-cadence-ttc.c
F:	drivers/cpuidle/cpuidle-zynq.c
F:	drivers/edac/synopsys_edac.c
+0 −8
Original line number Diff line number Diff line
@@ -310,14 +310,6 @@
			xlnx,odd-parity = <0x0>;
			xlnx,use-parity = <0x0>;
		} ;
		SysACE_CompactFlash: sysace@83600000 {
			compatible = "xlnx,xps-sysace-1.00.a";
			interrupt-parent = <&xps_intc_0>;
			interrupts = < 4 2 >;
			reg = < 0x83600000 0x10000 >;
			xlnx,family = "virtex5";
			xlnx,mem-width = <0x10>;
		} ;
		debug_module: debug@84400000 {
			compatible = "xlnx,mdm-1.00.d";
			reg = < 0x84400000 0x10000 >;
+0 −7
Original line number Diff line number Diff line
@@ -197,13 +197,6 @@
						reg = <0x00fa0000 0x00060000>;
					};
				};

				SysACE_CompactFlash: sysace@1,0 {
					compatible = "xlnx,sysace";
					interrupt-parent = <&UIC2>;
					interrupts = <24 0x4>;
					reg = <0x00000001 0x00000000 0x10000>;
				};
			};

			UART0: serial@f0000200 {
+0 −1
Original line number Diff line number Diff line
@@ -28,7 +28,6 @@ CONFIG_MTD_CFI_AMDSTD=y
CONFIG_MTD_PHYSMAP_OF=y
CONFIG_BLK_DEV_RAM=y
CONFIG_BLK_DEV_RAM_SIZE=35000
CONFIG_XILINX_SYSACE=y
CONFIG_SCSI=y
CONFIG_BLK_DEV_SD=y
CONFIG_SCSI_CONSTANTS=y
+0 −6
Original line number Diff line number Diff line
@@ -378,12 +378,6 @@ config SUNVDC

source "drivers/s390/block/Kconfig"

config XILINX_SYSACE
	tristate "Xilinx SystemACE support"
	depends on 4xx || MICROBLAZE
	help
	  Include support for the Xilinx SystemACE CompactFlash interface

config XEN_BLKDEV_FRONTEND
	tristate "Xen virtual block device support"
	depends on XEN
Loading