Re: [PATCH] MAINTAINERS: Update clock binding entry for Actions Semi Owl SoCs

2018-09-30 Thread Andreas Färber
Am 29.09.18 um 09:32 schrieb Manivannan Sadhasivam: > commit d0e45d686a3e ("dt-bindings: clock: Add S700 support for Actions > Semi Soc's")' > > renamed the clock binding for Actions Semi Owl SoCs from > actions,s900-cmu.txt to actions,owl-cmu.txt inorder to accommodate all > members of Owl

Re: [PATCH] MAINTAINERS: Update clock binding entry for Actions Semi Owl SoCs

2018-09-30 Thread Andreas Färber
Am 29.09.18 um 09:32 schrieb Manivannan Sadhasivam: > commit d0e45d686a3e ("dt-bindings: clock: Add S700 support for Actions > Semi Soc's")' > > renamed the clock binding for Actions Semi Owl SoCs from > actions,s900-cmu.txt to actions,owl-cmu.txt inorder to accommodate all > members of Owl

Re: [PATCH 1/2] sc16is7xx: Fix for multi-channel stall

2018-09-29 Thread Andreas Färber
Hi Phil and Greg, Am 12.09.18 um 16:31 schrieb Phil Elwell: > The SC16IS752 is a dual-channel device. The two channels are largely > independent, but the IRQ signals are wired together as an open-drain, > active low signal which will be driven low while either of the > channels requires

Re: [PATCH 1/2] sc16is7xx: Fix for multi-channel stall

2018-09-29 Thread Andreas Färber
Hi Phil and Greg, Am 12.09.18 um 16:31 schrieb Phil Elwell: > The SC16IS752 is a dual-channel device. The two channels are largely > independent, but the IRQ signals are wired together as an open-drain, > active low signal which will be driven low while either of the > channels requires

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

2018-09-22 Thread Andreas Färber
Am 24.06.18 um 16:01 schrieb Andreas Färber: > Commit 3ad85b08f7789d51e6aad0f535296d1c31e319b9 (soc: actions: sps: Add S700) > added S700 support to the SPS driver but forget to update Kconfig help. > > Add missing S700 mention, in preparation for further SoCs. > > Fixes:

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

2018-09-22 Thread Andreas Färber
Am 24.06.18 um 16:01 schrieb Andreas Färber: > Commit 3ad85b08f7789d51e6aad0f535296d1c31e319b9 (soc: actions: sps: Add S700) > added S700 support to the SPS driver but forget to update Kconfig help. > > Add missing S700 mention, in preparation for further SoCs. > > Fixes:

Re: [PATCH 1/2] ARM: dt-bindings: aspeed: Facebook TiogaPass BMC

2018-09-19 Thread Andreas Färber
Hi, Subject should be "dt-bindings: Add vendor prefix for Facebook" or so. Please compare other commits for that file. Am 19.09.18 um 18:29 schrieb Vijay Khemka: > Initial introduction of Facebook TiogaPass family equipped with > Aspeed 2500 BMC SoC. TiogaPass is a x86 server development kit >

Re: [PATCH 1/2] ARM: dt-bindings: aspeed: Facebook TiogaPass BMC

2018-09-19 Thread Andreas Färber
Hi, Subject should be "dt-bindings: Add vendor prefix for Facebook" or so. Please compare other commits for that file. Am 19.09.18 um 18:29 schrieb Vijay Khemka: > Initial introduction of Facebook TiogaPass family equipped with > Aspeed 2500 BMC SoC. TiogaPass is a x86 server development kit >

Re: [PATCH] ARM: dts: aspeed: Adding Facebook TioagaPass BMC

2018-09-13 Thread Andreas Färber
Hi Vijay, Am 13.09.18 um 21:57 schrieb Vijay Khemka: > Initial introduction of Facebook TioagaPass family equipped with > Aspeed 2500 BMC SoC. Neptune is a x86 server development kit > with a ASPEED ast2500 BMC manufactured by Facebook. > Specifically, This adds the tiogapass platform device tree

Re: [PATCH] ARM: dts: aspeed: Adding Facebook TioagaPass BMC

2018-09-13 Thread Andreas Färber
Hi Vijay, Am 13.09.18 um 21:57 schrieb Vijay Khemka: > Initial introduction of Facebook TioagaPass family equipped with > Aspeed 2500 BMC SoC. Neptune is a x86 server development kit > with a ASPEED ast2500 BMC manufactured by Facebook. > Specifically, This adds the tiogapass platform device tree

