avr32: Allow reserving multiple pins at once
authorAlex Raimondi <raimondi@miromico.ch>
Tue, 4 Nov 2008 22:37:10 +0000 (23:37 +0100)
committerHaavard Skinnemoen <haavard.skinnemoen@atmel.com>
Mon, 5 Jan 2009 11:16:13 +0000 (12:16 +0100)
at32_reserve_pin now takes an u32 bitmask rather than a single pin.
This allows to reserve multiple pins at once.

Remove (undocumented) SDCS (pin PE26) from reservation in board
setup code.

Signed-off-by: Alex Raimondi <raimondi@miromico.ch>
Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>

No differences found