Am 04.07.21 um 17:58 schrieb Ojaswin Mujoo: > Split the initialization code of vchiq char driver and device files from > that of vchiq platform. The char driver code now resides in vchiq_dev.c > and the platform code resides in the original vchiq_arm.c file. > > This commit focuses on separating the code into different files while > maintaining the same functionality. It does not completely decouple them > as the cdev init code is still called from the platform's vchiq_probe() > function. > > Signed-off-by: Ojaswin Mujoo <ojaswin98@xxxxxxxxx> Reviewed-by: Stefan Wahren <stefan.wahren@xxxxxxxx>