aboutsummaryrefslogtreecommitdiff
path: root/include/fdtdec.h
AgeCommit message (Expand)AuthorFilesLines
2012-09-21Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-stagingTom Rini1-0/+3
2012-09-21fdt: Add header guard to fdtdec.hSimon Glass1-0/+3
2012-09-07tegra: nand: Add Tegra NAND driverJim Lin1-0/+1
2012-09-01tegra20: rename tegra2 -> tegra20Allen Martin1-6/+6
2012-05-15tegra: Add tegra keyboard driverRakesh Iyer1-0/+1
2012-05-15fdt: Add fdtdec functions to read byte arrayAnton Staff1-0/+32
2012-05-15tegra: Add EMC support for optimal memory timingsJimmy Zhang1-0/+2
2012-05-15fdt: Add function to return next compatible subnodeSimon Glass1-0/+17
2012-05-15fdt: Add function to locate an array in the device treeSimon Glass1-0/+19
2012-03-29tegra: i2c: Add I2C driverYen Lin1-0/+2
2012-03-29fdt: Add function to allow aliases to refer to multiple nodesSimon Glass1-0/+23
2012-03-29fdt: Avoid early panic() when there is no FDT presentSimon Glass1-2/+15
2012-03-29tegra: usb: Add support for Tegra USB peripheralSimon Glass1-0/+1
2012-03-29fdt: Add basic support for decoding GPIO definitionsSimon Glass1-0/+45
2012-03-29fdt: Add functions to access phandles, arrays and boolsSimon Glass1-0/+39
2012-03-29fdt: Tidy up a few fdtdec problemsSimon Glass1-4/+19
2012-03-29fdt: Add fdtdec_find_aliases() to deal with alias nodesSimon Glass1-0/+47
2011-10-26fdt: add decode helper librarySimon Glass1-0/+128