Re: [PATCH] add raw video support for Samsung SUR40 touchscreen

2015-01-20 Thread Hans Verkuil
On 01/20/15 10:24, Florian Echtler wrote: Hello Hans, On 19.01.2015 11:38, Hans Verkuil wrote: Sorry for the delay. No problem, thanks for your feedback. Note: I'm intentionally using dma-contig instead of vmalloc, as the USB core apparently _will_ try to use DMA for larger bulk

Re: [PATCH v6 3/6] mfd: ti_am335x_tscadc: Remove unwanted reg_se_cache save

2015-01-20 Thread Lee Jones
On Wed, 07 Jan 2015, Vignesh R wrote: In one shot mode, sequencer automatically disables all enabled steps at the end of each cycle. (both ADC steps and TSC steps) Hence these steps need not be saved in reg_se_cache for clearing these steps at a later stage. Also, when ADC wakes up Sequencer

Re: [PATCH] add raw video support for Samsung SUR40 touchscreen

2015-01-20 Thread Laurent Pinchart
Hello, On Tuesday 20 January 2015 10:30:07 Hans Verkuil wrote: On 01/20/15 10:24, Florian Echtler wrote: On 19.01.2015 11:38, Hans Verkuil wrote: Sorry for the delay. No problem, thanks for your feedback. Note: I'm intentionally using dma-contig instead of vmalloc, as the USB

Re: [PATCH] add raw video support for Samsung SUR40 touchscreen

2015-01-20 Thread Hans Verkuil
On 01/20/15 13:59, Laurent Pinchart wrote: Hello, On Tuesday 20 January 2015 10:30:07 Hans Verkuil wrote: On 01/20/15 10:24, Florian Echtler wrote: On 19.01.2015 11:38, Hans Verkuil wrote: Sorry for the delay. No problem, thanks for your feedback. Note: I'm intentionally using

Re: [PATCH] add raw video support for Samsung SUR40 touchscreen

2015-01-20 Thread Laurent Pinchart
Hi Hans, On Tuesday 20 January 2015 14:03:00 Hans Verkuil wrote: On 01/20/15 13:59, Laurent Pinchart wrote: On Tuesday 20 January 2015 10:30:07 Hans Verkuil wrote: On 01/20/15 10:24, Florian Echtler wrote: On 19.01.2015 11:38, Hans Verkuil wrote: Sorry for the delay. No problem,

Re: [PATCH v6 3/6] mfd: ti_am335x_tscadc: Remove unwanted reg_se_cache save

2015-01-20 Thread R, Vignesh
On 1/20/2015 5:23 PM, Lee Jones wrote: On Wed, 07 Jan 2015, Vignesh R wrote: In one shot mode, sequencer automatically disables all enabled steps at the end of each cycle. (both ADC steps and TSC steps) Hence these steps need not be saved in reg_se_cache for clearing these steps at a later

Re: About Goodix-TS on Bay Trail, and ACPI and interrupts

2015-01-20 Thread Mika Westerberg
On Mon, Jan 19, 2015 at 10:37:58AM -0500, Benjamin Tissoires wrote: Hi Antonio, [adding Mika in CC, he implemented most of the ACPI and GPIO for i2c-hid] On Jan 17 2015 or thereabouts, Antonio Ospite wrote: Hi, I am trying to make the Goodix driver

Re: [PATCH] Input: da9052_tsi: remove unnecessary worker

2015-01-20 Thread Michael Grzeschik
On Mon, Jan 19, 2015 at 11:21:00PM -0800, Dmitry Torokhov wrote: Hi Michael, On Sun, Jan 18, 2015 at 04:36:08PM +0100, Michael Grzeschik wrote: With the datardy irq we get the information if the pen got pulled from the screen. This patch changes the irq by checking this condition every

Re: [PATCH 001/001] usbhid: Fix initialisation and force effect modifications for the Microsoft Sidewinder Force Feedback Pro 2 joystick

2015-01-20 Thread Benjamin Tissoires
Hi, Jim, in addition to what Alan said, here are some comments that I would like to be fixed in the v2. On Sun, Jan 18, 2015 at 11:07 AM, Jim Keir jimk...@oracledbadirect.com wrote: From: Jim Keir jimk...@yahoo.co.uk Signed-off-by: Jim Keir jimk...@yahoo.co.uk The Signed-off-by line is

Re: About Goodix-TS on Bay Trail, and ACPI and interrupts

2015-01-20 Thread Antonio Ospite
On Tue, 20 Jan 2015 12:05:48 +0200 Mika Westerberg mika.westerb...@intel.com wrote: On Mon, Jan 19, 2015 at 10:37:58AM -0500, Benjamin Tissoires wrote: Hi Antonio, [adding Mika in CC, he implemented most of the ACPI and GPIO for i2c-hid] On Jan 17 2015 or thereabouts, Antonio

[PATCH] usb: hid: Do not bind to Microchip Pick16F1454

