summaryrefslogtreecommitdiff
path: root/lib/fdtdec.c
Commit message (Expand)AuthorAgeLines
* fdt: add memory bank decoding functions for board setupNathan Rossi2016-12-20-0/+56
* libfdt: Sync fdt_for_each_subnode() with upstreamSimon Glass2016-10-13-1/+1
* libfdt: Bring in upstream stringlist functionsSimon Glass2016-10-13-1/+1
* usb: uniphier: remove UniPhier xHCI driver and select DM_USBMasahiro Yamada2016-09-14-1/+0
* fdt: allow fdtdec_get_addr_size_*() to translate addressesStephen Warren2016-08-12-7/+15
* mtd: nand: Add the sunxi NAND controller driverBoris Brezillon2016-07-24-0/+1
* sandbox: Find keyboard driver using driver modelSimon Glass2016-07-11-1/+0
* fdt: x86: Tidy up a few COMPAT string definitionsSimon Glass2016-07-11-3/+3
* fdt: Add a note to avoid adding new compatible stringsSimon Glass2016-07-11-0/+5
* fdt: Drop unused exynos compatible stringsSimon Glass2016-07-11-2/+0
* x86: fdt: Drop the unused compatible strings in fdtdecSimon Glass2016-07-11-5/+0
* fdt: Drop some unused compatible stringsSimon Glass2016-07-05-4/+0
* fdt: Correct return value in fdtdec_decode_display_timing()Simon Glass2016-06-12-1/+1
* mmc: tegra: add basic Tegra186 supportStephen Warren2016-05-31-0/+1
* x86: dts: Drop memory SPD compatible stringSimon Glass2016-03-17-1/+0
* x86: Drop all the old pin configuration codeSimon Glass2016-03-17-1/+0
* dm: fdtdec: Correct a sandbox build warningSimon Glass2016-03-14-2/+3
* tegra: nyan-big: Move the LCD driver to driver modelSimon Glass2016-02-16-1/+0
* fdt: introduce fdtdec_get_child_countPeng Fan2016-02-06-0/+11
* x86: Drop the irq router compatible stringSimon Glass2016-01-24-1/+0
* dm: video: sandbox: Convert sandbox to use driver model for videoSimon Glass2016-01-20-1/+0
* Merge branch 'master' of git://git.denx.de/u-boot-x86Tom Rini2016-01-14-0/+1
|\
| * fdtdec: Add compatible string for Intel IvyBridge FSPBin Meng2016-01-13-0/+1
* | dm: serial: Convert ns16550 driver to use driver model PCI APISimon Glass2016-01-12-52/+5
|/
* arm: socfpga: Allow DWC2 UDC probing from OFMarek Vasut2015-12-20-0/+1
* dm: tegra: pci: Convert tegra boards to driver model for PCISimon Glass2015-12-01-4/+0
* dm: tegra: Convert keyboard driver to driver modelSimon Glass2015-11-19-1/+0
* pci: tegra: add/enable support for Tegra210Stephen Warren2015-11-12-0/+1
* dm: spl: Support device tree when BSS is in a different sectionSimon Glass2015-11-04-2/+5
* fdt: Add a function to look up a /chosen propertySimon Glass2015-11-04-5/+10
* fdt: fix fdtdec_get_pci_addr() for CONFIG_PHYS_64BITStephen Warren2015-10-23-7/+7
* fdtdec: fix parsing 'reg' property with zero value in '#size-cells'Przemyslaw Marczak2015-10-03-1/+1
* fdt: fix fdtdec_get_addr_size not to require any size cellsStephen Warren2015-10-03-2/+3
* fdt: add new fdt address parsing functionsStephen Warren2015-09-15-21/+93
* mmc: dw_mmc: Probe the MMC from OFMarek Vasut2015-09-04-0/+1
* dm: tpm: Convert I2C driver to driver modelSimon Glass2015-08-31-2/+0
* fdtdec: Fix possible infinite loop in fdtdec_get_pci_vendev()Bin Meng2015-08-26-2/+1
* of: clean up OF_CONTROL ifdef conditionalsMasahiro Yamada2015-08-18-1/+1
* Revert "fdt: Fix fdtdec_get_addr_size() for 64-bit"Simon Glass2015-08-14-36/+20
* x86: baytrail: Configure FSP UPD from device treeAndrew Bradford2015-08-14-0/+2
* arm: socfpga: misc: Reset ethernet from OFMarek Vasut2015-08-08-0/+1
* dts: Drop unused compatible ID for the NXP video bridgeSimon Glass2015-08-05-1/+0
* video: Remove the old parade driverSimon Glass2015-08-05-1/+0
* power: Remove old TPS65090 driversSimon Glass2015-08-05-1/+0
* lib: fdt: fix indent of #ifdef..#endif conditionalMasahiro Yamada2015-08-05-1/+1
* ARM: Tegra210: Add support to common Tegra source/config filesTom Warren2015-07-28-0/+2
* fdt: Fix fdtdec_get_addr_size() for 64-bitThierry Reding2015-07-28-20/+36
* fdt: Provide debug info when a device tree cannot be foundSimon Glass2015-07-21-0/+7
* lib: Add function to extract a number from the end of a stringSimon Glass2015-07-21-8/+6
* fdt: armv8: Fix build warnings on armv8Haikun Wang2015-07-20-2/+2