Skip to content
Snippets Groups Projects
  1. Oct 13, 2020
  2. Oct 10, 2020
  3. Oct 06, 2020
  4. Sep 27, 2020
  5. Sep 25, 2020
  6. Sep 22, 2020
  7. Sep 18, 2020
  8. Sep 16, 2020
    • Marek Vasut's avatar
      lib: fdt: Fix fdtdec_setup_mem..() conversion to livetree API · 81d0cef3
      Marek Vasut authored and Tom Rini's avatar Tom Rini committed
      
      Repair incorrectly negated condition in the original patch which broke
      DT memory node parsing on everything which has more than one DT memory
      node, e.g. R-Car3.
      
      In case multiple valid memory nodes are present in the DT, the original
      patch would complete parsing cycle for the first memory node, then move
      on to the next one, identify it as a valid, and end the parsing. The fix
      is to invert the condition, to make the code behave as it did before the
      livetree conversion, so it would continue parsing the subsequent memory
      nodes as well.
      
      Fixes: c2f0950c ("lib: fdt: Convert fdtdes_setup_mem..() to livetree API")
      Signed-off-by: default avatarMarek Vasut <marek.vasut+renesas@gmail.com>
      Cc: Michal Simek <michal.simek@xilinx.com>
      Cc: Simon Glass <sjg@chromium.org>
      Cc: Tom Rini <trini@konsulko.com>
      Tested-by: default avatarBiju Das <biju.das.jz@bp.renesas.com>
      Reviewed-by: default avatarMichal Simek <michal.simek@xilinx.com>
      81d0cef3
  9. Sep 14, 2020
  10. Sep 06, 2020
  11. Aug 27, 2020
  12. Aug 26, 2020
  13. Aug 25, 2020
Loading