2015-01-20 Thread Kristian Evensen
The Microchip Pick16F1454 is exported as a HID device and is used by for example the Yepkit YKUSH three-port switchable USB hub. However, it is not an actual HID-device. On the Yepkit, it is used to power up/down the ports on the hub. The HID driver should ignore this device. Signed-off-by:

Re: [linux-sunxi] [PATCH v4 5/5] ARM: sunxi: dts: Add PS2 nodes for A20 lime2 board

2015-01-20 Thread Iain Paton
On 16/01/15 14:03, Vishnu Patekar wrote: Signed-off-by: VishnuPatekar vishnupatekar0...@gmail.com --- arch/arm/boot/dts/sun7i-a20-olinuxino-lime2.dts | 12 1 file changed, 12 insertions(+) diff --git a/arch/arm/boot/dts/sun7i-a20-olinuxino-lime2.dts

Re: About Goodix-TS on Bay Trail, and ACPI and interrupts

2015-01-20 Thread Benjamin Tissoires
On Jan 20 2015 or thereabouts, Mika Westerberg wrote: On Mon, Jan 19, 2015 at 10:37:58AM -0500, Benjamin Tissoires wrote: Hi Antonio, [adding Mika in CC, he implemented most of the ACPI and GPIO for i2c-hid] On Jan 17 2015 or thereabouts, Antonio Ospite wrote: Hi, I am

Re: [PATCH v6 3/6] mfd: ti_am335x_tscadc: Remove unwanted reg_se_cache save

2015-01-20 Thread Lee Jones
On Tue, 20 Jan 2015, R, Vignesh wrote: On 1/20/2015 5:23 PM, Lee Jones wrote: On Wed, 07 Jan 2015, Vignesh R wrote: In one shot mode, sequencer automatically disables all enabled steps at the end of each cycle. (both ADC steps and TSC steps) Hence these steps need not be saved in

Re: [PATCH v4 3/5] ARM: sunxi: dts: Add PS2 nodes to dtsi for A10 and A20

2015-01-20 Thread Maxime Ripard
Hi Vishnu, On Fri, Jan 16, 2015 at 07:33:39PM +0530, Vishnu Patekar wrote: Signed-off-by: VishnuPatekar vishnupatekar0...@gmail.com Signed-off-by: Hans de Goede hdego...@redhat.com Why is there Hans Signed-off here? --- arch/arm/boot/dts/sun4i-a10.dtsi | 16

Re: [linux-sunxi] [PATCH v4 5/5] ARM: sunxi: dts: Add PS2 nodes for A20 lime2 board

2015-01-20 Thread Maxime Ripard
On Tue, Jan 20, 2015 at 05:02:06PM +, Iain Paton wrote: On 16/01/15 14:03, Vishnu Patekar wrote: Signed-off-by: VishnuPatekar vishnupatekar0...@gmail.com --- arch/arm/boot/dts/sun7i-a20-olinuxino-lime2.dts | 12 1 file changed, 12 insertions(+) diff --git

Re: [PATCH] MAINTAINERS: Update rydberg's addresses

2015-01-20 Thread Peter Hutterer
On Tue, Jan 20, 2015 at 11:26:20PM +0100, Henrik Rydberg wrote: Hi Benjamin, Henrik, I just used the get_maintainer to add you on CC to an input-mt patch series, and it ended up using the @euromail.se instead of your still valid one. I can resend to you the patch series if you want.

[PATCH RESEND 0/2] Add regulator-haptic device tree

2015-01-20 Thread Jaewon Kim
This patch series adds regulator-haptic device tree in rinato and monk boards. The regulator-haptic has haptic motor and it is controlled by voltage of regulator via force feedback framework. regualtor-haptic driver merged at linux-next ref : https://lkml.org/lkml/2014/12/17/477 Jaewon Kim (2):

[PATCH RESEND 1/2] ARM: dts: exynos3250-rinato: Add regulator-haptic node for haptics

2015-01-20 Thread Jaewon Kim
This patch adds regulator-haptic device node controlled by regulator. Signed-off-by: Jaewon Kim jaewon02@samsung.com Reviewed-by: Chanwoo Choi cw00.c...@samsung.com --- arch/arm/boot/dts/exynos3250-rinato.dts |7 +++ 1 file changed, 7 insertions(+) diff --git

[PATCH RESEND 2/2] ARM: dts: exynos3250-monk: Add regulator-haptic node for haptics

2015-01-20 Thread Jaewon Kim
This patch adds regulator-haptic device node controlled by regulator. Signed-off-by: Jaewon Kim jaewon02@samsung.com Reviewed-by: Chanwoo Choi cw00.c...@samsung.com --- arch/arm/boot/dts/exynos3250-monk.dts |7 +++ 1 file changed, 7 insertions(+) diff --git

Re: [PATCH] usb: hid: Do not bind to Microchip Pick16F1454

2015-01-20 Thread Jiri Kosina
On Tue, 20 Jan 2015, Kristian Evensen wrote: The Microchip Pick16F1454 is exported as a HID device and is used by for example the Yepkit YKUSH three-port switchable USB hub. However, it is not an actual HID-device. On the Yepkit, it is used to power up/down the ports on the hub. The HID