Was the spi driver removed from 6.x for a reason or just overlooked.

The driver I am referring to is spi-omap2-mcspi.c

I did not want to dig into this and have it turn into a huge mess. Thought I would ask others first.

Usually built-in…

Its not in the tree and not exposed. It is still in the tree with 5.10 version. menuconfig did not have any Ti options for spi in 6.x kernel other than bit-bang.

https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/spi/spi-omap2-mcspi.c?h=v6.14-rc3

Thank you.