No description
Find a file
Tomasz Bursztyka d2669b7a00 spi: intel: Port 0 needs gpio driver to be ready if using it for CS
GPIO driver is initialized at pre-kernel-late level, if SPI does it too,
it will happen before GPIO (depends on the ordered list of
initialization). In order to ensure it gets GPIO initialized always
before SPI, let's set SPI to initalize at the next level: nano-early.

Change-Id: I6e34168c88fca0187a809bf5c7971492bd5acb5c
Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
2016-02-05 20:24:29 -05:00
arch x86: Improve exception/trap debugging 2016-02-05 20:24:29 -05:00
doc doc: Edit the build systems's Targets Documentation. 2016-02-05 20:24:29 -05:00
drivers spi: intel: Port 0 needs gpio driver to be ready if using it for CS 2016-02-05 20:24:29 -05:00
include spi: Fix SPI configuration flags 2016-02-05 20:24:29 -05:00
kernel Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
lib Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
misc Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
net Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
samples samples: disable exception debug for test_static_idt 2016-02-05 20:24:29 -05:00
scripts Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
.checkpatch.conf checkpatch: added config file 2016-02-05 20:24:23 -05:00
.gitattributes First commit 2015-04-10 16:44:37 -07:00
.gitignore .gitignore: add ctags data file 2016-02-05 20:16:15 -05:00
.mailmap First commit 2015-04-10 16:44:37 -07:00
Kbuild mdef: do not try to use MDEF file if it was not defined 2016-02-05 20:24:23 -05:00
Kconfig Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
Kconfig.zephyr Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
Makefile remove linux configs and compile options not being used 2016-02-05 20:24:28 -05:00
Makefile.inc remove nano/micro defconfigs, use 1 file only 2016-02-05 20:24:28 -05:00
zephyr-env.sh Rename Zephyr OS into Zephyr Kernel 2016-02-05 20:14:26 -05:00