1. 01 Feb, 2023 9 commits
  2. 25 Jan, 2023 4 commits
  3. 20 Jan, 2023 1 commit
  4. 18 Jan, 2023 5 commits
  5. 29 Dec, 2022 13 commits
  6. 28 Dec, 2022 1 commit
    • Palmer Dabbelt's avatar
      Merge tag 'soc2arch-immutable' of... · 4e1ce304
      Palmer Dabbelt authored
      Merge tag 'soc2arch-immutable' of git://git.kernel.org/pub/scm/linux/kernel/git/conor/linux into for-next
      
      SOC_FOO to ARCH_FOO conversion for RISC-V
      
      RISC-V is an outlier in using SOC_FOO rather than ARCH_FOO for
      vendors/micro-archs. SOC_FOO may make more sense (I personally prefer
      it), but the rest of the "world" uses ARCH_FOO. That'd be fine, with
      with an increasing number of existing SoC vendors moving to RISC-V,
      unifying our symbol names with the expectations of the rest of the world
      makes sense.
      Folks did not seem keen on changing the world (and they can't really be
      blamed for that) so convert RISC-V over to match.
      
      Add some ARCH_FOO stubs alongside the existing SOC_FOO ones, which will
      be removed once all users of SOC_FOO have been converted*, and convert
      the DT bits of RISC-V kbuild over to the new symbols.
      
      * It may be best to wait until after the next LTS to remove the SOC_FOO
        ones, for the sake of external users.
      
      * tag 'soc2arch-immutable' of git://git.kernel.org/pub/scm/linux/kernel/git/conor/linux:
        RISC-V: stop directly selecting drivers for SOC_CANAAN
        RISC-V: stop selecting SiFive clock and serial drivers directly
        RISC-V: stop selecting the PolarFire SoC clock driver
        RISC-V: kbuild: convert all use of SOC_FOO to ARCH_FOO
        RISC-V: kconfig.socs: convert usage of SOC_CANAAN to ARCH_CANAAN
        RISC-V: introduce ARCH_FOO kconfig aliases for SOC_FOO symbols
      Signed-off-by: default avatarConor Dooley <conor.dooley@microchip.com>
      Signed-off-by: default avatarPalmer Dabbelt <palmer@rivosinc.com>
      4e1ce304
  7. 27 Dec, 2022 6 commits
  8. 25 Dec, 2022 1 commit