1. 18 Aug, 2017 1 commit
  2. 16 Aug, 2017 9 commits
    • Arnd Bergmann's avatar
      Merge tag 'v4.14-rockchip-soc32-1' of... · ecb09d40
      Arnd Bergmann authored
      Merge tag 'v4.14-rockchip-soc32-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into next/soc
      
      Pull "Rockchip soc32 changes for 4.14" from Heiko Stübner:
      
      32bit arch changes for Rockchip socs containing enablement for ZONE_DMA
      for LPAE builds due to the peripherals only being 32bit capable
      and conversion to the exclusive reset controls in smp code.
      
      * tag 'v4.14-rockchip-soc32-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip:
        ARM: rockchip: enable ZONE_DMA for non 64-bit capable peripherals
        ARM: rockchip: explicitly request exclusive reset control in smp code
      ecb09d40
    • Arnd Bergmann's avatar
      Merge tag 'gemini-for-arm-soc-1' of... · d4e508c2
      Arnd Bergmann authored
      Merge tag 'gemini-for-arm-soc-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik into next/soc
      
      Pull "Gemini changes for v4.14" from Linus Walleij:
      
      They all deal with fixing up the Kconfig selects
      for misc stuff that has been merged in different
      subsystems:
      
      - We have a reset controller
      - We have a clock controller
      - We need ARM_AMBA for FTDMAC020 which is PL08x
      - We need to select the pin controller (being merged
        for v4.14)
      
      * tag 'gemini-for-arm-soc-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik:
        ARM: gemini: select pin controller
        ARM: gemini: select ARM_AMBA
        ARM: gemini: select the clock controller
        ARM: gemini: tag the arch as having reset controller
      d4e508c2
    • Arnd Bergmann's avatar
      Merge tag 'mvebu-soc-4.14-1' of git://git.infradead.org/linux-mvebu into next/soc · 945b7691
      Arnd Bergmann authored
      Pull "mvebu soc for 4.14 (part 1)" from Gregory CLEMENT:
      
      Enabling ARM_GLOBAL_TIMER in mvebu_v7_defconfig for Armada 38x
      
      * tag 'mvebu-soc-4.14-1' of git://git.infradead.org/linux-mvebu:
        ARM: mvebu: enable ARM_GLOBAL_TIMER compilation Armada 38x platforms
      945b7691
    • Shawn Guo's avatar
      MAINTAINERS: update ARM/ZTE entry · 975201ca
      Shawn Guo authored
      Update ARM/ZTE entry to include all those ZTE ZX platform drivers and
      files that do not have a separate MAINTAINERS entry.
      
      Since I have been contributing a lot for ZTE ZX SoCs support and
      collecting platform patches for a few cycles, add myself as one
      maintainer for the platform.
      
      Cc: Jun Nie <jun.nie@linaro.org>
      Cc: Baoyou Xie <baoyou.xie@linaro.org>
      Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      975201ca
    • Arnd Bergmann's avatar
      Merge tag 'omap-for-v4.14/debug-ll-signed' of... · ac237cd1
      Arnd Bergmann authored
      Merge tag 'omap-for-v4.14/debug-ll-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/soc
      
      Pull "Updates to for omap debug_ll code to use generic DEBUG_UART_8250 code" from Tony Lindgren:
      
      The legacy code to try to detect the debug_ll uart based on machine
      is no longer needed, and we can remove it. Note that the Kconfig
      options stay the same, we just need to define the port configuration
      now.
      
      * tag 'omap-for-v4.14/debug-ll-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap:
        ARM: debug: Use generic 8250 debug_ll for am3517 and am335x
        ARM: debug: Use generic 8250 debug_ll for ti81xx
        ARM: debug: Use generic 8250 debug_ll for omap3/4/5
        ARM: debug: Use generic 8250 debug_ll for omap2 and omap3/4/5 common uarts
      ac237cd1
    • Arnd Bergmann's avatar
      Merge tag 'omap-for-v4.14/soc-signed' of... · a968bc52
      Arnd Bergmann authored
      Merge tag 'omap-for-v4.14/soc-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/soc
      
      Pull "soc changes for omaps for v4.14" from Tony Lindgren:
      
      SoC updates for omaps for v4.14. Most of the chages are to add
      support for new dra762 SoC. The other changes are are for legacy
      DMA code removal, and MMC quirk and iodelay config for dra7.
      
      * tag 'omap-for-v4.14/soc-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap:
        ARM: OMAP: dra7: powerdomain data: Register SoC specific powerdomains
        ARM: dra762: Enable SMP for dra762
        ARM: dra7: hwmod: Register dra76x specific hwmod
        ARM: dra762: Add support for device identification
        ARM: OMAP2+: board-generic: add support for dra762 family
        ARM: OMAP2+: Select PINCTRL_TI_IODELAY for SOC_DRA7XX
        ARM: OMAP2+: Add pdata-quirks for MMC/SD on DRA74x EVM
        ARM: OMAP2+: Remove unused legacy code for DMA
      a968bc52
    • Arnd Bergmann's avatar
      Merge tag 'renesas-soc-for-v4.14' of... · 6a1aa09b
      Arnd Bergmann authored
      Merge tag 'renesas-soc-for-v4.14' of https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into next/soc
      
      Pull "Renesas ARM Based SoC Updates for v4.14" Simon Horman:
      
      * Add debug-ll support to RZ/G1M (r8a7743) SoC
      
        Chris Paterson says, "RZ/G1M uses SCIF0 for the debug console, like most
        of the R-Car Gen2 SoCs."
      
      * Remove ARCH_SHMOBILE_MULTI
      
        Geert Uytterhoeven says, "The migration from ARCH_SHMOBILE_MULTI to
        ARCH_RENESAS has been completed in v4.12..."
      
      * Correct arch timer frequency on RZ/G1M (r8a7743) SoC
      
        Geert Uytterhoeven says, "According to the datasheet, the frequency of
        the ARM architecture timer on RZ/G1E depends on the frequency of the ZS
        clock..."
      
      * Add support for CPG/MSSR bindings
      
        Geert Uytterhoeven says, "When using the new CPG/MSSR bindings, there is
        no longer a "renesas,rcar-gen2-cpg-clocks" node, and the code to obtain
        the external clock crystal frequency falls back to a default of 20 MHz.
        While this is correct for all upstream R-Car Gen2 and RZ/G1 boards, this
        is not necessarily the case for out-of-tree third party boards.
      
        Add support for finding the external clock crystal oscillator on RZ/G1M,
        and on R-Car H2, M2-W, and M2-N using the new CPG/MSSR bindings, through
        the corresponding "renesas,r8a77xx-cpg-mssr" nodes."
      
      * Obtain jump stub region from DT
      
        Geert Uytterhoeven says, "Add support for obtaining from DT the SRAM
        region to store the jump stub for CPU core bringup, according to the
        renesas,smp-sram DT bindings."
      
      * tag 'renesas-soc-for-v4.14' of https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas:
        ARM: shmobile: Remove ARCH_SHMOBILE_MULTI
        ARM: shmobile: rcar-gen2: Correct arch timer frequency on RZ/G1E
        ARM: shmobile: rcar-gen2: Add support for CPG/MSSR bindings
        ARM: shmobile: rcar-gen2: Obtain jump stub region from DT
        ARM: debug-ll: Add support for r8a7743
      6a1aa09b
    • Arnd Bergmann's avatar
      Merge tag 'arm-ep93xx-adc' of https://github.com/sverdlin/linux into next/soc · 5cc3928c
      Arnd Bergmann authored
      Pull "ADC device support for Cirrus Logic EP93xx SoC" from Alexander Sverdlin:
      
      - Add ADC specific clock
      - Add ADC device support to EP93xx core
      - Add ADC instance to EDB93xx boards
      
      The above doesn't include a driver for ADC device.
      
      * tag 'arm-ep93xx-adc' of https://github.com/sverdlin/linux:
        ARM: edb93xx: Add ADC platform device
        ARM: ep93xx: Add ADC platform device support to core
        ARM: ep93xx: Add ADC clock
      5cc3928c
    • Arnd Bergmann's avatar
      Merge tag 'samsung-soc-4.14' of... · 033c5960
      Arnd Bergmann authored
      Merge tag 'samsung-soc-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux into next/soc
      
      Pull "Samsung mach/soc changes for v4.14" from Krzysztof Kozłowski:
      
      Only for S3C24xx platform:
      1. Cleanup from non-existent CONFIG entries.
      2. Fix unmet NET dependency when H1940 bluetooth chip is selected..
      
      * tag 'samsung-soc-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux:
        ARM: s3c24xx: make H1940BT depend on RFKILL
        ARM: s3c24xx: Do not confuse local define with Kconfig
        ARM: s3c24xx: Remove non-existing SND_SOC_SMDK2443_WM9710
        ARM: s3c24xx: Remove non-existing CONFIG_CPU_S3C2413
      033c5960
  3. 14 Aug, 2017 5 commits
  4. 10 Aug, 2017 3 commits
  5. 07 Aug, 2017 1 commit
  6. 06 Aug, 2017 14 commits
  7. 05 Aug, 2017 7 commits