Current get and set feature report is enhanced to have multiple
values in get and set.
v2
As suggested by Antonio Borneo, using DIV_ROUND_UP
v1
Squashed into two patches one for get and one for set feature report
for bisectability.
v0
Separate patches for each driver/modules
Srinivas Pandruvada
Some hid sensor feature report can contain more than one reports.
This API can now support receiving multiple values from the feature
report.
Also update the parameters in the users of this API.
Signed-off-by: Srinivas Pandruvada
---
drivers/hid/hid-sensor-hub.c | 15 ++
Current API only allows setting one offset in the field. This API
is extended to set multiple offsets in the field report.
Also update parameters in the users of this API.
Signed-off-by: Srinivas Pandruvada
---
drivers/hid/hid-sensor-hub.c | 22 --
.../i
Hi,
I am trying to make the Goodix driver (drivers/input/touchscreen/goodix.c)
working with a Teclast X98 Air 3G, a tablet based on Intel Bay Trail,
but I am new to ACPI and I could use some help.
I am working with a 3.19-rc4 kernel compiled for x86_64.
This is the DSDT section in the UEFI firmw
On Fri, Jan 16, 2015 at 5:11 AM, Oliver Neukum wrote:
> On Fri, 2015-01-16 at 18:59 +0800, 曾婷葳 (tammy_tseng) wrote:
>> Hey, Oliver
>>
>> On Mon, Jan 12, 2015 at 7:50 PM, Oliver Neukum wrote:
>> On Mon, 2015-01-12 at 18:53 +0800, 曾婷葳 (tammy_tseng) wrote:
>> > > (Skip the code diff...)
>> >
>> > Ag
Hi,
On Wed, Jan 14, 2015 at 09:07:17AM -0800, Tony Lindgren wrote:
> > > > > STATUS register can be modified by the HW, so we
> > > > > should bypass cache because of that.
> > > > >
> > > > > In the case of INT[12] registers, they are the ones
> > > > > that actually clear the IRQ source at the
Signed-off-by: VishnuPatekar
---
.../bindings/serio/allwinner,sun4i-ps2.txt | 23
1 file changed, 23 insertions(+)
create mode 100644
Documentation/devicetree/bindings/serio/allwinner,sun4i-ps2.txt
diff --git a/Documentation/devicetree/bindings/serio/allwinner,su
Signed-off-by: VishnuPatekar
---
drivers/input/serio/Kconfig | 11 ++
drivers/input/serio/Makefile|1 +
drivers/input/serio/sun4i-ps2.c | 330 +++
3 files changed, 342 insertions(+)
create mode 100644 drivers/input/serio/sun4i-ps2.c
diff --git
Signed-off-by: VishnuPatekar
---
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
b/arch/arm/boot/dts/sun7i-a20-olinuxino-lime2.dts
index ed364d5..3365f12 100644
--- a/arch/arm/boot
Signed-off-by: VishnuPatekar
---
arch/arm/boot/dts/sun4i-a10.dtsi | 14 ++
arch/arm/boot/dts/sun7i-a20.dtsi | 14 ++
2 files changed, 28 insertions(+)
diff --git a/arch/arm/boot/dts/sun4i-a10.dtsi b/arch/arm/boot/dts/sun4i-a10.dtsi
index 2c31242..8fade3e 100644
--- a/
Signed-off-by: VishnuPatekar
Signed-off-by: Hans de Goede
---
arch/arm/boot/dts/sun4i-a10.dtsi | 16
arch/arm/boot/dts/sun7i-a20.dtsi | 16
2 files changed, 32 insertions(+)
diff --git a/arch/arm/boot/dts/sun4i-a10.dtsi b/arch/arm/boot/dts/sun4i-a10.dtsi
in
This adds support for Allwinner A0, A20 PS2 controller.
I've tested PS2 keyboard on A20 Olimex-Lime2 board.
Hans had tested previous patch on A10 as well.
v3 --> v4
1. Reported errors(SERIO_FRAME,SERIO_TIMEOUT, SERIO_PARITY) to consumer.
2. Handled the transmit timeout in sun4i_ps2_write.
3. Re
On Fri, 2015-01-16 at 18:59 +0800, 曾婷葳 (tammy_tseng) wrote:
> Hey, Oliver
>
> On Mon, Jan 12, 2015 at 7:50 PM, Oliver Neukum wrote:
> On Mon, 2015-01-12 at 18:53 +0800, 曾婷葳 (tammy_tseng) wrote:
> > > (Skip the code diff...)
> >
> > Again macros for endianness
> >
> > And the driver has a great
Hey, Oliver
On Mon, Jan 12, 2015 at 7:50 PM, Oliver Neukum wrote:
On Mon, 2015-01-12 at 18:53 +0800, 曾婷葳 (tammy_tseng) wrote:
> > (Skip the code diff...)
>
> Again macros for endianness
>
> And the driver has a great number of conditional compilations are they
> really needed? The driver as is
Hey, Oliver
On Mon, Jan 12, 2015 at 7:50 PM, Oliver Neukum wrote:
On Mon, 2015-01-12 at 18:53 +0800, 曾婷葳 (tammy_tseng) wrote:
> > (Skip the code diff...)
>
> Again macros for endianness
>
> And the driver has a great number of conditional compilations are they
> really needed? The driver as is
15 matches
Mail list logo