[PATCH v2 1/6] ARM: mm: cache-l2x0: Add base address argument to write_sec callback
Linus Walleij
linus.walleij at linaro.org
Fri Jun 27 00:44:28 PDT 2014
On Wed, Jun 25, 2014 at 3:37 PM, Tomasz Figa <t.figa at samsung.com> wrote:
> For certain platforms (e.g. Exynos) it is necessary to read back some
> values from registers before they can be written (i.e. SMC calls that
> set multiple registers per call), so base address of L2C controller is
> needed for .write_sec operation. This patch adds base argument to
> .write_sec callback so that its implementation can also access registers
> directly.
>
> Signed-off-by: Tomasz Figa <t.figa at samsung.com>
> arch/arm/mach-ux500/cache-l2x0.c | 3 ++-
In our case just changing the signature of the function I see so:
Acked-by: Linus Walleij <linus.walleij at linaro.org>
Yours,
Linus Walleij
More information about the linux-arm-kernel
mailing list