Re: [PATCH 0/2] spi: meson: Add Amlogic GXBB compatible

2016-09-08 Thread Andreas Färber
Am 08.09.2016 um 09:53 schrieb Neil Armstrong: > This patchset adds a specific compatible string in the Meson SPIFC driver for > the Amlogic Meson GXBB SoC. Any particular reason? We could just reuse the meson6 one since there appear to be no code changes so far. Regards, Andreas > This patchset

Re: [PATCH 0/2] spi: meson: Add Amlogic GXBB compatible

2016-09-08 Thread Andreas Färber
Am 08.09.2016 um 14:04 schrieb Andreas Färber: > Am 08.09.2016 um 09:53 schrieb Neil Armstrong: >> This patchset adds a specific compatible string in the Meson SPIFC driver for >> the Amlogic Meson GXBB SoC. > > Any particular reason? We could just reuse the meson6 one since

Re: [PATCH v1 1/2] ARM: dts: add rockchip PX3 Evaluation board

2016-09-13 Thread Andreas Färber
Hi Andy, This patch didn't make it to linux-rockchip list somehow... Not sure why I'm CC'ed, I don't have access to such a board to check, so just a couple formal nitpicks: Am 10.09.2016 um 19:44 schrieb Andy Yan: > PX3 EVB is designed by Rockchip for automotive field, > which intergrated with CV

Re: [PATCH v1 2/2] arm64: dts: rockchip: Add PX5 Evaluation board

2016-09-13 Thread Andreas Färber
Hi, Am 10.09.2016 um 19:47 schrieb Andy Yan: > PX5 EVB is designed by Rockchip for automotive field, > which intergrated with CVBS(TP2825)/MIPI DSI/CSI/LVDS > HDMI video input/output interface, audio codec ES8396, > WIFI/BT(on RTL8723BS), Gsensor BMA250E and light&proximity > sensor STK3410. > >

Re: [PATCH 3/3] ARM: dts: imx6sx-udoo-neo: Add SD

2016-08-08 Thread Andreas Färber
Am 08.08.2016 um 16:12 schrieb Shawn Guo: > On Tue, Jul 05, 2016 at 06:04:10AM +0200, Andreas Färber wrote: >> Enable the SDHC node and model the SDIO_PWR GPIO as a regulator. >> Use the SD card as default trigger for the red LED. >> >> Cc: Ettore Chimenti >&

Re: [PATCH 3/5] reset: Add Realtek RTD1295 driver

2017-08-16 Thread Andreas Färber
Hi Philipp, Am 16.08.2017 um 11:44 schrieb Philipp Zabel: > On Wed, 2017-08-16 at 02:38 +0200, Andreas Färber wrote: >> Add a per-register reset controller driver. This deals with the fact >> that not all registers are adjoined. > > the way you handle the non-contiguous

Re: [PATCH v3 1/5] reset: add reset-simple to unify socfpga, stm32, sunxi, and zx2967

