02 Aug, 2016

1 commit

  • Pull ARM SoC defconfig updates from Olof Johansson:
    "Defconfig additions, removals, etc.

    Most of these are small changes adding the options for newly
    upstreamed drivers, or drivers needed for new board support.

    - removed Broadcom bcm_defconfig, targets are all covered in
    multi_v7_defconfig

    - new defconfig: multi_v4t_defconfig"

    * tag 'armsoc-defconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc: (43 commits)
    ARM: multi_v7_defconfig: enable STMicroelectronics DRM Support
    ARM: multi_v7_defconfig: enable STMicroelectronics BDISP 2D blitter driver
    ARM: omap2plus_defconfig: Fix USB selection to keep Ethernet working
    ARM: configs: lpc18xx: enable adc and dac iio drivers
    ARM: config: Add a multi_v4t_defconfig
    ARM: multi_v7_defconfig: add ACT8945A
    ARM: at91/defconfig: Add ACT8945A driver
    ARM: imx_v6_v7_defconfig: Select ADS7846 support
    ARM: configs: qualcomm: Add MDM9615 missing defconfigs
    ARM: multi_v7_defconfig: Enable vivid driver as a module
    ARM: exynos_defconfig: Enable vivid driver as a module
    ARM: defconfig: enable the MSM8660 pin controller
    ARM: imx_v6_v7_defconfig: enable USB FFS gadget
    ARM: socfpga: enable PL330 DMA in socfpga_defconfig
    ARM: socfpga: add PCIe to socfpga_defconfig
    ARM: multi_v7_defconfig: defconfig: Enable r8a7792 SoC
    ARM: shmobile: defconfig: Enable r8a7792 SoC
    ARM: Remove bcm_defconfig
    ARM: multi_v7_defconfig: Enable Broadcom Kona watchdog
    ARM: multi_v7_defconfig: Enable Broadcom STB PWM
    ...

    Linus Torvalds
     

14 Jul, 2016

2 commits

  • …nux/kernel/git/tmlind/linux-omap into next/defconfig

    Merge "omap2plus_defconfig fix for v4.8 merge window" from Tony Lindgren:

    A defconfig update for omap2plus_defconfig to fix changed USB
    Kconfig dependencies for v4.8 merge window. Otherwise things
    like USB Ethernet on omap3 beagle, omap4 panda and omap5-uevm
    won't work without manual configuration.

    * tag 'omap-for-v4.8/defconfig-v2-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap:
    ARM: omap2plus_defconfig: Fix USB selection to keep Ethernet working

    Arnd Bergmann
     
  • …git/pchotard/sti into next/defconfig

    Merge "STi defconfig updates for v4.8" from Patrice Chotard:

    - Enable DRM_STI for STMicroelectronics DRM Support
    - VIDEO_STI_BDISP for STMicroelectronics BDISP 2D

    * tag 'sti-defconfig-for-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/pchotard/sti:
    ARM: multi_v7_defconfig: enable STMicroelectronics DRM Support
    ARM: multi_v7_defconfig: enable STMicroelectronics BDISP 2D blitter driver

    Arnd Bergmann
     

11 Jul, 2016

3 commits


08 Jul, 2016

1 commit


07 Jul, 2016

3 commits


06 Jul, 2016

3 commits


05 Jul, 2016

3 commits

  • …git/agross/linux into next/defconfig

    Qualcomm ARM Based defconfig Updates for v4.8

    * Enable MSM9615 board support
    * Enable MSM8660 pinctrl support

    * tag 'qcom-defconfig-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux:
    ARM: configs: qualcomm: Add MDM9615 missing defconfigs
    ARM: defconfig: enable the MSM8660 pin controller

    Signed-off-by: Olof Johansson <olof@lixom.net>

    Olof Johansson
     
  • …inux/kernel/git/dinguyen/linux into next/defconfig

    SoCFPGA defconfig updates for v4.8
    - enable PL330 DMA, PCIe, Touchscreen and USB Mass Storage

    * tag 'socfpga_defconfig_updates_for_v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux:
    ARM: socfpga: enable PL330 DMA in socfpga_defconfig
    ARM: socfpga: add PCIe to socfpga_defconfig
    ARM: socfpga: Update socfpga_defconfig

    Signed-off-by: Olof Johansson <olof@lixom.net>

    Olof Johansson
     
  • …/git/ssantosh/linux-keystone into next/defconfig

    ARM: Keystone config updates for 4.8

    - Enable PINCTRL support
    - Remove redundant ARM_PATCH_PHYS_VIRT

    * tag 'keystone_config_for_4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone:
    ARM: keystone: remove redundant depends on ARM_PATCH_PHYS_VIRT
    ARM: keystone: Enable PINCTRL_SINGLE Config
    ARM: keystone: Enable PINCTRL config

    Signed-off-by: Olof Johansson <olof@lixom.net>

    Olof Johansson
     

