1. 08 Dec, 2020 2 commits
    • Marek Vasut's avatar
      rcar_gen3: drivers: console: Treat log as device memory · 60576747
      Marek Vasut authored
      
      
      The BL31 log driver is registered before the xlat tables are initialized,
      at that point the log memory is configured as device memory and can only
      be accessed with up-to-32bit aligned accesses. Adjust the driver to do
      just that.
      
      The memset() call has to be replaced by a loop of 32bit writes to the log,
      the memcpy() is trivial to replace with a single 32bit write of the entire
      TLOG word. In the end, this even simplifies the code.
      Signed-off-by: default avatarMarek Vasut <marek.vasut+renesas@gmail.com>
      Change-Id: Ie9152e782e67d93e7236069a294df812e2b873bf
      60576747
    • Manish Pandey's avatar
      Merge changes Ibbee37c8,Ic3a13c83,Ib7f2380a,I83b477fd,I284956d4, ... into integration · 77990838
      Manish Pandey authored
      * changes:
        mediatek: mt8192: dcm: Add mcusys related dcm drivers
        mediatek: mt8192: add ptp3 driver
        mediatek: mt8192: Add SiP service
        mediatek: mt8192: add uart save and restore api
        mediatek: mt8192: modify sys_cirq driver
        mediatek: mt8192: add power-off support
        mediatek: mt8192: add pmic mt6359p driver
        mediatek: mt8192: Initialize delay_timer
        mediatek: mt8192: enable NS access for systimer
        mediatek: mt8192: Add CPU hotplug and MCDI support
        mediatek: mt8192: Add MCDI drivers
        mediatek: mt8192: Add SPMC driver
      77990838
  2. 07 Dec, 2020 26 commits
  3. 05 Dec, 2020 1 commit
  4. 04 Dec, 2020 1 commit
  5. 03 Dec, 2020 6 commits
  6. 02 Dec, 2020 3 commits
  7. 01 Dec, 2020 1 commit