1. 12 Sep, 2019 3 commits
    • Soby Mathew's avatar
      684b3a02
    • Soby Mathew's avatar
      Merge changes I072c0f61,I798401f4,I9648ef55,I7225d9fa,Ife682288, ... into integration · f38e5182
      Soby Mathew authored
      * changes:
        rcar_gen3: drivers: ddr_b: Update DDR setting for H3, M3, M3N
        rcar_gen3: drivers: qos: update QoS setting
        rcar_gen3: drivers: ddr_b: Fix checkpatch errors in headers
        rcar_gen3: drivers: ddr_b: Fix line-over-80s
        rcar_gen3: drivers: ddr_b: Further checkpatch cleanups
        rcar_gen3: drivers: ddr_b: Clean up camel case
        rcar_get3: drivers: ddr_b: Basic checkpatch fixes
        rcar_get3: drivers: ddr: Partly unify register macros between DDR A and B
        rcar_get3: drivers: ddr: Clean up common code
      f38e5182
    • Soby Mathew's avatar
      Merge changes from topic "amlogic-refactoring" into integration · 9af73b36
      Soby Mathew authored
      * changes:
        amlogic: Fix includes order
        amlogic: Fix header guards
        amlogic: Fix prefixes in the SoC specific files
        amlogic: Fix prefixes in the PM code
        amlogic: Fix prefixes in the SCPI related code
        amlogic: Fix prefixes in the MHU code
        amlogic: Fix prefixes in the SIP/SVC code
        amlogic: Fix prefixes in the thermal driver
        amlogic: Fix prefixes in the private header file
        amlogic: Fix prefixes in the efuse driver
        amlogic: Fix prefixes in the platform macros file
        amlogic: Fix prefixes in the helpers file
        amlogic: Rework Makefiles
        amlogic: Move the SIP SVC code to common directory
        amlogic: Move topology file to common directory
        amlogic: Move thermal code to common directory
        amlogic: Move MHU code to common directory
        amlogic: Move efuse code to common directory
        amlogic: Move platform macros assembly file to common directory
        amlogic: Introduce unified private header file
        amlogic: Move SCPI code to common directory
        amlogic: Move the SHA256 DMA driver to common directory
        amlogic: Move assembly helpers to common directory
        amlogic: Introduce directory parameters in the makefiles
        meson: Rename platform directory to amlogic
      9af73b36
  2. 11 Sep, 2019 4 commits
  3. 10 Sep, 2019 1 commit
    • Soby Mathew's avatar
      Merge changes from topic "yg/stm32mp1_wdg_updates" into integration · 0289ab9e
      Soby Mathew authored
      * changes:
        mmc: stm32_sdmmc2: correctly manage block size
        mmc: stm32_sdmmc2: manage max-frequency property from DT
        stm32mp1: move check_header() to common code
        stm32mp1: keep console during runtime
        stm32mp1: sp_min: initialize MMU and cache earlier
        stm32mp1: add support for LpDDR3
        stm32mp1: use a common function to check spinlock is available
        clk: stm32mp: enable RTCAPB clock for dual-core chips
        stm32mp1: check if the SoC is single core
        stm32mp1: print information about board
        stm32mp1: print information about SoC
        stm32mp1: add watchdog support
      0289ab9e
  4. 05 Sep, 2019 24 commits
  5. 04 Sep, 2019 1 commit
    • Masahiro Yamada's avatar
      mbedtls: use #include <...> instead of "..." · 948a0c0d
      Masahiro Yamada authored
      
      
      The #include "mbedtls/check_config.h" directive first searches for
      the header in the relative path to mbedtls_config.h, i.e.
      include/drivers/auth/mbedtls/mbedtls/check_config.h
      
      Obviously, it does not exist since check_config.h is located in
      the mbedtls project.
      
      It is more sensible to use #include <...> form.
      
      Change-Id: If72a71381f84e7748a2c9f07dd1176559d9bb1d2
      Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
      948a0c0d
  6. 03 Sep, 2019 2 commits
  7. 02 Sep, 2019 5 commits