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
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&
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
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 ++
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
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
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
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
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
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
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,
> >
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
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
>
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
14 matches
Mail list logo