aboutsummaryrefslogtreecommitdiff
path: root/lib/fdtdec.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-04dm: spl: Support device tree when BSS is in a different sectionSimon Glass1-2/+5
2015-11-04fdt: Add a function to look up a /chosen propertySimon Glass1-5/+10
2015-10-23fdt: fix fdtdec_get_pci_addr() for CONFIG_PHYS_64BITStephen Warren1-7/+7
2015-10-03fdtdec: fix parsing 'reg' property with zero value in '#size-cells'Przemyslaw Marczak1-1/+1
2015-10-03fdt: fix fdtdec_get_addr_size not to require any size cellsStephen Warren1-2/+3
2015-09-15fdt: add new fdt address parsing functionsStephen Warren1-21/+93
2015-09-04mmc: dw_mmc: Probe the MMC from OFMarek Vasut1-0/+1
2015-08-31dm: tpm: Convert I2C driver to driver modelSimon Glass1-2/+0
2015-08-26fdtdec: Fix possible infinite loop in fdtdec_get_pci_vendev()Bin Meng1-2/+1
2015-08-18of: clean up OF_CONTROL ifdef conditionalsMasahiro Yamada1-1/+1
2015-08-14Revert "fdt: Fix fdtdec_get_addr_size() for 64-bit"Simon Glass1-36/+20
2015-08-14x86: baytrail: Configure FSP UPD from device treeAndrew Bradford1-0/+2
2015-08-08arm: socfpga: misc: Reset ethernet from OFMarek Vasut1-0/+1
2015-08-05dts: Drop unused compatible ID for the NXP video bridgeSimon Glass1-1/+0
2015-08-05video: Remove the old parade driverSimon Glass1-1/+0
2015-08-05power: Remove old TPS65090 driversSimon Glass1-1/+0
2015-08-05lib: fdt: fix indent of #ifdef..#endif conditionalMasahiro Yamada1-1/+1
2015-07-28ARM: Tegra210: Add support to common Tegra source/config filesTom Warren1-0/+2
2015-07-28fdt: Fix fdtdec_get_addr_size() for 64-bitThierry Reding1-20/+36
2015-07-21fdt: Provide debug info when a device tree cannot be foundSimon Glass1-0/+7
2015-07-21lib: Add function to extract a number from the end of a stringSimon Glass1-8/+6
2015-07-20fdt: armv8: Fix build warnings on armv8Haikun Wang1-2/+2
2015-06-10dm: usb: tegra: Drop legacy USB codeSimon Glass1-3/+0
2015-06-04x86: gpio: add pinctrl support from the device treeGabriel Huau1-0/+1
2015-06-04x86: Refactor PIRQ routing supportBin Meng1-0/+1
2015-05-14pmic: max77686 set the same compatible as in the kernelPrzemyslaw Marczak1-1/+1
2015-05-14tpm: 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-16fdt: Tighten up error handling in fdtdec_get_pci_addr()Simon Glass1-1/+3
2015-04-16fdt: Export fdtdec_get_number() for general useSimon Glass1-1/+1
2015-03-15ARM: UniPhier: adjust device trees for business transferMasahiro Yamada1-1/+1
2015-03-01usb: 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-29dm: exynos: Drop unused COMPAT features for SPISimon Glass1-1/+0
2015-01-29dm: tegra: Drop unused COMPAT features for I2C, SPISimon Glass1-6/+0
2015-01-29dm: Drop gpio.h header from fdtdec.cSimon Glass1-2/+0
2015-01-29dm: fdt: Remove the old GPIO functionsSimon Glass1-95/+0
2015-01-29dm: fdt: Add a function to decode phandles with argumentsSimon Glass1-0/+124
2015-01-23x86: 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