aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/broadcom/vc_mem.h
AgeCommit message (Collapse)Author
2020-07-22vc_mem: Add vc_mem driver for querying firmware memory addressespopcornmix
commit e06619773775665a4c8b8da03989324e7da98708 from https://github.com/raspberrypi/linux.git rpi-5.8.y Signed-off-by: popcornmix <popcornmix@gmail.com> BCM270x: Move vc_mem Make the vc_mem module available for ARCH_BCM2835 by moving it. Signed-off-by: Noralf Trønnes <noralf@tronnes.org> char: vc_mem: Fix up compat ioctls for 64bit kernel compat_ioctl wasn't defined, so 32bit user/64bit kernel always failed. VC_MEM_IOC_MEM_PHYS_ADDR was defined with parameter size unsigned long, so the ioctl cmd changes between sizes. Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.org> char: vc_mem: Fix all coding style issues. Cleans up all checkpatch errors in vc_mem.c and vc_mem.h No functional change to the code. Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.org> Signed-off-by: Meng Li <Meng.Li@windriver.com>