devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] Support for LEGO MINDSTORTMS EV3
@ 2016-10-21 18:36 David Lechner
  2016-10-21 18:36 ` [PATCH 1/5] ARM: davinci: Compile MMC in kernel David Lechner
                   ` (3 more replies)
  0 siblings, 4 replies; 27+ messages in thread
From: David Lechner @ 2016-10-21 18:36 UTC (permalink / raw)
  To: Kevin Hilman, Sekhar Nori
  Cc: David Lechner, Rob Herring, Mark Rutland, Russell King,
	devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA

This patch series adds support for LEGO MINDSTORTMS EV3[1]. This is a TI AM1808
based board.

This patch series has been tested working (along with some hacks to fix the
GPIOs) on an EV3.

There are still quite a few additional new drivers that need to be submitted
to get everything working. This patch series just adds support for the parts
that already have mainline kernel drivers.

I have a plan/driver in progress for many of the components[2], but I could use
some advice on a few particulars.

Bluetooth: This needs a driver to sequence a GPIO to take the Bluetooth chip
out of shutdown *after* the Bluetooth clock has been configured and started.
Is there a generic driver that can do this sort of thing? Or, if not, which
subsystem should the new driver go in?

Input and output ports: These ports are capable of hotplugging various devices,
such as sensors and motors. I have written a driver for these that can detect
most devices. I created a new subsystem for this called `lego-port`. However,
I am wondering if the existing phy or extcon subsystems might be a good fit for
this sort of thing.


[1]: http://mindstorms.lego.com
[2]: https://github.com/ev3dev/lego-linux-drivers/tree/master/evb

David Lechner (5):
  ARM: davinci: Compile MMC in kernel
  ARM: davinci: Don't append git rev to local version
  ARM: davinci: enable gpio poweroff in default config
  ARM: davinci: enable LEDs default-on trigger in default config
  ARM: dts: Add LEGO MINDSTORTMS EV3 dts

 arch/arm/boot/dts/Makefile             |   3 +-
 arch/arm/boot/dts/lego-ev3.dts         | 454 +++++++++++++++++++++++++++++++++
 arch/arm/configs/davinci_all_defconfig |   8 +-
 3 files changed, 462 insertions(+), 3 deletions(-)
 create mode 100644 arch/arm/boot/dts/lego-ev3.dts

-- 
2.7.4

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 27+ messages in thread

end of thread, other threads:[~2016-10-28  9:03 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-21 18:36 [PATCH 0/5] Support for LEGO MINDSTORTMS EV3 David Lechner
2016-10-21 18:36 ` [PATCH 1/5] ARM: davinci: Compile MMC in kernel David Lechner
     [not found]   ` <1477075018-20176-2-git-send-email-david-nq/r/kbU++upp/zk7JDF2g@public.gmane.org>
2016-10-26 11:33     ` Sekhar Nori
     [not found] ` <1477075018-20176-1-git-send-email-david-nq/r/kbU++upp/zk7JDF2g@public.gmane.org>
2016-10-21 18:36   ` [PATCH 2/5] ARM: davinci: Don't append git rev to local version David Lechner
     [not found]     ` <1477075018-20176-3-git-send-email-david-nq/r/kbU++upp/zk7JDF2g@public.gmane.org>
2016-10-24 11:35       ` Sekhar Nori
     [not found]         ` <20f3efba-4f79-3675-d2ce-09efe90fb692-l0cyMroinI0@public.gmane.org>
2016-10-24 15:15           ` David Lechner
2016-10-26 10:54             ` Sekhar Nori
     [not found]               ` <47ad8be9-54e0-4e0c-3ff5-31662e6ca4de-l0cyMroinI0@public.gmane.org>
2016-10-26 15:44                 ` David Lechner
2016-10-21 18:36   ` [PATCH 3/5] ARM: davinci: enable gpio poweroff in default config David Lechner
     [not found]     ` <1477075018-20176-4-git-send-email-david-nq/r/kbU++upp/zk7JDF2g@public.gmane.org>
2016-10-26 11:09       ` Sekhar Nori
2016-10-21 18:36   ` [PATCH 5/5] ARM: dts: Add LEGO MINDSTORTMS EV3 dts David Lechner
2016-10-21 19:13     ` Kevin Hilman
     [not found]     ` <1477075018-20176-6-git-send-email-david-nq/r/kbU++upp/zk7JDF2g@public.gmane.org>
2016-10-24 11:58       ` Sekhar Nori
     [not found]         ` <b0022fad-a96e-86d4-71ba-2b803e5421fe-l0cyMroinI0@public.gmane.org>
2016-10-24 15:50           ` David Lechner
2016-10-24 19:50             ` David Lechner
     [not found]               ` <b6cd3c47-0df8-266a-2b8d-13c82062b647-nq/r/kbU++upp/zk7JDF2g@public.gmane.org>
2016-10-24 21:20                 ` David Lechner
     [not found]                   ` <84648cb0-f1fa-d88b-bac2-79208af01ca6-nq/r/kbU++upp/zk7JDF2g@public.gmane.org>
2016-10-25 10:58                     ` Sekhar Nori
     [not found]                       ` <0b7cf7a1-e234-2868-dfde-347c92c23829-l0cyMroinI0@public.gmane.org>
2016-10-25 15:44                         ` David Lechner
2016-10-25  2:56             ` David Lechner
2016-10-27 10:05             ` Sekhar Nori
2016-10-27  1:30           ` David Lechner
2016-10-27 11:18             ` Sekhar Nori
2016-10-21 18:36 ` [PATCH 4/5] ARM: davinci: enable LEDs default-on trigger in default config David Lechner
2016-10-27 11:29   ` Sekhar Nori
     [not found]     ` <669b14c2-7f62-35bc-c8a3-6dde05a99fb1-l0cyMroinI0@public.gmane.org>
2016-10-27 15:49       ` David Lechner
     [not found]         ` <be478f0a-bd10-7241-7e9d-20dfc1beaa30-nq/r/kbU++upp/zk7JDF2g@public.gmane.org>
2016-10-28  9:03           ` Sekhar Nori
2016-10-21 18:45 ` [PATCH 0/5] Support for LEGO MINDSTORTMS EV3 Lennart Sorensen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).