u-boot/test/dm
Heinrich Schuchardt 4735d03a97 acpi: rename aslc_id, aslc_revision
The fields Creator ID and Creator Revision contain information about the
tool that created an ACPI table. This may be the ASL compiler for some
tables but it is not for others. Naming these fields aslc_id and
aslc_revision is misleading.

It is usual to see diverse values of Creator ID. On a laptop I saw these:
'AMD ', 'INTL, 'MSFT', 'PTEC'. Obviously not all relate to the Intel
ASL compiler.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
2024-03-27 09:15:39 +01:00
..
acpi.c acpi: rename aslc_id, aslc_revision 2024-03-27 09:15:39 +01:00
acpi.h doc: replace @return by Return: 2022-01-19 18:11:34 +01:00
acpi_dp.c
acpigen.c test: Wrap assert macros in ({ ... }) and fix missing semicolons 2023-03-14 16:08:51 -06:00
adc.c
audio.c
axi.c
blk.c blk: sandbox: Support binding a device with a given logical block size 2023-10-10 16:19:43 -04:00
blkmap.c test: blkmap: Add test suite 2023-04-05 10:54:47 -04:00
bootcount.c bootcount: add a new driver with syscon as backend 2021-08-22 11:04:52 +02:00
bus.c
button.c test: dm: add button_cmd test 2024-03-20 17:13:05 -04:00
cache.c
clk.c clk: Remove rfree 2024-01-29 22:35:02 -05:00
clk_ccf.c test: dm: clk_ccf: fix building error 2023-12-15 15:30:12 -05:00
core.c dm: core: Do not stop uclass iteration on error 2022-10-29 07:36:33 -06:00
cpu.c test: cpu: Handle both 32bit and 64bit CPUs 2023-08-20 15:55:27 -06:00
cros_ec.c
cros_ec_pwm.c sandbox: cros-ec: Add tests for the Chromium OS EC PWM driver 2021-07-06 10:38:03 -06:00
devres.c dm: treewide: Use uclass_first_device_err when accessing one device 2022-10-17 21:17:12 -06:00
dma.c
dsa.c net: update NXP copyright text 2021-09-28 18:50:56 +03:00
dsi_host.c
ecdsa.c test: dm: Add test for ECDSA UCLASS support 2021-08-16 10:49:35 +02:00
efi_media.c efi: Add uclass for devices provided by UEFI firmware 2021-12-09 11:43:25 -08:00
eth.c test: eth: Don't crash if env_get returns NULL 2023-11-16 16:21:38 -05:00
extcon.c test: Add tests for the extcon 2023-05-02 14:23:58 -04:00
fastboot.c test: fastboot: Avoid using mmc1 2022-04-25 10:00:03 -04:00
fdtdec.c fdtdec: Support reserved-memory flags 2021-10-13 14:18:30 -07:00
ffa.c arm_ffa: introduce sandbox test cases for UCLASS_FFA 2023-08-08 10:22:03 -04:00
firmware.c
fpga.c dm: fpga: Introduce new uclass 2022-10-05 08:43:53 +02:00
fwu_mdata.c fwu: Initialize global fwu library state during CI test 2023-08-30 17:56:21 -04:00
fwu_mdata_disk_image.h test: dm: Add test cases for FWU Metadata uclass 2022-10-31 14:47:33 -04:00
gpio.c test:dm:fix typo 2023-01-05 19:21:56 -07:00
host.c cmd: host: Print out the block size of the host device 2023-10-10 16:25:48 -04:00
hwspinlock.c
i2c.c dm: treewide: Use uclass_first_device_err when accessing one device 2022-10-17 21:17:12 -06:00
i2s.c
iommu.c test: Add test for mapping IOMMUs for PCI devices 2023-01-27 14:47:58 -05:00
irq.c
k210_pll.c k210: fix k210_pll_calc_config() 2022-10-20 15:22:30 +08:00
Kconfig
led.c test: dm: led: Fix LED enumeration 2022-04-28 09:26:44 -04:00
mailbox.c
Makefile nand: Add sandbox driver 2023-11-16 12:43:49 -05:00
mdio.c treewide: use dm_mdio_read/write/reset() wrappers 2022-04-10 08:44:12 +03:00
mdio_mux.c treewide: use dm_mdio_read/write/reset() wrappers 2022-04-10 08:44:12 +03:00
memory.c dm: memory: Introduce new uclass 2022-10-26 15:21:11 -04:00
misc.c test: Wrap assert macros in ({ ... }) and fix missing semicolons 2023-03-14 16:08:51 -06:00
mmc.c test: dm: mmc: Check block erasing boundaries 2023-04-10 12:17:32 +09:00
mux-cmd.c
mux-emul.c tree-wide: Replace http:// link with https:// link for ti.com 2023-11-10 11:01:50 -05:00
mux-mmio.c tree-wide: Replace http:// link with https:// link for ti.com 2023-11-10 11:01:50 -05:00
nand.c nand: Add sandbox driver 2023-11-16 12:43:49 -05:00
nop.c tree-wide: Replace http:// link with https:// link for ti.com 2023-11-10 11:01:50 -05:00
nvmxip.c drivers/mtd/nvmxip: Move sandbox_set_enable_memio() to test 2023-08-30 17:56:21 -04:00
of_extra.c
of_platdata.c test: Update tests to use the skip feature 2022-10-31 11:02:44 -04:00
ofnode.c dm: core: Add tests for oftree_path() 2023-10-06 14:38:13 -04:00
ofread.c dm: core: Rename ofnode_get_property_by_prop() 2022-09-29 16:11:14 -04:00
osd.c
p2sb.c
panel.c sandbox: cros-ec: Add tests for the Chromium OS EC PWM driver 2021-07-06 10:38:03 -06:00
part.c dm: test: Add test for part_get_info_by_type 2023-07-17 16:19:47 -04:00
pch.c
pci.c pci: serial: Support reading PCI-register size with base 2023-10-06 14:38:13 -04:00
pci_ep.c WS cleanup: remove trailing empty lines 2021-09-30 08:08:56 -04:00
phy.c tree-wide: Replace http:// link with https:// link for ti.com 2023-11-10 11:01:50 -05:00
phys2bus.c
pinmux.c test: dm: pinmux: Handle %pa in pinctrl-single mux output 2023-08-20 15:55:27 -06:00
pmc.c
pmic.c
power-domain.c
pwm.c sandbox: cros-ec: Add tests for the Chromium OS EC PWM driver 2021-07-06 10:38:03 -06:00
qfw.c
ram.c
read.c
reboot-mode.c reboot-mode: read the boot mode from RTC memory 2021-07-23 10:16:39 -04:00
regmap.c test: Fix pointer overrun in dm_test_devm_regmap() 2022-04-29 11:11:36 -04:00
regulator.c
remoteproc.c tree-wide: Replace http:// link with https:// link for ti.com 2023-11-10 11:01:50 -05:00
reset.c reset: Allow reset_get_by_name() with NULL name 2023-02-12 13:44:20 -05:00
rkmtd.c rockchip: test: dm: add rkmtd test 2023-10-24 15:55:17 +08:00
rng.c test: rng: Add a UT testcase for the rng command 2022-08-02 23:50:02 +03:00
rtc.c dm: rtc: Try to handle the localtime() race 2022-09-02 16:21:44 -04:00
scmi.c global: Restrict use of '#include <linux/kconfig.h>' 2023-12-21 08:54:05 -05:00
scsi.c sandbox: Add a test for SCSI 2022-09-25 13:59:56 -06:00
serial.c serial: zynqmp: Fetch baudrate from dtb and update 2023-11-07 13:47:08 +01:00
sf.c
simple-bus.c
simple-pm-bus.c
sm.c sandbox: add tests for UCLASS_SM 2023-10-15 12:23:48 +02:00
smem.c WS cleanup: remove trailing empty lines 2021-09-30 08:08:56 -04:00
soc.c tree-wide: Replace http:// link with https:// link for ti.com 2023-11-10 11:01:50 -05:00
sound.c test: test sandbox sound driver more rigorously 2022-12-05 17:43:21 +01:00
spi.c test: dm: spi: Replace _spi_get_bus_and_cs() by spi_get_bus_and_cs() in some case 2022-05-23 09:33:10 -04:00
spmi.c test: spmi: fix tests 2024-01-16 12:26:54 +00:00
syscon-reset.c
syscon.c
sysinfo-gpio.c
sysinfo.c
sysreset.c sysreset: Fix unsupported request return values 2023-11-16 18:53:09 -05:00
tag.c test: dm: add tests for tag support 2022-04-23 22:05:34 +02:00
tee.c
test-dm.c dm: test: Drop the special function for running DM tests 2022-11-07 16:24:30 -07:00
test-driver.c
test-fdt.c test: dm: test-fdt: Use fdtdec_get_int() in dm_check_devices() 2023-09-06 13:51:19 -04:00
test-uclass.c
timer.c sandbox: correct cpu nodes 2021-09-25 09:46:15 -06:00
tpm.c test: fix comment indentation on tpm tests 2023-09-30 15:15:31 -04:00
usb.c usb: Update the test to cover reading and writing 2022-10-31 11:02:44 -04:00
video.c sandbox: fix a compilation error 2023-07-20 14:10:57 -06:00
virtio.c test: dm: virtio: Split out virtio device tests 2022-06-08 09:24:04 -04:00
virtio_device.c virtio: Avoid strange behaviour on removal 2023-01-23 18:11:40 -05:00
virtio_rng.c dm: treewide: Use uclass_first_device_err when accessing one device 2022-10-17 21:17:12 -06:00
wdt.c sandbox: watchdog: Avoid an error on startup 2023-10-19 07:50:18 +02:00