zephyr/boards
Andre Guedes 5f1988f284 pinmux: Change returning type from pinmux.h APIs
All driver APIs (i2c, spi, gpio, etc.) return 'int' type, but pinmux
APIs. So this patch changes the returning type from 'uint32_t' to
'int' from include/pinmux.h and fixes all pinmux drivers according.

Besides keeping consistency between all drivers APIs, this patch is
also applicable for the errno.h code transition. Pinmux drivers will
return negative errno.h codes so returning 'int' is more suitable
than 'uint32_t'.

Change-Id: I2a6e92d567a0e21fec363226da6197df94657d4b
Signed-off-by: Andre Guedes <andre.guedes@intel.com>
2016-03-16 19:46:05 +00:00
..
arduino_101 pinmux: Change returning type from pinmux.h APIs 2016-03-16 19:46:05 +00:00
arduino_101_sss boards: make individual boards dependent on SoC selections 2016-03-16 01:38:06 +00:00
arduino_due pinmux: Change returning type from pinmux.h APIs 2016-03-16 19:46:05 +00:00
basic_cortex_m3 boards: make individual boards dependent on SoC selections 2016-03-16 01:38:06 +00:00
basic_minuteia boards: make individual boards dependent on SoC selections 2016-03-16 01:38:06 +00:00
frdm_k64f boards: make individual boards dependent on SoC selections 2016-03-16 01:38:06 +00:00
galileo pinmux: Change returning type from pinmux.h APIs 2016-03-16 19:46:05 +00:00
minnowboard boards: make individual boards dependent on SoC selections 2016-03-16 01:38:06 +00:00
qemu_cortex_m3 boards: make individual boards dependent on SoC selections 2016-03-16 01:38:06 +00:00
qemu_x86 boards: make individual boards dependent on SoC selections 2016-03-16 01:38:06 +00:00
quark_d2000_crb pinmux: Change returning type from pinmux.h APIs 2016-03-16 19:46:05 +00:00
quark_se_devboard pinmux: Change returning type from pinmux.h APIs 2016-03-16 19:46:05 +00:00
quark_se_sss_devboard boards: make individual boards dependent on SoC selections 2016-03-16 01:38:06 +00:00
Kconfig boards: add a menu surrounding board Kconfig 2016-03-15 21:39:14 -04:00
Makefile build: switch to board based configurations 2016-02-05 20:25:11 -05:00