Re: [PATCH 2/6] irqchip: Add Realtek RTD129x intc driver

2019-08-12 Thread Aleix Roca Nonell
07/2019 14:22, Aleix Roca Nonell wrote: > > This driver adds support for the RTD1296 and RTD1295 interrupt > > controller (intc). It is based on both the BPI-SINOVOIP project and > > Andreas Färber's previous attempt to submit a similar driver. > > > > There is c

Re: [PATCH 2/6] irqchip: Add Realtek RTD129x intc driver

2019-07-07 Thread Aleix Roca Nonell
On Sun, Jul 07, 2019 at 03:27:16PM +0200, Andreas Färber wrote: > Am 07.07.19 um 15:22 schrieb Aleix Roca Nonell: > > This driver adds support for the RTD1296 and RTD1295 interrupt > > controller (intc). It is based on both the BPI-SINOVOIP project and > > Andreas Färber&

[PATCH 5/6] dt-bindings: arm: Document RTD1296

2019-07-07 Thread Aleix Roca Nonell
Add bindings for Relatek RTD1296 SoC. And the Bannana Pi BPI-W2 board. Signed-off-by: Aleix Roca Nonell --- Documentation/devicetree/bindings/arm/realtek.txt | 13 + 1 file changed, 13 insertions(+) diff --git a/Documentation/devicetree/bindings/arm/realtek.txt b/Documentation

[PATCH 6/6] arm64: dts: realtek: Add bpi-w2 board support and its RTD1296 SoC

2019-07-07 Thread Aleix Roca Nonell
n [1]. [1] - commit 72a7786c0a0d65 ("ARM64: dts: Add Realtek RTD1295 and Zidoo X9S") Signed-off-by: Aleix Roca Nonell --- arch/arm64/boot/dts/realtek/Makefile | 1 + .../dts/realtek/rtd1296-bananapi-bpi-w2.dts | 27 +++ arch/arm64/boot/dts/realtek/rtd1296.dtsi | 77 ++

[PATCH 2/6] irqchip: Add Realtek RTD129x intc driver

2019-07-07 Thread Aleix Roca Nonell
r this reason an ISR to IER offsets table is defined. The driver catches the IER value to reduce accesses to the table inside the interrupt handler. Actually, the driver stores the ISR offsets of currently enabled interrupts in a variable. Signed-off-by: Aleix Roca Nonell --- drivers/irqchip/Mak

[PATCH 3/6] arm64: dts: realtek: Move rtd1295 memreserve areas from the generic rtd129x to its specific dtsi

2019-07-07 Thread Aleix Roca Nonell
mit 72a7786c0a0d65 ("ARM64: dts: Add Realtek RTD1295 and Zidoo X9S") Signed-off-by: Aleix Roca Nonell --- arch/arm64/boot/dts/realtek/rtd1295.dtsi | 3 +++ arch/arm64/boot/dts/realtek/rtd129x.dtsi | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/arch/arm64/boot/dts/realtek

[PATCH 1/6] dt-bindings: interrupt-controller: Document RTD129x

2019-07-07 Thread Aleix Roca Nonell
Add binding for Realtek RTD129x interrupt controller. Signed-off-by: Aleix Roca Nonell --- .../realtek,rtd129x-intc.txt | 24 +++ 1 file changed, 24 insertions(+) create mode 100644 Documentation/devicetree/bindings/interrupt-controller/realtek,rtd129x

[PATCH 4/6] arm64: dts: realtek: Add realtek intc to RTD129x

2019-07-07 Thread Aleix Roca Nonell
Add realtek's interrupt controller node and interrupt lines to UART0 Signed-off-by: Aleix Roca Nonell --- arch/arm64/boot/dts/realtek/rtd129x.dtsi | 10 ++ 1 file changed, 10 insertions(+) diff --git a/arch/arm64/boot/dts/realtek/rtd129x.dtsi b/arch/arm64/boot/dts/realtek/rtd129x

[PATCH 0/6] Add Banana Pi BPI-W2 basic support

2019-07-07 Thread Aleix Roca Nonell
https://github.com/BPI-SINOVOIP/BPI-W2-bsp [2] - https://patchwork.kernel.org/patch/10011891 Aleix Roca Nonell (6): dt-bindings: interrupt-controller: Document RTD129x irqchip: Add Realtek RTD129x intc driver arm64: dts: realtek: Move rtd1295 memreserve areas from the generic rtd129x to its specific

[PATCH v2] HID: asus: Add support for the ASUS T101HA keyboard dock

2018-12-16 Thread Aleix Roca Nonell
prevents the dock's integrated touchpad to be bound with hid-asus given that it is already working fine with hid-multitouch. Signed-off-by: Aleix Roca Nonell --- Changes in v2: - use the report descriptor's application usage to identify the dock's touchpad instead of the u

Re: [PATCH] HID: asus: Add support for the ASUS T101HA keyboard dock

2018-12-14 Thread Aleix Roca Nonell
On Fri, Dec 14, 2018 at 02:37:52PM +0100, Benjamin Tissoires wrote: > On Fri, Dec 14, 2018 at 2:34 PM Aleix Roca Nonell > wrote: > > > > Hi Benjamin! :D > > > > On Fri, Dec 14, 2018 at 09:25:20AM +0100, Benjamin Tissoires wrote: > > > Hi Aleix, > >

Re: [PATCH] HID: asus: Add support for the ASUS T101HA keyboard dock

2018-12-14 Thread Aleix Roca Nonell
Hi Benjamin! :D On Fri, Dec 14, 2018 at 09:25:20AM +0100, Benjamin Tissoires wrote: > Hi Aleix, > > On Fri, Dec 14, 2018 at 9:07 AM Aleix Roca Nonell > wrote: > > > > Kind remminder ping :) > > Hehe, I have seen the patch floating by and realized I would need m

Re: [PATCH] HID: asus: Add support for the ASUS T101HA keyboard dock

2018-12-14 Thread Aleix Roca Nonell
Kind remminder ping :) I'm also adding my fellow Matthias in CC On Sat, Dec 01, 2018 at 08:01:53PM +0100, Aleix Roca Nonell wrote: > The ASUS T101HA keyboard dock generates HID events using the ASUS vendor > specific UsagePage 0xff31. In consequence, some multimedia keys such as >

[PATCH] HID: asus: Add support for the ASUS T101HA keyboard dock

2018-12-01 Thread Aleix Roca Nonell
prevents the dock's integrated touchpad to be bound with hid-asus given that it is already working fine with hid-multitouch. Signed-off-by: Aleix Roca Nonell --- This is my very first kernel patch done in my free time (be aware of the newbie!!) so please, let me know if I can improve any