19 Commits (b775c0d30ea565ee8ad17c31c55baf2d06e75946)

Author SHA1 Message Date
Pieter De Gendt 74fc1b171d drivers: interrupt_controller: Place API into iterable section 7 months ago
Yong Cong Sin f6d5c2e4b4 drivers: intc: shared_irq: change init and isr function to static 10 months ago
Navinkumar Balabakthan a8490c3c3e drivers: interrupt_controller: changes in shared irq 1 year ago
Gerard Marull-Paretas 178bdc4afc include: add missing zephyr/irq.h include 3 years ago
Gerard Marull-Paretas fb60aab245 drivers: migrate includes to <zephyr/...> 3 years ago
Thomas Stranger 8f559a3260 drivers: interrupt_controller: intc_shared: cond. forward sense cell 4 years ago
Thomas Stranger dedd444fb7 drivers: interrupt_controller: intc_shared: clients array size from dts 4 years ago
Thomas Stranger a0bea0812a drivers: intc: intrc_shared: get client count from SUPPORTS_DEP_ORDS 4 years ago
Thomas Stranger 23982030a8 drivers: interrupt_controller: intc_shared: convert to multi instance 4 years ago
Gerard Marull-Paretas e6170a4dbc drivers: interrupt_controller: remove usage of device_pm_control_nop 4 years ago
Henrik Brix Andersen e8ffafae12 drivers: intc: shared_irq: remove internal structs from header 4 years ago
Kumar Gala 2d754333ad drivers: interrupt_controller: Convert drivers to new DT device macros 5 years ago
Tomasz Bursztyka e18fcbba5a device: Const-ify all device driver instance pointers 5 years ago
Tomasz Bursztyka 98d9b01322 device: Apply driver_api/data attributes rename everywhere 5 years ago
Tomasz Bursztyka af6140cc0d device: Apply config_info rename everywhere 5 years ago
Kumar Gala a1b77fd589 zephyr: replace zephyr integer types with C99 types 5 years ago
Tomasz Bursztyka 97326c0445 device: Fix structure attributes access 5 years ago
Kumar Gala 67d42d67f4 drivers: intc: intc_shared_irq: Convert to new DT_INST macros 5 years ago
Tomasz Bursztyka c30600d4ab drivers/interrupt_controller: Adopt file naming as other drivers 6 years ago
Carlo Caione ea9b2086c7 interrupt_controller: shared_irq: DT_<COMPAT> is deprecated 6 years ago
Anas Nashif ef281c4237 cleanup: include/: move sys_io.h to sys/sys_io.h 6 years ago
Anas Nashif 43a49335f4 include: move interrupt controller headers to interrupt_controller/ 6 years ago
Patrik Flykt 24d71431e9 all: Add 'U' suffix when using unsigned variables 6 years ago
Daniel Leung 7695a72e3c drivers/interrupt_controller: shared_irq: configure by device tree 7 years ago
Varun Sharma 77c643a5a3 drivers: Modify drivers to use DEVICE_AND_API_INIT() 7 years ago
Patrik Flykt 8ff96b5a57 drivers: Add 'U' to unsigned variable assignments 7 years ago
Kumar Gala aa2bdbe322 drivers: Remove board.h include 7 years ago
Kumar Gala f19ab5efba irq: move shared irq support under drivers/interrupt_controller 8 years ago
Kumar Gala ccad5bf3e3 drivers: convert to using newly introduced integer sized types 8 years ago
David B. Kinder ac74d8b652 license: Replace Apache boilerplate with SPDX tag 9 years ago
Flavio Santes b04cdcd6e6 drivers: Remove legacy nanokernel.h include 9 years ago
Andrew Boie 0b474eef9c kernel: deprecate old init levels 9 years ago
Marcus Shawcroft 0bac787b08 shared_irq: Make driver_api structure const. 9 years ago
Marcus Shawcroft bcdc0d2af6 shared_irq: Make driver config_info structure const. 9 years ago
Marcus Shawcroft 09df78fced shared_irq: Make config_info pointers const. 9 years ago
Javier B Perez d846dd1fcd drivers: shared irq: clean nested #if condition and align 9 years ago
Andre Guedes 7c956d2ece drivers: Replace DEV_FAIL by -EIO 9 years ago
Andre Guedes 024cfe754e drivers: Replace DEV_OK by 0 9 years ago
Andrew Boie 897ffaeb2c irq: rename irq_connect() to IRQ_CONNECT() 10 years ago
Benjamin Walsh d340d4cb3f device: use DEVICE_INIT everwhere 10 years ago
Benjamin Walsh 2c1a95aee6 device: rename SYS_GET_DEVICE_NAME/SYS_GET_DEVICE 10 years ago
Benjamin Walsh 0303d8cab9 device: rename SYS_DEFINE_DEVICE() 10 years ago
Benjamin Walsh bfc27206b2 device: rename DECLARE_DEVICE_INIT_CONFIG() 10 years ago
Andrew Boie d9cfbd5a61 interrupts: new static IRQ API 10 years ago
Daniel Leung 8effb4fed3 shared_irq: move IOAPIC interrupt trigger flags into driver 10 years ago
Juan Manuel Cruz bc1a79c4c3 irq: removes priority parameter from IRQ_CONFIG macro 10 years ago
Dmitriy Korovkin 57f2741e4f init: Implement fine-grained initialization policy 10 years ago
Dmitriy Korovkin f1420515a7 irq: Add flags to IRQ_CONNECT_STATIC() macro and irq_connect() function 10 years ago
Dirk Brandewie 147d6585ae x86: arm: Modify IRQ_CONFIG macro to have same signature as ARC 10 years ago
Allan Stephens 7b006066a4 init: Simplify symbol name generated by DECLARE_DEVICE_INIT_CONFIG() 10 years ago