aboutsummaryrefslogtreecommitdiff
path: root/include/fdtdec.h
AgeCommit message (Expand)AuthorFilesLines
2013-01-10EXYNOS5: FDT: Add compatible strings for PMICRajeshwari Shinde1-0/+1
2013-01-08EXYNOS5: FDT: Add compatible strings for USBRajeshwari Shinde1-0/+2
2013-01-08EXYNOS5: FDT: Add compatible strings for SPIRajeshwari Shinde1-0/+1
2013-01-08EXYNOS5: FDT: Add compatible strings for soundRajeshwari Shinde1-0/+2
2013-01-08FDT: Add compatible string for I2CRajeshwari Shinde1-0/+1
2012-12-26fdt: exynos5: Add DT node definition for SROM and SMSC9215Hatim RV1-0/+2
2012-12-10Merge branch 'master' of git://git.denx.de/u-boot into resolveMinkyu Kang1-0/+112
2012-11-19tegra: Add SOC support for display/lcdWei Ni1-0/+1
2012-11-19tegra: Add support for PWMSimon Glass1-0/+1
2012-11-12fdt: Add polarity-aware gpio functions to fdtdecSean Paul1-0/+16
2012-11-12fdt: Add fdtdec_get_uint64 to decode a 64-bit value from a propertyChe-Liang Chiou1-0/+15
2012-11-12fdt: Add function to read boolean propertyGabe Black1-0/+10
2012-11-12fdt: Export fdtdec_lookup() and fix the nameGerald Van Baren1-0/+13
2012-11-12fdt: Add function for decoding multiple gpios globally availableAbhilash Kesavan1-0/+16
2012-11-12fdt: Add fdtdec_decode_region() to decode memory regionSimon Glass1-0/+19
2012-11-12fdt: Add function to get a config string from device treeSimon Glass1-0/+10
2012-11-12fdt: Add function to get config int from device treeAbhilash Kesavan1-0/+13
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