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
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
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
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
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
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
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
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
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_
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
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
11 matches
Mail list logo