summaryrefslogtreecommitdiff
path: root/lib/fdtdec.c
AgeCommit message (Expand)AuthorFilesLines
2015-05-15pmic: max77686 set the same compatible as in the kernelPrzemyslaw Marczak1-1/+1
2015-05-15tpm: Rename Infineon TPM to slb9645ttSimon Glass1-1/+1
2015-05-13tegra: video: Support serial output resource (SOR) on tegra124Simon Glass1-0/+3
2015-05-13fdt: Add binding decode function for display-timingsSimon Glass1-0/+92
2015-05-06dm: usb: exynos: Drop legacy USB codeSimon Glass1-2/+0
2015-04-23fdt: Rename setup_fdt() and make it prepare alsoSimon Glass1-2/+2
2015-04-23fdt: sandbox: Move setup code from board_f to fdtdecSimon Glass1-0/+31
2015-04-23dm: Add a panic_str() function to reduce code sizeSimon Glass1-3/+5
2015-04-18cros_ec: exynos: Match up device tree with kernel versionSimon Glass1-1/+0
2015-04-18fdt: Drop LPC compatible string in fdtdecSimon Glass1-1/+0
2015-04-18fdt: cros_ec: Drop compatible string in fdtdecSimon Glass1-1/+0
2015-04-18x86: chromebook_link: dts: Add PCH and LPC devicesSimon Glass1-1/+2
2015-04-18dm: x86: pci: Convert chromebook_link to use driver model for pciSimon Glass1-1/+1
2015-04-17fdt: Tighten up error handling in fdtdec_get_pci_addr()Simon Glass1-1/+3
2015-04-17fdt: Export fdtdec_get_number() for general useSimon Glass1-1/+1
2015-03-15ARM: UniPhier: adjust device trees for business transferMasahiro Yamada1-1/+1
2015-02-28usb: UniPhier: add UniPhier on-chip xHCI host driver supportMasahiro Yamada1-0/+1
2015-02-06fdtdec: Add compatible id and string for Intel Quark MRCBin Meng1-0/+1
2015-01-30dm: exynos: Drop unused COMPAT features for SPISimon Glass1-1/+0
2015-01-30dm: tegra: Drop unused COMPAT features for I2C, SPISimon Glass1-6/+0
2015-01-30dm: Drop gpio.h header from fdtdec.cSimon Glass1-2/+0
2015-01-30dm: fdt: Remove the old GPIO functionsSimon Glass1-95/+0
2015-01-30dm: fdt: Add a function to decode phandles with argumentsSimon Glass1-0/+124
2015-01-24x86: dts: Add compatible string for Intel ICH9 SPI controllerSimon Glass1-0/+1
2015-01-13fdt: Add several apis to decode pci device nodeBin Meng1-14/+157
2014-12-18pci: tegra: Add Tegra PCIe driverThierry Reding1-0/+3
2014-12-18ARM: tegra: Implement XUSB pad controllerThierry Reding1-0/+1
2014-12-18power: Add AMS AS3722 PMIC supportThierry Reding1-0/+1
2014-12-01Merge git://git.denx.de/u-boot-fdtTom Rini1-15/+0
2014-12-01Merge git://git.denx.de/u-boot-x86Tom Rini1-0/+3
2014-11-27fdt: remove fdtdec_get_alias_node() functionMasahiro Yamada1-15/+0
2014-11-26Merge git://git.denx.de/u-boot-fdtTom Rini1-7/+81
2014-11-25x86: Add initial video device init for Intel GMASimon Glass1-0/+1
2014-11-25x86: Add init for model 206AX CPUSimon Glass1-0/+1
2014-11-25x86: ivybridge: Add SATA initSimon Glass1-0/+1
2014-11-24Merge git://git.denx.de/u-boot-dmTom Rini1-3/+3
2014-11-22dm: fdt: Correct handling of aliases with embedded digitsSimon Glass1-3/+3
2014-11-21x86: ivybridge: Implement SDRAM initSimon Glass1-0/+1
2014-11-21x86: ivybridge: Perform Intel microcode update on bootSimon Glass1-0/+1
2014-11-21fdt: Add a function to decode a variable-sized u32 arraySimon Glass1-0/+20
2014-11-21fdt: Add a function to decode a named memory regionSimon Glass1-0/+61
2014-11-21fdt: Enhance flashmap function to deal with region propertiesSimon Glass1-0/+8
2014-11-21fdt: Use the correct return types for fdtdec_decode_region()Simon Glass1-7/+12
2014-10-23Merge git://git.denx.de/u-boot-x86Tom Rini1-0/+1
2014-10-23x86: dts: Add device tree compatible string for Intel IPCSimon Glass1-0/+1
2014-10-23fdt: Add a function to return PCI BDF tripletThierry Reding1-0/+14
2014-10-23fdt: Add resource parsing functionsThierry Reding1-0/+57
2014-09-14Merge branch 'master' of git://git.denx.de/u-boot-dmTom Rini1-0/+15
2014-09-10dm: fdt: Add a function to look up a chosen nodeSimon Glass1-0/+15
2014-09-05video: Add driver for Parade PS8625 dP to LVDS bridgeVadim Bendebury1-0/+1