zephyr/drivers
Andriy Gelman 4ffe418253 drivers: rtc: Add RTC driver for Infineon XMC4xxx devices
Adds support for settings/getting RTC time and using alarm/update feature.
The alarm option needs all fields to be set due to a hardware limitation.

RTC shares the same interrupt with the watchdog. Thus shared
interrupts must be enabled when WDT and RTC both need to trigger the ISR.

Signed-off-by: Andriy Gelman <andriy.gelman@gmail.com>
2024-09-04 09:54:52 +02:00
..
adc drivers: stm32: Select PINCTRL when required 2024-09-03 14:40:55 +01:00
audio drivers: audio: Add the wm8904 driver 2024-08-29 15:53:26 +02:00
auxdisplay build: namespace the generated headers with zephyr/ 2024-05-28 22:03:55 +02:00
bbram driver: bbram: npcx: fix the way to clear bbram status 2024-06-21 10:07:41 +02:00
bluetooth driver/bluetooth / cyw208xx: enable CYW20829_BT_FW_TX10DBM_POWER 2024-09-02 11:58:18 +02:00
cache drivers: cache: nrf: enable CACHE_NRF_PATCH_LINEADDR for nRF92 2024-08-22 14:24:38 -04:00
can drivers: stm32: Select PINCTRL when required 2024-09-03 14:40:55 +01:00
charger build: namespace the generated headers with zephyr/ 2024-05-28 22:03:55 +02:00
clock_control clock: mcux_ccm: add flexio clock 2024-08-29 18:04:56 +02:00
console drivers: console: rtt_console: use Segger recommended write API 2024-08-12 10:14:34 +02:00
coredump
counter drivers: counter: nrfx_timer: Add barrier when reading CC 2024-09-03 14:40:10 +01:00
crypto drivers: crypto: use reset api for crypto peripheral reset 2024-07-28 07:31:25 +03:00
dac drivers: stm32: Select PINCTRL when required 2024-09-03 14:40:55 +01:00
dai drivers: dai: sai: don't crash on underrun/overrun 2024-08-27 10:50:53 -04:00
disk drivers: stm32: Select PINCTRL when required 2024-09-03 14:40:55 +01:00
display drivers: stm32: Select PINCTRL when required 2024-09-03 14:40:55 +01:00
dma drivers: dma: intel-adsp-hda: Report total_copied bytes on ACE2/3 2024-09-03 10:42:25 +02:00
dp driver: swdp_bitbang: hardcode request lut 2024-06-14 11:14:17 +02:00
edac arch: define struct arch_esf and deprecate z_arch_esf_t 2024-06-04 14:02:51 -05:00
eeprom drivers/eeprom/eeprom_simulator: Remove reference to native_posix 2024-08-16 09:20:58 +01:00
entropy drivers: entropy: esp32c6: Add support 2024-08-29 11:38:36 +02:00
espi drivers/espi: it8xxx2: Fix mask when SRAM size not the power of 2 2024-09-02 11:49:52 +02:00
ethernet drivers: stm32: Select PINCTRL when required 2024-09-03 14:40:55 +01:00
firmware firmware: scmi: add support for pinctrl protocol 2024-08-19 10:05:16 -04:00
flash drivers: stm32: Select PINCTRL when required 2024-09-03 14:40:55 +01:00
fpga drivers: fpga: add driver for renesas slg471X5 2024-08-26 17:06:14 +02:00
fuel_gauge fuel_gauge: composite analog fuel gauge 2024-08-29 16:12:36 -04:00
gnss gnss: rename u-blox M10 driver to M8 2024-08-26 17:27:12 -04:00
gpio boards: ambiq: apollo3: add connector dtsi for apollo3 boards 2024-08-29 18:06:07 +02:00
haptics drivers: haptics: drv2605: Hard codes open loop mode for LRA mode 2024-08-20 14:52:32 -04:00
hwinfo drivers: hwinfo: litex: depend on devicetree 2024-08-29 16:10:57 -04:00
hwspinlock style: drivers: comply with MISRA C:2012 Rule 15.6 2024-08-20 10:33:51 +02:00
i2c drivers: stm32: Select PINCTRL when required 2024-09-03 14:40:55 +01:00
i2s drivers: stm32: Select PINCTRL when required 2024-09-03 14:40:55 +01:00
i3c i3c: drivers: check for reserved addresses for i2c scan 2024-08-07 07:13:42 -04:00
ieee802154 kconfig: replace known integer constants with variables 2024-07-27 20:49:15 +03:00
input drivers: input: use generic touch report in stmpe811 2024-08-28 14:02:43 -04:00
interrupt_controller arm/gicv3: set routing affinity before enable IRQ 2024-09-04 09:53:04 +02:00
ipm drivers: esp32: Interrupts flags configuration 2024-08-22 14:25:25 -04:00
kscan input: add a user_data pointer to the callback 2024-07-31 12:55:11 +02:00
led drivers: led: lp5569: run clang-format 2024-08-23 15:49:43 +01:00
led_strip driver: led: add support for TI TLC59731 RGB STRIP controller 2024-05-21 16:50:24 -04:00
lora lora: driver: sx12xx: fix driver recv func when RX error occurs 2024-08-05 18:37:11 -04:00
mbox style: drivers: comply with MISRA C:2012 Rule 15.6 2024-08-20 10:33:51 +02:00
mdio drivers: stm32: Select PINCTRL when required 2024-09-03 14:40:55 +01:00
memc drivers: stm32: Select PINCTRL when required 2024-09-03 14:40:55 +01:00
mfd
mipi_dbi mipi_dbi: stm32: use proper type for timeout argument 2024-08-27 12:45:48 +02:00
mipi_dsi everywhere: replace double words 2024-06-22 05:40:22 -04:00
misc drivers: misc: Add support for nRF54L15 SoC 2024-08-29 12:02:35 +02:00
mm mm: common: reset mappings during simple mapping failures 2024-08-28 16:35:43 -04:00
modem drivers: modem: cellular: hl7800 fix enter cmux 2024-08-14 15:51:04 -05:00
mspi drivers: update AMBIQ drivers to use proper base address 2024-08-11 19:18:09 -05:00
net drivers: nsos: fix resource leak in nsos_adapt_accept() error path 2024-07-05 18:44:13 +02:00
pcie kernel: mm: rename z_phys_un/map to k_mem_*_phys_bare 2024-06-12 21:13:26 -04:00
peci build: namespace the generated headers with zephyr/ 2024-05-28 22:03:55 +02:00
pinctrl drivers: stm32: Select PINCTRL when required 2024-09-03 14:40:55 +01:00
pm_cpu_ops
power_domain power_domain: intel_adsp: Use register definitions 2024-05-24 09:53:04 -05:00
ps2 style: drivers: comply with MISRA C:2012 Rule 15.6 2024-08-20 10:33:51 +02:00
ptp_clock drivers: ptp_clock_nxp_enet: add module_dev to driver config 2024-07-09 17:20:12 -04:00
pwm drivers: stm32: Select PINCTRL when required 2024-09-03 14:40:55 +01:00
regulator drivers: regulator: add basic mps mpm54304 driver 2024-09-03 14:39:52 +01:00
reset
retained_mem drivers: retained_mem: nrf: implement using nrfx_ram_ctrl helper 2024-08-14 12:35:17 -04:00
rtc drivers: rtc: Add RTC driver for Infineon XMC4xxx devices 2024-09-04 09:54:52 +02:00
sdhc drivers: esp32: Interrupts flags configuration 2024-08-22 14:25:25 -04:00
sensor drivers: stm32: Select PINCTRL when required 2024-09-03 14:40:55 +01:00
serial drivers: stm32: Select PINCTRL when required 2024-09-03 14:40:55 +01:00
sip_svc
smbus build: namespace the generated headers with zephyr/ 2024-05-28 22:03:55 +02:00
spi drivers: stm32: Select PINCTRL when required 2024-09-03 14:40:55 +01:00
stepper drivers: stepper: refactor gpio stepper driver 2024-09-03 10:42:19 +02:00
syscon
tee kconfig: replace known integer constants with variables 2024-07-27 20:49:15 +03:00
timer drivers: esp32: Interrupts flags configuration 2024-08-22 14:25:25 -04:00
usb drivers: stm32: Select PINCTRL when required 2024-09-03 14:40:55 +01:00
usb_c drivers: stm32: Select PINCTRL when required 2024-09-03 14:40:55 +01:00
video drivers: stm32: Select PINCTRL when required 2024-09-03 14:40:55 +01:00
virtualization kernel: mm: rename z_phys_un/map to k_mem_*_phys_bare 2024-06-12 21:13:26 -04:00
w1 drivers: w1: Ensure DQ pin is both input and output. 2024-05-29 07:34:29 +02:00
watchdog drivers: watchdog: nrfx wdt without IRQs 2024-09-03 14:39:37 +01:00
wifi drivers: wifi: nxp: link the library of hostap 2024-09-04 09:53:12 +02:00
xen style: drivers: comply with MISRA C:2012 Rule 15.6 2024-08-20 10:33:51 +02:00
CMakeLists.txt stepper motor controller: introduce api 2024-08-27 12:43:39 +02:00
Kconfig stepper motor controller: introduce api 2024-08-27 12:43:39 +02:00