[PATCH] SPI: spi-ppc4xx - remove incorrect __exit markup

2013-02-24 Thread Dmitry Torokhov
-by: Dmitry Torokhov dmitry.torok...@gmail.com --- drivers/spi/spi-ppc4xx.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/spi/spi-ppc4xx.c b/drivers/spi/spi-ppc4xx.c index 7a85f22..027b474 100644 --- a/drivers/spi/spi-ppc4xx.c +++ b/drivers/spi/spi-ppc4xx.c @@ -560,7

Re: [PATCH 02/10] arm: at91: move platfarm_data to include/linux/platform_data/atmel.h

2012-11-10 Thread Dmitry Torokhov
related changes) Acked-by: Dmitry Torokhov dmitry.torok...@gmail.com for input piece. -- Dmitry -- Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free

Re: [PATCH] input: spi: Driver for SPI data stream driven vibrator

2010-10-27 Thread Dmitry Torokhov
On Wed, Oct 27, 2010 at 09:47:30AM +0100, Grant Likely wrote: On Tue, Oct 26, 2010 at 06:50:33PM +0200, ilkka.koski...@nokia.com wrote: Hi Grant and thanks for comments, [...] +static int vibra_spi_playback(struct input_dev *input, int effect_id, int value) +{ +struct vibra_data

Re: [PATCH] input: spi: Driver for SPI data stream driven vibrator

2010-10-26 Thread Dmitry Torokhov
Hi Ilkka, On Mon, Oct 25, 2010 at 04:31:02PM +0300, Ilkka Koskinen wrote: This driver provides access to drive a vibrator connected to SPI data line via Input layer's Force Feedback interface. Client application provides samples (data streams) to be played as CUSTOM_DATA. The samples are

Re: [spi-devel-general] [PATCH] Input: Add tsc2046 touchscreen driver

2010-04-17 Thread Dmitry Torokhov
Hi Cory, Sorry for not reviewing the driver earlier. On Sun, Dec 13, 2009 at 12:39:14PM -0800, Cory Maccarrone wrote: This change implements a new driver for the TSC2046-series touchscreen found on many HTC OMAP850-based smartphones. This driver differs from the ADS7846 in that it uses 16-bit

Re: [spi-devel-general] Accelerometer, Gyros and ADC's etc within the kernel.

2008-05-21 Thread Dmitry Torokhov
merely sysfs class to contain these elements. Would be OK. Or: * Place these within the input subsystem. You might want to discuss this with the input subsystem maintainer Dmitry Torokhov (Cc'd). The Wii remote is essentially a joystick, and joysticks belong to the input subsystem. I