Skip to content
Snippets Groups Projects
  1. Mar 05, 2020
  2. Feb 28, 2020
  3. Feb 13, 2020
    • Patrick Delaunay's avatar
      clk: stm32mp1: solve type issue in stm32mp1_lse_enable and stm32mp1_clktree · eb49dce0
      Patrick Delaunay authored
      
      Solve type issue in stm32mp1_lse_enable and stm32mp1_clktree.
      
      This patch solves the warnings when compiling with W=1
      on stm32mp1 board:
      
      clk_stm32mp1.c: In function ‘stm32mp1_lse_enable’:
      clk_stm32mp1.c:1238:15: warning: comparison of integer expressions
        of different signedness: ‘u32’ {aka ‘unsigned int’} and ‘int’
        [-Wsign-compare]
      clk_stm32mp1.c:1239:13: warning: comparison of integer expressions
        of different signedness: ‘u32’ {aka ‘unsigned int’} and ‘int’
        [-Wsign-compare]
      
      clk_stm32mp1.c: In function ‘stm32mp1_clktree’:
      clk_stm32mp1.c:1814:17: warning: comparison of integer expressions
        of different signedness: ‘int’ and ‘unsigned int’
        [-Wsign-compare]
      
      Signed-off-by: default avatarPatrick Delaunay <patrick.delaunay@st.com>
      Reviewed-by: default avatarPatrice Chotard <patrice.chotard@st.com>
      eb49dce0
  4. Feb 12, 2020
  5. Feb 07, 2020
  6. Feb 06, 2020
  7. Jan 30, 2020
    • Jagan Teki's avatar
      arm: rockchip: Add common cru.h · b52a199e
      Jagan Teki authored
      
      Few of the rockchip family SoC atleast rk3288,
      rk3399 are sharing some cru register bits so
      adding common code between these SoC families
      would require to include both cru include files
      that indeed resulting function declarations error.
      
      So, create a common cru include as cru.h then
      include the rk3399 arch cru include file and move
      the common cru register bit definitions into it.
      
      The rest of rockchip cru files will add it in future.
      
      Reviewed-by: default avatarKever Yang <kever.yang@rock-chips.com>
      Signed-off-by: default avatarJagan Teki <jagan@amarulasolutions.com>
      b52a199e
  8. Jan 26, 2020
  9. Jan 24, 2020
  10. Jan 20, 2020
  11. Jan 17, 2020
  12. Jan 16, 2020
  13. Jan 14, 2020
Loading