spi: hisi-kunpeng: Delete the dump interface of data registers in debugfs
authorDevyn Liu <liudingyuan@huawei.com>
Tue, 16 Apr 2024 01:58:39 +0000 (09:58 +0800)
committerMark Brown <broonie@kernel.org>
Tue, 16 Apr 2024 10:59:48 +0000 (19:59 +0900)
commit7430764f5a85d30314aeef2d5438dff1fb0b1d68
treeb751d6f7cd3131dfc7bf37c753760c4cee235e0c
parent0064db9ce4aa7cc794e6f4aed60dee0f94fc9bcf
spi: hisi-kunpeng: Delete the dump interface of data registers in debugfs

Due to the reading of FIFO during the dump of data registers in
debugfs, if SPI transmission is in progress, it will be affected
and may result in transmission failure. Therefore, the dump
interface of data registers in debugfs is removed.

Fixes: 2b2142f247eb ("spi: hisi-kunpeng: Add debugfs support")
Signed-off-by: Devyn Liu <liudingyuan@huawei.com>
Reviewed-by: Jay Fang <f.fangjian@huawei.com>
Link: https://lore.kernel.org/r/20240416015839.3323398-1-liudingyuan@huawei.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-hisi-kunpeng.c