zephyr/drivers
Andrew Boie 96cadd1a9a arc: move special-purpose irq priorities to flags
We have already done this on x86 and ARM. The policy is as follows:

* IRQ priority levels starting at 0 all have the same semantics and
do not have special properties. The priority level is either ignored
on arches which do not support programmable priority levels, or lower
priority levels take precedence over higher ones.
* Special-case priorty levels are specified via flags, in which case
the supplied priority level is ignored.

Issue: ZEP-60
Change-Id: Ic603f49299ee1426fb9350ca29d0b8ef96a1d53a
Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2016-07-26 15:06:28 +00:00
..
adc sensor: adc: Fix a bug in ADC QMSI shim driver 2016-07-06 22:06:17 +00:00
aio qmsi: update qmsi to 1.1 alpha 2016-05-23 21:30:04 +00:00
bluetooth drivers/nble: Use semaphore to control notification rate 2016-07-22 19:03:43 +00:00
clock_control sys_log: replace old debug macros at clock control driver 2016-07-08 19:41:26 +00:00
console console: shell: Reduce stack usage of tab completion 2016-06-02 13:28:15 +00:00
counter qmsi: aon counter: Use locking mechanism to guard critical regions of API call 2016-07-21 02:05:43 +00:00
dma drivers: dma: Add QMSI 1.1-based DMA shim driver 2016-06-22 16:46:50 +00:00
ethernet Revert "net: Restructured Ethernet driver menu" 2016-07-20 22:57:55 +00:00
flash Cleanup whitespace in Kconfig files 2016-05-25 13:28:07 -05:00
gpio qmsi: gpio: Use locking mechanism to guard critical regions. 2016-07-22 23:26:34 +00:00
grove Cleanup whitespace in Kconfig files 2016-05-25 13:28:07 -05:00
i2c sys_log: replace old debug macros at i2c 2016-07-08 18:20:28 +00:00
ieee802154 cc2520: Fix how FREGs and SREGs are accessed 2016-06-22 04:47:43 +00:00
interrupt_controller _loapic_isr_vector_get: fix implementation 2016-07-13 22:41:51 +00:00
ipm ipm: convert to use DEVICE_AND_API_INIT() 2016-04-15 22:06:16 +00:00
pci sys_log: removed unused macro at pci_config.c 2016-07-08 19:41:50 +00:00
pinmux More cleanup whitespace in Kconfig files 2016-06-01 22:39:54 +00:00
pwm pwm: Implement set period and duty cycle API 2016-07-06 22:01:51 +00:00
random Cleanup whitespace in Kconfig files 2016-05-25 13:28:07 -05:00
rtc rtc: qmsi: Adds device suspend/resume to rtc_qmsi device 2016-07-21 11:25:31 -07:00
sensor sensor: add driver for LPS25HB 2016-07-21 16:22:03 +00:00
serial uart: qmsi: Adds device suspend/resume to uart_qmsi device 2016-07-21 11:25:31 -07:00
shared_irq refactor common driver initialization priorities 2016-03-28 15:58:29 -07:00
spi ext qmsi: Update to QMSI 1.1-Beta 2016-07-01 13:43:02 -07:00
timer arc: move special-purpose irq priorities to flags 2016-07-26 15:06:28 +00:00
usb usb: dw: Protect FIFO writes 2016-07-08 18:22:18 +00:00
watchdog qmsi: update qmsi to 1.1 alpha 2016-05-23 21:30:04 +00:00
Kconfig slip: Add driver for host to qemu connectivity 2016-07-12 07:22:31 +00:00
Makefile ext qmsi: Make QMSI headers available to more than just drivers 2016-07-18 18:47:51 +00:00