On 28/10/2022 08:51, Jon Hunter wrote: > > On 28/10/2022 13:46, Krzysztof Kozlowski wrote: >> On 28/10/2022 08:37, Jon Hunter wrote: >>> Add the memory clients on Tegra234 which are needed for initialising the >>> SMMU for the Deep Learning Accelerator (DLA). >>> >>> Signed-off-by: Jon Hunter <jonathanh@xxxxxxxxxx> >>> --- >>> drivers/memory/tegra/tegra234.c | 160 ++++++++++++++++++++++++++++++++ >>> 1 file changed, 160 insertions(+) >>> >>> diff --git a/drivers/memory/tegra/tegra234.c b/drivers/memory/tegra/tegra234.c >>> index a9e8fd99730f..9bdaf8af8c97 100644 >>> --- a/drivers/memory/tegra/tegra234.c >>> +++ b/drivers/memory/tegra/tegra234.c >>> @@ -170,6 +170,166 @@ static const struct tegra_mc_client tegra234_mc_clients[] = { >>> .security = 0x504, >>> }, >>> }, >>> + }, { >>> + .id = TEGRA234_MEMORY_CLIENT_DLA0RDA, >>> + .name = "dla0rda", >>> + .sid = TEGRA234_SID_NVDLA0, >> >> This is now not applicable because you sent dependencies separate, mixed >> with other subsystems... Split pieces based on subsystems. > > Sorry I don't understand. This patch is dependent upon the first. I have > not sent anything separate. You sent mixed between subsystems patches adding TEGRA234_SID_NVDLA0. That one should have been sent separate so maintainers can pick it up. Now, it's not possible for me to pick this patch. Best regards, Krzysztof