Re: [PATCH 2/2] Input: matrix_keymap - wire up device tree support

2012-04-29 Thread Dmitry Torokhov
On Thu, Apr 26, 2012 at 09:05:18AM -0600, Stephen Warren wrote: > On 04/26/2012 02:19 AM, Dmitry Torokhov wrote: > > When platform keymap is not supplied to matrix_keypad_build_keymap() > > and device tree support is enabled, try locating specified property > > and load keymap from it. If property

[PATCH v3 1/2] input: keyboard: Add keys driver for the LPC32xx SoC

2012-04-29 Thread Roland Stigge
This patch adds a driver for the key scan interface of the LPC32xx SoC Signed-off-by: Roland Stigge --- Applies to v3.4-rc4 Please pick this patch for the input subsystem. Changes since v2: * Fixed case of lpc32XX_* -> lpc32xx_* * Removed unnecessary casts * Removed unnecessary unlikely() * Us

[PATCH v3 2/2] ARM: LPC32xx: Make platform use key driver

2012-04-29 Thread Roland Stigge
This patch connects the lpc32xx-key driver to the LPC32xx platform (via lpc32xx.dtsi), and more specifically to the reference board via its dts file. The clock.c file needs to be changed to match the automatic device name to its clock. Signed-off-by: Roland Stigge --- Applies to v3.4-rc4 + LPC32

[GIT PULL] USB: LPC32xx device tree related OHCI and UDC patch series

2012-04-29 Thread Roland Stigge
Hi, this is the pull request for the just re-posted series of LPC32xx related USB patches (just ported onto current usb.git's usb-next). Thanks in advance, Roland The following changes since commit 4212cd74ca6f0c42f5a0065797dd1c310a485ad8: USB: usb-skeleton.c: remove err() usage (2012-04-27

[PATCH v8 5/5] USB: ohci-nxp: Use isp1301 driver

2012-04-29 Thread Roland Stigge
ohci-nxp duplicates the isp1301 driver. This patch removes this code and makes ohci-nxp use the new separate isp1301 driver instead. Signed-off-by: Roland Stigge Acked-by: Arnd Bergmann --- Documentation/devicetree/bindings/usb/ohci-nxp.txt |8 ++ drivers/usb/host/Kconfig

[PATCH v8 3/5] USB: Add driver for NXP ISP1301 USB transceiver

2012-04-29 Thread Roland Stigge
This new driver registers the NXP ISP1301 chip via the I2C subsystem. The chip is the USB transceiver shared by ohci-nxp, lpc32xx_udc (gadget) and isp1301_omap. ISP1301 is a very low-level driver that primarily separates out the I2C client registration of the ISP1301 chip (including instantiation

[PATCH v8 0/5] USB: LPC32xx device tree related OHCI and UDC patch series

2012-04-29 Thread Roland Stigge
This series collects the pending LPC32xx patches in one series and forward ports it onto git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git usb-next There are no other changes since last post. Roland Stigge (5): ohci-nxp: Driver cleanup ohci-nxp: Device tree support USB: Add driv

[PATCH v8 2/5] ohci-nxp: Device tree support

2012-04-29 Thread Roland Stigge
This patch adds device tree support to ohci-nxp.c Signed-off-by: Roland Stigge --- Documentation/devicetree/bindings/usb/ohci-nxp.txt | 16 drivers/usb/host/ohci-nxp.c| 10 ++ 2 files changed, 26 insertions(+), 0 deletions(-) create mode 1006

[PATCH v8 1/5] ohci-nxp: Driver cleanup

2012-04-29 Thread Roland Stigge
Cleanup for ohci-nxp.c: * Cleanup of resource handling (mem and irq), use devm_request_and_ioremap() * Use DMA_BIT_MASK() * Don't remove __devinit * Removed obsolete gpio.h include * More consistent bit access symbols * Removed unused extern declaration ocpi_enable() * Added error handling on i2c_

Re: [PATCH 00/10] allow mxc_nand to be probed via device tree

2012-04-29 Thread Artem Bityutskiy
On Sun, 2012-04-29 at 11:27 +0200, Uwe Kleine-König wrote: > Hello Artem, > > On Sat, Apr 28, 2012 at 03:20:54PM +0300, Artem Bityutskiy wrote: > > On Mon, 2012-04-23 at 11:22 +0200, Uwe Kleine-König wrote: > > > Hello, > > > > > > this series aims to be able to probe mxc_nand devices via device

Re: [PATCH 00/10] allow mxc_nand to be probed via device tree

2012-04-29 Thread Uwe Kleine-König
Hello Artem, On Sat, Apr 28, 2012 at 03:20:54PM +0300, Artem Bityutskiy wrote: > On Mon, 2012-04-23 at 11:22 +0200, Uwe Kleine-König wrote: > > Hello, > > > > this series aims to be able to probe mxc_nand devices via device tree. > > Most of its patches reorganize the driver to only use cpu_is_mx