zephyr/drivers/interrupt_controller
Patrik Flykt 4344e27c26 all: Update reserved function names
Update reserved function names starting with one underscore, replacing
them as follows:
   '_k_' with 'z_'
   '_K_' with 'Z_'
   '_handler_' with 'z_handl_'
   '_Cstart' with 'z_cstart'
   '_Swap' with 'z_swap'

This renaming is done on both global and those static function names
in kernel/include and include/. Other static function names in kernel/
are renamed by removing the leading underscore. Other function names
not starting with any prefix listed above are renamed starting with
a 'z_' or 'Z_' prefix.

Function names starting with two or three leading underscores are not
automatcally renamed since these names will collide with the variants
with two or three leading underscores.

Various generator scripts have also been updated as well as perf,
linker and usb files. These are
   drivers/serial/uart_handlers.c
   include/linker/kobject-text.ld
   kernel/include/syscall_handler.h
   scripts/gen_kobject_list.py
   scripts/gen_syscall_header.py

Signed-off-by: Patrik Flykt <patrik.flykt@intel.com>
2019-03-11 13:48:42 -04:00
..
CMakeLists.txt interrupt_controller: RV32M1: add intmux driver / DT bindings 2019-01-25 11:59:46 -05:00
Kconfig interrupt_controller: RV32M1: add intmux driver / DT bindings 2019-01-25 11:59:46 -05:00
Kconfig.multilevel drivers: interrupt_controller: multi-level improvements 2019-01-25 11:59:46 -05:00
Kconfig.multilevel.aggregator_template drivers: interrupt_controller: multi-level improvements 2019-01-25 11:59:46 -05:00
Kconfig.rv32m1 interrupt_controller: RV32M1: add intmux driver / DT bindings 2019-01-25 11:59:46 -05:00
Kconfig.s1000 drivers: interrupt_controller: multi-level improvements 2019-01-25 11:59:46 -05:00
Kconfig.shared_irq drivers/interrupt_controller: shared_irq: configure by device tree 2019-02-06 07:18:15 -05:00
Kconfig.stm32 drivers/interrupt_controller: stm32: Remove RTC_Alarm IRQ handling 2019-02-25 08:06:18 -06:00
arcv2_irq_unit.c all: Update reserved function names 2019-03-11 13:48:42 -04:00
cavs_ictl.c dts_fixups: Use DT_ prefix in all defined labels not related to Kconfig 2018-11-13 10:44:42 -06:00
cavs_ictl.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
dw_ictl.c drivers: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
dw_ictl.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
exti_stm32.c drivers/interrupt_controller: stm32: Remove RTC_Alarm IRQ handling 2019-02-25 08:06:18 -06:00
exti_stm32.h drivers/interrupt_controller: stm32: Complete driver factorization 2019-01-24 09:38:38 -06:00
i8259.c drivers: Remove board.h include 2018-11-01 13:21:11 -04:00
ioapic_intr.c all: Update reserved function names 2019-03-11 13:48:42 -04:00
ioapic_priv.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
loapic_intr.c all: Update reserved function names 2019-03-11 13:48:42 -04:00
loapic_spurious.S
mvic.c all: Update reserved function names 2019-03-11 13:48:42 -04:00
plic.c all: Update reserved function names 2019-03-11 13:48:42 -04:00
plic.h drivers/plic: Update PLIC driver with DTS symbols 2018-12-04 07:48:27 -06:00
rv32m1_intmux.c drivers: interrupt_controller: Fix build warnings in rv32m1 driver 2019-03-05 08:18:52 -05:00
shared_irq.c drivers/interrupt_controller: shared_irq: configure by device tree 2019-02-06 07:18:15 -05:00
system_apic.c all: Update reserved function names 2019-03-11 13:48:42 -04:00