From: Krzysztof Kozlowski <hidden> Date: 2016-06-02 05:55:42
The Exynos4412-based Trats2 board has CM36651 proximity/ambient light
sensor, MMS114 touchscreen and Wolfson Microelectronics WM1811 CODEC.
Enable them in defconfig to get some testing coverage and use its
features.
While saving defconfig the SND_SOC_ODROIDX2 is removed because it does
not exist since commit ee12a817bb4b ("ASoC: samsung: Remove unused
Odroid x2/u3 machine driver").
Signed-off-by: Krzysztof Kozlowski <redacted>
---
arch/arm/configs/multi_v7_defconfig | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
@@ -71,6 +70,7 @@ CONFIG_MWIFIEX=m CONFIG_MWIFIEX_SDIO=m CONFIG_INPUT_EVDEV=y CONFIG_KEYBOARD_GPIO=y+CONFIG_KEYBOARD_SAMSUNG=y CONFIG_KEYBOARD_CROS_EC=y # CONFIG_MOUSE_PS2 is not set CONFIG_MOUSE_CYAPA=y
On Thursday, June 2, 2016 7:55:13 AM CEST Krzysztof Kozlowski wrote:
The Exynos4412-based Trats2 board has CM36651 proximity/ambient light
sensor, MMS114 touchscreen and Wolfson Microelectronics WM1811 CODEC.
Enable them in defconfig to get some testing coverage and use its
features.
While saving defconfig the SND_SOC_ODROIDX2 is removed because it does
not exist since commit ee12a817bb4b ("ASoC: samsung: Remove unused
Odroid x2/u3 machine driver").
Signed-off-by: Krzysztof Kozlowski <redacted>
All four look good to me,
Acked-by: Arnd Bergmann <arnd@arndb.de>
On 06/02/2016 07:55 AM, Krzysztof Kozlowski wrote:
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 <redacted>
From: Javier Martinez Canillas <hidden> Date: 2016-06-02 13:43:45
Hello Krzysztof,
On 06/02/2016 01:55 AM, Krzysztof Kozlowski wrote:
The Exynos4412-based Trats2 board has CM36651 proximity/ambient light
sensor, MMS114 touchscreen and Wolfson Microelectronics WM1811 CODEC.
Enable them in defconfig to get some testing coverage and use its
features.
While saving defconfig the SND_SOC_ODROIDX2 is removed because it does
not exist since commit ee12a817bb4b ("ASoC: samsung: Remove unused
Odroid x2/u3 machine driver").
Signed-off-by: Krzysztof Kozlowski <redacted>
---
Reviewed-by: Javier Martinez Canillas <redacted>
Best regards,
--
Javier Martinez Canillas
Open Source Group
Samsung Research America
From: Javier Martinez Canillas <hidden> Date: 2016-06-02 13:52:18
Hello Krzysztof,
On 06/02/2016 01:55 AM, Krzysztof Kozlowski wrote:
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 <redacted>
---
Reviewed-by: Javier Martinez Canillas <redacted>
Best regards,
--
Javier Martinez Canillas
Open Source Group
Samsung Research America
From: Javier Martinez Canillas <hidden> Date: 2016-06-02 13:54:20
Hello Krzysztof,
On 06/02/2016 01:55 AM, Krzysztof Kozlowski wrote:
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 <redacted>
---
Looks good to me.
Reviewed-by: Javier Martinez Canillas <redacted>
Best regards,
--
Javier Martinez Canillas
Open Source Group
Samsung Research America