[PATCHv7 09/15] DocBook/media: add CEC documentation

2015-06-29 Thread Hans Verkuil
From: Hans Verkuil hverk...@xs4all.nl Add DocBook documentation for the CEC API. Signed-off-by: Hans Verkuil hansv...@cisco.com [k.deb...@samsung.com: add documentation for passthrough mode] [k.deb...@samsung.com: minor fixes and change of reserved field sizes] Signed-off-by: Kamil Debski

[PATCHv7 12/15] adv7842: add cec support

2015-06-29 Thread Hans Verkuil
Add CEC support to the adv7842 driver. Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- drivers/media/i2c/adv7842.c | 211 +++- 1 file changed, 208 insertions(+), 3 deletions(-) diff --git a/drivers/media/i2c/adv7842.c b/drivers/media/i2c/adv7842.c

[PATCH 2/4] sync-with-kernel

2015-06-29 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- contrib/freebsd/include/linux/input.h| 13 + include/linux/cec-funcs.h| 1516 ++ include/linux/cec.h | 709

[PATCH 0/4] cec-ctl/compliance: new CEC utilities

2015-06-29 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com This patch series adds two new utilities to the v4l-utils git repository (http://git.linuxtv.org/cgit.cgi/v4l-utils.git/). It assumes that the new CEC framework available in the kernel:

[PATCH 4/4] cec-ctl: CEC control utility

2015-06-29 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com Generic CEC utility that can be used to send/receive/monitor CEC messages. Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- configure.ac |1 + utils/Makefile.am |1 + utils/cec-ctl/Makefile.am |8 +

[PATCH 3/4] cec-compliance: add new CEC compliance utility

2015-06-29 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com This utility will attempt to test whether the CEC protocol was implemented correctly. Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- configure.ac| 1 + utils/Makefile.am | 1 +

Re: [PATCH][RFC] usbhid: enable autosuspend for internal devices

2015-06-29 Thread Oliver Neukum
On Mon, 2015-06-29 at 13:16 +0200, Jiri Kosina wrote: On Mon, 29 Jun 2015, Oliver Neukum wrote: Last time we were testing this, autosuspend for USB HID devices was quite a disaster. Do you have any idea whether udev developers tested the autosuspend on by default for USB

[PATCH] input/arc_ps2: add HAS_IOMEM dependency

2015-06-29 Thread Sebastian Ott
Fix this compile error: drivers/built-in.o: In function `arc_ps2_probe': /mnt/linux/drivers/input/serio/arc_ps2.c:206: undefined reference to `devm_ioremap_resource' Signed-off-by: Sebastian Ott seb...@linux.vnet.ibm.com --- drivers/input/serio/Kconfig |1 + 1 file changed, 1 insertion(+)

[PATCHv7 06/15] rc: Add HDMI CEC protocol handling

2015-06-29 Thread Hans Verkuil
From: Kamil Debski ka...@wypas.org Add handling of remote control events coming from the HDMI CEC bus. This patch includes a new keymap that maps values found in the CEC messages to the keys pressed and released. Also, a new protocol has been added to the core. Signed-off-by: Kamil Debski

[PATCHv7 03/15] dts: exynos4412-odroid*: enable the HDMI CEC device

2015-06-29 Thread Hans Verkuil
From: Kamil Debski ka...@wypas.org Add a dts node entry and enable the HDMI CEC device present in the Exynos4 family of SoCs. Signed-off-by: Kamil Debski ka...@wypas.org Signed-off-by: Hans Verkuil hans.verk...@cisco.com Acked-by: Krzysztof Kozlowski k.kozlow...@samsung.com ---

[PATCHv7 01/15] dts: exynos4*: add HDMI CEC pin definition to pinctrl

2015-06-29 Thread Hans Verkuil
From: Kamil Debski ka...@wypas.org Add pinctrl nodes for the HDMI CEC device to the Exynos4210 and Exynos4x12 SoCs. These are required by the HDMI CEC device. Signed-off-by: Kamil Debski ka...@wypas.org Signed-off-by: Hans Verkuil hans.verk...@cisco.com Acked-by: Krzysztof Kozlowski

[PATCHv7 00/15] HDMI CEC framework

2015-06-29 Thread Hans Verkuil
Hi all, The seventh version of this patchset addresses comments on the mailing list and many changes due to the work I did on the cec-compliance and cec-ctl utilities (will be posted in a separate patch series). Please see the changelog below for details. Note: I have taken over from Kamil: he

[PATCHv7 04/15] HID: add HDMI CEC specific keycodes

2015-06-29 Thread Hans Verkuil
From: Kamil Debski ka...@wypas.org Add HDMI CEC specific keycodes to the keycodes definition. Signed-off-by: Kamil Debski ka...@wypas.org Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- include/uapi/linux/input.h | 12 1 file changed, 12 insertions(+) diff --git

[PATCHv7 02/15] dts: exynos4: add node for the HDMI CEC device

2015-06-29 Thread Hans Verkuil
From: Kamil Debski ka...@wypas.org This patch adds HDMI CEC node specific to the Exynos4210/4x12 SoC series. Signed-off-by: Kamil Debski ka...@wypas.org Signed-off-by: Hans Verkuil hans.verk...@cisco.com Acked-by: Krzysztof Kozlowski k.kozlow...@samsung.com --- arch/arm/boot/dts/exynos4.dtsi |

Re: [PATCH][RFC] usbhid: enable autosuspend for internal devices

2015-06-29 Thread Jiri Kosina
On Mon, 29 Jun 2015, Oliver Neukum wrote: Last time we were testing this, autosuspend for USB HID devices was quite a disaster. Do you have any idea whether udev developers tested the autosuspend on by default for USB HID devices on reasonable set of devices? The culrpits that I

Re: [PATCH][RFC] usbhid: enable autosuspend for internal devices

2015-06-29 Thread Jiri Kosina
On Mon, 29 Jun 2015, Oliver Neukum wrote: This is a HW property and nothing kernel can do about. I am not saying it doesn't bring the LEDs up to a proper state again once auto-resumed. But I hate the LEDs going off a few seconds after I stop typing (i.e. once the keyboard gets

[PATCH 1/4] Makefile.am: copy cec headers with make sync-with-kernel

2015-06-29 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com Copy the new cec headers. Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- Makefile.am | 4 1 file changed, 4 insertions(+) diff --git a/Makefile.am b/Makefile.am index 1a61592..b8c450d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,6

Re: [PATCH][RFC] usbhid: enable autosuspend for internal devices

2015-06-29 Thread Oliver Neukum
On Sat, 2015-06-27 at 08:29 +0200, Jiri Kosina wrote: On Fri, 26 Jun 2015, Greg Kroah-Hartman wrote: Last time we were testing this, autosuspend for USB HID devices was quite a disaster. Do you have any idea whether udev developers tested the autosuspend on by default for USB HID devices

Re: [PATCH] HID: wacom: remove the extra Pen interface for Wacom Bamboo PAD

2015-06-29 Thread Jiri Kosina
On Thu, 18 Jun 2015, Benjamin Tissoires wrote: As mentioned in the comment in the code, both the pen and touch data come from the interface tagged as BAMBOO_PAD. The driver re-routes the events for the Pen to the generic HID interface and keeps the ones for the touch through this current

Re: [PATCH] HID-picoLCD: Deletion of unnecessary checks before three function calls

2015-06-29 Thread Jiri Kosina
On Mon, 29 Jun 2015, Bruno Prémont wrote: Sorry for forgetting about this patch. Looks good to me: Reviewed-by: Bruno Prémont bonb...@linux-vserver.org Jiri, can you take it? Could either of you please bounce me the original patch? I don't think I've seen in in my mailbox (or it's too

[PATCHv7 11/15] cec: adv7604: add cec support.

2015-06-29 Thread Hans Verkuil
From: Hans Verkuil hverk...@xs4all.nl Add CEC support to the adv7604 driver. Signed-off-by: Hans Verkuil hansv...@cisco.com [k.deb...@samsung.com: Merged changes from CEC Updates commit by Hans Verkuil] [k.deb...@samsung.com: add missing methods cec/io_write_and_or] [k.deb...@samsung.com: change

[PATCHv7 05/15] input.h: add BUS_CEC type

2015-06-29 Thread Hans Verkuil
Inputs can come in over the HDMI CEC bus, so add a new type for this. Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- include/uapi/linux/input.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/uapi/linux/input.h b/include/uapi/linux/input.h index 7430a3f..0af80b2 100644 ---

[PATCHv7 13/15] cec: adv7511: add cec support.

2015-06-29 Thread Hans Verkuil
Add CEC support to the adv7511 driver. Signed-off-by: Hans Verkuil hansv...@cisco.com [k.deb...@samsung.com: Merged changes from CEC Updates commit by Hans Verkuil] Signed-off-by: Kamil Debski ka...@wypas.org Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- drivers/media/i2c/adv7511.c |

[PATCHv7 14/15] cec: s5p-cec: Add s5p-cec driver

2015-06-29 Thread Hans Verkuil
From: Kamil Debski ka...@wypas.org Add CEC interface driver present in the Samsung Exynos range of SoCs. The following files were based on work by SangPil Moon: - exynos_hdmi_cec.h - exynos_hdmi_cecctl.c Signed-off-by: Kamil Debski ka...@wypas.org Signed-off-by: Hans Verkuil

[PATCHv7 15/15] cobalt: add cec support

2015-06-29 Thread Hans Verkuil
Add CEC support to the cobalt driver. Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- drivers/media/pci/cobalt/cobalt-driver.c | 37 +-- drivers/media/pci/cobalt/cobalt-driver.h | 2 + drivers/media/pci/cobalt/cobalt-v4l2.c | 110 +-- 3 files

[PATCHv7 10/15] v4l2-subdev: add HDMI CEC ops

2015-06-29 Thread Hans Verkuil
Add CEC callbacks to the v4l2_subdev_video_ops. These are the low-level CEC ops that subdevs that support CEC have to implement. Signed-off-by: Hans Verkuil hansv...@cisco.com [k.deb...@samsung.com: Merged changes from CEC Updates commit by Hans Verkuil] Signed-off-by: Kamil Debski

[PATCHv7 08/15] cec.txt: add CEC framework documentation

2015-06-29 Thread Hans Verkuil
From: Hans Verkuil hansv...@cisco.com Document the new HDMI CEC framework. Signed-off-by: Hans Verkuil hansv...@cisco.com [k.deb...@samsung.com: add DocBook documentation by Hans Verkuil, with Signed-off-by: Kamil Debski ka...@wypas.org Signed-off-by: Hans Verkuil hans.verk...@cisco.com ---

Re: [PATCH v2] HID: microsoft: Add quirk for MS Surface Type/Touch cover

2015-06-29 Thread Jiri Kosina
On Sun, 28 Jun 2015, Reyad Attiyat wrote: The newer firmware on MS Surface 2 tablets causes the type and touch cover keyboards to timeout when waiting for reports. The quirk HID_QUIRK_NO_INIT_REPORTS allows them to function normally. Signed-off-by: Reyad Attiyat reyad.atti...@gmail.com

RE: [PATCH v2 5/8] input: goodix: write configuration data to device

2015-06-29 Thread Tirdea, Irina
-Original Message- From: Dmitry Torokhov [mailto:dmitry.torok...@gmail.com] Sent: 23 June, 2015 21:59 To: Tirdea, Irina Cc: Bastien Nocera; Mark Rutland; linux-input@vger.kernel.org; devicet...@vger.kernel.org; linux-ker...@vger.kernel.org; Rob Herring; Pawel Moll; Ian Campbell;

[PATCH v3 5/5] Input: goodix - add support for ESD

2015-06-29 Thread Irina Tirdea
Add ESD (Electrostatic Discharge) protection mechanism. The driver enables ESD protection in HW and checks a register to determine if ESD occurred. If ESD is signalled by the HW, the driver will reset the device. The ESD poll time (in ms) can be set through the sysfs property esd_timeout. If it

[PATCH v3 2/5] Input: goodix - write configuration data to device

2015-06-29 Thread Irina Tirdea
Goodix devices can be configured by writing custom data to the device at init. The configuration data is read with request_firmware from goodix_id_cfg.bin, where id is the product id read from the device (e.g.: goodix_911_cfg.bin for Goodix GT911, goodix_9271_cfg.bin for GT9271). The

[PATCH] HID:multitouch:add driver fo CJTouch MultiTouch

2015-06-29 Thread linuxsea
From: linuxsea linux...@163.com Signed-off-by:linuxsealinux...@163.com --- --- drivers/hid/Kconfig |1 + drivers/hid/hid-ids.h|4 drivers/hid/hid-multitouch.c |8 3 files changed, 13 insertions(+) diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig

RE: [PATCH v2 4/8] input: goodix: reset device at init

2015-06-29 Thread Tirdea, Irina
-Original Message- From: Octavian Purdila [mailto:octavian.purd...@intel.com] Sent: 23 June, 2015 17:51 To: Bastien Nocera Cc: Tirdea, Irina; Dmitry Torokhov; Mark Rutland; linux-input@vger.kernel.org; devicet...@vger.kernel.org; linux- ker...@vger.kernel.org; Rob Herring; Pawel

[PATCH v3 3/5] Input: goodix - add power management support

2015-06-29 Thread Irina Tirdea
Implement suspend/resume for goodix driver. The suspend and resume process uses the gpio pins. If the device ACPI/DT information does not declare gpio pins, suspend/resume will not be available for these devices. This is based on Goodix datasheets for GT911 and GT9271 and on Goodix driver

[PATCH v3 1/5] Input: goodix - reset device at init

2015-06-29 Thread Irina Tirdea
After power on, it is recommended that the driver resets the device. The reset procedure timing is described in the datasheet and is used at device init (before writing device configuration) and for power management. It is a sequence of setting the interrupt and reset pins high/low at specific

[PATCH v3 0/5] Goodix touchscreen enhancements

2015-06-29 Thread Irina Tirdea
Add several enhancements to the Goodix touchscreen driver: - write configuration data to the device - power management support - ESD For testing the ACPI changes ACPI: Translate Linux IRQ number directly from GpioInt patchset might be needed [1]. This patchset has been merged in the GPIO tree.

[PATCH v3 4/5] Input: goodix - use goodix_i2c_write_u8 instead of i2c_master_send

2015-06-29 Thread Irina Tirdea
Use goodix_i2c_write_u8 instead of i2c_master_send to simplify code. Signed-off-by: Irina Tirdea irina.tir...@intel.com --- drivers/input/touchscreen/goodix.c | 7 +-- 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/drivers/input/touchscreen/goodix.c

Re: [PATCH] input/arc_ps2: add HAS_IOMEM dependency

2015-06-29 Thread Dmitry Torokhov
On Mon, Jun 29, 2015 at 11:22:44AM +0200, Sebastian Ott wrote: Fix this compile error: drivers/built-in.o: In function `arc_ps2_probe': /mnt/linux/drivers/input/serio/arc_ps2.c:206: undefined reference to `devm_ioremap_resource' Signed-off-by: Sebastian Ott seb...@linux.vnet.ibm.com

Re: [PATCH v2] Input :Optimize input_dev_release_keys function

2015-06-29 Thread Dmitry Torokhov
On Thu, Jun 25, 2015 at 10:53:37AM -0700, Anshul Garg wrote: From: Anshul Garg aksgarg1...@gmail.com input_dev_release_keys : Use for_each_set_bit instead of testing every bit upto KEY_MAX as it is more clean and more optimized. input_estimate_events_per_packet : Use bitmap_weight to get

RE: [PATCH V3 1/4] mfd: da9062: DA9062 MFD core driver

2015-06-29 Thread Opensource [Steve Twiss]
On 11 June 2015 09:57, Lee Jones wrote: To: Opensource [Steve Twiss] Subject: Re: [PATCH V3 1/4] mfd: da9062: DA9062 MFD core driver Steve Twiss wrote: +#define DA9062AA_PAGE_SHIFT 0 +#define DA9062AA_PAGE_MASK (0x3f 0) +#define

Re: [PATCH] HID-picoLCD: Deletion of unnecessary checks before three function calls

2015-06-29 Thread Bruno Prémont
On Sun, 28 Jun 2015 13:54:56 +0200 SF Markus Elfring wrote: From: Markus Elfring elfr...@users.sourceforge.net Date: Wed, 19 Nov 2014 18:30:22 +0100 The functions backlight_device_unregister(), lcd_device_unregister() and rc_unregister_device() test whether their argument is NULL and

Re: [rtc-linux] [PATCH v5 1/6] rtc: arm: imx: snvs: change use syscon to access register

2015-06-29 Thread Shawn Guo
On Mon, Jun 01, 2015 at 10:25:07PM +0200, Alexandre Belloni wrote: On 27/05/2015 at 00:25:57 +0800, frank...@freescale.com wrote : From: Frank Li frank...@freescale.com snvs included rtc, on/off key, power-off module change to syscon to access register Signed-off-by: Frank Li

Re: [PATCH v5 0/6] Change snvs rtc and poweroff to use syscon add pwrkey driver

2015-06-29 Thread Shawn Guo
On Mon, Jun 01, 2015 at 03:24:11PM -0500, Zhi Li wrote: Shawn: Everyone agree merge through your tree. Please help pick whole patches Applied, thanks. -- To unsubscribe from this list: send the line unsubscribe linux-input in the body of a message to

Re: [PATCH] input: zforce_ts: add DT support for reset GPIO polarity

2015-06-29 Thread Dirk Behme
Hi Dmitry, On 30.06.2015 02:08, Dmitry Torokhov wrote: On Wed, Jun 24, 2015 at 07:18:38AM +0200, Dirk Behme wrote: On 17.06.2015 01:57, Dmitry Torokhov wrote: On Mon, Jun 15, 2015 at 07:54:25AM +0200, Dirk Behme wrote: From: Knut Wohlrab knut.wohl...@de.bosch.com According to

Re: [PATCHv7 04/15] HID: add HDMI CEC specific keycodes

2015-06-29 Thread Dmitry Torokhov
On Mon, Jun 29, 2015 at 12:14:49PM +0200, Hans Verkuil wrote: From: Kamil Debski ka...@wypas.org Add HDMI CEC specific keycodes to the keycodes definition. Signed-off-by: Kamil Debski ka...@wypas.org Signed-off-by: Hans Verkuil hans.verk...@cisco.com Could you please describe the intended

Re: [PATCHv7 05/15] input.h: add BUS_CEC type

2015-06-29 Thread Dmitry Torokhov
On Mon, Jun 29, 2015 at 12:14:50PM +0200, Hans Verkuil wrote: Inputs can come in over the HDMI CEC bus, so add a new type for this. Signed-off-by: Hans Verkuil hans.verk...@cisco.com Acked-by: Dmitry Torokhov dmitry.torok...@gmail.com --- include/uapi/linux/input.h | 1 + 1 file changed,

Generous Offer

2015-06-29 Thread Bill William And Andrea Groner
Dear Sir/Madam, I saw your email address during the course of my research today. My name is Bill William Groner my wife and I won a Jackpot Lottery of $50 Million Dollars in December 2013, we are donating the sum of $1 million Dollars to 6 lucky individual all over the world as part of our

Re: [PATCH] Input: elan_i2c - Add hover event for ST format

2015-06-29 Thread Dmitry Torokhov
Hi Duson, On Mon, Jun 29, 2015 at 09:19:09AM +0800, duson wrote: Signed-off by: Duson Lin duson...@emc.com.tw --- drivers/input/mouse/elan_i2c_core.c |2 ++ I'd rather we teach input_mt_init_slots() and input_mt_report_pointer_emulation() do that for us. Thanks. 1 file changed, 2