1. 27 Mar, 2018 21 commits
  2. 26 Mar, 2018 3 commits
  3. 23 Mar, 2018 1 commit
    • Dinh Nguyen's avatar
      arm64: defconfig: enable stmmac ethernet to defconfig · 83d6e27e
      Dinh Nguyen authored
      This patch enables the CONFIG_STMMAC_ETH to the default arm64 defconfig:
      
      -CONFIG_STMMAC_ETH=m
      +CONFIG_STMMAC_ETH=y
      +CONFIG_DWMAC_IPQ806X=m
      +CONFIG_DWMAC_MESON=m
      +CONFIG_DWMAC_ROCKCHIP=m
      +CONFIG_DWMAC_SUNXI=m
      +CONFIG_DWMAC_SUN8I=m
      
      The STMMAC ethernet controller is on the Stratix10 platform, and thus needs
      driver to be in the kernel image for NFS to work.
      Signed-off-by: default avatarDinh Nguyen <dinguyen@kernel.org>
      83d6e27e
  4. 20 Mar, 2018 9 commits
  5. 15 Mar, 2018 2 commits
  6. 14 Mar, 2018 1 commit
  7. 13 Mar, 2018 1 commit
    • Arnd Bergmann's avatar
      Merge tag 'arm-soc/for-4.17/defconfig' of https://github.com/Broadcom/stblinux into next/soc · 6140e14b
      Arnd Bergmann authored
      Pull "Broadcom defconfig changes for 4.17" from Florian Fainelli:
      
      This pull request contains multi_v7_defconfig changes for Broadcom
      ARM-based SoC for 4.17, please pull the following:
      
      - Tuomas enables the BCM2835 AUX driver which is necessary to provide
        console on the Raspberry Pi 3
      
      - Stefan turns on support for the BCM43438 Bluetooth adapter connected
        via UART on the Raspberry Pi Zero Wireless and he also turns on
        support for the thermal driver on the Pi 2 and 3.
      
      * tag 'arm-soc/for-4.17/defconfig' of https://github.com/Broadcom/stblinux:
        ARM: multi_v7_defconfig: Enable thermal driver for RPi 2/3
        ARM: bcm2385_defconfig: Enable BT support for BCM43438
        ARM: multi_v7_defconfig: Enable serial console on RPi 3
      6140e14b
  8. 12 Mar, 2018 2 commits
    • Arnd Bergmann's avatar
      Merge tag 'pxa-for-4.17' of https://github.com/rjarzmik/linux into next/soc · fdda85f6
      Arnd Bergmann authored
      Pull "This is the pxa changes for v4.17 cycle" from Robert Jarzmik:
      
       - minor changes for property API
       - clock API fix for ULPI driver warning
      
      It exceptionally contains a merge from the mtd tree from Boris
      to prevent any merge conflicts in the PXA tree.
      
      * tag 'pxa-for-4.17' of https://github.com/rjarzmik/linux:
        ARM: pxa/raumfeld: use PROPERTY_ENTRY_U32() directly
        ARM: pxa: ulpi: fix ulpi timeout and slowpath warn
        ARM: pxa: cm-x300: remove inline directive
        ARM: pxa: fix static checker warning in pxa3xx-ulpi
        MAINTAINERS: remove entry for deleted pxa3xx_nand driver
        arm: dts: pxa: use reworked NAND controller driver
        dt-bindings: mtd: remove pxa3xx NAND controller documentation
        mtd: nand: remove useless fields from pxa3xx NAND platform data
        mtd: nand: remove deprecated pxa3xx_nand driver
        mtd: nand: use Marvell reworked NAND controller driver with all platforms
      fdda85f6
    • Arnd Bergmann's avatar
      Merge tag 'at91-ab-4.17-soc' of... · 40590db6
      Arnd Bergmann authored
      Merge tag 'at91-ab-4.17-soc' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/abelloni/linux into next/soc
      
      Pull "AT91 SoC for 4.17: from Alexandre Belloni:
      
       - Rename Atmel to Microhip in MAINTAINERS, Documentation and Kconfig
      
      * tag 'at91-ab-4.17-soc' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/abelloni/linux:
        ARM: at91: Kconfig: Update company to Microchip
        Documentation: at91: Update Microchip SoC documentation
        MAINTAINERS: ARM: at91: update entry for ARM/Microchip
      40590db6