Re: [PATCH v2 26/34] dt-bindings: add broadcom (formerly plx technology) vendor prefix

2018-08-31 Thread Andreas Färber
DT compatible string vendor "plx" appears un-documented > -- check ./Documentation/devicetree/bindings/vendor-prefixes.txt > > Signed-off-by: Marcel Ziswiler Sounds sensible, Reviewed-by: Andreas Färber You may want to tweak the subject though, it is slightly confusing

Re: [PATCH v2 26/34] dt-bindings: add broadcom (formerly plx technology) vendor prefix

2018-08-31 Thread Andreas Färber
DT compatible string vendor "plx" appears un-documented > -- check ./Documentation/devicetree/bindings/vendor-prefixes.txt > > Signed-off-by: Marcel Ziswiler Sounds sensible, Reviewed-by: Andreas Färber You may want to tweak the subject though, it is slightly confusing

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: [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: [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: [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

[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

[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: [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

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

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 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 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

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

[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

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

2018-07-22 Thread Andreas Färber
: 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 label MIPS: dts: img

[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

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

2018-07-22 Thread Andreas Färber
: 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 label MIPS: dts: img

[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 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/dts/img

[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 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/dts/img

[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 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 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 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 14/15] spi: img-spfi: Finish every transfer cleanly

2018-07-22 Thread Andreas Färber
. If 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
-by: 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 14/15] spi: img-spfi: Finish every transfer cleanly

2018-07-22 Thread Andreas Färber
. If 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
-by: 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 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 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 10/15] spi: img-spfi: Implement dual and quad mode

2018-07-22 Thread Andreas Färber
in the 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 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
. 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..5557a6ad61c3

[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 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
. 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..5557a6ad61c3

[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
in the 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

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

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

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,

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,

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 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 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

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

Re: [RFC net-next 15/15] net: lora: Add Semtech SX1301

2018-07-03 Thread Andreas Färber
Am 03.07.2018 um 17:31 schrieb Mark Brown: > On Tue, Jul 03, 2018 at 05:09:38PM +0200, Andreas Färber wrote: >> Am 03.07.2018 um 16:50 schrieb Mark Brown: >>> A register map would work just as well here, we already have plenty of >>> devices that abstract at this level

Re: [RFC net-next 15/15] net: lora: Add Semtech SX1301

2018-07-03 Thread Andreas Färber
Am 03.07.2018 um 17:31 schrieb Mark Brown: > On Tue, Jul 03, 2018 at 05:09:38PM +0200, Andreas Färber wrote: >> Am 03.07.2018 um 16:50 schrieb Mark Brown: >>> A register map would work just as well here, we already have plenty of >>> devices that abstract at this level

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

2018-07-01 Thread Andreas Färber
Hi Saravannan, Am 28.06.2018 um 21:18 schrieb Saravanan Sekar: > Changelog v2: > Fixed 0 day compilation warning > Modified existing dts Actions S900 clock bindings common to Actions > Soc family Please post v3 without --in-reply-to. It's becoming messy to read. > This patchset adds clock

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

2018-07-01 Thread Andreas Färber
Hi Saravannan, Am 28.06.2018 um 21:18 schrieb Saravanan Sekar: > Changelog v2: > Fixed 0 day compilation warning > Modified existing dts Actions S900 clock bindings common to Actions > Soc family Please post v3 without --in-reply-to. It's becoming messy to read. > This patchset adds clock

Re: [PATCH v2 3/3] dt-bindings: clock: Modify Actions Soc clock bindings

2018-07-01 Thread Andreas Färber
Hi, Am 01.07.2018 um 19:37 schrieb Manivannan Sadhasivam: > On Sun, Jul 01, 2018 at 07:26:20PM +0200, Saravanan Sekar wrote: >> Hi Mani >> >> >> On 06/30/18 11:32, Manivannan Sadhasivam wrote: >>> Hi Saravanan, >>> >>> I agree with modifying the existing binding to accomodate other >>> SoC's of

Re: [PATCH v2 3/3] dt-bindings: clock: Modify Actions Soc clock bindings

2018-07-01 Thread Andreas Färber
Hi, Am 01.07.2018 um 19:37 schrieb Manivannan Sadhasivam: > On Sun, Jul 01, 2018 at 07:26:20PM +0200, Saravanan Sekar wrote: >> Hi Mani >> >> >> On 06/30/18 11:32, Manivannan Sadhasivam wrote: >>> Hi Saravanan, >>> >>> I agree with modifying the existing binding to accomodate other >>> SoC's of

[RFC net-next 09/15] net: lora: Prepare EUI helpers

2018-07-01 Thread Andreas Färber
These will be used by the RN2483 and other LoRaWAN capable modules. Signed-off-by: Andreas Färber --- include/linux/lora/dev.h | 21 + 1 file changed, 21 insertions(+) diff --git a/include/linux/lora/dev.h b/include/linux/lora/dev.h index 531e68f0c9a6..153f9b2992ca 100644

[RFC net-next 09/15] net: lora: Prepare EUI helpers

2018-07-01 Thread Andreas Färber
These will be used by the RN2483 and other LoRaWAN capable modules. Signed-off-by: Andreas Färber --- include/linux/lora/dev.h | 21 + 1 file changed, 21 insertions(+) diff --git a/include/linux/lora/dev.h b/include/linux/lora/dev.h index 531e68f0c9a6..153f9b2992ca 100644

[RFC net-next 03/15] net: lora: Add protocol numbers

2018-07-01 Thread Andreas Färber
Default protocol implementation will be datagram. No other protocols are implemented yet. Q: Would these protocol numbers be the suitable place to define LoRaWAN? Signed-off-by: Andreas Färber --- include/uapi/linux/lora.h | 4 1 file changed, 4 insertions(+) diff --git a/include/uapi

[RFC net-next 03/15] net: lora: Add protocol numbers

2018-07-01 Thread Andreas Färber
Default protocol implementation will be datagram. No other protocols are implemented yet. Q: Would these protocol numbers be the suitable place to define LoRaWAN? Signed-off-by: Andreas Färber --- include/uapi/linux/lora.h | 4 1 file changed, 4 insertions(+) diff --git a/include/uapi

Re: [PATCH v2 1/6] dt-bindings: i2c: Add binding for Actions Semi OWL I2C controller

2018-06-30 Thread Andreas Färber
Am 28.06.2018 um 20:10 schrieb Manivannan Sadhasivam: > Add devicetree binding for Actions Semi OWL I2C controller > > Signed-off-by: Manivannan Sadhasivam > --- > .../devicetree/bindings/i2c/i2c-owl.txt | 27 +++ > 1 file changed, 27 insertions(+) > create mode 100644

Re: [PATCH v2 1/6] dt-bindings: i2c: Add binding for Actions Semi OWL I2C controller

2018-06-30 Thread Andreas Färber
Am 28.06.2018 um 20:10 schrieb Manivannan Sadhasivam: > Add devicetree binding for Actions Semi OWL I2C controller > > Signed-off-by: Manivannan Sadhasivam > --- > .../devicetree/bindings/i2c/i2c-owl.txt | 27 +++ > 1 file changed, 27 insertions(+) > create mode 100644

Re: [PATCH v2 1/3] arm64: dts: actions: Enable clock controller for S700

2018-06-29 Thread Andreas Färber
Am 29.06.2018 um 19:36 schrieb Stephen Boyd: > Quoting Saravanan Sekar (2018-06-28 12:18:03) >> diff --git a/arch/arm64/boot/dts/actions/s700-cubieboard7.dts >> b/arch/arm64/boot/dts/actions/s700-cubieboard7.dts >> index ef79d7905f44..28f3f4a0f7f0 100644 >> ---

Re: [PATCH v2 1/3] arm64: dts: actions: Enable clock controller for S700

2018-06-29 Thread Andreas Färber
Am 29.06.2018 um 19:36 schrieb Stephen Boyd: > Quoting Saravanan Sekar (2018-06-28 12:18:03) >> diff --git a/arch/arm64/boot/dts/actions/s700-cubieboard7.dts >> b/arch/arm64/boot/dts/actions/s700-cubieboard7.dts >> index ef79d7905f44..28f3f4a0f7f0 100644 >> ---

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

2018-06-27 Thread Andreas Färber
Am 27.06.2018 um 16:57 schrieb Daniel Thompson: > On Tue, Jun 26, 2018 at 10:11:17PM +0530, Manivannan Sadhasivam wrote: >>> Question: Should it still be GPL-2.0+ or the new GPL-2.0-or-later? >> >> I think GPL-2.0+ is fine. > > So... when I saw this I did wonder why one would knowly choose to use

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

2018-06-27 Thread Andreas Färber
Am 27.06.2018 um 16:57 schrieb Daniel Thompson: > On Tue, Jun 26, 2018 at 10:11:17PM +0530, Manivannan Sadhasivam wrote: >>> Question: Should it still be GPL-2.0+ or the new GPL-2.0-or-later? >> >> I think GPL-2.0+ is fine. > > So... when I saw this I did wonder why one would knowly choose to use

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 >>>

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 >>>

[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

[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: [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

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

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 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 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 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 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 ++ >

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 ++ >

Re: [PATCH] MAINTAINERS: Add Actions Semi S900 clk entries

2018-05-31 Thread Andreas Färber
Am 31.05.2018 um 22:32 schrieb Stephen Boyd: > Quoting Manivannan Sadhasivam (2018-05-31 08:23:00) >> Add S900 clk entries under ARCH_ACTIONS >> >> Signed-off-by: Manivannan Sadhasivam >> --- > > Acked-by: Stephen Boyd > > Unless you wanted me to apply this? I'll take it once I have my 4.17

Re: [PATCH] MAINTAINERS: Add Actions Semi S900 clk entries

2018-05-31 Thread Andreas Färber
Am 31.05.2018 um 22:32 schrieb Stephen Boyd: > Quoting Manivannan Sadhasivam (2018-05-31 08:23:00) >> Add S900 clk entries under ARCH_ACTIONS >> >> Signed-off-by: Manivannan Sadhasivam >> --- > > Acked-by: Stephen Boyd > > Unless you wanted me to apply this? I'll take it once I have my 4.17

Re: [PATCH v2 5/5] MAINTAINERS: Add Actions Semi S900 pinctrl entries

2018-05-24 Thread Andreas Färber
Am 23.05.2018 um 10:40 schrieb Linus Walleij: > On Sun, May 20, 2018 at 7:17 AM, Manivannan Sadhasivam > wrote: > >> Add S900 pinctrl entries under ARCH_ACTIONS >> >> Signed-off-by: Manivannan Sadhasivam > > Patch applied

Re: [PATCH v2 5/5] MAINTAINERS: Add Actions Semi S900 pinctrl entries

2018-05-24 Thread Andreas Färber
Am 23.05.2018 um 10:40 schrieb Linus Walleij: > On Sun, May 20, 2018 at 7:17 AM, Manivannan Sadhasivam > wrote: > >> Add S900 pinctrl entries under ARCH_ACTIONS >> >> Signed-off-by: Manivannan Sadhasivam > > Patch applied tentatively so we have some maintenance entry for this. > > Andreas

Re: [PATCH] dt-bindings: Add vendor prefix for Avnet, Inc.

2018-05-08 Thread Andreas Färber
Hi Michal, Am 07.05.2018 um 22:49 schrieb Rob Herring: > On Wed, May 02, 2018 at 10:17:57AM +0200, Michal Simek wrote: >> "Avnet, Inc. is one of the world's largest distributors of electronic >> components and embedded solutions." - Wikipedia.org >> >> Website: www.avnet.com >> >> Signed-off-by:

Re: [PATCH] dt-bindings: Add vendor prefix for Avnet, Inc.

2018-05-08 Thread Andreas Färber
Hi Michal, Am 07.05.2018 um 22:49 schrieb Rob Herring: > On Wed, May 02, 2018 at 10:17:57AM +0200, Michal Simek wrote: >> "Avnet, Inc. is one of the world's largest distributors of electronic >> components and embedded solutions." - Wikipedia.org >> >> Website: www.avnet.com >> >> Signed-off-by:

Re: [PATCH 1/3] dt-bindings: added new pwm-sifive driver documentation

2018-04-30 Thread Andreas Färber
Am 30.04.2018 um 10:19 schrieb Thierry Reding: > On Sun, Apr 29, 2018 at 02:08:07PM -0700, Wesley Terpstra wrote: >> On Sun, Apr 29, 2018 at 2:01 PM, Andreas Färber <afaer...@suse.de> wrote: >>> "pwm0" sounds like a zero-indexed instance of some pwm block. If 0 is

Re: [PATCH 1/3] dt-bindings: added new pwm-sifive driver documentation

2018-04-30 Thread Andreas Färber
Am 30.04.2018 um 10:19 schrieb Thierry Reding: > On Sun, Apr 29, 2018 at 02:08:07PM -0700, Wesley Terpstra wrote: >> On Sun, Apr 29, 2018 at 2:01 PM, Andreas Färber wrote: >>> "pwm0" sounds like a zero-indexed instance of some pwm block. If 0 is >>> the versio

<    1   2   3   4   5   6   7   8   9   10   >