| Commit message (Expand) | Author | Age | Files | Lines |
* | fdt: allow fdtdec_get_addr_size_*() to translate addresses | Stephen Warren | 2016-08-12 | 1 | -7/+15 |
* | mtd: nand: Add the sunxi NAND controller driver | Boris Brezillon | 2016-07-24 | 1 | -0/+1 |
* | sandbox: Find keyboard driver using driver model | Simon Glass | 2016-07-11 | 1 | -1/+0 |
* | fdt: x86: Tidy up a few COMPAT string definitions | Simon Glass | 2016-07-11 | 1 | -3/+3 |
* | fdt: Add a note to avoid adding new compatible strings | Simon Glass | 2016-07-11 | 1 | -0/+5 |
* | fdt: Drop unused exynos compatible strings | Simon Glass | 2016-07-11 | 1 | -2/+0 |
* | x86: fdt: Drop the unused compatible strings in fdtdec | Simon Glass | 2016-07-11 | 1 | -5/+0 |
* | fdt: Drop some unused compatible strings | Simon Glass | 2016-07-05 | 1 | -4/+0 |
* | fdt: Correct return value in fdtdec_decode_display_timing() | Simon Glass | 2016-06-12 | 1 | -1/+1 |
* | mmc: tegra: add basic Tegra186 support | Stephen Warren | 2016-05-31 | 1 | -0/+1 |
* | x86: dts: Drop memory SPD compatible string | Simon Glass | 2016-03-17 | 1 | -1/+0 |
* | x86: Drop all the old pin configuration code | Simon Glass | 2016-03-17 | 1 | -1/+0 |
* | dm: fdtdec: Correct a sandbox build warning | Simon Glass | 2016-03-14 | 1 | -2/+3 |
* | tegra: nyan-big: Move the LCD driver to driver model | Simon Glass | 2016-02-16 | 1 | -1/+0 |
* | fdt: introduce fdtdec_get_child_count | Peng Fan | 2016-02-06 | 1 | -0/+11 |
* | x86: Drop the irq router compatible string | Simon Glass | 2016-01-24 | 1 | -1/+0 |
* | dm: video: sandbox: Convert sandbox to use driver model for video | Simon Glass | 2016-01-20 | 1 | -1/+0 |
* | Merge branch 'master' of git://git.denx.de/u-boot-x86 | Tom Rini | 2016-01-14 | 1 | -0/+1 |
|\ |
|
| * | fdtdec: Add compatible string for Intel IvyBridge FSP | Bin Meng | 2016-01-13 | 1 | -0/+1 |
* | | dm: serial: Convert ns16550 driver to use driver model PCI API | Simon Glass | 2016-01-12 | 1 | -52/+5 |
|/ |
|
* | arm: socfpga: Allow DWC2 UDC probing from OF | Marek Vasut | 2015-12-20 | 1 | -0/+1 |
* | dm: tegra: pci: Convert tegra boards to driver model for PCI | Simon Glass | 2015-12-01 | 1 | -4/+0 |
* | dm: tegra: Convert keyboard driver to driver model | Simon Glass | 2015-11-19 | 1 | -1/+0 |
* | pci: tegra: add/enable support for Tegra210 | Stephen Warren | 2015-11-12 | 1 | -0/+1 |
* | dm: spl: Support device tree when BSS is in a different section | Simon Glass | 2015-11-04 | 1 | -2/+5 |
* | fdt: Add a function to look up a /chosen property | Simon Glass | 2015-11-04 | 1 | -5/+10 |
* | fdt: fix fdtdec_get_pci_addr() for CONFIG_PHYS_64BIT | Stephen Warren | 2015-10-23 | 1 | -7/+7 |
* | fdtdec: fix parsing 'reg' property with zero value in '#size-cells' | Przemyslaw Marczak | 2015-10-03 | 1 | -1/+1 |
* | fdt: fix fdtdec_get_addr_size not to require any size cells | Stephen Warren | 2015-10-03 | 1 | -2/+3 |
* | fdt: add new fdt address parsing functions | Stephen Warren | 2015-09-15 | 1 | -21/+93 |
* | mmc: dw_mmc: Probe the MMC from OF | Marek Vasut | 2015-09-04 | 1 | -0/+1 |
* | dm: tpm: Convert I2C driver to driver model | Simon Glass | 2015-08-31 | 1 | -2/+0 |
* | fdtdec: Fix possible infinite loop in fdtdec_get_pci_vendev() | Bin Meng | 2015-08-26 | 1 | -2/+1 |
* | of: clean up OF_CONTROL ifdef conditionals | Masahiro Yamada | 2015-08-18 | 1 | -1/+1 |
* | Revert "fdt: Fix fdtdec_get_addr_size() for 64-bit" | Simon Glass | 2015-08-14 | 1 | -36/+20 |
* | x86: baytrail: Configure FSP UPD from device tree | Andrew Bradford | 2015-08-14 | 1 | -0/+2 |
* | arm: socfpga: misc: Reset ethernet from OF | Marek Vasut | 2015-08-08 | 1 | -0/+1 |
* | dts: Drop unused compatible ID for the NXP video bridge | Simon Glass | 2015-08-05 | 1 | -1/+0 |
* | video: Remove the old parade driver | Simon Glass | 2015-08-05 | 1 | -1/+0 |
* | power: Remove old TPS65090 drivers | Simon Glass | 2015-08-05 | 1 | -1/+0 |
* | lib: fdt: fix indent of #ifdef..#endif conditional | Masahiro Yamada | 2015-08-05 | 1 | -1/+1 |
* | ARM: Tegra210: Add support to common Tegra source/config files | Tom Warren | 2015-07-28 | 1 | -0/+2 |
* | fdt: Fix fdtdec_get_addr_size() for 64-bit | Thierry Reding | 2015-07-28 | 1 | -20/+36 |
* | fdt: Provide debug info when a device tree cannot be found | Simon Glass | 2015-07-21 | 1 | -0/+7 |
* | lib: Add function to extract a number from the end of a string | Simon Glass | 2015-07-21 | 1 | -8/+6 |
* | fdt: armv8: Fix build warnings on armv8 | Haikun Wang | 2015-07-20 | 1 | -2/+2 |
* | dm: usb: tegra: Drop legacy USB code | Simon Glass | 2015-06-10 | 1 | -3/+0 |
* | x86: gpio: add pinctrl support from the device tree | Gabriel Huau | 2015-06-04 | 1 | -0/+1 |
* | x86: Refactor PIRQ routing support | Bin Meng | 2015-06-04 | 1 | -0/+1 |
* | pmic: max77686 set the same compatible as in the kernel | Przemyslaw Marczak | 2015-05-14 | 1 | -1/+1 |