1. 24 Jan, 2020 2 commits
  2. 23 Jan, 2020 2 commits
    • Raag Jadav's avatar
      ARM: dts: am43x-epos-evm: set data pin directions for spi0 and spi1 · b0b03951
      Raag Jadav authored
      Set d0 and d1 pin directions for spi0 and spi1 as per their pinmux.
      Signed-off-by: default avatarRaag Jadav <raagjadav@gmail.com>
      Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
      b0b03951
    • Vincenzo Frascino's avatar
      tee: optee: Fix compilation issue with nommu · 9e0caab8
      Vincenzo Frascino authored
      The optee driver uses specific page table types to verify if a memory
      region is normal. These types are not defined in nommu systems. Trying
      to compile the driver in these systems results in a build error:
      
        linux/drivers/tee/optee/call.c: In function ‘is_normal_memory’:
        linux/drivers/tee/optee/call.c:533:26: error: ‘L_PTE_MT_MASK’ undeclared
           (first use in this function); did you mean ‘PREEMPT_MASK’?
           return (pgprot_val(p) & L_PTE_MT_MASK) == L_PTE_MT_WRITEALLOC;
                                   ^~~~~~~~~~~~~
                                   PREEMPT_MASK
        linux/drivers/tee/optee/call.c:533:26: note: each undeclared identifier is
           reported only once for each function it appears in
        linux/drivers/tee/optee/call.c:533:44: error: ‘L_PTE_MT_WRITEALLOC’ undeclared
           (first use in this function)
           return (pgprot_val(p) & L_PTE_MT_MASK) == L_PTE_MT_WRITEALLOC;
                                                  ^~~~~~~~~~~~~~~~~~~
      
      Make the optee driver depend on MMU to fix the compilation issue.
      Signed-off-by: default avatarVincenzo Frascino <vincenzo.frascino@arm.com>
      [jw: update commit title]
      Signed-off-by: default avatarJens Wiklander <jens.wiklander@linaro.org>
      9e0caab8
  3. 16 Jan, 2020 1 commit
  4. 13 Jan, 2020 1 commit
  5. 11 Jan, 2020 4 commits
  6. 09 Jan, 2020 6 commits
  7. 08 Jan, 2020 9 commits
  8. 07 Jan, 2020 1 commit
  9. 06 Jan, 2020 5 commits
  10. 03 Jan, 2020 1 commit
  11. 23 Dec, 2019 6 commits
  12. 18 Dec, 2019 1 commit
  13. 17 Dec, 2019 1 commit