android_kernel_xiaomi_sm7250/arch/m68k/mac
Finn Thain c0603524c0 m68k: mac: Fix IOP status/control register writes
[ Upstream commit 931fc82a6aaf4e2e4a5490addaa6a090d78c24a7 ]

When writing values to the IOP status/control register make sure those
values do not have any extraneous bits that will clear interrupt flags.

To place the SCC IOP into bypass mode would be desirable but this is not
achieved by writing IOP_DMAINACTIVE | IOP_RUN | IOP_AUTOINC | IOP_BYPASS
to the control register. Drop this ineffective register write.

Remove the flawed and unused iop_bypass() function. Make use of the
unused iop_stop() function.

Fixes: 1da177e4c3 ("Linux-2.6.12-rc2")
Signed-off-by: Finn Thain <fthain@telegraphics.com.au>
Tested-by: Stan Johnson <userm57@yahoo.com>
Cc: Joshua Thompson <funaho@jurai.org>
Link: https://lore.kernel.org/r/09bcb7359a1719a18b551ee515da3c4c3cf709e6.1590880333.git.fthain@telegraphics.com.au
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2020-08-19 08:14:49 +02:00
..
baboon.c
config.c m68k: mac: Don't call via_flush_cache() on Mac IIfx 2020-06-22 09:05:18 +02:00
iop.c m68k: mac: Fix IOP status/control register writes 2020-08-19 08:14:49 +02:00
mac_penguin.S
macboing.c
macints.c
Makefile
misc.c m68k/mac: Use correct PMU response format 2018-08-31 09:33:45 +02:00
oss.c
psc.c
via.c m68k: mac: Don't call via_flush_cache() on Mac IIfx 2020-06-22 09:05:18 +02:00