1. 29 Jan, 2021 4 commits
  2. 28 Jan, 2021 2 commits
  3. 26 Jan, 2021 1 commit
  4. 25 Jan, 2021 2 commits
  5. 24 Jan, 2021 1 commit
  6. 22 Jan, 2021 3 commits
  7. 21 Jan, 2021 2 commits
  8. 20 Jan, 2021 12 commits
  9. 19 Jan, 2021 6 commits
  10. 18 Jan, 2021 2 commits
    • Pali Rohár's avatar
      marvell: uart: a3720: Fix macro name for 6th bit of Status Register · b8e637f4
      Pali Rohár authored
      
      
      This patch does not change code, it only updates comments and macro name
      for 6th bit of Status Register. So TF-A binary stay same.
      
      6th bit of the Status Register is named TX EMPTY and is set to 1 when both
      Transmitter Holding Register (THR) or Transmitter Shift Register (TSR) are
      empty. It is when all characters were already transmitted.
      
      There is also TX FIFO EMPTY bit in the Status Register which is set to 1
      only when THR is empty.
      
      In both console_a3700_core_init() and console_a3700_core_flush() functions
      we should wait until both THR and TSR are empty therefore we should check
      6th bit of the Status Register.
      
      So current code is correct, just had misleading macro names and comments.
      This change fixes this "documentation" issue, fixes macro name for 6th bit
      of the Status Register and also updates comments.
      Signed-off-by: default avatarPali Rohár <pali@kernel.org>
      Change-Id: I19e4e7f53a90bcfb318e6dd1b1249b6cbf81c4d3
      b8e637f4
    • Pali Rohár's avatar
      marvell: uart: a3720: Implement console_a3700_core_getc · 74867756
      Pali Rohár authored
      
      
      Implementation is simple, just check if there is a pending character in
      RX FIFO via RXRDY bit of Status Register and if yes, read it from
      UART_RX_REG register.
      Signed-off-by: default avatarPali Rohár <pali@kernel.org>
      Change-Id: I226b6e336f44f5d0ca8dcb68e49a68e8f2f49708
      74867756
  11. 15 Jan, 2021 3 commits
  12. 14 Jan, 2021 2 commits
    • Lauren Wehrmeister's avatar
      Merge changes I36e4d672,I47610cee into integration · 337e4933
      Lauren Wehrmeister authored
      * changes:
        Workaround for Cortex N1 erratum 1946160
        Workaround for Cortex A78 erratum 1951500
      337e4933
    • Madhukar Pappireddy's avatar
      Merge changes Ie8922309,I1001bea1,I66265e5e,I2cc0ceda,I04805d72, ... into integration · 65d227c3
      Madhukar Pappireddy authored
      * changes:
        plat: renesas: common: Include ulcb_cpld.h conditionally
        plat: renesas: Move to common
        plat: renesas: aarch64: Move to common
        drivers: renesas: Move ddr/qos/qos header files
        drivers: renesas: rpc: Move to common
        drivers: renesas: avs: Move to common
        drivers: renesas: auth: Move to common
        drivers: renesas: dma: Move to common
        drivers: renesas: watchdog: Move to common
        drivers: renesas: rom: Move to common
        drivers: renesas: delay: Move to common
        drivers: renesas: console: Move to common
        drivers: renesas: pwrc: Move to common
        drivers: renesas: io: Move to common
        drivers: renesas: eMMC: Move to common
      65d227c3