index
:
platform/kernel/u-boot
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
master
old/tizen_20201104
old/tizen_20211124
sandbox/akazmin/hwasan_build
sandbox/amistewicz/comwor4
sandbox/hoegeun/tizen-next-pmic-starfive
sandbox/jkryszyn/virtual-ab
sandbox/klewandowski/wip
sandbox/lstelmach/sd_fusing_py
sandbox/mmajewski2/sd_fusing_py_lint
sandbox/mszyprowski/dev/tizen-next-prepare
sandbox/mszyprowski/dev/tizen-next-prepare-2
sandbox/mszyprowski/dev/tizen-next-prepare-3
sandbox/mszyprowski/dev/tizen-next-prepare-4
sandbox/nmerinov/llvm
sandbox/snawrocki/kvim3_thor_progress_2
sandbox/songinha/upstream
tizen
tizen-next
tizen_-1
tizen_-2
tizen_-3
tizen_-4
tizen_-5
tizen_-6
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
dm
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-25
dm: core: Rename and fix uclass_get_by_name_len()
Simon Glass
1
-0
/
+2
2022-04-18
dm: core: Allow devres to be disabled in SPL
Simon Glass
1
-1
/
+1
2022-04-15
Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-net
Tom Rini
3
-17
/
+39
2022-04-14
test: serial: Add test for putc/puts
Sean Anderson
1
-0
/
+19
2022-04-10
net: introduce helpers to get PHY interface mode from a device/ofnode
Marek Behún
1
-0
/
+4
2022-04-10
treewide: use dm_mdio_read/write/reset() wrappers
Marek Behún
2
-17
/
+17
2022-04-10
net: introduce helpers to get PHY ofnode from MAC
Marek Behún
1
-0
/
+18
2022-04-06
dm: blk: Expand iteration and add tests
Simon Glass
1
-0
/
+111
2022-03-28
Merge tag 'v2022.04-rc5' into next
Tom Rini
1
-1
/
+1
2022-03-15
k210: use the board vendor name rather than the marketing name
Damien Le Moal
1
-1
/
+1
2022-03-02
firmware: scmi: fix sandbox and related tests for clock discovery
Etienne Carriere
1
-5
/
+10
2022-03-02
sandbox: scmi: test against a single scmi agent
Etienne Carriere
1
-61
/
+53
2022-01-25
dm: Fix OF_BAD_ADDR definition
Patrice Chotard
3
-4
/
+4
2022-01-25
acpi: Tidy up the table list
Simon Glass
1
-7
/
+8
2022-01-25
acpi: Tidy up the item list
Simon Glass
1
-6
/
+14
2022-01-25
x86: Move base tables to a writer function
Simon Glass
1
-6
/
+11
2022-01-25
x86: Use the ACPI table writer
Simon Glass
1
-3
/
+3
2022-01-25
x86: acpi: Split out context creation from base tables
Simon Glass
1
-5
/
+26
2022-01-25
x86: Move the acpi table to generic global_data
Simon Glass
1
-1
/
+1
2022-01-19
doc: replace @return by Return:
Heinrich Schuchardt
5
-8
/
+8
2022-01-14
phy: Track power-on and init counts in uclass
Alper Nebi Yasak
1
-5
/
+78
2021-12-26
video: Support showing the U-Boot logo
Simon Glass
1
-9
/
+34
2021-12-26
video: theadorable: Use RGB565 for BMP blitting
Simon Glass
1
-0
/
+46
2021-12-26
video: Add a test for 16bpp BMP files
Simon Glass
1
-0
/
+24
2021-12-26
video: bmp: Update RLE8 support to use the write function
Simon Glass
1
-0
/
+38
2021-12-26
sandbox: video: Add BMP tests for 32bpp and 8bpp modes
Simon Glass
1
-0
/
+38
2021-12-23
dm: core: Allow getting some basic stats
Simon Glass
1
-0
/
+41
2021-12-20
Merge tag 'v2022.01-rc4' into next
Tom Rini
2
-0
/
+25
2021-12-09
efi: Add uclass for devices provided by UEFI firmware
Simon Glass
2
-0
/
+25
2021-11-28
dm: core: Add a way to obtain a string list
Simon Glass
1
-0
/
+20
2021-11-28
dm: core: Add tests for stringlist functions
Simon Glass
1
-0
/
+76
2021-11-13
test/dm: fix watchdog test
Heinrich Schuchardt
1
-1
/
+3
2021-11-09
test: dm: add test for ofnode_for_each_compatible_node()
Michael Walle
1
-0
/
+18
2021-10-31
test: Add tests for IOMMU uclass
Mark Kettenis
2
-0
/
+29
2021-10-13
fdtdec: Support reserved-memory flags
Thierry Reding
1
-6
/
+7
2021-10-13
fdtdec: Reorder fdtdec_set_carveout() parameters for consistency
Thierry Reding
1
-9
/
+6
2021-10-13
fdtdec: Support compatible string list for reserved memory
Thierry Reding
1
-9
/
+9
2021-10-12
Merge tag 'u-boot-stm32-20211012' of https://source.denx.de/u-boot/custodians...
Tom Rini
1
-1
/
+1
2021-10-12
cmd: bind: Fix driver binding on a device
Patrice Chotard
1
-1
/
+1
2021-10-07
clk: k210: Try harder to get the best config
Sean Anderson
1
-0
/
+4
2021-10-07
test: dm: k210: Reduce duplication in test cases
Sean Anderson
1
-19
/
+13
2021-10-06
acpi: Use U-Boot version for OEM_REVISION
Pali Rohár
1
-6
/
+14
2021-09-30
WS cleanup: remove trailing empty lines
Wolfgang Denk
2
-2
/
+0
2021-09-29
Merge branch 'network_master' of https://source.denx.de/u-boot/custodians/u-b...
Tom Rini
1
-1
/
+1
2021-09-28
net: update NXP copyright text
Vladimir Oltean
1
-1
/
+1
2021-09-25
sandbox: correct cpu nodes
Heinrich Schuchardt
2
-4
/
+4
2021-09-25
dm: gpio: Add of-platdata support
Simon Glass
1
-0
/
+20
2021-09-25
irq: Tidy up of-platdata irq support
Simon Glass
1
-4
/
+22
2021-09-25
clk: Rename clk_get_by_driver_info()
Simon Glass
1
-0
/
+19
2021-09-25
treewide: fdt: Move fdt_get_config_... to ofnode_conf_read...
Simon Glass
1
-0
/
+15
[next]