Re: [rtc-linux] RE: [PATCH V3 1/4] mfd: da9062: DA9062 MFD core driver

2015-06-11 Thread Alexandre Belloni
Hi, On 11/06/2015 at 09:27:45 +, Opensource [Steve Twiss] wrote : > > Thanks for replying so quickly. > > > I'm still not particularly happy with this. Can yo speak to your H/W > > guys and get them to change their scripts to output sensible header > > files? > > Ah. Ok. > > For our side

Re: [PATCH 1/1 linux-next] Input: cyttsp4 - use swap() in cyttsp4_get_touch()

2015-06-11 Thread Dmitry Torokhov
On Wed, Jun 10, 2015 at 06:31:43PM +0200, Fabian Frederick wrote: > Use kernel.h macro definition. > > Thanks to Julia Lawall for Coccinelle scripting support. > > Signed-off-by: Fabian Frederick Applied, thank you. > --- > drivers/input/touchscreen/cyttsp4_core.c | 5 + > 1 file changed,

Re: [PATCH] Input: elan_i2c - enable ELAN0600 acpi panels

2015-06-11 Thread Benjamin Tissoires
On Apr 09 2015 or thereabouts, duson wrote: > Hi Dmitry, > > Sorry later for reply. If touchpad is designed for Window OS, > the firmware will support standard HID mouse format (non-driver) and elan raw > data format (with driver). > > So, if user change OS from Window to Linux, touchpad will w

Re: [PATCH] Input - elan_i2c: support multi ic type and iap format

2015-06-11 Thread 'Dmitry Torokhov'
Hi Duson, On Wed, Jun 10, 2015 at 04:25:08PM +0800, DusonLin wrote: > Hi Dmitry, > > When can I fetch the newest linux source code and make sure this patch had be > merged? You can either check my tree on kernel.org (depending on the patch it will be in either for-linus or next branch) or check

Re: [PATCH v2 1/3] Input: export LEDs as class devices in sysfs

2015-06-11 Thread Pavel Machek
On Tue 2015-06-09 18:24:54, Dmitry Torokhov wrote: > On Wed, Jun 10, 2015 at 02:32:32AM +0200, Samuel Thibault wrote: > > Hello, > > > > Thanks for the modified version. This all seems to be working as > > expected with multiple keyboards. > > Excellent. Let's give Pavel and Pali chance to test

Re: [PATCH 2/2] Input - synaptics: pin 3 touches when the firmware reports 3 fingers

2015-06-11 Thread Benjamin Tissoires
On Apr 24 2015 or thereabouts, Benjamin Tissoires wrote: > Hi Dmitry, > > [ adding more relevant people to the discussion ] > > On Apr 23 2015 or thereabouts, Benjamin Tissoires wrote: > > On Apr 23 2015 or thereabouts, Dmitry Torokhov wrote: > > > On Wed, Apr 22, 2015 at 11:45:09AM -0400, Benjam

Re: Bug#514464: caps lock led does not show up

2015-06-11 Thread Samuel Thibault
Samuel Thibault, le Thu 11 Jun 2015 16:28:03 +0200, a écrit : > Samuel Thibault, le Thu 11 Jun 2015 10:08:09 +0200, a écrit : > > Putting > > > > SUBSYSTEM=="leds", ENV{DEVPATH}=="*/input*::capslock", > > ATTR{trigger}="kbd-ctrlllock" > > > > in /etc/udev/rules.d/50-leds.rules seems to be doing

Re: [RFC] HID: hid-sony: Add basic iio-subsystem reading of SixAxis Accelerometers

2015-06-11 Thread Bastien Nocera
On Thu, 2015-06-11 at 08:54 -0600, Simon Wood wrote: > [resent as I screwed up addressing... sorry] > > This patch is a RFC/POC for the idea of using the iio-subsystem as > the > 'proper' way to communicate the state of motion enabled controllers > to > the Linux internals. > > I have started w

[RFC] HID: hid-sony: Add basic iio-subsystem reading of SixAxis Accelerometers

2015-06-11 Thread Simon Wood
[resent as I screwed up addressing... sorry] This patch is a RFC/POC for the idea of using the iio-subsystem as the 'proper' way to communicate the state of motion enabled controllers to the Linux internals. I have started with the hid-sony driver, with support for the SixAxis's 3 Accelerometers.

Re: Bug#514464: caps lock led does not show up

2015-06-11 Thread Samuel Thibault
Samuel Thibault, le Thu 11 Jun 2015 10:08:09 +0200, a écrit : > Putting > > SUBSYSTEM=="leds", ENV{DEVPATH}=="*/input*::capslock", > ATTR{trigger}="kbd-ctrlllock" > > in /etc/udev/rules.d/50-leds.rules seems to be doing the work. Except that it makes my system unbootable. For whatever reason, s

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

2015-06-11 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 > > > > > > diff --git a/include/linux/mfd/da9062/registers.h [...] > > > > > +#define DA9062AA_WRITE_MODE_SHIFT6 > > > > > +#define DA9062AA_WRITE_MODE_MA

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

2015-06-11 Thread Lee Jones
> > > > diff --git a/include/linux/mfd/da9062/registers.h > > > b/include/linux/mfd/da9062/registers.h > > > > new file mode 100644 > > > > index 000..d07c2bc > > > > --- /dev/null > > > > +++ b/include/linux/mfd/da9062/registers.h > > > > [...] > > > > > > +/* > > > > + * Registers > > > > +

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

2015-06-11 Thread Lee Jones
On Thu, 11 Jun 2015, Opensource [Steve Twiss] wrote: > On 28 May 2015 13:53, Steve Twiss wrote: > > > To: 'Lee Jones' > > Subject: RE: [PATCH V3 1/4] mfd: da9062: DA9062 MFD core driver > > > > Hi Lee, > > > > I will refactor a lot of the driver and implement your changes as requested. > > Hi

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

2015-06-11 Thread Opensource [Steve Twiss]
On 28 May 2015 13:53, Steve Twiss wrote: > To: 'Lee Jones' > Subject: RE: [PATCH V3 1/4] mfd: da9062: DA9062 MFD core driver > > Hi Lee, > > I will refactor a lot of the driver and implement your changes as requested. Hi Lee, I realise this is a busy kernel time for you, as ever, so this is ju

Re: Bug#514464: caps lock led does not show up

2015-06-11 Thread Samuel Thibault
Hello, Anton Zinoviev, le Tue 09 Jun 2015 19:03:39 +0300, a écrit : > On Tue, Jun 09, 2015 at 04:17:23PM +0200, Samuel Thibault wrote: > > > > Dmitry Torokhov, le Mon 08 Jun 2015 14:43:07 -0700, a écrit : > > > If user wants all keyboards to light up CapsLock LED when VT state locks > > > CtrlL m