Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-13 | libfdt: Bring in upstream stringlist functions | Simon Glass | |
These have now landed upstream. The naming is different and in one case the function signature has changed. Update the code to match. This applies the following upstream commits by Thierry Reding <treding@nvidia.com> : 604e61e fdt: Add functions to retrieve strings 8702bd1 fdt: Add a function to get the index of a string 2218387 fdt: Add a function to count strings Signed-off-by: Simon Glass <sjg@chromium.org> | |||
2015-08-23 | gpio: Add DW APB GPIO driver | Marek Vasut | |
Add driver for the DesignWare APB GPIO IP block. This driver is DM capable and probes from DT. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Simon Glass <sjg@chromium.org> |