9
0
Fork 0
barebox/drivers/video
Sascha Hauer 5f03074ea9 resource: store 'end' instead of 'size' in struct resource
Storing the size instead of the resource end in struct resource was
a mistake. 'size' ranges from 0 to UINT[32|64]_MAX + 1 which obviously
leads to problems. 'end' on the other hand will never exceed
UINT[32|64]_MAX. Also this way we can express a iomem region covering
the whole address space.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2012-07-01 08:18:53 +02:00
..
Kconfig Fixup DRIVER_VIDEO_S3C24XX usage. 2012-04-10 09:57:22 +02:00
Makefile MACH SAMSUNG/S3C: Reflect the CPU name the LCD driver is for 2012-01-02 13:32:13 +01:00
fb.c resource: store 'end' instead of 'size' in struct resource 2012-07-01 08:18:53 +02:00
imx-ipu-fb.c imx-ipu-fb: Add overlay support 2012-01-23 09:38:27 +01:00
imx.c video imx: specify num_modes in platform_data 2012-01-05 09:41:27 +01:00
pxa.c drivers/video: remove pxafb enable on load 2012-02-17 10:18:30 +01:00
s3c24xx.c video/s3c24xx.c: fix doxygen comment for s3cfb_activate_var() 2012-05-30 12:19:51 +02:00
stm.c introduce io.h 2011-09-22 19:03:05 +02:00