aboutsummaryrefslogtreecommitdiff
path: root/lib/fdtdec.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-21Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-stagingTom Rini1-8/+19
2012-09-21fdt: Tidy debugging, add to fdtdec_get_int/addr()Simon Glass1-8/+19
2012-09-07tegra: nand: Add Tegra NAND driverJim Lin1-0/+1
2012-08-10fdt: Include arch specific gpio.h instead of asm-generic/gpio.hMichal Simek1-2/+1
2012-05-15tegra: Add tegra keyboard driverRakesh Iyer1-0/+1
2012-05-15fdt: Add fdtdec functions to read byte arrayAnton Staff1-0/+24
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/+15
2012-05-15fdt: Add function to locate an array in the device treeSimon Glass1-0/+11
2012-03-29tegra: i2c: Add I2C driverYen Lin1-0/+2
2012-03-29fdt: Add function to allow aliases to refer to multiple nodesSimon Glass1-4/+18
2012-03-29fdt: Avoid early panic() when there is no FDT presentSimon Glass1-5/+19
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/+79
2012-03-29fdt: Add functions to access phandles, arrays and boolsSimon Glass1-0/+67
2012-03-29fdt: Tidy up a few fdtdec problemsSimon Glass1-6/+16
2012-03-29fdt: Add fdtdec_find_aliases() to deal with alias nodesSimon Glass1-0/+116
2011-10-26fdt: add decode helper librarySimon Glass1-0/+147