summaryrefslogtreecommitdiff
path: root/drivers/shared_irq
AgeCommit message (Expand)Author
2016-11-09kernel: deprecate old init levelsAndrew Boie
2016-10-25shared_irq: Make driver_api structure const.Marcus Shawcroft
2016-10-20shared_irq: Make driver config_info structure const.Marcus Shawcroft
2016-10-07shared_irq: Make config_info pointers const.Marcus Shawcroft
2016-10-05drivers: shared irq: clean nested #if condition and alignJavier B Perez
2016-03-28refactor common driver initialization prioritiesDaniel Leung
2016-03-16drivers: Replace DEV_FAIL by -EIOAndre Guedes
2016-03-16drivers: Replace DEV_OK by 0Andre Guedes
2016-03-15drivers/shared_irq: fix kconfig hierarchyDaniel Leung
2016-02-05irq: rename irq_connect() to IRQ_CONNECT()Andrew Boie
2016-02-05device: use DEVICE_INIT everwhereBenjamin Walsh
2016-02-05device: rename SYS_GET_DEVICE_NAME/SYS_GET_DEVICEBenjamin Walsh
2016-02-05device: rename SYS_DEFINE_DEVICE()Benjamin Walsh
2016-02-05device: rename DECLARE_DEVICE_INIT_CONFIG()Benjamin Walsh
2016-02-05interrupts: new static IRQ APIAndrew Boie
2016-02-05drivers: set default priority for driversAnas Nashif
2016-02-05shared_irq: move IOAPIC interrupt trigger flags into driverDaniel Leung
2016-02-05irq: removes priority parameter from IRQ_CONFIG macroJuan Manuel Cruz
2016-02-05init: Implement fine-grained initialization policyDmitriy Korovkin
2016-02-05irq: Add flags to IRQ_CONNECT_STATIC() macro and irq_connect() functionDmitriy Korovkin
2016-02-05Fix Kconfig SHARED_IRQ_1_PRI dependencyPeter Mitsis
2016-02-05Fix various default IRQ prioritiesPeter Mitsis
2016-02-05shared_irq: move static stubs to driver directoryAnas Nashif
2016-02-05x86: arm: Modify IRQ_CONFIG macro to have same signature as ARCDirk Brandewie
2016-02-05init: Simplify symbol name generated by DECLARE_DEVICE_INIT_CONFIG()Allan Stephens
2016-02-05Change BSD-3 licenses to Apache 2Javier B Perez Hernandez
2016-02-05shared_irq: adding copyright to KconfigDan Kalowsky
2016-02-05shared_irq: add config options for interrupt triggersDaniel Leung
2016-02-05drivers: add shared interrupt driverDirk Brandewie