Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1535069 > unrolled thread
| Started by | Gary Bisson <gary.bisson@boundarydevices.com> |
|---|---|
| First post | 2016-12-02 17:40 +0100 |
| Last post | 2016-12-02 17:40 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[RFC v2 0/3] pinctrl: imx: add support for dt-overlays Gary Bisson <gary.bisson@boundarydevices.com> - 2016-12-02 17:40 +0100
| From | Gary Bisson <gary.bisson@boundarydevices.com> |
|---|---|
| Date | 2016-12-02 17:40 +0100 |
| Subject | [RFC v2 0/3] pinctrl: imx: add support for dt-overlays |
| Message-ID | <sJZ2p-6fQ-9@gated-at.bofh.it> |
Hi all, This RFC series is a follow-up to my previous RFC patch [1]. This time the series includes one possible of_notifier implementation for people to understand the need of radix_tree (or similar mechanism) as suggested by Fabio. However, if you wish to try this on, you'll need a tree with patches from the renesas-drivers tree to have configfs support [2]. To ease that process, my testing tree was pushed to github [3] which is based on today's linux-next tree. Finally, the device tree overlay was also pushed to github [4]. This last repo also contains what is needed to build the overlay out of tree plus some helper script to load the overlay. With this tree and overlay, two spidev devices can be added from user-space with the proper pinctrl being applied. The patches of this series include some comment on their purpose / implementation. Regards, Gary [1] http://www.spinics.net/lists/kernel/msg2391326.html [2] http://git.kernel.org/cgit/linux/kernel/git/geert/renesas-drivers.git/log/?h=topic/overlays [3] https://github.com/gibsson/linux-next/tree/for-next-20161202 [4] https://github.com/gibsson/dt-overlays/tree/dt-overlays-next/overlays Gary Bisson (3): pinctrl: imx: remove const qualifier of imx_pinctrl_soc_info pinctrl: imx: use radix trees for groups and functions pinctrl: imx: add of_notifier for dynamic pinctrl changes drivers/pinctrl/freescale/pinctrl-imx.c | 301 +++++++++++++++++++++++++++----- drivers/pinctrl/freescale/pinctrl-imx.h | 5 +- 2 files changed, 261 insertions(+), 45 deletions(-) -- 2.9.3
Back to top | Article view | linux.kernel
csiph-web