This series contains a few fixes for the OnePlus 6 and 6T. The display panel driver for the devices currently implements support for the reset pin. This behaviour is fine on the 6 but on the 6T it seems to break the panel. This suggests an issue with the initialisation sequence however we haven't been able to find a way to bring up the panel without this. In the mean time, removing the reset capabilities solves the issues for us and doesn't introduce any other problems. We also add a guard around the RMTFS memory region, this is implemented by the msm_sharedmem driver in the vendor kernel, but not a feature supported by mainline just yet. This is to workaround limitations in Qualcomms XPU hardware which can trigger false violations and crash the device if memory is allocated close to the RMTFS region. Finally, enable the IPA node, modemmanager is gaining support for QRTR modems and with that we can have mobile data working on the device! ^Caleb