zephyr/boards/galileo
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
..
Kconfig adc : ti : only one instance 2016-02-10 11:23:56 -05:00
Kconfig.board boards: make individual boards dependent on SoC selections 2016-03-16 01:38:06 +00:00
Makefile x86: move reboot via RST_CNT from galileo to generic x86 2016-02-25 16:52:27 +00:00
board.c build: switch to board based configurations 2016-02-05 20:25:11 -05:00
board.h Use SoC instead of platform. 2016-02-05 20:25:11 -05:00
galileo_defconfig Use SoC instead of platform. 2016-02-05 20:25:11 -05:00
galileo_pinmux.c pinmux: Change returning type from pinmux.h APIs 2016-03-16 19:46:05 +00:00