Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752821AbbKLNMS (ORCPT ); Thu, 12 Nov 2015 08:12:18 -0500 Received: from mailout3.w1.samsung.com ([210.118.77.13]:56912 "EHLO mailout3.w1.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752497AbbKLNMQ (ORCPT ); Thu, 12 Nov 2015 08:12:16 -0500 X-AuditID: cbfec7f5-f794b6d000001495-ea-5644902d9c86 From: Pavel Fedin To: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Kukjin Kim , Krzysztof Kozlowski Subject: [PATCH v8 0/4] Exynos SROMc configuration and Ethernet support for SMDK5410 Date: Thu, 12 Nov 2015 16:12:03 +0300 Message-id: X-Mailer: git-send-email 2.4.4 X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFprJLMWRmVeSWpSXmKPExsVy+t/xK7q6E1zCDFrvs1jMP3KO1aL/zUJW i3OvVjJavH5haNH/+DWzxabH11gtLu+aw2Yx4/w+Joul1y8yWUyYvpbFonXvEXYHbo8189Yw elzu62XyWLn8C5vHplWdbB6bl9R79G1ZxejxeZNcAHsUl01Kak5mWWqRvl0CV0Zrzz22gvsi FXdmTWdrYFwl0MXIwSEhYCJxfw1/FyMnkCkmceHeerYuRi4OIYGljBL7nyxmgnDamCS+dp1k A6liE1CXOP31AwtIQkSgnVHiWONGsCpmgYlMEkum72cEqRIWCJO4/mEHE4jNIqAq8WnbNxYQ m1fATOLvjdUsEPvkJK5cn842gZF7ASPDKkbR1NLkguKk9FwjveLE3OLSvHS95PzcTYyQAPu6 g3HpMatDjAIcjEo8vBNmOocJsSaWFVfmHmKU4GBWEuFNSHMJE+JNSaysSi3Kjy8qzUktPsQo zcGiJM47c9f7ECGB9MSS1OzU1ILUIpgsEwenVAOj/FqXw8V2b7kiXqVd/MMkwumrJRK065bo wu1th2wyV61nDzTc+tF2Rbjl3SVBDxo2nI58zKx/IvEDW177ASOO1f4HfJOPc2jdftyUOmnJ iaC5yXZV1tOjJlzKMgsvfpe/cIKmfx9Da5Txp8d7P4vI9C88ybl5Wlvb7vqb/qFC88JmZ5w3 5PNQYinOSDTUYi4qTgQAR10g5SwCAAA= Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2831 Lines: 74 This patch extends Exynos SROM controller driver with ability to configure controller outputs and enables SMSC9115 Ethernet chip on SMDK5410 board, which is connected via SROMc bank #3. With this patchset, support for the whole existing SMDK range can be added. Actually, only bank number is different. This patchset also depends on Exynos 5410 pinctrl support, introduced by patches 0003 and 0004 from this set: [PATCH v4 0/5] ARM: EXYNOS: ODROID-XU DT and LEDs http://lists.infradead.org/pipermail/linux-arm-kernel/2015-March/330862.html Pinctrl support is necessary in order to correctly configure multifunctional pins of the Exynos chip. v7 => v8: - More fixes to documentation v6 => v7: - Fixed stupid error in Tacc description in the documentation v5 => v6: - Even more improvements to the documentation, fixed some errors and typos. - Separated adding bus ranges from generic SROMc support - Some stuff renamed for even better code readability - Stylistic cleanups in the DTS (everything in alphabetic order, use named constant name for interrupt config byte) v4 => v5: - Some cosmetic changes in the dtsi ("compatible" goes first) - Use correctly specified ranges for the SROMc node - Reuse existing properties where possible ("reg" for bank# and "reg-io-width" for data width) - Separated page-mode property from timings array - More improvements to the documentation v3 => v4: - Devices are now added as subnodes, with additional properties. This allows to cleary specify dependency. If configuration fails, error will be reported and child devices will not be probed. - These additional properties now have "samsung,srom-XXX" format - Fixed code style, now better understood. v2 => v3: - Fixed up SROMc region size in the device tree - Reordered patches, documentation goes first now v1 => v2: - Fixed some typos and bad labels in device tree - Improved documentation Pavel Fedin (4): Documentation: dt-bindings: Describe SROMc configuration ARM: dts: Add SROMc to Exynos 5410 drivers: exynos-srom: Add support for bank configuration ARM: dts: Add Ethernet chip to SMDK5410 .../bindings/arm/samsung/exynos-srom.txt | 73 +++++++++++++++++++++- arch/arm/boot/dts/exynos5410-smdk5410.dts | 41 ++++++++++++ arch/arm/boot/dts/exynos5410.dtsi | 11 ++++ arch/arm/mach-exynos/Kconfig | 2 +- drivers/soc/samsung/Kconfig | 2 +- drivers/soc/samsung/exynos-srom.c | 61 +++++++++++++++++- 6 files changed, 184 insertions(+), 6 deletions(-) -- 2.4.4 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/