]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drivers: bus: add a new driver for WEIM
authorHuang Shijie <b32955@freescale.com>
Tue, 28 May 2013 06:20:07 +0000 (14:20 +0800)
committerShawn Guo <shawn.guo@linaro.org>
Mon, 17 Jun 2013 08:04:28 +0000 (16:04 +0800)
commit85bf6d4e4b100efda8169f6f98fd65d0029c7813
tree56c0bf6af6b3f4877af7e1b560247e7f4cb1c75c
parent81b8a3cda99076b7d8b65e63d3cc675a305f60e1
drivers: bus: add a new driver for WEIM

The WEIM(Wireless External Interface Module) works like a bus.
You can attach many different devices on it, such as NOR, onenand.

In the case of i.MX6q-sabreauto, the NOR is connected to WEIM.

This patch also adds the devicetree binding document.
The driver only works when the devicetree is enabled.

Signed-off-by: Huang Shijie <b32955@freescale.com>
Acked-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Documentation/devicetree/bindings/bus/imx-weim.txt [new file with mode: 0644]
drivers/bus/Kconfig
drivers/bus/Makefile
drivers/bus/imx-weim.c [new file with mode: 0644]