summaryrefslogtreecommitdiff
path: root/arch/arm/configs
AgeCommit message (Collapse)Author
2016-10-02Merge branch 'pm-cpufreq'Rafael J. Wysocki
* pm-cpufreq: (24 commits) cpufreq: st: add missing \n to end of dev_err message cpufreq: kirkwood: add missing \n to end of dev_err messages cpufreq: CPPC: Avoid overflow when calculating desired_perf cpufreq: ti: Use generic platdev driver cpufreq: intel_pstate: Add io_boost trace cpufreq: intel_pstate: Use IOWAIT flag in Atom algorithm cpufreq: schedutil: Add iowait boosting cpufreq / sched: SCHED_CPUFREQ_IOWAIT flag to indicate iowait condition cpufreq: CPPC: Force reporting values in KHz to fix user space interface cpufreq: create link to policy only for registered CPUs intel_pstate: constify local structures cpufreq: dt: Support governor tunables per policy cpufreq: dt: Update kconfig description cpufreq: dt: Remove unused code MAINTAINERS: Add Documentation/cpu-freq/ cpufreq: dt: Add support for r8a7792 cpufreq / sched: ignore SMT when determining max cpu capacity cpufreq: Drop unnecessary check from cpufreq_policy_alloc() ARM: multi_v7_defconfig: Don't attempt to enable schedutil governor as module ARM: exynos_defconfig: Don't attempt to enable schedutil governor as module ...
2016-09-15ARM: keystone: defconfig: Fix USB configurationRoger Quadros
Simply enabling CONFIG_KEYSTONE_USB_PHY doesn't work anymore as it depends on CONFIG_NOP_USB_XCEIV. We need to enable that as well. This fixes USB on Keystone boards from v4.8-rc1 onwards. Signed-off-by: Roger Quadros <rogerq@ti.com> Acked-by: Santosh Shilimkar <ssantosh@kernel.org> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2016-09-14ARM: multi_v7_defconfig: update XILINX_VDMAFabian Frederick
Commit fde57a7c4474 ("dmaengine: xilinx: Rename driver and config") renamed config XILINX_VDMA to config XILINX_DMA Update defconfig accordingly. Signed-off-by: Fabian Frederick <fabf@skynet.be> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2016-09-13Merge tag 'samsung-defconfig-schedutil-4.9' of ↵Rafael J. Wysocki
git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux into pm-cpufreq-sched The schedutil cpufreq governor will be switched from tristate to bool. Fix defconfigs. * tag 'samsung-defconfig-schedutil-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux: ARM: multi_v7_defconfig: Don't attempt to enable schedutil governor as module ARM: exynos_defconfig: Don't attempt to enable schedutil governor as module
2016-08-19ARM: multi_v7_defconfig: Don't attempt to enable schedutil governor as moduleJavier Martinez Canillas
The schedutil CPUFreq governor could be built as a module but the change "cpufreq / sched: Pass flags to cpufreq_update_util()" made it non-modular so attempting to enable as module leads to a warning: warning: symbol value 'm' invalid for CPU_FREQ_GOV_SCHEDUTIL Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
2016-08-19ARM: exynos_defconfig: Don't attempt to enable schedutil governor as moduleJavier Martinez Canillas
The schedutil CPUFreq governor could be built as a module but the change "cpufreq / sched: Pass flags to cpufreq_update_util()" made it non-modular so attempting to enable as module leads to a warning: warning: symbol value 'm' invalid for CPU_FREQ_GOV_SCHEDUTIL Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
2016-08-03Revert "ARM: aspeed: adapt defconfigs for new CONFIG_PRINTK_TIME"Arnd Bergmann
The patch that this was preparing for made it into neither v4.7 nor v4.8, so we should back this out as well to avoid the opposite warning: arch/arm/configs/aspeed_g5_defconfig:62:warning: symbol value '1' invalid for PRINTK_TIME arch/arm/configs/aspeed_g4_defconfig:61:warning: symbol value '1' invalid for PRINTK_TIME Sorry for not catching this earlier. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Fixes: 0ef659a30055 ("ARM: aspeed: adapt defconfigs for new CONFIG_PRINTK_TIME") Cc: stable@vger.kernel.org # v4.7
2016-08-01Merge tag 'armsoc-defconfig' of ↵Linus Torvalds
git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc 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 ...
2016-07-14Merge tag 'omap-for-v4.8/defconfig-v2-signed' of ↵Arnd Bergmann
git://git.kernel.org/pub/scm/linux/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
2016-07-14Merge tag 'sti-defconfig-for-v4.8' of ↵Arnd Bergmann
git://git.kernel.org/pub/scm/linux/kernel/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
2016-07-11ARM: multi_v7_defconfig: enable STMicroelectronics DRM SupportPatrice Chotard
Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
2016-07-11ARM: multi_v7_defconfig: enable STMicroelectronics BDISP 2D blitter driverPatrice Chotard
Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
2016-07-11ARM: omap2plus_defconfig: Fix USB selection to keep Ethernet workingTony Lindgren
With the recent Kconfig changes we need to now enable the PHYs to keep USB working. Signed-off-by: Tony Lindgren <tony@atomide.com>
2016-07-07ARM: configs: lpc18xx: enable adc and dac iio driversJoachim Eastwood
Enable ADC and DAC IIO drivers for LPC18xx/43xx SoCs. Signed-off-by: Joachim Eastwood <manabian@gmail.com> Signed-off-by: Olof Johansson <olof@lixom.net>
2016-07-07Merge tag 'sunxi-defconfig-for-4.8' of ↵Arnd Bergmann
https://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux into next/defconfig Merge "Allwinner defconfig changes for 4.8" from Maxime Ripard: Two patches to enable the DRM driver in the sunxi and multi_v7 defconfig. * tag 'sunxi-defconfig-for-4.8' of https://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux: ARM: sunxi: Enable sun4i DRM driver ARM: multi_v7: Enable sun4i DRM driver
2016-07-07Merge tag 'at91-ab-4.8-defconfig2' of ↵Arnd Bergmann
git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux into next/defconfig Merge "Defconfig changes for 4.8 #2:" from Alexandre Belloni: - Addition of the sama5d2 xplained PMIC: ACT8945A * tag 'at91-ab-4.8-defconfig2' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux: ARM: multi_v7_defconfig: add ACT8945A ARM: at91/defconfig: Add ACT8945A driver
2016-07-06Merge tag 'renesas-defconfig-for-v4.8' of ↵Olof Johansson
git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into next/defconfig Renesas ARM Based SoC Defconfig Updates for v4.8 * Enable newly added support for r8a7792 SoC in multi_v7 and shmobile defconfigs * tag 'renesas-defconfig-for-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas: ARM: multi_v7_defconfig: defconfig: Enable r8a7792 SoC ARM: shmobile: defconfig: Enable r8a7792 SoC Signed-off-by: Olof Johansson <olof@lixom.net>
2016-07-06ARM: config: Add a multi_v4t_defconfigAlexander Shiyan
To allow regression build testing of multi v4t systems, add a multi_v4t_defconfig, similar to the multi_v5(v7)_defconfig. Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2016-07-05Merge tag 'samsung-defconfig-4.8-2' of ↵Olof Johansson
git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux into next/defconfig Samsung defconfig update for v4.8, part 2: 1. Enable Virtual Video Test Driver on nulti_v7 and exynos defconfigs. Useful for testing. * tag 'samsung-defconfig-4.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux: ARM: multi_v7_defconfig: Enable vivid driver as a module ARM: exynos_defconfig: Enable vivid driver as a module Signed-off-by: Olof Johansson <olof@lixom.net>
2016-07-05Merge tag 'imx-defconfig-4.8' of ↵Olof Johansson
git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into next/defconfig The i.MX defconfig update for 4.8: - Enable TOUCHSCREEN_ADS7846, USB_FUNCTIONFS and USB_USBNET support * tag 'imx-defconfig-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux: ARM: imx_v6_v7_defconfig: Select ADS7846 support ARM: imx_v6_v7_defconfig: enable USB FFS gadget ARM: imx_v6_v7_defconfig: build in usbnet to support NFS for non-ethernet board Signed-off-by: Olof Johansson <olof@lixom.net>
2016-07-04Merge tag 'qcom-defconfig-for-4.8' of ↵Olof Johansson
git://git.kernel.org/pub/scm/linux/kernel/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>
2016-07-04Merge tag 'socfpga_defconfig_updates_for_v4.8' of ↵Olof Johansson
git://git.kernel.org/pub/scm/linux/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>
2016-07-04Merge tag 'keystone_config_for_4.8' of ↵Olof Johansson
git://git.kernel.org/pub/scm/linux/kernel/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>
2016-07-04ARM: multi_v7_defconfig: add ACT8945AAlexandre Belloni
ACT8945A is the PMIC present on the sama5d2 Xplained. Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
2016-07-01ARM: at91/defconfig: Add ACT8945A driverWenyou Yang
Include ACT8945A mfd, regulator and power drivers. Signed-off-by: Wenyou Yang <wenyou.yang@atmel.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
2016-06-28ARM: imx_v6_v7_defconfig: Select ADS7846 supportDiego Dorta
Add CONFIG_TOUCHSCREEN_ADS7846 support. Signed-off-by: Diego Dorta <diego.dorta@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
2016-06-27ARM: configs: qualcomm: Add MDM9615 missing defconfigsNeil Armstrong
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> Signed-off-by: Andy Gross <andy.gross@linaro.org>
2016-06-27arm: use the new LED disk activity triggerStephan Linz
- dts: rename 'ide-disk' to 'disk-activity' - platform: rename 'ide-disk' to 'disk-activity' - defconfig: rename 'LEDS_TRIGGER_IDE_DISK' to 'LEDS_TRIGGER_DISK' Signed-off-by: Stephan Linz <linz@li-pro.net> Acked-by: Sekhar Nori <nsekhar@ti.com> Acked-by: Robert Jarzmik <robert.jarzmik@free.fr> Acked-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Jacek Anaszewski <j.anaszewski@samsung.com>
2016-06-27ARM: multi_v7_defconfig: Enable vivid driver as a moduleJavier Martinez Canillas
The Virtual Video Test Driver can be used to emulate video capture and output devices so it's very useful for testing. Since is not necessary to boot, can be enabled as module to avoid increasing the kernel size. Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com> Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
2016-06-27ARM: exynos_defconfig: Enable vivid driver as a moduleJavier Martinez Canillas
The Virtual Video Test Driver can be used to emulate video capture and output devices so it's very useful for testing. Since is not necessary to boot, can be enabled as module to avoid increasing the kernel size. Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com> Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
2016-06-24ARM: defconfig: enable the MSM8660 pin controllerLinus Walleij
After enabling this I get pins, GPIO, keys and everything on the MSM8660 surf (APQ8660 DragonBoard). Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Reviewed-by: Stephen Boyd <sboyd@codeaurora.org> Signed-off-by: Andy Gross <andy.gross@linaro.org>
2016-06-21ARM: imx_v6_v7_defconfig: enable USB FFS gadgetGary Bisson
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 <gary.bisson@boundarydevices.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
2016-06-20ARM: socfpga: enable PL330 DMA in socfpga_defconfigDinh Nguyen
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 <dinguyen@opensource.altera.com> --- v2: Also enable DMATEST as a kernel module
2016-06-20ARM: socfpga: add PCIe to socfpga_defconfigLey Foon Tan
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 <lftan@altera.com> Signed-off-by: Tien Hock Loh <thloh@altera.com> Cc: Dinh Nguyen <dinguyen@opensource.altera.com> Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com>
2016-06-20ARM: multi_v7_defconfig: defconfig: Enable r8a7792 SoCSimon Horman
Enable support for r8a7792 SoC in multi_v7_defconfig. Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
2016-06-20ARM: shmobile: defconfig: Enable r8a7792 SoCSimon Horman
Enable support for r8a7792 SoC in shmobile_defconfig. Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
2016-06-19Merge tag 'arm-soc/for-4.8/defconfig' of http://github.com/Broadcom/stblinux ↵Olof Johansson
into next/defconfig 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@lixom.net>
2016-06-16ARM: Remove bcm_defconfigFlorian Fainelli
We have everything we need in multi_v7_defconfig that exists in bcm_defconfig, so get rid of that file to reduce the maintenance burden. Acked-by: Scott Branden <scott.branden@broadcom.com> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
2016-06-16ARM: multi_v7_defconfig: Enable Broadcom Kona watchdogFlorian Fainelli
In order to get rid of bcm_defconfig, enable this driver which is needed by some Broadcom SoCs based on the Kona architecture to reboot. Acked-by: Scott Branden <scott.branden@broadcom.com> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
2016-06-16ARM: multi_v7_defconfig: Enable Broadcom STB PWMFlorian Fainelli
Acked-by: Scott Branden <scott.branden@broadcom.com> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
2016-06-16ARM: multi_v7_defconfig: Enable BCM7038 WatchdogFlorian Fainelli
The BCM7038 watchdog is used by all Broadcom STB SoCs but is not needed for system reboot, we just turn it on as a module. Acked-by: Scott Branden <scott.branden@broadcom.com> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
2016-06-16ARM: multi_v7_defconfig: Enable Broadcom AHCIFlorian Fainelli
Enable the Broadcom AHCI driver and its companion PHY driver to get functional SATA3 support. Acked-by: Scott Branden <scott.branden@broadcom.com> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
2016-06-16ARM: imx_v6_v7_defconfig: build in usbnet to support NFS for non-ethernet boardPeter Chen
At some boards, it has no ethernet support. As an alternative, we can use USB Ethernet card to support NFS (u-boot supports it too). It supports AXIS cards which are used most frequently. Signed-off-by: Peter Chen <peter.chen@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
2016-06-14ARM: socfpga: Update socfpga_defconfigMarek Vasut
Enable the following bits: CONFIG_TOUCHSCREEN_STMPE - STMPE touchscreen support, needed on MCVEVK as it contains the chip. This also enables the STMPE MFD device and touchscreen input support. CONFIG_USB_STORAGE - USB storage support is often used, so enable it. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Dinh Nguyen <dinguyen@opensource.altera.com> Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com>
2016-06-14Merge tag 'at91-ab-4.8-defconfig' of ↵Olof Johansson
git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux into next/defconfig Defconfig changes for 4.8: - Add at91sam9 platforms in multi_v5 * tag 'at91-ab-4.8-defconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux: ARM: multi_v5_defconfig: enable Atmel platforms Signed-off-by: Olof Johansson <olof@lixom.net>
2016-06-11ARM: multi_v5_defconfig: enable Atmel platformsAlexandre Belloni
Enable Atmel ARMv5 platforms in multi_v5 Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
2016-06-08ARM: keystone: Enable PINCTRL_SINGLE ConfigFranklin S Cooper Jr
Newer Keystone 2 devices utilize pinmuxing. Enable PINCTRL SINGLE which is used to handle pinmuxing. Signed-off-by: Franklin S Cooper Jr <fcooper@ti.com> Signed-off-by: Keerthy <j-keerthy@ti.com> Signed-off-by: Santosh Shilimkar <ssantosh@kernel.org>
2016-06-06ARM: exynos_defconfig: Save defconfig on current linux-nextKrzysztof Kozlowski
Save defconfig on next-20160602. Most of changes are just re-ordering of symbols. Removed symbols: - FHANDLE (default y), - THERMAL, EXYNOS_THERMAL (selected by ARCH_EXYNOS), - CHROME_PLATFORMS (selected by MFD_CROS_EC), - EXT4_FS (selected by EXT3_FS) - SND_SOC_ODROIDX2 (obsolete since commit ee12a817bb4b ("ASoC: samsung: Remove unused Odroid x2/u3 machine driver"), replaced with SND_SIMPLE_CARD). Cc: Sylwester Nawrocki <s.nawrocki@samsung.com> Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Reviewed-by: Sylwester Nawrocki <s.nawrocki@samsung.com> Reviewed-by: Javier Martinez Canillas <javier@osg.samsung.com>
2016-06-06ARM: multi_v7_defconfig: Enable s5p-secss driverKrzysztof Kozlowski
The Exynos SoC provides a Security SubSystem block for accelerating some cryptographic operations. Enable the driver for it - s5p-secss to utilize the hardware acceleration. Currently the s5p-secss driver supports AES in CBC and ECB modes. However its usefulness could be doubted. Excerpt of tests on Odroid XU3 (Exynos5422), for 256 bit key, encryption, performance CPU freq governor: algorithm | block size [b] | average speed [MB/s] | cbc-aes-s5p | 16 | 11.5 | cbc-aes-s5p | 64 | 25.4 | cbc-aes-s5p | 256 | 41.0 | cbc-aes-s5p | 1024 | 47.4 | cbc-aes-s5p | 8192 | 49.0 | cbc(aes-generic) | 16 | 0.4 | cbc(aes-generic) | 64 | 1.8 | cbc(aes-generic) | 256 | 6.6 | cbc(aes-generic) | 1024 | 25.2 | cbc(aes-generic) | 8192 | 83.1 | Anyway enable the driver so it will get some testing coverage by community. Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Reviewed-by: Javier Martinez Canillas <javier@osg.samsung.com>
2016-06-06ARM: multi_v7_defconfig: Enable drivers for Exynos4210 Universal C210 boardKrzysztof Kozlowski
Enable drivers needed to get Exynos 4210 Universal C210 board working: MAX8998 MFD and regulators, GPIO-based bit-bang SPI, Exynos DRM FIMD parallel output and Samsung LD9040 RGB panel. Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Reviewed-by: Javier Martinez Canillas <javier@osg.samsung.com>