04 Jul, 2016

1 commit


02 Jul, 2016

1 commit


28 Jun, 2016

2 commits


27 Jun, 2016

3 commits


25 Jun, 2016

1 commit


21 Jun, 2016

3 commits

  • The USB Function FS gadget can be very useful for debugging.

    For instance, the adbd daemon can leverage this gadget to
    offer an ADB connection to the platform over USB.

    Note that adbd is available on many OS/build systems:
    - Ubuntu: see android-tools-adbd package [1]
    - Yocto: see meta-smartphone android-tools recipe [2]
    - Buildroot: see android-tools package [3]

    [1] http://packages.ubuntu.com/trusty/android-tools-adbd
    [2] https://github.com/shr-distribution/meta-smartphone/tree/shr/meta-android/recipes-android/android-tools
    [3] https://git.buildroot.net/buildroot/tree/package/android-tools

    Signed-off-by: Gary Bisson
    Signed-off-by: Shawn Guo

    Gary Bisson
     
  • Enable the PL330 DMA and DMATEST on SoCFPGA.

    make savedefconfig says CONFIG_FHANDLE is not needed in the defconfig,
    remove it.

    Signed-off-by: Dinh Nguyen
    ---
    v2: Also enable DMATEST as a kernel module

    Dinh Nguyen
     
  • Enable Altera PCIe host driver, Altera MSI driver and PCIe devices.

    CONFIG_PCI=y
    CONFIG_PCI_MSI=y
    CONFIG_PCIE_ALTERA=y
    CONFIG_PCIE_ALTERA_MSI=y
    CONFIG_BLK_DEV_NVME=m
    CONFIG_E1000E=m
    CONFIG_IGB=m
    CONFIG_IXGBE=m

    Signed-off-by: Ley Foon Tan
    Signed-off-by: Tien Hock Loh
    Cc: Dinh Nguyen
    Signed-off-by: Dinh Nguyen

    Ley Foon Tan
     

20 Jun, 2016

3 commits

  • Enable support for r8a7792 SoC in multi_v7_defconfig.

    Signed-off-by: Simon Horman

    Simon Horman
     
  • Enable support for r8a7792 SoC in shmobile_defconfig.

    Signed-off-by: Simon Horman

    Simon Horman
     
  • This pull request contains defconfig changes for Broadcom ARM-based SoCs:

    - Florian enables support for the BCM63xx DSL SoCs basic peripherals, enables
    the networking subsystems for Set Top Box SoCs, enables the PWM, watchdog and
    the AHCI controller and SATA PHY drivers

    - Florian removes the bcm_defconfig file which is no longer useful and updates
    multi_v7_defconfig to include the Kona watchdog to provide proper reboot for the
    Broadcom Kona platforms

    Please note that Tejun Heo has queued a patch which renames AHCI_BRCMSTB into
    AHCI_BRCM, to avoid two patches in a row, we just enable AHCI_BRCM to be future
    proof

    * tag 'arm-soc/for-4.8/defconfig' of http://github.com/Broadcom/stblinux:
    ARM: Remove bcm_defconfig
    ARM: multi_v7_defconfig: Enable Broadcom Kona watchdog
    ARM: multi_v7_defconfig: Enable Broadcom STB PWM
    ARM: multi_v7_defconfig: Enable BCM7038 Watchdog
    ARM: multi_v7_defconfig: Enable Broadcom AHCI
    ARM: multi_v7_defconfig: Enable BRCMSTB networking
    ARM: multi_v7_defconfig: Enable BCM63xx

    Signed-off-by: Olof Johansson

    Olof Johansson
     

17 Jun, 2016

5 commits


16 Jun, 2016

1 commit


15 Jun, 2016

2 commits


11 Jun, 2016

1 commit


09 Jun, 2016

1 commit