zephyr/drivers/interrupt_controller
Ulf Magnusson 975de21858 kconfig: Global whitespace/consistency cleanup
Clean up space errors and use a consistent style throughout the Kconfig
files. This makes reading the Kconfig files more distraction-free, helps
with grepping, and encourages the same style getting copied around
everywhere (meaning another pass hopefully won't be needed).

Go for the most common style:

 - Indent properties with a single tab, including for choices.

   Properties on choices work exactly the same syntactically as
   properties on symbols, so not sure how the no-indentation thing
   happened.

 - Indent help texts with a tab followed by two spaces

 - Put a space between 'config' and the symbol name, not a tab. This
   also helps when grepping for definitions.

 - Do '# A comment' instead of '#A comment'

I tweaked Kconfiglib a bit to find most of the stuff.

Some help texts were reflowed to 79 columns with 'gq' in Vim as well,
though not all, because I was afraid I'd accidentally mess up
formatting.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
2019-11-01 15:53:23 +01:00
..
arcv2_irq_unit.c arch: arc: add initial support of ARC TEE 2019-08-10 17:45:22 +02:00
cavs_ictl.c drivers/interrupt_controller: cavs_ictl: add get_line_state() 2019-09-07 10:20:51 -04:00
cavs_ictl.h
CMakeLists.txt interrupt_controller: gic: Add support for the GIC400 2019-08-09 22:50:50 +02:00
dw_ictl.c drivers/interrupt_controller: dw_ictl: add get_line_state() 2019-09-07 10:20:51 -04:00
dw_ictl.h
exti_stm32.c drivers: interrupt_controller: Add STM32G4X exti support 2019-10-04 18:44:24 -07:00
exti_stm32.h drivers/interrupt_controller: stm32: Complete driver factorization 2019-01-24 09:38:38 -06:00
gic-400.c interrupt_controller: gic: Add support for the GIC400 2019-08-09 22:50:50 +02:00
ioapic_intr.c drivers/interrupt_controller/ioapic_intr.c: broadcast interrupts 2019-10-07 19:46:55 -04:00
ioapic_priv.h
Kconfig kconfig: Global whitespace/consistency cleanup 2019-11-01 15:53:23 +01:00
Kconfig.multilevel drivers: interrupt_controller: multi-level improvements 2019-01-25 11:59:46 -05:00
Kconfig.multilevel.aggregator_template license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
Kconfig.rv32m1 interrupt_controller: rv32m1: fix intmux driver initialization priority 2019-04-18 14:00:18 -07:00
Kconfig.s1000 drivers: interrupt_controller: multi-level improvements 2019-01-25 11:59:46 -05:00
Kconfig.sam0 kconfig: Global whitespace/consistency cleanup 2019-11-01 15:53:23 +01:00
Kconfig.shared_irq kconfig: Global whitespace/consistency cleanup 2019-11-01 15:53:23 +01:00
Kconfig.stm32 kconfig: Global whitespace/consistency cleanup 2019-11-01 15:53:23 +01:00
loapic_intr.c arch/x86: drivers/loapic_intr.c: move local APIC initialization 2019-10-07 19:46:55 -04:00
loapic_spurious.S arch/x86: move include/arch/x86/asm.h to include/arch/x86/ia32/asm.h 2019-07-02 19:30:00 -04:00
plic.c interrupt: Convert RISC-V plic to use multi-level irq support 2019-09-10 07:34:57 -05:00
rv32m1_intmux.c drivers/interrupt_controller: rv32m1_intmux: add get_line_state 2019-09-07 10:20:51 -04:00
sam0_eic_priv.h drivers: gpio: sam0: Add interrupt support 2019-05-07 08:43:56 -04:00
sam0_eic.c drivers: sam0: Fix deprecated instance macro usage 2019-06-24 07:21:26 -04:00
sam0_eic.h drivers: gpio: sam0: Add interrupt support 2019-05-07 08:43:56 -04:00
shared_irq.c cleanup: include/: move sys_io.h to sys/sys_io.h 2019-06-27 22:55:49 -04:00
system_apic.c arch/x86: eliminate include/arch/x86/irq_controller.h 2019-07-02 19:30:00 -04:00
vexriscv_litex.c drivers: interrupt_controller: fix usage of DT_ defines 2019-10-18 07:48:14 -05:00