9
0
Fork 0
barebox/arch/arm/mach-at91
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
..
include/mach at91: switch uart registration to inline 2012-05-29 10:16:35 +02:00
Kconfig add Calao QIL A9260 support and MB-QIL A9260 Motherboard support 2012-05-29 10:16:35 +02:00
Makefile AT91: at91sam9x5: add chip and board file 2012-04-02 10:31:23 +02:00
at91rm9200.c at91/gpio: simplify resources 2012-01-02 12:08:25 +01:00
at91rm9200_devices.c at91: switch uart registration to inline 2012-05-29 10:16:35 +02:00
at91rm9200_lowlevel_init.c at91rm9200: fix lowlovel init PIOC base 2012-01-05 09:32:51 +01:00
at91rm9200_time.c introduce io.h 2011-09-22 19:03:05 +02:00
at91sam9_reset.S at91: fix reset 2011-12-14 12:14:44 +01:00
at91sam9g45.c at91/gpio: simplify resources 2012-01-02 12:08:25 +01:00
at91sam9g45_devices.c resource: store 'end' instead of 'size' in struct resource 2012-07-01 08:18:53 +02:00
at91sam9g45_reset.S at91: fix reset 2011-12-14 12:14:44 +01:00
at91sam9x5.c AT91: at91sam9x5: add chip and board file 2012-04-02 10:31:23 +02:00
at91sam9x5_devices.c resource: store 'end' instead of 'size' in struct resource 2012-07-01 08:18:53 +02:00
at91sam926x_lowlevel_init.c at91sam9/lowlevel_init: allow to select the smc chipselect 2012-01-12 10:43:58 +01:00
at91sam926x_time.c at91: fix reset 2011-12-14 12:14:44 +01:00
at91sam9260.c at91/gpio: simplify resources 2012-01-02 12:08:25 +01:00
at91sam9260_devices.c resource: store 'end' instead of 'size' in struct resource 2012-07-01 08:18:53 +02:00
at91sam9261.c at91/gpio: simplify resources 2012-01-02 12:08:25 +01:00
at91sam9261_devices.c at91: switch uart registration to inline 2012-05-29 10:16:35 +02:00
at91sam9263.c at91/gpio: simplify resources 2012-01-02 12:08:25 +01:00
at91sam9263_devices.c resource: store 'end' instead of 'size' in struct resource 2012-07-01 08:18:53 +02:00
clock.c AT91: at91sam9x5: add chip and board file 2012-04-02 10:31:23 +02:00
clock.h clkdev: factorize macro 2011-08-12 11:07:41 +02:00
generic.h at91: swtich to clkdev 2011-08-10 14:53:06 +02:00
gpio.c ARM: at91/pio: add new PIO3 features 2012-04-02 10:31:23 +02:00
sam9_smc.c introduce io.h 2011-09-22 19:03:05 +02:00