41 Commits (613478f18985265097f050b6d9adf958731d0ef3)

Author SHA1 Message Date
Dong Wang 22061bd7a8 drivers: loapic: move 'z_loapic_int_vec_set()' into pinned section 1 year ago
Flavio Ceolin 9e404d12d0 intc: intc_loapic: Remove unnecessary header 2 years ago
Fabio Baltieri 794893315a intc: loapic: convert DEVICE_DEFINE to DEVICE_DT_INST_DEFINE 2 years ago
Umar Nisar 31a6594212 drivers: loapic: add device tree support for loapic 2 years ago
Simon Hein d0921018fc drivers: Fix coding guidelines MISRAC:2012 Rule 14.4 do-whiles/Zero checks 3 years ago
Gerard Marull-Paretas fb60aab245 drivers: migrate includes to <zephyr/...> 3 years ago
Flavio Ceolin d2a101cf01 x86: Remove Jailhouse references in this arch 3 years ago
Maureen Helm 41634c82cc drivers: interrupt_controller: Refactor drivers to use shared init prio 3 years ago
Gerard Marull-Paretas ddc168fa78 pm: s/PM_DEVICE_(DT_(INST))_REF/PM_DEVICE_(DT_(INST))_GET 4 years ago
Daniel Leung 975e257f2c drivers: interrupt_controller: remove @return doc for void funcs 4 years ago
Gerard Marull-Paretas 89a4f36fc8 device: remove inclusion of pm/device.h 4 years ago
Gerard Marull-Paretas 88a69674c0 drivers: use new PM macros 4 years ago
Gerard Marull-Paretas c78c312c82 drivers: interrupt_controller: i/loapic: use DEVICE_DEFINE 4 years ago
Gerard Marull-Paretas 4baf1e01ff drivers: use common PM action callback naming 4 years ago
Gerard Marull-Paretas 7ccc1a41bc pm: use actions for device PM control 4 years ago
Gerard Marull-Paretas 495672ab62 pm: cleanup pm control callback implementations 4 years ago
Gerard Marull-Paretas d41dadc569 pm: rename PM_DEVICE_STATE_SUSPEND to PM_DEVICE_STATE_SUSPENDED 4 years ago
Gerard Marull-Paretas 11eef4d8c8 pm: device: remove pointer usage for state 4 years ago
Gerard Marull-Paretas 9e7d545bb4 pm: device: remove ctrl_command callback argument 4 years ago
Gerard Marull-Paretas da0ff4ae46 pm: device: remove usage of ctrl_command 4 years ago
Gerard Marull-Paretas c2cf1ad203 pm: device: remove usage of local states 4 years ago
Gerard Marull-Paretas 26ad8376bd pm: remove callback from control function 4 years ago
Gerard Marull-Paretas 217e610d8f pm: remove redundant callback usage 4 years ago
Gerard Marull-Paretas cc2f0e9c08 pm: use enum for device PM states 4 years ago
Daniel Leung e4987484de intc: loapic: mark data and functions as boot/pinned 4 years ago
Flavio Ceolin 0c607adb63 pm: device: Align state names with system states 4 years ago
Flavio Ceolin 7eba310220 power: device: void *context -> uint32_t *state 4 years ago
Gerard Marull-Paretas 56f1a8ce98 pm: rename PM_DEVICE_GET/SET_POWER_STATE to PM_DEVICE_STATE_GET/SET 4 years ago
Gerard Marull-Paretas dbf46b3815 pm: rename device_pm_cb to pm_device_cb 4 years ago
Gerard Marull-Paretas 2c7b763e47 pm: replace DEVICE_PM_* states with PM_DEVICE_* 4 years ago
Gerard Marull-Paretas 3863be02a5 drivers: replace power/power.h with pm/device.h 4 years ago
Tomasz Bursztyka 915f4ac3c7 drivers/interrupt_controller: Get the IOAPIC RTEs dynamically 4 years ago
Anas Nashif dd931f93a2 power: standarize PM Kconfigs and cleanup 5 years ago
Tomasz Bursztyka e18fcbba5a device: Const-ify all device driver instance pointers 5 years ago
Andrew Boie ee3c50ba6d x86: apic: use device MMIO APIs 5 years ago
Kumar Gala a1b77fd589 zephyr: replace zephyr integer types with C99 types 5 years ago
Zide Chen d27f6cb5eb interrupt_controller: program local APIC LDR register for xAPIC 5 years ago
Tomasz Bursztyka dfe938640b drivers/interrupt_controller: Fix loapic/ioapic header inclusion 5 years ago
Andrew Boie 9062a5ee91 revert: "program local APIC LDR register for..." 5 years ago
Zide Chen 87b65c5ac2 interrupt_controller: program local APIC LDR register for xAPIC 5 years ago
Tomasz Bursztyka c30600d4ab drivers/interrupt_controller: Adopt file naming as other drivers 6 years ago
Charles E. Youse a981f51fe6 arch/x86: drivers/loapic_intr.c: move local APIC initialization 6 years ago
Charles E. Youse bd094ddac2 arch/x86: inline x2APIC EOI in 64-bit code 6 years ago
Anas Nashif cb412df725 x86: remove code for interrupt forwarding bug 6 years ago
Charles E. Youse 0325a3d972 arch/x86: eliminate include/arch/x86/irq_controller.h 6 years ago
Anas Nashif 5eb90ec169 cleanup: include/: move misc/__assert.h to sys/__assert.h 6 years ago
Anas Nashif 190e368275 cleanup: include/: move power.h to power/power.h 6 years ago
Anas Nashif 43a49335f4 include: move interrupt controller headers to interrupt_controller/ 6 years ago
Charles E. Youse 9a1e92735c drivers/interrupt_controller/loapic_intr.c: enable x2APIC support 6 years ago
Charles E. Youse e9f6cb2594 drivers/timer/loapic_timer.c: migrate to new local APIC accessors 6 years ago