zephyr/drivers
Gerard Marull-Paretas a29bdc262c drivers: regulator: drop async enable
Drop the async enable function. This feature is rarely/never used,
complicates driver design, and doesn't really follow the sync/async API
design/naming used in other areas. In the future we can introduce
regulator_enable_async if needed, with support from the driver class (no
onoff). Note that drivers like PCA9420 did not implement any
asynchronous behavior. regulator-fixed implemented in the past
asynchronous behavior using work queues, an overkill for most GPIO
driven regulators. Let's keep things simple for now and extend the API
when needed, based on specific usecases.

In the current implementation, reference counting is managed by the
driver class. \isr-ok attribute is dropped, since calls are potentially
blocking. Note that drivers like PCA9420 already violated such rule.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2022-11-30 15:49:30 +01:00
..
adc crc: Make the build of crc function dependent on a Kconfig 2022-11-23 13:30:00 +01:00
audio include: add missing zephyr/irq.h include 2022-10-17 22:57:39 +09:00
bbram include: fix includes for IT8xxx2 SoC 2022-10-12 16:10:05 -04:00
bluetooth Bluetooth: Use Zephyr standard log system instead of bluetooth/common/log 2022-11-25 17:08:36 +01:00
cache
can drivers: can: kvaser_pci: Convert to use dynamic BDF lookup 2022-11-16 11:18:43 +01:00
clock_control drivers: clock_control: stm32h7: add PLL2 support 2022-11-29 11:54:52 +01:00
console crc: Make the build of crc function dependent on a Kconfig 2022-11-23 13:30:00 +01:00
coredump
counter drivers: counter: support NXP S32 System Timer Module 2022-11-30 11:29:39 +01:00
crypto intel: ace15: Enabling sha driver by default 2022-10-31 12:45:33 -07:00
dac include: add missing zephyr/irq.h include 2022-10-17 22:57:39 +09:00
dai drivers: dai: add Intel HDA dai 2022-11-29 19:42:33 -05:00
debug
disk drivers: flashdisk: check partition constraints 2022-11-14 16:37:04 +01:00
display drivers: display: rm68200: add missing kernel.h include 2022-10-24 12:44:57 +02:00
dma drivers: dma: gpdma: reduce logging verbosity 2022-11-24 15:22:30 +01:00
ec_host_cmd_periph ec_host_cmd: add eSPI peripheral for the host commands 2022-11-18 10:11:40 +01:00
edac edac: ibecc: Correct indication of -ENODATA 2022-11-19 14:18:40 +09:00
eeprom drivers: eeprom: add fake EEPROM driver 2022-11-15 09:43:42 -06:00
entropy drivers: Add NXP CSS entropy driver 2022-11-02 16:54:10 -05:00
espi ec_host_cmd: add eSPI peripheral for the host commands 2022-11-18 10:11:40 +01:00
ethernet drivers: eth_e1000: Allow several instances 2022-11-28 13:19:51 +01:00
flash drivers: flash: stm32 ospi flash driver for stm32l4plus mcus 2022-11-29 09:32:22 +00:00
fpga drivers: fpga: ice40: add support for the Lattice iCE40 series 2022-11-17 09:17:44 -05:00
fuel_gauge fuel_gauge: Sample sbs gauge driver with tests 2022-11-19 17:56:05 -05:00
gpio driver: gpio: npcx: correct the usage of npcx voltage flags 2022-11-28 09:56:33 +00:00
hwinfo
i2c drivers: i2c_dw: Convert to use dynamic BDF lookup 2022-11-16 11:18:43 +01:00
i2s include: add missing zephyr/kernel.h 2022-10-20 22:52:09 +09:00
i3c i3c: fix ccc setmrl/setmwl helper addr 2022-10-14 12:27:39 -04:00
ieee802154 crc: Make the build of crc function dependent on a Kconfig 2022-11-23 13:30:00 +01:00
interrupt_controller ARC: control shared (common) interrupts via IDU 2022-11-28 17:44:54 +01:00
ipm drivers: ipm: nrfx: align implementation to nrfx 2.10 API 2022-11-08 10:48:38 +01:00
kscan include: add missing zephyr/irq.h include 2022-10-17 22:57:39 +09:00
led
led_strip
lora include: add missing zephyr/irq.h include 2022-10-17 22:57:39 +09:00
mbox drivers: mbox: nrfx: align implementation to nrfx 2.10 API 2022-11-08 10:48:38 +01:00
mdio include: add missing kernel.h include 2022-10-11 18:05:17 +02:00
memc include: add missing zephyr/kernel.h 2022-10-20 22:52:09 +09:00
mipi_dsi drivers: mipi_dsi: mcux: add missing soc.h 2022-10-24 12:44:57 +02:00
misc drivers: misc: Add an Ethos-U NPU driver 2022-11-15 14:47:43 +01:00
mm drivers/mm: Only remap unused RAM on Kconfig on Intel ADSP MTL 2022-11-29 18:03:09 -05:00
modem modem: hl7800: Fix re-init after firmware update 2022-11-15 12:18:26 +00:00
net crc: Make the build of crc function dependent on a Kconfig 2022-11-23 13:30:00 +01:00
neural_net include: add missing zephyr/irq.h include 2022-10-17 22:57:39 +09:00
pcie pcie: shell: Use pcie_scan() for scanning for devices 2022-11-24 15:23:28 +01:00
peci driver: peci: mec: enable peci in ec subsystem register 2022-11-10 22:39:43 -05:00
pinctrl drivers: pinctrl: Microchip XEC PINCTRL add invert pin 2022-11-30 11:29:22 +01:00
pinmux include: add missing errno.h include 2022-10-11 18:05:17 +02:00
pm_cpu_ops arm64: implement arch_system_halt 2022-11-23 11:37:08 +01:00
power_domain board: rename dtsi node 'lps' to 'dfpmcch' 2022-11-22 20:03:06 -05:00
ps2 include: add missing zephyr/irq.h include 2022-10-17 22:57:39 +09:00
ptp_clock
pwm drivers: pwm: pwm_mcux_sctimer: Fix stopping PWM 2022-11-07 10:10:37 -06:00
regulator drivers: regulator: drop async enable 2022-11-30 15:49:30 +01:00
reset include: add missing limits.h include 2022-10-11 18:05:17 +02:00
sdhc crc: Make the build of crc function dependent on a Kconfig 2022-11-23 13:30:00 +01:00
sensor drivers/sensor: lsm6dso: Add drdy_pulsed property in DT 2022-11-25 20:03:21 +01:00
serial drivers: serial: uart driver for stm32U5 suspends dma channel 2022-11-23 11:32:27 +01:00
spi drivers: spi_mcux_lpspi: fix baudrate change when switching devices 2022-11-30 11:28:22 +01:00
syscon include: add missing errno.h include 2022-10-11 18:05:17 +02:00
timer drivers: tiemr: nrf_rtc_timer: Add test function for shifting time 2022-11-17 11:24:23 +01:00
usb drivers: usb_dc_native_posix: Allow endpoint disable after detach 2022-11-25 20:02:42 +01:00
usb_c usb-c: Remove VBUS measurement and control 2022-10-22 18:38:35 -04:00
video include: add missing zephyr/irq.h include 2022-10-17 22:57:39 +09:00
virtualization drivers: ivshmem: Remove unnecessary BDF lookup code 2022-11-19 14:17:16 +09:00
w1 crc: Make the build of crc function dependent on a Kconfig 2022-11-23 13:30:00 +01:00
watchdog drivers: watchdog: npm6001: initial version 2022-11-22 11:05:19 +01:00
wifi driver: wifi: esp32: disable optimization by default 2022-11-30 13:40:10 +01:00
xen include: add missing zephyr/irq.h include 2022-10-17 22:57:39 +09:00
CMakeLists.txt fuel_gauge: Sample sbs gauge driver with tests 2022-11-19 17:56:05 -05:00
Kconfig fuel_gauge: Sample sbs gauge driver with tests 2022-11-19 17:56:05 -05:00