1. 08 Jul, 2019 1 commit
  2. 05 Jul, 2019 4 commits
  3. 04 Jul, 2019 2 commits
    • Andrew F. Davis's avatar
      ti: k3: common: Trap all asynchronous bus errors to EL3 · 93d5e141
      Andrew F. Davis authored
      
      
      These errors are asynchronous and cannot be directly correlated with the
      exact current running software, so handling them in the same EL is not
      critical. Handling them in TF-A allows for more platform specific
      decoding of the implementation defined exception registers
      Signed-off-by: default avatarAndrew F. Davis <afd@ti.com>
      Change-Id: Iee7a38c9fc9c698fa0ad42dafa598bcbed6a4fda
      93d5e141
    • 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
  4. 02 Jul, 2019 12 commits
  5. 01 Jul, 2019 4 commits
  6. 28 Jun, 2019 4 commits
  7. 27 Jun, 2019 3 commits
  8. 26 Jun, 2019 8 commits
  9. 25 Jun, 2019 2 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