1. 05 Jul, 2019 1 commit
    • Masahiro Yamada's avatar
      uniphier: support console based on multi-console · ac9f1b55
      Masahiro Yamada authored
      
      
      The legacy console is gone. Re-add the console support based on the
      multi-console framework.
      
      I am still keeping the putc, getc, and flush callbacks in
      uniphier_console.S to use plat/common/aarch64/crash_console_helpers.S
      
      The console registration code already relies on that C environment
      has been set up. So, I just filled the struct console fields with the
      callback pointers, then called console_register() directly. I also
      re-implemented the init function in C to improve the readability.
      
      Removing the custom crash console implementation has one disadvantage;
      we cannot use the crash console on very early crashes because
      crash_console_helpers.S works only after the console is registered.
      I can live with this limitation.
      
      Tested on my boards, and confirmed this worked like before.
      
      Change-Id: Ieab9c849853ff6c525c15ea894a85944f257db59
      Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
      ac9f1b55
  2. 04 Jul, 2019 1 commit
    • Sandrine Bailleux's avatar
      Merge changes from topic "lw/n1_errata_fixes" into integration · bb2d778c
      Sandrine Bailleux authored
      * changes:
        Removing redundant ISB instructions
        Workaround for Neoverse N1 erratum 1275112
        Workaround for Neoverse N1 erratum 1262888
        Workaround for Neoverse N1 erratum 1262606
        Workaround for Neoverse N1 erratum 1257314
        Workaround for Neoverse N1 erratum 1220197
        Workaround for Neoverse N1 erratum 1207823
        Workaround for Neoverse N1 erratum 1165347
        Workaround for Neoverse N1 erratum 1130799
        Workaround for Neoverse N1 erratum 1073348
      bb2d778c
  3. 02 Jul, 2019 11 commits
  4. 01 Jul, 2019 4 commits
  5. 28 Jun, 2019 4 commits
  6. 27 Jun, 2019 3 commits
  7. 26 Jun, 2019 8 commits
  8. 25 Jun, 2019 4 commits
    • Marek Vasut's avatar
      rcar_gen3: drivers: pfc: E3: Replace REVERCED with REVERSED · f3616391
      Marek Vasut authored
      
      
      Fix a typo, no functional change.
      Signed-off-by: default avatarMarek Vasut <marek.vasut+renesas@gmail.com>
      Change-Id: Id6abb4c192729f55b3500505860c7f7718944c62
      f3616391
    • Paul Beesley's avatar
      Merge changes Ie594b535,Ifa444dd5,Ie93e7fcc,I302cff20,I0f6c1cad, ... into integration · b26461e8
      Paul Beesley authored
      * changes:
        rcar_gen3: drivers: pfc: Move PFC drivers out of staging
        rcar_gen3: drivers: pfc: Checkpatch cleanup
        rcar_gen3: drivers: pfc: V3M: Fix camel case
        rcar_gen3: drivers: pfc: V3M: Drop forward declarations
        rcar_gen3: drivers: pfc: V3M: Switch to BIT() macro
        rcar_gen3: drivers: pfc: V3M: Checkpatch cleanup
        rcar_gen3: drivers: pfc: V3M: Switch to common register header file
        rcar_gen3: drivers: pfc: E3: Drop pfc_reg_write() forward declaration
        rcar_gen3: drivers: pfc: E3: Switch to BIT() macro
        rcar_gen3: drivers: pfc: E3: Checkpatch cleanup
        rcar_gen3: drivers: pfc: E3: Switch to common register header file
        rcar_gen3: drivers: pfc: D3: Switch to BIT() macro
        rcar_gen3: drivers: pfc: D3: Drop unused macros
        rcar_gen3: drivers: pfc: D3: Checkpatch cleanup
        rcar_gen3: drivers: pfc: D3: Switch to common register header file
        rcar_gen3: drivers: pfc: M3N: Drop forward declarations
        rcar_gen3: drivers: pfc: M3N: Switch to BIT() macro
        rcar_gen3: drivers: pfc: M3N: Checkpatch cleanup
        rcar_gen3: drivers: pfc: M3N: Switch to common register header file
        rcar_gen3: drivers: pfc: M3W: Fix camel case
        rcar_gen3: drivers: pfc: M3W: Drop forward declarations
        rcar_gen3: drivers: pfc: M3W: Switch to BIT() macro
        rcar_gen3: drivers: pfc: M3W: Checkpatch cleanup
        rcar_gen3: drivers: pfc: M3W: Switch to common register header file
        rcar_gen3: drivers: pfc: H3: Drop pfc_reg_write() forward declaration
        rcar_gen3: drivers: pfc: H3: Switch to BIT() macro
        rcar_gen3: drivers: pfc: H3: Drop unused macros
        rcar_gen3: drivers: pfc: H3: Checkpatch cleanup
        rcar_gen3: drivers: pfc: H3: Switch to common register header file
        rcar_gen3: drivers: pfc: Introduce common register header file
        rcar_gen3: drivers: pfc: D3: Drop unused M3W check
      b26461e8
    • John Tsichritzis's avatar
    • John Tsichritzis's avatar
      e9e74aa4
  9. 24 Jun, 2019 1 commit
  10. 22 Jun, 2019 3 commits