zephyr/drivers/spi
Andrew Boie 0b474eef9c kernel: deprecate old init levels
PRIMARY, SECONDARY, NANOKERNEL, MICROKERNEL init levels are now
deprecated.

New init levels introduced: PRE_KERNEL_1, PRE_KERNEL_2, POST_KERNEL
to replace them.

Most existing code has instances of PRIMARY replaced with PRE_KERNEL_1,
SECONDARY with POST_KERNEL as SECONDARY has had a longstanding bug
where the documentation specified SECONDARY ran before the kernel started
up, but actually ran afterwards.

Change-Id: I771bc634e9caf7f17dbf214a270bc9967eed7d32
Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2016-11-09 17:59:44 +00:00
..
Kconfig drivers: spi: Fix typos in SPI port numbers 2016-08-31 14:41:36 +00:00
Kconfig.dw boards: rename Quark SE Devboard to Quark SE C1000 2016-09-16 03:10:31 +00:00
Makefile spi: quark se: Add QMSI 1.1-based SPI shim driver 2016-05-23 21:30:43 +00:00
spi_dw_quark_se_ss_regs.h spi/dw: Make config_info pointers const. 2016-10-07 12:04:39 +00:00
spi_dw_regs.h spi/dw: Make config_info pointers const. 2016-10-07 12:04:39 +00:00
spi_dw.c kernel: deprecate old init levels 2016-11-09 17:59:44 +00:00
spi_dw.h spi/dw: Make config_info pointers const. 2016-10-07 12:04:39 +00:00
spi_intel.c kernel: deprecate old init levels 2016-11-09 17:59:44 +00:00
spi_intel.h spi/intel: Move RW driver context from config to runtime structure. 2016-10-19 12:10:58 +00:00
spi_k64_priv.h power_mgmt: Update sample and drivers according to new pm device API 2016-09-22 00:23:43 +00:00
spi_k64.c kernel: deprecate old init levels 2016-11-09 17:59:44 +00:00
spi_qmsi_ss.c kernel: deprecate old init levels 2016-11-09 17:59:44 +00:00
spi_qmsi.c kernel: deprecate old init levels 2016-11-09 17:59:44 +00:00