zephyr/drivers
Ruibin Chang 199eaac0a4 ITE drivers/sensor/vcmp: don't connect shared irq multiple times
This driver exectue connecting the shared irq one time for
every status "okay" vcmp nodes, then it will show enable
the same irq multiple times when build.

So I check whether the irq is enabled or not, if yes,
we needn't to enable again. And we will figure out the
triggered channel in vcmp_it8xxx2_isr().

Signed-off-by: Ruibin Chang <Ruibin.Chang@ite.com.tw>
2022-03-31 12:20:11 -05:00
..
adc drivers: lpc_lpadc: enable pinctrl for lpadc driver 2022-03-25 15:47:54 -05:00
audio soc_nrf_common: Extend and rename the NRF_DT_ENSURE_PINS_ASSIGNED macro 2022-03-18 16:26:21 +01:00
bbram drivers: bbram: mec: fixed compilation error 2022-03-01 14:18:55 -06:00
bluetooth ipc_service: Automatically include source files for backends 2022-03-29 12:30:50 -07:00
cache
can drivers: can: add missing static keywords 2022-03-31 10:31:37 +02:00
clock_control drivers: clock_control: lpc: syscon: Add BUSCLK support 2022-03-24 10:44:27 +01:00
console drivers: gsm_mux: Namespace macros to prevent compilation errors 2022-03-22 12:34:57 +01:00
counter drivers: timer: Add sam0 tc32 support to pinctrl 2022-03-24 15:45:37 -07:00
crypto everywhere: fix typos 2022-03-14 20:22:24 -04:00
dac drivers: dac: Add sam0 support to pinctrl 2022-03-24 15:45:37 -07:00
debug kconfig: remove Enable from boolean prompts 2022-03-09 15:35:54 +01:00
disk drivers: disk: usdhc: enable pinctrl for usdhc driver 2022-03-25 15:47:54 -05:00
display drivers: display: add stm32_ltdc driver 2022-03-29 18:30:02 -07:00
dma dma/dw_common: Update dma_dw_common from sof 2022-03-29 14:33:48 -04:00
ec_host_cmd_periph everywhere: fix typos 2022-03-14 20:22:24 -04:00
edac kconfig: remove Enable from boolean prompts 2022-03-09 15:35:54 +01:00
eeprom drivers: remove redundant DEV_NAME helpers 2022-03-15 17:31:51 -04:00
entropy entropy: bt_hci: driver added 2022-03-23 13:38:47 +01:00
espi everywhere: fix typos 2022-03-18 13:24:08 -04:00
ethernet drivers: ethernet: eth_mcux: add support for resetting phy 2022-03-25 15:47:54 -05:00
flash drivers: flash: shell: improve flash device choice 2022-03-31 13:55:10 +02:00
fpga kconfig: remove Enable from boolean prompts 2022-03-09 15:35:54 +01:00
gpio drivers/pinctrl: stm32: Allow plain GPIO configuration 2022-03-25 15:52:02 -07:00
hwinfo hwinfo shell: reset_cause fix 2022-03-22 12:33:11 +01:00
i2c drivers: i2c: Add sam0 support to pinctrl 2022-03-24 15:45:37 -07:00
i2s drivers: i2s: Update sam ssc driver to use pinctrl 2022-03-24 15:45:37 -07:00
ieee802154 drivers: ieee802154_nrf5: limit IEEE802154_NRF5_DELAY_TRX_ACC 2022-03-31 16:23:59 +02:00
interrupt_controller interrupt_controller: gicv3_its: add get_msi_addr API 2022-03-25 12:56:25 +01:00
ipm everywhere: fix typos 2022-03-18 13:24:08 -04:00
kscan ITE drivers/kscan: use wakeup interface for WUC pins 2022-03-21 16:35:03 -07:00
led everywhere: fix typos 2022-03-14 20:22:24 -04:00
led_strip drivers: led_strip: add tlc5971 driver 2022-03-23 12:50:11 +01:00
lora drivers: gpio: move non-standard dts flags to be soc specific 2022-03-10 13:46:34 -05:00
mbox mbox: Fix function syscall check 2022-03-02 07:55:32 -08:00
mdio drivers: eth: Update sam/sam0 eth drivers to use pinctrl 2022-03-24 15:45:37 -07:00
memc drivers: memc: memc_mcux_flexspi: make pinctrl support conditional 2022-03-26 03:41:02 -05:00
misc kconfig: tweak Kconfig prompts 2022-03-09 15:35:54 +01:00
mm everywhere: fix typos 2022-03-18 13:24:08 -04:00
modem modem: hl7800: add API to set bands 2022-03-30 11:39:06 +02:00
net drivers: net: loopback: Increase MTU to match IPv4 MTU 2022-03-30 11:08:22 +02:00
neural_net drivers: remove redundant DEV_NAME helpers 2022-03-15 17:31:51 -04:00
pcie pcie: ecam: implement MSI/MSI-X interrupts setup 2022-03-25 12:56:25 +01:00
peci everywhere: fix typos 2022-03-18 13:24:08 -04:00
pinctrl drivers/pinctrl: stm32: Allow plain GPIO configuration 2022-03-25 15:52:02 -07:00
pinmux drivers: pinmux: Drop sam0 pinmux in favor of pinctrl 2022-03-24 15:45:37 -07:00
pm_cpu_ops
power_domain pm: device: move pm_device_runtime_init_* funcs 2022-03-25 10:39:55 +01:00
ps2 everywhere: fix typos 2022-03-14 20:22:24 -04:00
ptp_clock
pwm drivers: pwm: stm32 can initialize the PWM complementary output 2022-03-31 10:28:47 +02:00
regulator drivers: regulator: pmic: remove unneeded NULL check 2022-01-28 10:06:21 +01:00
reset drivers: reset: added Reset Controller for Raspberry Pi Pico 2022-03-23 12:51:39 +01:00
sensor ITE drivers/sensor/vcmp: don't connect shared irq multiple times 2022-03-31 12:20:11 -05:00
serial drivers: serial: Update sam0 drivers to use pinctrl 2022-03-24 15:45:37 -07:00
spi drivers: spi_handlers: switch to gpio_dt_spec member 2022-03-29 10:24:56 -05:00
syscon syscon: Compile the generic driver only when selected 2022-02-07 09:27:41 -05:00
timer ITE drivers/timer: fix tests/drivers/flash build error 2022-03-31 16:13:19 +09:00
usb drivers: usb: Add sam0 support to pinctrl 2022-03-24 15:45:37 -07:00
usbc everywhere: fix typos 2022-03-18 13:24:08 -04:00
video drivers: video: video_mcux_csi: enable pinctrl 2022-03-25 15:47:54 -05:00
virtualization everywhere: fix typos 2022-03-18 13:24:08 -04:00
watchdog everywhere: fix typos 2022-03-18 13:24:08 -04:00
wifi wifi: esp_at: reset the modem in device init 2022-03-29 12:32:43 -07:00
xen xenvm: arm64: add Xen Enlighten and event channel support 2021-12-07 12:15:38 -05:00
CMakeLists.txt drivers: added file structure for Reset Controller Driver 2022-03-23 12:51:39 +01:00
Kconfig drivers: added file structure for Reset Controller Driver 2022-03-23 12:51:39 +01:00