Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1558690
| Path | csiph.com!feeder.erje.net!2.eu.feeder.erje.net!news.roellig-ltd.de!open-news-network.org!weretis.net!feeder4.news.weretis.net!news.mixmin.net!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| From | David Lechner <david@lechnology.com> |
| Newsgroups | linux.kernel |
| Subject | [PATCH v4 0/4] Support for LEGO MINDSTORMS EV3 |
| Date | Fri, 13 Jan 2017 20:10:02 +0100 |
| Message-ID | <sZfoB-4EY-13@gated-at.bofh.it> (permalink) |
| Dkim-Signature | v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lechnology.com; s=default; h=Message-Id:Date:Subject:Cc:To:From:Sender: Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=+334El3/dQxcIr3Cx3javmKd3SzYQd047zx5ntpq1IU=; b=B844deXfPmwYPxzxX1+VULBoov golzFurg+gMafs1mpnR65NV9+4QDsgr13YXAusAMYsrMoA/w/1FtUMGSOIdD4TlrVeBbdsPKvPm3s OpsREGwwNdAhWheGgnhk8ivxNcxngEbkVFxx+n8/T7d4EMe3p/4q6AmCX/AF73BtMl4sDZsJpIah9 mCzfGJ2DOyQKp80totLfZwJagl+Qb2O/iGVh+xYiTy5RCMMm89WDSpM+c9PaHtPhVbJ7ec2fifkeb TjbFi/d6NgytmPPP2CrwNYAgDvWo5Zde4wpoT0P0/n0Wl3pgW9wDOsQXIkUGe9wp92IKt9K9LM3h/ jlu1Zm4A==; |
| X-Mailer | git-send-email 2.7.4 |
| X-Antiabuse | This header was added to track abuse, please include it with any abuse report |
| X-Antiabuse | Primary Hostname - vern.gendns.com |
| X-Antiabuse | Original Domain - vger.kernel.org |
| X-Antiabuse | Originator/Caller UID/GID - [47 12] / [47 12] |
| X-Antiabuse | Sender Address Domain - lechnology.com |
| X-Get-Message-Sender-Via | vern.gendns.com: authenticated_id: davidmain+lechnology.com/only user confirmed/virtual account not confirmed |
| X-Authenticated-Sender | vern.gendns.com: davidmain@lechnology.com |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 48 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | David Lechner <david@lechnology.com>, Sekhar Nori <nsekhar@ti.com>, Kevin Hilman <khilman@kernel.org>, Rob Herring <robh+dt@kernel.org>, Mark Rutland <mark.rutland@arm.com>, linux-kernel@vger.kernel.org |
| X-Original-Date | Fri, 13 Jan 2017 13:03:38 -0600 |
| X-Original-Message-ID | <1484334222-14223-1-git-send-email-david@lechnology.com> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1558690 |
Show key headers only | View raw
This patch series adds support for LEGO MINDSTORMS EV3. This is a TI AM1808 based board. v4 changes: * New patches for device tree bindings specifications * Fixed vendor on eeprom device node v3 changes: * required defconfig patches have been picked up in linux-davinci tree, so this is the only patch left in the series * Added aliases node for consistent naming of serial ports * Added memory node * Removed nodes that are not finalized yet * Renamed button labels to match EV3 users manual v2 changes: * Dropped defconfig patches that have already been pick up * Added some new defconfig patches * Updated device tree file based on feedback and new available bindings * Renamed file to include da850- prefix * Changed button labels * Fixed LED names * Added beeper device for sound * Added regulators for USB and A/DC * Removed unused pinmux nodes * Added pinconf for buttons * Enabled pwms * Used preferred bindings for flash partitions * Added A/DC spi device * Enabled USB David Lechner (4): dt-bindings: Add vendor prefix for LEGO dt-bindings: Add LEGO MINDSTORMS EV3 compatible specification dt-bindings: add "microchip,24c128" compatible string ARM: dts: Add LEGO MINDSTORMS EV3 dts Documentation/devicetree/bindings/arm/davinci.txt | 4 + .../devicetree/bindings/eeprom/eeprom.txt | 2 + .../devicetree/bindings/vendor-prefixes.txt | 1 + arch/arm/boot/dts/Makefile | 3 +- arch/arm/boot/dts/da850-lego-ev3.dts | 313 +++++++++++++++++++++ 5 files changed, 322 insertions(+), 1 deletion(-) create mode 100644 arch/arm/boot/dts/da850-lego-ev3.dts -- 2.7.4
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH v4 0/4] Support for LEGO MINDSTORMS EV3 David Lechner <david@lechnology.com> - 2017-01-13 20:10 +0100
csiph-web