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
/
tools
/
dtoc
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-08
dtoc: Correct the intarray-widening test case
Simon Glass
1
-1
/
+1
2021-08-01
dtoc: Support widening a bool value
Simon Glass
4
-2
/
+33
2021-08-01
dtoc: Fix widening an int array to an int
Simon Glass
3
-11
/
+21
2021-08-01
dtoc: Rename is_wider_than() to reduce confusion
Simon Glass
1
-6
/
+9
2021-07-21
dtoc: Detect drivers which do not parse correctly
Simon Glass
2
-1
/
+44
2021-07-21
dtoc: Detect unexpected suffix on .of_match
Simon Glass
2
-3
/
+101
2021-07-21
dtoc: Add a stdout check in test_normalized_name()
Simon Glass
1
-2
/
+1
2021-07-21
dtoc: Correct the re_compat regular expression
Simon Glass
1
-2
/
+2
2021-07-21
dtoc: Allow multiple warnings for a driver
Simon Glass
1
-4
/
+20
2021-07-21
dtoc: Convert to use ArgumentParser
Simon Glass
1
-24
/
+27
2021-07-21
dtoc: Avoid using subscripts on match objects
Simon Glass
1
-1
/
+1
2021-07-15
dtoc: Check that a parent is not missing
Simon Glass
3
-0
/
+51
2021-04-29
dtoc: Correct dtoc output when testing
Simon Glass
2
-53
/
+22
2021-04-06
dtoc: Improve handling of reg properties
Simon Glass
4
-3
/
+73
2021-04-06
dtoc: Adjust detection of 64-bit properties
Simon Glass
2
-6
/
+6
2021-04-06
dtoc: Show driver warnings once at the end
Simon Glass
4
-28
/
+33
2021-03-27
dtoc: Add new check that offsets are correct
Simon Glass
2
-3
/
+40
2021-03-27
dtoc: Support adding subnodes alongside existing ones
Simon Glass
2
-9
/
+51
2021-03-27
dtoc: Add a subnode test for multiple nodes
Simon Glass
2
-12
/
+34
2021-03-27
dtoc: Tweak ordering of fdt-offsets refreshing
Simon Glass
1
-3
/
+4
2021-03-27
dtoc: Tidy up property-offset handling
Simon Glass
1
-3
/
+7
2021-03-27
dtoc: Improve internal error for Refresh()
Simon Glass
2
-3
/
+3
2021-03-26
dtoc: Only generate the required files
Simon Glass
2
-5
/
+20
2021-03-22
dtoc: Drop use of DECL() macros
Simon Glass
2
-36
/
+36
2021-03-22
dtoc: Generate device instances
Simon Glass
2
-15
/
+480
2021-03-22
dtoc: Generate uclass devices
Simon Glass
2
-13
/
+244
2021-03-22
dtoc: Generate a summary in the dt-plat.c file
Simon Glass
2
-35
/
+169
2021-03-22
dtoc: Tidy up the list of supported phandle properties
Simon Glass
1
-7
/
+21
2021-03-22
dtoc: Don't generate platform data with instantiation
Simon Glass
2
-13
/
+75
2021-03-22
dtoc: Add support for decl file
Simon Glass
2
-7
/
+120
2021-03-22
dtoc: Add an option for device instantiation
Simon Glass
3
-22
/
+36
2021-03-22
dtoc: Support processing the root node
Simon Glass
4
-20
/
+59
2021-03-22
dtoc: Set up the uclasses that are used
Simon Glass
4
-18
/
+119
2021-03-22
dtoc: Assign a sequence number to each node
Simon Glass
2
-15
/
+46
2021-03-22
dtoc: Detect drivers only at the start of start of line
Simon Glass
1
-2
/
+2
2021-03-22
dtoc: Read aliases for uclasses
Simon Glass
7
-3
/
+345
2021-03-22
dtoc: Warn of duplicate drivers
Simon Glass
2
-1
/
+122
2021-03-22
dtoc: Process driver aliases along with drivers
Simon Glass
2
-11
/
+9
2021-03-22
dtoc: Support headers needed for drivers
Simon Glass
2
-0
/
+11
2021-03-22
dtoc: Support tracking the phase of U-Boot
Simon Glass
5
-12
/
+31
2021-03-22
dtoc: Track nodes which are actually used
Simon Glass
4
-4
/
+37
2021-03-22
dtoc: Process nodes to set up required properties
Simon Glass
3
-0
/
+124
2021-03-22
dtoc: Make use of node properties
Simon Glass
1
-26
/
+19
2021-03-22
dtoc: Add some extra properties to nodes
Simon Glass
1
-0
/
+37
2021-03-22
dtoc: Rename sandbox_i2c_test and sandbox_pmic_test
Simon Glass
2
-8
/
+8
2021-03-22
dtoc: Move test files into a test/ directory
Simon Glass
23
-12
/
+24
2021-03-22
dtoc: Support scanning of structs in header files
Simon Glass
2
-3
/
+128
2021-03-22
dtoc: Support scanning of uclasses
Simon Glass
2
-0
/
+177
2021-03-22
dtoc: Collect priv/plat struct info from drivers
Simon Glass
2
-2
/
+55
2021-03-22
dtoc: Ignore unwanted files when scanning for drivers
Simon Glass
2
-1
/
+9
[next]