Re: [PATCH v2 12/18] media: Re-structure TI platform drivers

From: Tomi Valkeinen
Date: Fri May 28 2021 - 04:30:05 EST


On 26/05/2021 18:23, Pratyush Yadav wrote:
The ti-vpe/ sub-directory does not only contain the VPE-specific things.
It also contains the CAL driver, which is a completely different
subsystem. This is also not a good place to add new drivers for other TI
platforms since they will all get mixed up.

Separate the VPE and CAL parts into different sub-directories and rename
the ti-vpe/ sub-directory to ti/. This is now the place where new TI
platform drivers can be added.

Signed-off-by: Pratyush Yadav <p.yadav@xxxxxx>

---
Compile tested only. There should be no functional change.

Reviewed-by: Tomi Valkeinen <tomi.valkeinen@xxxxxxxxxxxxxxxx>

Tomi