2017-08-16 Thread Andreas Färber
Hi Andre, Am 16.08.2017 um 13:30 schrieb Andre Przywara: > On 16/08/17 10:46, Philipp Zabel wrote: >> +/** >> + * struct reset_simple_devdata - simple reset controller properties >> + * @active_low: if true, bits are cleared to assert the reset. Otherwise, >> bits >> + * are set to a

Re: [PATCH v3 3/5] reset: stm32: use the reset-simple driver

2017-08-16 Thread Andreas Färber
Hi Eugeniy, Am 16.08.2017 um 14:52 schrieb Eugeniy Paltsev: > On Wed, 2017-08-16 at 11:46 +0200, Philipp Zabel wrote: >> The reset-simple driver can be used without changes. >> >> Signed-off-by: Philipp Zabel >> [snip] >> >> --- a/drivers/reset/reset-simple.c >> +++ b/drivers/reset/reset-simple.c

Re: [PATCH v3 1/5] reset: add reset-simple to unify socfpga, stm32, sunxi, and zx2967

2017-08-16 Thread Andreas Färber
Am 16.08.2017 um 17:11 schrieb Philipp Zabel: > On Wed, 2017-08-16 at 14:12 +0200, Andreas Färber wrote: >> Am 16.08.2017 um 13:30 schrieb Andre Przywara: >>> On 16/08/17 10:46, Philipp Zabel wrote: >>>> +/** >>>> + * struct reset_simple_de

Re: [PATCH v3 3/5] reset: stm32: use the reset-simple driver

2017-08-16 Thread Andreas Färber
Am 16.08.2017 um 22:50 schrieb Alexandru Gagniuc: > On 08/16/2017 02:46 AM, Philipp Zabel wrote: >> The reset-simple driver can be used without changes. >> >> Signed-off-by: Philipp Zabel > > Reviewed-by: Alexandru Gagniuc > >> --- >> drivers/reset/Kconfig| 11 ++--- >> drivers/reset/

[RFC 0/3] arm64: Realtek RTD1295 IRQ mux

2017-08-17 Thread Andreas Färber
yngier Cc: Roc He Cc: 蒋丽琴 Cc: devicet...@vger.kernel.org Andreas Färber (3): dt-bindings: interrupt-controller: Add Realtek RTD1295 arm64: dts: realtek: Add irq mux to RTD1295 irqchip: Add Realtek RTD1295 mux driver .../interrupt-controller/realtek,rtd119x-mux.txt | 28 +++ arch/arm6

[RFC 1/3] dt-bindings: interrupt-controller: Add Realtek RTD1295

2017-08-17 Thread Andreas Färber
Add binding for Realtek RTD1295 IRQ mux. Signed-off-by: Andreas Färber --- .../interrupt-controller/realtek,rtd119x-mux.txt | 28 ++ 1 file changed, 28 insertions(+) create mode 100644 Documentation/devicetree/bindings/interrupt-controller/realtek,rtd119x-mux.txt diff

[RFC 2/3] arm64: dts: realtek: Add irq mux to RTD1295

2017-08-17 Thread Andreas Färber
Update UART nodes with interrupts. Signed-off-by: Andreas Färber --- arch/arm64/boot/dts/realtek/rtd1295.dtsi | 22 ++ 1 file changed, 22 insertions(+) diff --git a/arch/arm64/boot/dts/realtek/rtd1295.dtsi b/arch/arm64/boot/dts/realtek/rtd1295.dtsi index 2d2d84b573e3

[RFC 3/3] irqchip: Add Realtek RTD1295 mux driver

2017-08-17 Thread Andreas Färber
t fix, without full insights into what exactly this is changing (TODO). Signed-off-by: Andreas Färber --- drivers/irqchip/Makefile | 1 + drivers/irqchip/irq-rtd119x-mux.c | 201 ++ 2 files changed, 202 insertions(+) create mode 100644 drivers/irqchi

[RFC 1/4] dt-bindings: clock: Add Realtek RTD1295

2017-08-17 Thread Andreas Färber
Naming inspired from Zidoo X9S Device Tree and clk_summary. Signed-off-by: Andreas Färber --- .../devicetree/bindings/clock/realtek,rtd129x.txt | 20 + include/dt-bindings/clock/realtek,rtd1295.h| 99 ++ 2 files changed, 119 insertions(+) create mode 100644

[RFC 3/4] clk: Add Realtek RTD1295

2017-08-17 Thread Andreas Färber
baudrate. Signed-off-by: Andreas Färber --- drivers/clk/Kconfig | 7 + drivers/clk/Makefile | 1 + drivers/clk/clk-rtd1295.c | 385 ++ 3 files changed, 393 insertions(+) create mode 100644 drivers/clk/clk-rtd1295.c diff --git a/drivers/clk

[RFC 2/4] arm64: dts: realtek: Add clock nodes for RTD1295

2017-08-17 Thread Andreas Färber
Add 27 MHz oscillator and two clock controller nodes. Signed-off-by: Andreas Färber --- arch/arm64/boot/dts/realtek/rtd1295.dtsi | 21 + 1 file changed, 21 insertions(+) diff --git a/arch/arm64/boot/dts/realtek/rtd1295.dtsi b/arch/arm64/boot/dts/realtek/rtd1295.dtsi index

[RFC 0/4] arm64: Realtek RTD1295 clocks

2017-08-17 Thread Andreas Färber
Andreas Färber (4): dt-bindings: clock: Add Realtek RTD1295 arm64: dts: realtek: Add clock nodes for RTD1295 clk: Add Realtek RTD1295 arm64: dts: realtek: Update RTD1295 UART nodes with clocks .../devicetree/bindings/clock/realtek,rtd129x.txt | 20 ++ arch/arm64/boot/dts/realtek/rtd1295

[RFC 4/4] arm64: dts: realtek: Update RTD1295 UART nodes with clocks

2017-08-17 Thread Andreas Färber
Replace clock-frequency with a reference to the respective clock gates. Signed-off-by: Andreas Färber --- arch/arm64/boot/dts/realtek/rtd1295.dtsi | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/arch/arm64/boot/dts/realtek/rtd1295.dtsi b/arch/arm64/boot/dts/realtek

Re: [PATCH v4 20/28] ARM: owl: Implement CPU enable-method for S500

2017-06-21 Thread Andreas Färber
Am 21.06.2017 um 12:25 schrieb Arnd Bergmann: > On Wed, Jun 21, 2017 at 10:16 AM, Arnd Bergmann wrote: >> On Tue, Jun 6, 2017 at 2:54 AM, Andreas Färber wrote: >>> Allow to bring up CPU1. >>> >>> Based on LeMaker linux-actions tree. >>> >>>

Re: [PATCH v2 1/3] dt-bindings: Add vendor prefix for ProBox2

2017-10-15 Thread Andreas Färber
Am 19.09.2017 um 23:54 schrieb Andreas Färber: > PROBOX2 is a TV box brand by Hong Kong based online reseller W2COMP > Company Limited. > > Cc: supp...@probox2.com > Acked-by: Rob Herring > Signed-off-by: Andreas Färber > --- > v1 -> v2: > * Extend the vendo

[PATCH 1/3] dt-bindings: Add vendor prefix for MeLE

2017-10-15 Thread Andreas Färber
MeLE is a Chinese manufacturer of TV boxes and Mini PCs. Cc: meleserv...@mele.cn Signed-off-by: Andreas Färber --- Documentation/devicetree/bindings/vendor-prefixes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation

[PATCH 2/3] dt-bindings: arm: realtek: Document MeLE V9

2017-10-15 Thread Andreas Färber
Define a compatible string for MeLE V9 Media Player. Cc: meleserv...@mele.cn Signed-off-by: Andreas Färber --- Documentation/devicetree/bindings/arm/realtek.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/arm/realtek.txt b/Documentation/devicetree

[PATCH 0/3] arm64: dts: Initial MeLE V9 support

2017-10-15 Thread Andreas Färber
of fun! Cheers, Andreas Cc: meleserv...@mele.cn Cc: devicet...@vger.kernel.org Andreas Färber (3): dt-bindings: Add vendor prefix for MeLE dt-bindings: arm: realtek: Document MeLE V9 arm64: dts: realtek: Add MeLE V9 Documentation/devicetree/bindings/arm/realtek.txt | 1 + .../devicetree/

[PATCH 3/3] arm64: dts: realtek: Add MeLE V9

2017-10-15 Thread Andreas Färber
Add an initial Device Tree for MeLE V9 Media Player. Cc: meleserv...@mele.cn Signed-off-by: Andreas Färber --- arch/arm64/boot/dts/realtek/Makefile| 1 + arch/arm64/boot/dts/realtek/rtd1295-mele-v9.dts | 31 + 2 files changed, 32 insertions(+) create mode

[PATCH 3/5] arm64: dts: realtek: Add RTD1293 and Synology DS418j

2017-10-15 Thread Andreas Färber
Add Device Trees for RTD1293 SoC and Synology DiskStation DS481j NAS. Cc: i...@synology.com Signed-off-by: Andreas Färber --- arch/arm64/boot/dts/realtek/Makefile | 2 + arch/arm64/boot/dts/realtek/rtd1293-ds418j.dts | 31 ++ arch/arm64/boot/dts/realtek/rtd1293.dtsi

[PATCH 0/5] arm64: dts: Initial RTD1293/RTD1296 and DS418j/DS418 support

2017-10-15 Thread Andreas Färber
experimental patches at: https://github.com/afaerber/linux/commits/rtd1295-next Have a lot of fun! Cheers, Andreas Cc: i...@synology.com Cc: devicet...@vger.kernel.org Andreas Färber (5): arm64: dts: realtek: Factor out common RTD129x parts dt-bindings: arm: realtek: Document RTD1293 and

[PATCH 4/5] dt-bindings: arm: realtek: Document RTD1296 and Synology DS418

2017-10-15 Thread Andreas Färber
Define compatible strings for Realtek RTD1296 SoC and Synology DiskStation DS418 NAS. Cc: i...@synology.com Signed-off-by: Andreas Färber --- Documentation/devicetree/bindings/arm/realtek.txt | 17 + 1 file changed, 17 insertions(+) diff --git a/Documentation/devicetree

[PATCH 5/5] arm64: dts: realtek: Add RTD1296 and Synology DS418

2017-10-15 Thread Andreas Färber
Add Device Trees for RTD1296 SoC and Synology DiskStation DS418. Cc: i...@synology.com Signed-off-by: Andreas Färber --- arch/arm64/boot/dts/realtek/Makefile | 2 + arch/arm64/boot/dts/realtek/rtd1296-ds418.dts | 31 +++ arch/arm64/boot/dts/realtek/rtd1296.dtsi | 74

[PATCH 2/5] dt-bindings: arm: realtek: Document RTD1293 and Synology DS418j

2017-10-15 Thread Andreas Färber
Define compatible strings for Realtek RTD1293 SoC and Synology DiskStation DS418j NAS. Cc: i...@synology.com Signed-off-by: Andreas Färber --- Documentation/devicetree/bindings/arm/realtek.txt | 17 + 1 file changed, 17 insertions(+) diff --git a/Documentation/devicetree

[PATCH 1/5] arm64: dts: realtek: Factor out common RTD129x parts

2017-10-15 Thread Andreas Färber
Prepares for RTD1293 and RTD1296. Signed-off-by: Andreas Färber --- arch/arm64/boot/dts/realtek/rtd1295.dtsi | 65 ++-- arch/arm64/boot/dts/realtek/rtd129x.dtsi | 72 2 files changed, 76 insertions(+), 61 deletions(-) create mode 100644

Re: [PATCH v2 2/3] irqchip: Add Realtek RTD1295 mux driver

2017-10-17 Thread Andreas Färber
Am 11.10.2017 um 19:35 schrieb Marc Zyngier: > On 28/08/17 11:53, Andreas Färber wrote: >> This irq mux driver is derived from the RTD1295 vendor DT and assumes a >> linear mapping between intr_en and intr_status registers. >> Code for RTD119x indicates this may not alwa

[PATCH v3 2/5] irqchip: Add Realtek RTD1295 mux driver

2017-10-17 Thread Andreas Färber
This irq mux driver implements the RTD1295 SoC's non-linear mapping between status and enable bits. Based in part on QNAP's arch/arm/mach-rtk119x/rtk_irq_mux.c and Synology's drivers/irqchip/irq-rtk.c code. Signed-off-by: Andreas Färber --- v2 -> v3: * Adopted spin_loc

[PATCH v3 1/5] dt-bindings: interrupt-controller: Add Realtek RTD1295

2017-10-17 Thread Andreas Färber
Add binding for Realtek RTD1295 IRQ mux. Acked-by: Rob Herring Signed-off-by: Andreas Färber --- v2 -> v3: * Renamed non-iso irq mux to "misc" for clarity v1 -> v2: * Dropped reference to common interrupt.txt bindings (Rob) .../interrupt-controller/realtek,rtd119

[PATCH v3 3/5] arm64: dts: realtek: Add irq mux to RTD129x

2017-10-17 Thread Andreas Färber
Update UART nodes with interrupts. Signed-off-by: Andreas Färber --- v2 -> v3: * Added nodes to rtd129x.dtsi instead of rtd1295.dtsi * Adopted misc compatible string * Renamed node label from irq_mux to misc_irq_mux for clarity v1 -> v2: * Rebased arch/arm64/boot/dts/r

[PATCH v3 5/5] irqchip: rtd119x: Add RTD1195 definitions

2017-10-17 Thread Andreas Färber
Add compatible strings and bit definitions for Realtek RTD1195 SoC. Signed-off-by: Andreas Färber --- v3: New drivers/irqchip/irq-rtd119x-mux.c | 99 ++- 1 file changed, 98 insertions(+), 1 deletion(-) diff --git a/drivers/irqchip/irq-rtd119x-mux.c b

[PATCH v3 0/5] arm64: Realtek RTD1195/RTD1295 IRQ mux

2017-10-17 Thread Andreas Färber
C (Marc) * Added more spinlocks (Marc) * Code cleanups * Investigated quirk * Fixed spinlock initialization (Andrew) Cc: Thomas Gleixner Cc: Jason Cooper Cc: Marc Zyngier Cc: Roc He Cc: 蒋丽琴 Cc: devicet...@vger.kernel.org Cc: Andrew Lunn Andreas Färber (5): dt-bindings: interrupt-controller

[PATCH v3 4/5] dt-bindings: interrupt-controller: Document RTD1195

2017-10-17 Thread Andreas Färber
Add compatible strings for Realtek RTD1195. Signed-off-by: Andreas Färber --- v3: New Could be squashed into 1/5 if acked. .../devicetree/bindings/interrupt-controller/realtek,rtd119x-mux.txt| 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings

Re: [PATCH] reset: hisilicon: Fix hi6220 module license

2017-05-26 Thread Andreas Färber
Am 26.05.2017 um 10:44 schrieb Arnd Bergmann: > On Thu, May 25, 2017 at 11:22 AM, Andreas Färber wrote: >> The hi6220_reset driver fails to load: >> >> [ 10.423640] hi6220_reset: module license 'unspecified' taints kernel. >> [ 10.423644] Disabli

Re: [PATCH] reset: hisilicon: Fix hi6220 module license

2017-05-29 Thread Andreas Färber
Hi Philipp, Am 29.05.2017 um 11:46 schrieb Philipp Zabel: > On Thu, 2017-05-25 at 11:22 +0200, Andreas Färber wrote: >> The hi6220_reset driver fails to load: >> >> [ 10.423640] hi6220_reset: module license 'unspecified' taints kernel. >> [ 10.42

Re: [PATCH 3/5] dt-bindings: arm: Document Socionext MB86S71 and Fujitsu F-Cue

2017-11-13 Thread Andreas Färber
Am 06.11.2017 um 12:28 schrieb Ard Biesheuvel: > On 6 November 2017 at 06:58, Andreas Färber wrote: >> Am 05.11.2017 um 04:39 schrieb Ard Biesheuvel: > [...] >>> >>> Again, I am not the one who is ranting here. You hit a nerve by >>> accusing me of 

[PATCH v2 0/8] arm64: Add initial Actions Semi S700 and CubieBoard7 support

2017-11-13 Thread Andreas Färber
Cc: Ahha Lee Cc: supp...@cubietech.com Cc: Jeff Chen Cc: devicet...@vger.kernel.org Cc: Daniel Lezcano Cc: Thomas Gleixner Andreas Färber (8): dt-bindings: arm: actions: Add S700 and CubieBoard7 dt-bindings: timer: Add Actions Semi S700 clocksource: owl: Adopt TIMER_OF_DECLARE() clockso

[PATCH v2 7/8] soc: actions: sps: Add S700

2017-11-13 Thread Andreas Färber
Add power domains for S700 SoC. Signed-off-by: Andreas Färber --- v2: New drivers/soc/actions/owl-sps.c | 42 ++ 1 file changed, 42 insertions(+) diff --git a/drivers/soc/actions/owl-sps.c b/drivers/soc/actions/owl-sps.c index 875225bfa21c

[PATCH v2 2/8] dt-bindings: timer: Add Actions Semi S700

2017-11-13 Thread Andreas Färber
Define a compatible string for the Actions Semi S700 SoC timer. Acked-by: Rob Herring Signed-off-by: Andreas Färber --- v1 -> v2: Unchanged Documentation/devicetree/bindings/timer/actions,owl-timer.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindi

[PATCH v2 4/8] clocksource: owl: Prepare S700

2017-11-13 Thread Andreas Färber
Actions S700 has two 2Hz timers like S500, and four TIMx timers like S900. Signed-off-by: Andreas Färber --- v1 -> v2: * Adopted TIMER_OF_DECLARE() (Daniel) drivers/clocksource/owl-timer.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/clocksource/owl-timer.c b/driv

[PATCH v2 8/8] arm64: dts: actions: Add S700 SPS node

2017-11-13 Thread Andreas Färber
Add a node to the S700 Device Tree for the Smart Power System (SPS). Signed-off-by: Andreas Färber --- v2: New To be squashed into 5/8 if binding gets acked. arch/arm64/boot/dts/actions/s700.dtsi | 6 ++ 1 file changed, 6 insertions(+) diff --git a/arch/arm64/boot/dts/actions/s700

[PATCH v2 5/8] arm64: dts: actions: Add S700 and CubieBoard7

2017-11-13 Thread Andreas Färber
Add Device Trees for S700 SoC and Cubietech CubieBoard7. Signed-off-by: Andreas Färber --- v1 -> v2: Unchanged arch/arm64/boot/dts/actions/Makefile | 2 + arch/arm64/boot/dts/actions/s700-cubieboard7.dts | 47 +++ arch/arm64/boot/dts/actions/s700.dtsi|

[PATCH v2 1/8] dt-bindings: arm: actions: Add S700 and CubieBoard7

2017-11-13 Thread Andreas Färber
Document the Actions Semi S700 SoC and the Cubietech CubieBoard7. Acked-by: Rob Herring Signed-off-by: Andreas Färber --- v1 -> v2: Unchanged Documentation/devicetree/bindings/arm/actions.txt | 15 +++ 1 file changed, 15 insertions(+) diff --git a/Documentation/devicet

[PATCH v2 6/8] dt-bindings: power: Add Actions Semi S700 SPS

2017-11-13 Thread Andreas Färber
Define power domains for Actions Semi S700 SoC Smart Power System (SPS). Signed-off-by: Andreas Färber --- v2: New .../devicetree/bindings/power/actions,owl-sps.txt| 2 ++ include/dt-bindings/power/owl-s700-powergate.h | 20 2 files changed, 22 insertions

[PATCH v2 3/8] clocksource: owl: Adopt TIMER_OF_DECLARE()

2017-11-13 Thread Andreas Färber
Commit 1727339590fdb5a1ded881b540cd32121278d414 ("clocksource/drivers: Rename CLOCKSOURCE_OF_DECLARE to TIMER_OF_DECLARE") deprecated CLOCKSOURCE_OF_DECLARE(), so adopt the new macro TIMER_OF_DECLARE(). Reported-by: Daniel Lezcano Signed-off-by: Andreas Färber --- v2: New (Daniel)

[PATCH 2/3] dt-bindings: arm: actions: Add Sparky

2017-11-14 Thread Andreas Färber
Define a binding for Allo.com Sparky SBC. Cc: Ioan B. Signed-off-by: Andreas Färber --- Documentation/devicetree/bindings/arm/actions.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/arm/actions.txt b/Documentation/devicetree/bindings/arm/actions.txt

[PATCH 0/3] arm: owl: Add initial Allo Sparky support

2017-11-14 Thread Andreas Färber
...@vger.kernel.org Andreas Färber (3): dt-bindings: Add vendor prefix for Allo.com dt-bindings: arm: actions: Add Sparky arm: dts: owl-s500: Add Sparky Documentation/devicetree/bindings/arm/actions.txt | 1 + .../devicetree/bindings/vendor-prefixes.txt| 1 + arch/arm/boot/dts/Makefile

[PATCH 1/3] dt-bindings: Add vendor prefix for Allo.com

2017-11-14 Thread Andreas Färber
ALLO is a Canadian-Indian manufacturer of telecommunications hardware. Cc: Ioan B. Signed-off-by: Andreas Färber --- Documentation/devicetree/bindings/vendor-prefixes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation

[PATCH 3/3] arm: dts: owl-s500: Add Sparky

2017-11-14 Thread Andreas Färber
Add a Device Tree for the Allo.com Sparky SBC. Signed-off-by: Andreas Färber --- arch/arm/boot/dts/Makefile| 3 ++- arch/arm/boot/dts/owl-s500-sparky.dts | 44 +++ 2 files changed, 46 insertions(+), 1 deletion(-) create mode 100644 arch/arm/boot/dts

Re: [PATCH 2/3] clk: owl: add clock driver for Actions S900 SoC

2017-11-04 Thread Andreas Färber
ing the section below. > +S: Maintained > +F: drivers/clk/owl/ This is lacking the binding. > + > ARM/ACTIONS SEMI ARCHITECTURE > M: Andreas Färber > L: linux-arm-ker...@lists.infradead.org (moderated for non-subscribers) > diff --git a/drivers/clk/Makefile b/drive

Re: [PATCH 1/3] arm64: dts: actions: add s900 clock controller nodes

2017-11-04 Thread Andreas Färber
Am 01.11.2017 um 03:54 schrieb Manivannan Sadhasivam: > This patch adds clock controller nodes for Actions Semi s900 SoC Please avoid "This patch". Once applied, it's a commit. :) > > Signed-off-by: Manivannan Sadhasivam > --- > arch/arm64/boot/dts/actions/s900.dtsi | 19 +++ >

Re: [PATCH 3/3] Documentation: add Actions S900 clock bindings

2017-11-04 Thread Andreas Färber
Am 01.11.2017 um 03:54 schrieb Manivannan Sadhasivam: > This patch adds clock bindings for Actions Semi S900 SoC. "This patch" > > Signed-off-by: Manivannan Sadhasivam > --- > .../bindings/clock/actions,s900-clock.txt | 47 > ++ > 1 file changed, 47 insertions(+)

Re: [PATCH 0/3] Add clock driver for Actions S900 SoC

2017-11-04 Thread Andreas Färber
Hi Mani, Am 01.11.2017 um 03:54 schrieb Manivannan Sadhasivam: > This series adds clock driver for Actions Semi OWL series > S900 SoC with relevant clock bindings and device tree data. > > This series also addresses the review comments from previous > submission happened last year. > > https://p

Re: [PATCH 2/3] clk: owl: add clock driver for Actions S900 SoC

2017-11-04 Thread Andreas Färber
Hi, Am 04.11.2017 um 17:19 schrieb Manivannan Sadhasivam: >>> diff --git a/drivers/clk/Makefile b/drivers/clk/Makefile >>> index c99f363..821c1e1 100644 >>> --- a/drivers/clk/Makefile >>> +++ b/drivers/clk/Makefile >>> @@ -75,6 +75,7 @@ endif >>> obj-y += mveb

Re: [PATCH 3/5] dt-bindings: arm: Document Socionext MB86S71 and Fujitsu F-Cue

2017-11-04 Thread Andreas Färber
Hi everyone, The non-building clk driver has been removed for 4.14, but this patchset seems stuck on matters of naming and maintenance... Am 30.06.2017 um 01:18 schrieb Masahiro Yamada: > Hi Andreas, > > 2017-06-29 21:53 GMT+09:00 Andreas Färber : >> Hi Masahiro-san, >> &

Re: [PATCH 3/5] dt-bindings: arm: Document Socionext MB86S71 and Fujitsu F-Cue

2017-11-04 Thread Andreas Färber
Am 04.11.2017 um 22:57 schrieb Ard Biesheuvel: > On 4 November 2017 at 13:44, Andreas Färber wrote: >> Hi everyone, >> >> The non-building clk driver has been removed for 4.14, but this patchset >> seems stuck on matters of naming and maintenance... >> >>

Re: [PATCH 3/5] dt-bindings: arm: Document Socionext MB86S71 and Fujitsu F-Cue

2017-11-04 Thread Andreas Färber
Am 04.11.2017 um 23:39 schrieb Ard Biesheuvel: > On 4 November 2017 at 15:30, Andreas Färber wrote: >> Am 04.11.2017 um 22:57 schrieb Ard Biesheuvel: >>> On 4 November 2017 at 13:44, Andreas Färber wrote: >>>> Hi everyone, >>>> >>>> The non-b

Re: [PATCH 3/5] dt-bindings: arm: Document Socionext MB86S71 and Fujitsu F-Cue

2017-11-05 Thread Andreas Färber
Am 05.11.2017 um 04:39 schrieb Ard Biesheuvel: > On 4 November 2017 at 20:06, Andreas Färber wrote: >> Am 04.11.2017 um 23:39 schrieb Ard Biesheuvel: >>> On 4 November 2017 at 15:30, Andreas Färber wrote: >>>> Am 04.11.2017 um 22:57 schrieb Ard Biesheuvel: >

[RFC] serial: sc16is7xx: Use DT sub-nodes for UART ports

2018-08-05 Thread Andreas Färber
This is to allow using serdev. Signed-off-by: Andreas Färber --- drivers/tty/serial/sc16is7xx.c | 25 + 1 file changed, 25 insertions(+) diff --git a/drivers/tty/serial/sc16is7xx.c b/drivers/tty/serial/sc16is7xx.c index 243c96025053..ad7267274f65 100644 --- a/drivers

Re: [RFC] serial: sc16is7xx: Use DT sub-nodes for UART ports

2018-08-06 Thread Andreas Färber
Am 06.08.2018 um 01:26 schrieb Andreas Färber: > This is to allow using serdev. > > Signed-off-by: Andreas Färber > --- > drivers/tty/serial/sc16is7xx.c | 25 + > 1 file changed, 25 insertions(+) > > diff --git a/drivers/tty/serial/sc16is7x

Re: [PATCH 1/4] dt-bindings: power: Add Actions Semi S900 SPS

2018-06-24 Thread Andreas Färber
Hi Mani, Am 11.04.2018 um 18:40 schrieb Manivannan Sadhasivam: > Define power domains for Actions Semi S900 SoC Smart Power System (SPS). > > Signed-off-by: Manivannan Sadhasivam > --- > .../devicetree/bindings/power/actions,owl-sps.txt | 2 ++ > include/dt-bindings/power/owl-s900-powergate.h

Re: [PATCH 2/4] arm64: dts: actions: Add S900 SPS node

2018-06-24 Thread Andreas Färber
Am 11.04.2018 um 18:40 schrieb Manivannan Sadhasivam: > Add Actions Semi S900 Smart Power System (SPS) node > > Signed-off-by: Manivannan Sadhasivam > --- > arch/arm64/boot/dts/actions/s900.dtsi | 6 ++ > 1 file changed, 6 insertions(+) Reviewed-by: Andreas Färber (De

Re: [PATCH 3/4] soc: actions: sps: Add S900 power domains

2018-06-24 Thread Andreas Färber
Am 11.04.2018 um 18:40 schrieb Manivannan Sadhasivam: > Add power domains for Actions Semi S900 SoC. > > Signed-off-by: Manivannan Sadhasivam > --- > drivers/soc/actions/owl-sps.c | 58 > +++ > 1 file changed, 58 insertions(+)

Re: [PATCH 4/4] soc: actions: Fix help text in Kconfig for OWL_PM_DOMAINS

2018-06-24 Thread Andreas Färber
Hi Mani, Am 11.04.2018 um 18:40 schrieb Manivannan Sadhasivam: > OWL_PM_DOMAINS is being used by 3 SoCs of OWL family. This fixes > the wording to use family name OWL instead of SoC name S500. > > Signed-off-by: Manivannan Sadhasivam > --- > drivers/soc/actions/Kconfig | 2 +- > 1 file changed,

[PATCH] soc: actions: Update SPS help text for S700

2018-06-24 Thread Andreas Färber
Sadhasivam Signed-off-by: Andreas Färber --- drivers/soc/actions/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/soc/actions/Kconfig b/drivers/soc/actions/Kconfig index 9d68b5a771c3..56064f8859a0 100644 --- a/drivers/soc/actions/Kconfig +++ b/drivers/soc/actio

Re: [RFC] net: Add new LoRaWAN subsystem

2018-06-24 Thread Andreas Färber
Hi Jian-Hong Pan, Am 13.05.2018 um 04:42 schrieb Jian-Hong Pan: > Hi Jiri and Marcel, > > 2018-05-11 23:39 GMT+08:00 Marcel Holtmann : >> Hi Jian-Hong, >> >>> A Low-Power Wide-Area Network (LPWAN) is a type of wireless >>> telecommunication wide area network designed to allow long range >>> commu

Re: [RFC] serial: sc16is7xx: Use DT sub-nodes for UART ports

2018-08-10 Thread Andreas Färber
Am 10.08.2018 um 19:34 schrieb Rob Herring: > On Sun, Aug 5, 2018 at 5:27 PM Andreas Färber wrote: >> >> This is to allow using serdev. >> >> Signed-off-by: Andreas Färber >> --- >> drivers/tty/serial/sc16is7xx.c | 25 + >>

Re: [PATCH 0/9] Add Reset Controller support for Actions Semi Owl SoCs

2018-07-30 Thread Andreas Färber
Hi Mani, Am 27.07.2018 um 20:45 schrieb Manivannan Sadhasivam: > This patchset adds Reset Controller (RMU) support for Actions Semi > Owl SoCs, S900 and S700. For the Owl SoCs, RMU has been integrated into > the clock subsystem in hardware. Hence, in software we integrate RMU > support into common

[PATCH 03/15] MIPS: dts: img: pistachio: Rename spim0-clk pin node label

2018-07-22 Thread Andreas Färber
Renaming will allow consistent ordering when referenced. Signed-off-by: Andreas Färber --- arch/mips/boot/dts/img/pistachio.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/mips/boot/dts/img/pistachio.dtsi b/arch/mips/boot/dts/img/pistachio.dtsi index f8d7e6f622cb

[PATCH 04/15] MIPS: dts: img: pistachio_marduk: Switch mmc to 1 bit mode

2018-07-22 Thread Andreas Färber
dware. Signed-off-by: Ian Pozella Signed-off-by: Andreas Färber --- arch/mips/boot/dts/img/pistachio_marduk.dts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arch/mips/boot/dts/img/pistachio_marduk.dts b/arch/mips/boot/dts/img/pistachio_marduk.dts index 29358d1f7027..5557a6a

[PATCH 12/15] spi: img-spfi: Use device 0 configuration for all devices

2018-07-22 Thread Andreas Färber
Signed-off-by: Andreas Färber --- drivers/spi/spi-img-spfi.c | 23 --- 1 file changed, 16 insertions(+), 7 deletions(-) diff --git a/drivers/spi/spi-img-spfi.c b/drivers/spi/spi-img-spfi.c index 0d73d31a6a2b..231b59c1ab60 100644 --- a/drivers/spi/spi-img-spfi.c +++ b/drivers/spi

[PATCH 13/15] spi: img-spfi: RX maximum burst size for DMA is 8

2018-07-22 Thread Andreas Färber
data for all the burst it has sent out has been received. While here, move the burst size setting outside of the if/else branches as they have the same value for both 8 and 32 bit data widths. Signed-off-by: Ionela Voinescu Signed-off-by: Andreas Färber --- drivers/spi/spi-img-spfi.c | 6 ++ 1

[PATCH 10/15] spi: img-spfi: Implement dual and quad mode

2018-07-22 Thread Andreas Färber
transaction register). Signed-off-by: Ionela Voinescu Signed-off-by: Ezequiel Garcia Signed-off-by: Andreas Färber --- drivers/spi/spi-img-spfi.c | 96 -- 1 file changed, 85 insertions(+), 11 deletions(-) diff --git a/drivers/spi/spi-img-spfi.c b

[PATCH 09/15] dmaengine: img-mdc: Handle early status read

2018-07-22 Thread Andreas Färber
From: Damien Horsley It is possible that mdc_tx_status may be called before the first node has been read from memory. In this case, the residue value stored in the register is undefined. Return the transfer size instead. Signed-off-by: Damien Horsley Signed-off-by: Andreas Färber

[PATCH 15/15] clk: pistachio: Fix wrong SDHost card speed

2018-07-22 Thread Andreas Färber
frequency is selected when the mmc driver tries to configure frequency on card insert. Signed-off-by: Govindraj Raja Signed-off-by: Andreas Färber --- drivers/clk/pistachio/clk-pistachio.c | 3 ++- include/dt-bindings/clock/pistachio-clk.h | 1 + 2 files changed, 3 insertions(+), 1 deletion

[PATCH 14/15] spi: img-spfi: Finish every transfer cleanly

2018-07-22 Thread Andreas Färber
SPFI finished cleanly, no new interrupt data bits should be set. Signed-off-by: Ionela Voinescu Signed-off-by: Andreas Färber --- drivers/spi/spi-img-spfi.c | 49 +- 1 file changed, 35 insertions(+), 14 deletions(-) diff --git a/drivers/spi/spi-img

[PATCH 08/15] MIPS: dts: img: pistachio_marduk: Add user LEDs

2018-07-22 Thread Andreas Färber
Add the LEDs that are connected to the SPI UART bridge. Signed-off-by: Andreas Färber --- arch/mips/boot/dts/img/pistachio_marduk.dts | 46 + 1 file changed, 46 insertions(+) diff --git a/arch/mips/boot/dts/img/pistachio_marduk.dts b/arch/mips/boot/dts/img

[PATCH 11/15] spi: img-spfi: Set device select bits for SPFI port state

2018-07-22 Thread Andreas Färber
: Andreas Färber --- drivers/spi/spi-img-spfi.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/spi/spi-img-spfi.c b/drivers/spi/spi-img-spfi.c index c845a505bae6..0d73d31a6a2b 100644 --- a/drivers/spi/spi-img-spfi.c +++ b/drivers/spi/spi-img-spfi.c @@ -438,6 +438,9 @@ static int

[PATCH 07/15] MIPS: dts: img: pistachio_marduk: Add SPI UART node

2018-07-22 Thread Andreas Färber
The mikroBUS and Raspberry Pi B+ connector UARTs are behind an SC16IS752 SPI-UART bridge. Add it in order to be able to use these connectors. Note: For UART flow control two pairs of jumpers need to be configured. Signed-off-by: Andreas Färber --- arch/mips/boot/dts/img/pistachio_marduk.dts

[PATCH 06/15] MIPS: dts: img: pistachio_marduk: Add 6Lowpan node

2018-07-22 Thread Andreas Färber
The CA8210's clock output is needed for the SPI-UART bridge. Signed-off-by: Andreas Färber --- arch/mips/boot/dts/img/pistachio_marduk.dts | 14 ++ 1 file changed, 14 insertions(+) diff --git a/arch/mips/boot/dts/img/pistachio_marduk.dts b/arch/mips/boot/dt

[PATCH 02/15] MIPS: dts: img: pistachio_marduk: Cleanups

2018-07-22 Thread Andreas Färber
Add and remove some white lines for consistency. Signed-off-by: Andreas Färber --- arch/mips/boot/dts/img/pistachio_marduk.dts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/arch/mips/boot/dts/img/pistachio_marduk.dts b/arch/mips/boot/dts/img/pistachio_marduk.dts index

[PATCH 01/15] MIPS: dts: img: pistachio_marduk: Reorder nodes

2018-07-22 Thread Andreas Färber
Consistently order nodes referenced by label alphabetically. No functional changes. This prepares for adding nodes. Signed-off-by: Andreas Färber --- arch/mips/boot/dts/img/pistachio_marduk.dts | 76 ++--- 1 file changed, 38 insertions(+), 38 deletions(-) diff --git a

[PATCH 05/15] MIPS: dts: img: pistachio_marduk: Enable SPIM0

2018-07-22 Thread Andreas Färber
SPIM0 supplies SPI pins on the mikroBUS and Raspberry Pi B+ connectors. Signed-off-by: Andreas Färber --- arch/mips/boot/dts/img/pistachio_marduk.dts | 23 +++ 1 file changed, 23 insertions(+) diff --git a/arch/mips/boot/dts/img/pistachio_marduk.dts b/arch/mips/boot/dts

[PATCH 00/15] MIPS: pistachio: Creator Ci40 aka Marduk SPI-UART

2018-07-22 Thread Andreas Färber
org Cc: Vinod Koul Cc: dmaeng...@vger.kernel.org Cc: Michael Turquette Cc: Stephen Boyd Cc: linux-...@vger.kernel.org Andreas Färber (7): MIPS: dts: img: pistachio_marduk: Reorder nodes MIPS: dts: img: pistachio_marduk: Cleanups MIPS: dts: img: pistachio: Rename spim0-clk pin node

Re: [PATCH v2 1/4] dt-bindings: dma: Add binding for Actions Semi Owl SoCs

2018-07-24 Thread Andreas Färber
Hi Vinod, Am 24.07.2018 um 14:16 schrieb Vinod: > Patch title should be dmaengine: ... Please always use the apt tags and > one can find them using git log Do you mean dt-bindings: dmaengine: ...? Because this is clearly a DT binding and not a driver patch. Regards, Andreas -- SUSE Linux GmbH

Re: [PATCH 04/15] MIPS: dts: img: pistachio_marduk: Switch mmc to 1 bit mode

2018-07-24 Thread Andreas Färber
Am 22.07.2018 um 23:19 schrieb Andreas Färber: > From: Ian Pozella > > The mmc block in Pistachio allows 1 to 8 data bits to be used. > Marduk uses 4 bits allowing the upper 4 bits to be allocated > to the Mikrobus ports. However these bits are still connected > internally mea

Re: [PATCH v4 1/5] clk: actions: Add REGMAP as dependency

2018-07-15 Thread Andreas Färber
Hi, Am 15.07.2018 um 14:31 schrieb Saravanan Sekar: > Add REGMAP as dependency to avoid undefined reference to regmap symbol Is this a bugfix for S900? Then please add a Fixes: line. If not, why is it a separate patch and not in 3/5? Also, the subject is fine as is, but please add a full stop at

Re: [PATCH v4 2/5] dt-bindings: clock: Add S700 support for Actions Semi Soc's

2018-07-15 Thread Andreas Färber
Hi, Am 15.07.2018 um 16:38 schrieb Manivannan Sadhasivam: > On Sun, Jul 15, 2018 at 02:31:42PM +0200, Saravanan Sekar wrote: >> diff --git a/include/dt-bindings/clock/actions,s700-cmu.h >> b/include/dt-bindings/clock/actions,s700-cmu.h >> new file mode 100644 >> index ..905808bf335b >

Re: [PATCH v5 1/5] clk: actions: Fix the missing REGMAP_MMIO dependency

2018-07-15 Thread Andreas Färber
Am 15.07.2018 um 22:01 schrieb Saravanan Sekar: > Add REGMAP_MMIO as dependency to avoid undefined > reference to regmap symbols. > > Signed-off-by: Saravanan Sekar Still no Fixes: header. Please read SubmittingPatches. Regards, Andreas -- SUSE Linux GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germa

Re: [PATCH v6 1/5] clk: actions: Add missing REGMAP_MMIO dependency

2018-07-15 Thread Andreas Färber
Am 15.07.2018 um 22:35 schrieb Saravanan Sekar: > Add REGMAP_MMIO as dependency to avoid undefined > reference to regmap symbols. > > Fixes: d85d20053e19 ("clk: actions: Add S900 SoC clock support") > Signed-off-by: Saravanan Sekar Reviewed-by: Andreas Färber Thanks

[PATCH v2 00/18] ARM64: meson: DT cleanups

2017-05-13 Thread Andreas Färber
ased (new nodes/properties added) * Chose a different name for the misnamed Wifi nodes (Rob) * Added patch to fix another new misnamed Wifi node * Dropped patch fixing a trailing white line error (resolved) * Tweaked subjects Cc: Kevin Hilman Cc: devicet...@vger.kernel.org Cc: Rob Herring Cc: Neil A

[PATCH v2 17/18] arm64: dts: meson-gxm-nexbox-a1: Fix node order

2017-05-13 Thread Andreas Färber
Sort nodes referenced by label alphabetically. Signed-off-by: Andreas Färber --- v1 -> v2: * Rebased (new nodes added) .../arm64/boot/dts/amlogic/meson-gxm-nexbox-a1.dts | 86 +++--- 1 file changed, 43 insertions(+), 43 deletions(-) diff --git a/arch/arm64/boot/dts/amlo

[PATCH v2 03/18] arm64: dts: meson-gxbb-vega-s95: Fix Wifi node name

2017-05-13 Thread Andreas Färber
bcrmf -> brcmf -> wifi Fixes: ab5b24fdd2d5 ("ARM64: dts: meson-gxbb-vega-s95: Add SD/SDIO/MMC and PWM nodes") Cc: Martin Blumenstingl Signed-off-by: Andreas Färber --- v1 -> v2: * Renamed node brmcf -> wifi (Rob) arch/arm64/boot/dts/amlogic/meson-gxbb-vega-s95.dtsi

[PATCH v2 04/18] arm64: dts: meson-gxbb-p20x: Fix Wifi node name

2017-05-13 Thread Andreas Färber
bcrmf -> brcmf -> wifi Fixes: ab3943fe57a2 ("ARM64: dts: meson-gxbb: Add P20x Wifi SDIO support") Cc: Neil Armstrong Signed-off-by: Andreas Färber --- v1 -> v2: * Renamed node brmcf -> wifi (Rob) arch/arm64/boot/dts/amlogic/meson-gxbb-p20x.dtsi | 2 +- 1 file chan

[PATCH v2 05/18] arm64: dts: meson-gx-p23x-q20x: Fix Wifi node name

2017-05-13 Thread Andreas Färber
bcrmf -> brcmf -> wifi Fixes: bb51b5350d2f ("ARM64: dts: Add support for Meson GXM") Cc: Neil Armstrong Signed-off-by: Andreas Färber --- v1 -> v2: * Renamed node brmcf -> wifi (Rob) arch/arm64/boot/dts/amlogic/meson-gx-p23x-q20x.dtsi | 2 +- 1 file changed, 1 in

  1   2   3   4   5   6   7   8   9   10   >