summaryrefslogtreecommitdiffstats
path: root/lib/fdtdec.c
Commit message (Expand)AuthorAgeFilesLines
* fdt: Remove fdtdec_find_alias_node() functionSimon Glass2012-11-121-23/+1
* fdt: Add polarity-aware gpio functions to fdtdecSean Paul2012-11-121-0/+20
* fdt: Add fdtdec_get_uint64 to decode a 64-bit value from a propertyChe-Liang Chiou2012-11-121-0/+13
* fdt: Add function to read boolean propertyGabe Black2012-11-121-0/+14
* fdt: Export fdtdec_lookup() and fix the nameGerald Van Baren2012-11-121-1/+1
* fdt: Add function for decoding multiple gpios globally availableAbhilash Kesavan2012-11-121-3/+2
* fdt: Add fdtdec_decode_region() to decode memory regionSimon Glass2012-11-121-0/+17
* fdt: Add function to get a config string from device treeSimon Glass2012-11-121-10/+18
* fdt: Add function to get config int from device treeAbhilash Kesavan2012-11-121-0/+22
* Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-stagingTom Rini2012-09-211-8/+19
|\
| * fdt: Tidy debugging, add to fdtdec_get_int/addr()Simon Glass2012-09-211-8/+19
* | tegra: nand: Add Tegra NAND driverJim Lin2012-09-071-0/+1
|/
* fdt: Include arch specific gpio.h instead of asm-generic/gpio.hMichal Simek2012-08-101-2/+1
* tegra: Add tegra keyboard driverRakesh Iyer2012-05-151-0/+1
* fdt: Add fdtdec functions to read byte arrayAnton Staff2012-05-151-0/+24
* tegra: Add EMC support for optimal memory timingsJimmy Zhang2012-05-151-0/+2
* fdt: Add function to return next compatible subnodeSimon Glass2012-05-151-0/+15
* fdt: Add function to locate an array in the device treeSimon Glass2012-05-151-0/+11
* tegra: i2c: Add I2C driverYen Lin2012-03-291-0/+2
* fdt: Add function to allow aliases to refer to multiple nodesSimon Glass2012-03-291-4/+18
* fdt: Avoid early panic() when there is no FDT presentSimon Glass2012-03-291-5/+19
* tegra: usb: Add support for Tegra USB peripheralSimon Glass2012-03-291-0/+1
* fdt: Add basic support for decoding GPIO definitionsSimon Glass2012-03-291-0/+79
* fdt: Add functions to access phandles, arrays and boolsSimon Glass2012-03-291-0/+67
* fdt: Tidy up a few fdtdec problemsSimon Glass2012-03-291-6/+16
* fdt: Add fdtdec_find_aliases() to deal with alias nodesSimon Glass2012-03-291-0/+116
* fdt: add decode helper librarySimon Glass2011-10-261-0/+147
OpenPOWER on IntegriCloud