| .. |
|
ata
|
[DM/FIXUP] Fixup bitmap to new type
|
2024-12-13 10:39:20 +08:00 |
|
audio
|
[utest][audio]:Add standardized documentation for Audio Test
|
2025-11-26 19:21:19 +08:00 |
|
block
|
[CHG]增强MBR分区表加载的安全性
|
2026-05-11 20:52:57 +08:00 |
|
can
|
fix(CAN): Avoid double counting RX overflow drops
|
2026-02-10 11:41:41 +08:00 |
|
clk
|
[dm][clk][rockchip] fixup rockchip clk
|
2026-03-24 22:56:54 +08:00 |
|
clock_time
|
[bsp][rockchip] fixup rk3500 build and run
|
2026-02-09 22:07:32 +08:00 |
|
core
|
[dm][pmdomain] fixup the child register layout
|
2026-04-07 22:30:14 +08:00 |
|
dma
|
[DM/DMA] Update DMA #10987
|
2025-12-03 21:47:49 +08:00 |
|
firmware
|
[dm][firmware][scmi] support ARM-SCMI interface #11069
|
2025-12-19 21:20:17 +08:00 |
|
graphic
|
[dm][graphic] add new drivers and logo
|
2025-12-15 16:54:23 +08:00 |
|
hwcache
|
[dm][hwcache] support hwcache (#11049)
|
2025-12-13 16:32:25 +08:00 |
|
hwcrypto
|
[DM][HWCRYPTO] Make Kconfig import for DM
|
2025-12-09 09:49:34 +08:00 |
|
hwspinlock
|
[dm][hwspinlock] support hwspinlock
|
2025-12-11 11:08:33 +08:00 |
|
i2c
|
[feat][soft_i2c]:change soft i2c default bus name
|
2026-06-08 15:13:11 +08:00 |
|
iio
|
[DM/FEATURE] Support IIO (Industrial I/O) (#9598)
|
2024-11-21 20:44:25 +08:00 |
|
include
|
[bsp][zynqmp-a53-dfzu2eg] enable full dm
|
2026-06-08 14:57:37 +08:00 |
|
input
|
[components][clock_time] Refactor time subsystem around clock_time (#11111)
|
2026-01-31 17:44:27 +08:00 |
|
ipc
|
drivers/ipc: validate pipe ioctl args
|
2026-05-08 20:18:31 +08:00 |
|
led
|
[DM][LED] Update LED#11007
|
2025-12-09 13:58:43 +08:00 |
|
mailbox
|
[DM] Replace spinlock static init by RT_DEFINE_SPINLOCK
|
2025-02-11 14:58:18 +08:00 |
|
mfd
|
[DM/MFD] Add QEMU EDU for PCI study
|
2025-12-07 22:58:09 +08:00 |
|
misc
|
[Driver][MISC] Update ADC/PWM (#11003)
|
2025-12-09 09:49:02 +08:00 |
|
mtd
|
[DM][MTD] Add common MTD drivers
|
2025-12-08 17:06:12 +08:00 |
|
nvme
|
[DM/NVME] Fixup the QUEUE alloc errorno check
|
2025-09-07 07:54:01 +08:00 |
|
nvmem
|
[dm][nvmem] support nvmem
|
2025-12-10 17:04:23 +08:00 |
|
ofw
|
[drivers][ofw] Update OFW #11004
|
2025-12-11 11:05:47 +08:00 |
|
pci
|
[dm][pci] fixup the shift of class in probe
|
2026-03-02 09:37:07 +08:00 |
|
phy
|
[PHY/OFW] Fixup the phy link up waiting forever
|
2025-12-04 16:05:37 +08:00 |
|
phye
|
[DM/PHYE] Support USB generic PHYE.
|
2025-12-08 17:00:08 +08:00 |
|
pic
|
[components][clock_time] Refactor time subsystem around clock_time (#11111)
|
2026-01-31 17:44:27 +08:00 |
|
pin
|
[dm][pin][pinctrl] add new driver
|
2025-12-10 16:53:09 +08:00 |
|
pinctrl
|
[dm][firmware][scmi] support ARM-SCMI interface #11069
|
2025-12-19 21:20:17 +08:00 |
|
pm
|
[compoents][pm]The device is registered and uninstalled by linked list
|
2024-07-19 11:51:39 +08:00 |
|
pmdomain
|
[dm][firmware][scmi] support ARM-SCMI interface #11069
|
2025-12-19 21:20:17 +08:00 |
|
power
|
[drivers][power] add CLI helpers and current control support#11301
|
2026-04-07 11:50:11 +08:00 |
|
regulator
|
[dm][regulator] fixup the ref of enabled status
|
2026-04-07 22:31:44 +08:00 |
|
reset
|
[dm][firmware][scmi] support ARM-SCMI interface #11069
|
2025-12-19 21:20:17 +08:00 |
|
rpmsg
|
[dm][rpmsg] support Remote Processor Messaging (RPMSG)
|
2026-05-11 14:09:04 +08:00 |
|
rtc
|
[components][clock_time] Refactor time subsystem around clock_time (#11111)
|
2026-01-31 17:44:27 +08:00 |
|
scsi
|
[dm][scsi] Add parallel_io option for SCSI host
|
2025-12-16 11:39:41 +08:00 |
|
sdio
|
sdio: fix missing card status polling after CMD6 in eMMC DDR mode switch
|
2026-02-01 14:02:10 +08:00 |
|
sensor
|
[klibc] add rt_vsnprintf_std.c and rename RT_KLIBC_USING_VSNPRINTF_LONGLONG
|
2024-11-24 11:29:28 +08:00 |
|
serial
|
[fix] components: serial_v2: preserve RT_DEVICE_FLAG_STREAM when reopening serial device
|
2026-05-20 10:05:02 +08:00 |
|
smp_call
|
[utest][smp_call]:Add standardized documentation for SMP Call Smoke Test (#11014)
|
2025-12-11 11:06:57 +08:00 |
|
spi
|
chore: fix typo in components and libcpu
|
2026-02-13 21:54:59 +08:00 |
|
thermal
|
[dm][firmware][scmi] support ARM-SCMI interface #11069
|
2025-12-19 21:20:17 +08:00 |
|
touch
|
[drivers] Specifies the name of the drivers driver file
|
2024-09-13 17:40:40 -04:00 |
|
ufs
|
[dm][ufs] support Universal Flash Storage (UFS)
|
2026-05-04 18:41:16 +08:00 |
|
usb
|
[components][drivers][usb] add the missing file and fix build error for cherryusb
|
2026-06-02 17:41:34 +08:00 |
|
virtio
|
[virtio] Fix queue_sel ordering in virtio_queue_init and virtio_queue_destroy #11114
|
2026-01-04 16:55:19 +08:00 |
|
watchdog
|
fix(drivers): validate i6300esb watchdog timeout bounds
|
2026-04-22 20:17:01 +08:00 |
|
wlan
|
[bsp][gd32]:gd32vw553h-eval add wifi support#11175
|
2026-03-04 18:07:10 +08:00 |
|
Kconfig
|
[dm][rpmsg] support Remote Processor Messaging (RPMSG)
|
2026-05-11 14:09:04 +08:00 |
|
SConscript
|
…
|
|