index
:
riscv-gnu-toolchain/qemu/dtc.git
main
master
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
checks.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-10-19
checks: fix handling of unresolved phandles for dts plugins
Rob Herring
1
-0
/
+9
2017-09-28
checks: Use proper format modifier for size_t
Thierry Reding
1
-2
/
+2
2017-09-22
checks: add interrupts property check
Rob Herring
1
-0
/
+81
2017-09-22
checks: add gpio binding properties check
Rob Herring
1
-0
/
+73
2017-09-22
checks: add phandle with arg property checks
Rob Herring
1
-0
/
+126
2017-06-08
dtc: fix sprintf() format string error, again
David Gibson
1
-1
/
+1
2017-05-17
dtc: check.c fix compile error
Shuah Khan
1
-1
/
+1
2017-03-21
checks: Warn on node name unit-addresses with '0x' or leading 0s
Rob Herring
1
-0
/
+25
2017-03-21
checks: Add bus checks for simple-bus buses
Rob Herring
1
-0
/
+70
2017-03-21
checks: Add bus checks for PCI buses
Rob Herring
1
-0
/
+136
2017-03-06
Fix assorted sparse warnings
David Gibson
1
-2
/
+2
2017-03-06
Clean up gcc attributes
David Gibson
1
-6
/
+2
2017-02-23
Print output filename as part of warning messages
Ian Campbell
1
-40
/
+43
2017-02-13
dtc: Use streq() in preference to strcmp()
David Gibson
1
-1
/
+1
2017-02-13
checks: Add Warning for stricter node name character checking
Rob Herring
1
-0
/
+12
2017-02-13
checks: Add Warning for stricter property name character checking
Rob Herring
1
-0
/
+35
2016-12-09
Rename boot_info
David Gibson
1
-43
/
+43
2016-12-09
dtc: Plugin and fixup support
Pantelis Antoniou
1
-2
/
+6
2016-11-28
checks: Pass boot_info instead of root node
Pantelis Antoniou
1
-36
/
+42
2016-05-27
Simplify check field and macro names
David Gibson
1
-42
/
+36
2016-05-27
Remove property check functions
David Gibson
1
-100
/
+114
2016-05-27
Remove tree check functions
David Gibson
1
-37
/
+32
2016-02-19
Warn on node name unit-address presence/absence mismatch
Stephen Warren
1
-0
/
+26
2015-04-30
Fix crash with poorly defined #size-cells
Jack Miller
1
-1
/
+1
2015-01-13
dtc: Use va_end to match corresponding va_start
Colin Ian King
1
-0
/
+1
2014-10-24
Improve portability
Phil Elwell
1
-2
/
+2
2014-02-01
dtc: fix some more -Wshadow warnings
Florian Fainelli
1
-5
/
+5
2013-10-28
Use stdbool more widely
David Gibson
1
-8
/
+8
2012-09-06
dtc: Add ability to delete nodes and properties
Stephen Warren
1
-2
/
+6
2012-07-08
Allow toggling of semantic checks
David Gibson
1
-3
/
+81
2012-07-08
Re-work level setting on checks code
David Gibson
1
-55
/
+62
2010-02-24
dtc: Allow multiple labels on nodes and properties
David Gibson
1
-4
/
+7
2010-02-23
Disallow re-use of the same label within a dts file
David Gibson
1
-0
/
+56
2009-11-26
Support ePAPR compliant phandle properties
David Gibson
1
-14
/
+20
2008-11-17
dtc: Handle linux,phandle properties which self-reference
David Gibson
1
-0
/
+18
2008-07-14
dtc: Run relevant checks on dtb input as well as dts
David Gibson
1
-7
/
+9
2008-07-14
dtc: Use the same endian-conversion functions as libfdt
David Gibson
1
-1
/
+1
2008-03-23
dtc: Strip redundant "name" properties
David Gibson
1
-2
/
+13
2008-03-23
dtc: Fix indentation of fixup_phandle_references
David Gibson
1
-17
/
+17
2008-03-23
dtc: Implement checks for the format of node and property names
David Gibson
1
-0
/
+37
2007-12-18
dtc: Remove remaining old-style checks
David Gibson
1
-214
/
+1
2007-12-07
dtc: Allow gcc format warnings for check_msg()
David Gibson
1
-0
/
+3
2007-12-07
dtc: Convert check for obsolete /chosen property
David Gibson
1
-22
/
+18
2007-12-07
dtc: Convert #address-cells and #size-cells related checks
David Gibson
1
-50
/
+131
2007-12-06
dtc: Remove obsolete check_properties() function
David Gibson
1
-45
/
+3
2007-12-06
dtc: Migrate "string property" checks to new framework
David Gibson
1
-13
/
+5
2007-12-06
dtc: Migrate "one cell" checks to new framework
David Gibson
1
-14
/
+26
2007-12-05
dtc: Implement path references
David Gibson
1
-1
/
+26
2007-12-05
dtc: Convert "name" property checking to new infrastructure
David Gibson
1
-15
/
+39
2007-12-05
dtc: Fix FAIL() macro varargs
David Gibson
1
-2
/
+2
[next]