aboutsummaryrefslogtreecommitdiff
path: root/util/sconfig/main.c
AgeCommit message (Expand)Author
2012-07-20sconfig: typo fixPatrick Georgi
2012-07-13MPTAPLE: generate from devicetree.cbSven Schnelle
2012-05-30sconfig: Some fixesPatrick Georgi
2011-12-24Sconfig: parse Kconfig options from devicetree.cbKyösti Mälkki
2011-11-01remove trailing whitespaceStefan Reinauer
2011-10-19sconfig: check whether component directory actually existsStefan Reinauer
2011-03-01[SCONFIG] remove unused variable in inherit_subsystem_ids()Sylvain "ythier" Hitier
2011-03-01Add subsystemid option to sconfigSven Schnelle
2010-09-01Simplify last_dev_p so that it matches comments.Myles Watson
2010-08-16sconfig parser:Stefan Reinauer
2010-08-09Fix build error introduced in r5868.Patrick Georgi
2010-08-09non-root devices are not supposed to be accessed outside of static.c except byStefan Reinauer
2010-07-15Trivial: Improve error reporting of sconfig slightly by reporting the line nu...Patrick Georgi
2010-06-10Check for NULL before calling device_match()Myles Watson
2010-06-09Same conversion as with resources from static arrays to lists, exceptMyles Watson
2010-05-21Use lists instead of arrays for resources in devices to reduce memory usage.Myles Watson
2010-05-05sconfig: Make cur_bus and cur_parent local to the parser.Patrick Georgi
2010-05-05Split C code in sconfig's parser into a separate file.Patrick Georgi