]> git.baikalelectronics.ru Git - uboot.git/commit
reset: socfpga: rename membase ptr to modrst_base
authorSimon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
Fri, 1 Mar 2019 19:12:30 +0000 (20:12 +0100)
committerMarek Vasut <marex@denx.de>
Wed, 17 Apr 2019 20:20:16 +0000 (22:20 +0200)
commitda9c748f8d72313db636455c3ad6a470374e5a29
tree4e5a7731a8e197c2d314ad0b3f8ca8d4d6839a0a
parent302c2ea394e0d81023574e1e61842022710311f9
reset: socfpga: rename membase ptr to modrst_base

The only member of this driver's priv struct is a pointer, which is
called 'membase'. However, since this driver handles multiple sub-
architectures, this is not the base address from dts but the base
address of some common registers of those sub-arches.

Reflect this better in sourcecode by renaming 'membase' to 'modrst_base'.

Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
drivers/reset/reset-socfpga.c