zephyr/drivers/pinmux
Vlad Lungu c36daba63d spi: intel: fix port 1 pin setup
Currently, the /CS pin is deasserted by _spi_config_cs() and
the pinmux driver sets it as an input afterwards. Later, setting
the /CS pin to an output via pinmux_dev asserts it.

Setting the SPI port 1 pins in the pinmux driver saves a few lines
of code. Moving the SPI init after pinmux init keeps the /CS pin as
configured by the SPI driver.

Change-Id: I4c587ba0a6983cd89dfb5ecedb2914335e86313b
Signed-off-by: Vlad Lungu <vlad.lungu@windriver.com>
2016-04-16 21:14:43 +00:00
..
dev pinmux: include errno.h 2016-04-16 02:02:11 +00:00
frdm_k64f pinmux: remove base address and number of pins from kconfig 2016-03-28 15:58:29 -07:00
galileo spi: intel: fix port 1 pin setup 2016-04-16 21:14:43 +00:00
quark_mcu pinmux: Fix where to look for PINMUX_BASE_ADDR 2016-03-29 13:07:55 +02:00
sam3x pinmux: Move the Arduino Due board to the pinmux model 2016-03-25 10:17:01 +00:00
stm32 pinmux: Move STM32 boards to the pinmux model 2016-03-25 06:17:33 -04:00
Kconfig pinmux: remove base address and number of pins from kconfig 2016-03-28 15:58:29 -07:00
Kconfig.k64
Kconfig.stm32
Makefile pinmux: Move STM32 boards to the pinmux model 2016-03-25 06:17:33 -04:00
pinmux.h