Re: linux-next: manual merge of the staging tree with the at91 tree

2018-09-18 Thread Nicolas Ferre
ur tree is submitted for merging. You may also want to consider cooperating with the maintainer of the conflicting tree to minimise any particularly complex conflicts. Resolution looks good to me. Thanks. Best regards, -- Nicolas Ferre

Re: [GIT PULL] Immutable branch between MFD, SPI and TTY due for the v4.20 merge window

2018-09-11 Thread Nicolas Ferre
, -- Nicolas Ferre

Re: [GIT PULL] Immutable branch between MFD, SPI and TTY due for the v4.20 merge window

2018-09-11 Thread Nicolas Ferre
, -- Nicolas Ferre

Re: linux-next: build failure after merge of the tty tree

2018-09-11 Thread Nicolas Ferre
linux/mod_devicetable.h from linux/platform_device.h") merged in v4.19-rc1. because linux/platform_device.h was included by linux/mfd/core.h that is present in this driver. This is why the issue was not identified beforehand. I'm building a tiny patch to address this right now. Thanks for your help. Best regards, -- Nicolas Ferre

Re: linux-next: build failure after merge of the tty tree

2018-09-11 Thread Nicolas Ferre
linux/mod_devicetable.h from linux/platform_device.h") merged in v4.19-rc1. because linux/platform_device.h was included by linux/mfd/core.h that is present in this driver. This is why the issue was not identified beforehand. I'm building a tiny patch to address this right now. Thanks for your help. Best regards, -- Nicolas Ferre

Re: [PATCH v12 0/6] Driver for at91 usart in spi mode

2018-09-10 Thread Nicolas Ferre
the driver to work under at91-usart mfd -- Nicolas Ferre

Re: [PATCH v12 0/6] Driver for at91 usart in spi mode

2018-09-10 Thread Nicolas Ferre
the driver to work under at91-usart mfd -- Nicolas Ferre

Re: [PATCH] ARM: dts: at91: sama5d2_ptc_ek: fix nand pinctrl

2018-09-07 Thread Nicolas Ferre
On 07/09/2018 at 10:18, Ludovic Desroches wrote: The drive strength has to be set to medium otherwise some data corruption may happen. Signed-off-by: Ludovic Desroches Acked-by: Nicolas Ferre --- Hi, This fix depends on the support of the drive-strength for the atmel pio4 pinctroller

Re: [PATCH] ARM: dts: at91: sama5d2_ptc_ek: fix nand pinctrl

2018-09-07 Thread Nicolas Ferre
On 07/09/2018 at 10:18, Ludovic Desroches wrote: The drive strength has to be set to medium otherwise some data corruption may happen. Signed-off-by: Ludovic Desroches Acked-by: Nicolas Ferre --- Hi, This fix depends on the support of the drive-strength for the atmel pio4 pinctroller

Re: [PATCH 0/6] shutdown procedure verification for SAMA5D2

2018-09-06 Thread Nicolas Ferre
-by: Nicolas Ferre The patches are based on latest sys-reset/for-next [1]. Thank you, Claudiu Beznea [1] https://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git Claudiu Beznea (6): power: reset: at91-poweroff: switch to slow clock before shutdown power: reset: at91-poweroff

Re: [PATCH 0/6] shutdown procedure verification for SAMA5D2

2018-09-06 Thread Nicolas Ferre
-by: Nicolas Ferre The patches are based on latest sys-reset/for-next [1]. Thank you, Claudiu Beznea [1] https://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git Claudiu Beznea (6): power: reset: at91-poweroff: switch to slow clock before shutdown power: reset: at91-poweroff

[PATCH 11/11] MAINTAINERS: sdhci: move the Microchip entry to proper location

2018-08-29 Thread Nicolas Ferre
All SDHCI controller drivers are gathered at the same place, add the Microchip one there. Signed-off-by: Nicolas Ferre --- MAINTAINERS | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 78044223d90f..df2f61548308 100644

[PATCH 11/11] MAINTAINERS: sdhci: move the Microchip entry to proper location

2018-08-29 Thread Nicolas Ferre
All SDHCI controller drivers are gathered at the same place, add the Microchip one there. Signed-off-by: Nicolas Ferre --- MAINTAINERS | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 78044223d90f..df2f61548308 100644

[PATCH 03/11] MAINTAINERS: media: change Microchip ISI, ISC maintainers

2018-08-29 Thread Nicolas Ferre
For ISC, Songjun is not with Microchip anymore, his address shouldn't be reachable. For ISI, Eugen can handle the maintenance now. Signed-off-by: Nicolas Ferre --- MAINTAINERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 43fa2ebb292e

[PATCH 09/11] MAINTAINERS: remove the / ATMEL string from MICROCHIP entries

2018-08-29 Thread Nicolas Ferre
No need to keep this additional string as it can puzzle people while adding new driver's entries. Move the NAND entry to keep it alphabetically ordered. Signed-off-by: Nicolas Ferre --- MAINTAINERS | 22 +++--- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git

[PATCH 10/11] MAINTAINERS: move former ATMEL entries to proper MICROCHIP location

2018-08-29 Thread Nicolas Ferre
Standardize the Microchip / Atmel entries with the same form and move them so that they are all located at the same place, under the newer MICROCHIP banner. Only modifications to the titles of the entries are done in this patch. Signed-off-by: Nicolas Ferre --- MAINTAINERS | 154

[PATCH 08/11] MAINTAINERS: iio: add co-maintainer to SAMA5D2-compatible ADC driver

2018-08-29 Thread Nicolas Ferre
Add Eugen as co-maintainer with Ludovic of Microchip SAMA5D2-compatible ADC driver. Also add the binding documentation/include as file pattern. Signed-off-by: Nicolas Ferre --- MAINTAINERS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index fca67dcb84e0

[PATCH 01/11] MAINTAINERS: ARM: at91: add co-maintainer for ARM/Microchip

2018-08-29 Thread Nicolas Ferre
Add Ludovic as a new co-maintainer for the AT91 Microchip ARM sub-architecture. Add the newly created kernel.org group git tree that we will use from now on. Cc: Alexandre Belloni Signed-off-by: Nicolas Ferre --- MAINTAINERS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git

[PATCH 03/11] MAINTAINERS: media: change Microchip ISI, ISC maintainers

2018-08-29 Thread Nicolas Ferre
For ISC, Songjun is not with Microchip anymore, his address shouldn't be reachable. For ISI, Eugen can handle the maintenance now. Signed-off-by: Nicolas Ferre --- MAINTAINERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 43fa2ebb292e

[PATCH 09/11] MAINTAINERS: remove the / ATMEL string from MICROCHIP entries

2018-08-29 Thread Nicolas Ferre
No need to keep this additional string as it can puzzle people while adding new driver's entries. Move the NAND entry to keep it alphabetically ordered. Signed-off-by: Nicolas Ferre --- MAINTAINERS | 22 +++--- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git

[PATCH 10/11] MAINTAINERS: move former ATMEL entries to proper MICROCHIP location

2018-08-29 Thread Nicolas Ferre
Standardize the Microchip / Atmel entries with the same form and move them so that they are all located at the same place, under the newer MICROCHIP banner. Only modifications to the titles of the entries are done in this patch. Signed-off-by: Nicolas Ferre --- MAINTAINERS | 154

[PATCH 08/11] MAINTAINERS: iio: add co-maintainer to SAMA5D2-compatible ADC driver

2018-08-29 Thread Nicolas Ferre
Add Eugen as co-maintainer with Ludovic of Microchip SAMA5D2-compatible ADC driver. Also add the binding documentation/include as file pattern. Signed-off-by: Nicolas Ferre --- MAINTAINERS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index fca67dcb84e0

[PATCH 01/11] MAINTAINERS: ARM: at91: add co-maintainer for ARM/Microchip

2018-08-29 Thread Nicolas Ferre
Add Ludovic as a new co-maintainer for the AT91 Microchip ARM sub-architecture. Add the newly created kernel.org group git tree that we will use from now on. Cc: Alexandre Belloni Signed-off-by: Nicolas Ferre --- MAINTAINERS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git

[PATCH 07/11] MAINTAINERS: pwm: add entry for Microchip pwm driver

2018-08-29 Thread Nicolas Ferre
Add the entry that was missing for pwm-atmel.c driver. Add binding file as well. Signed-off-by: Nicolas Ferre --- MAINTAINERS | 8 1 file changed, 8 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 414324563009..fca67dcb84e0 100644 --- a/MAINTAINERS +++ b/MAINTAINERS

[PATCH 02/11] MAINTAINERS: update entry for Microchip NAND driver support

2018-08-29 Thread Nicolas Ferre
Replace the Microchip/Atmel NAND controller driver maintainer by removing Josh and adding Tudor. Cc: Josh Wu Signed-off-by: Nicolas Ferre --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 7f97f1f83398..43fa2ebb292e 100644

[PATCH 06/11] MAINTAINERS: dmaengine: add files to Microchip dma entry

2018-08-29 Thread Nicolas Ferre
In Microchip DMA (HDMA actually) entry, add the missing files for better matching with get_maintainer.pl tool. Signed-off-by: Nicolas Ferre --- MAINTAINERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index fe1280b92a2e..414324563009 100644 --- a/MAINTAINERS

[PATCH 07/11] MAINTAINERS: pwm: add entry for Microchip pwm driver

2018-08-29 Thread Nicolas Ferre
Add the entry that was missing for pwm-atmel.c driver. Add binding file as well. Signed-off-by: Nicolas Ferre --- MAINTAINERS | 8 1 file changed, 8 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 414324563009..fca67dcb84e0 100644 --- a/MAINTAINERS +++ b/MAINTAINERS

[PATCH 02/11] MAINTAINERS: update entry for Microchip NAND driver support

2018-08-29 Thread Nicolas Ferre
Replace the Microchip/Atmel NAND controller driver maintainer by removing Josh and adding Tudor. Cc: Josh Wu Signed-off-by: Nicolas Ferre --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 7f97f1f83398..43fa2ebb292e 100644

[PATCH 06/11] MAINTAINERS: dmaengine: add files to Microchip dma entry

2018-08-29 Thread Nicolas Ferre
In Microchip DMA (HDMA actually) entry, add the missing files for better matching with get_maintainer.pl tool. Signed-off-by: Nicolas Ferre --- MAINTAINERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index fe1280b92a2e..414324563009 100644 --- a/MAINTAINERS

[PATCH 05/11] MAINTAINERS: USB: change maintainer for Microchip USBA gadget driver

2018-08-29 Thread Nicolas Ferre
Hand over this USB gadget driver to Cristian: atmel_usba. Signed-off-by: Nicolas Ferre --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 686822714e6b..fe1280b92a2e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2551,7 +2551,7

[PATCH 00/11] MAINTAINERS: update of of some Microchip entries

2018-08-29 Thread Nicolas Ferre
headaches while updating this MAINTAINERS file. Series based on v4.19-rc1. Nicolas Ferre (11): MAINTAINERS: ARM: at91: add co-maintainer for ARM/Microchip MAINTAINERS: update entry for Microchip NAND driver support MAINTAINERS: media: change Microchip ISI, ISC maintainers MAINTAINERS: ASoC

[PATCH 04/11] MAINTAINERS: ASoC: change maintainer for Microchip ALSA drivers

2018-08-29 Thread Nicolas Ferre
Hand over to Codrin for Microchip Audio SoC drivers in "atmel" directory. Signed-off-by: Nicolas Ferre --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 6eaf54960c1c..686822714e6b 100644 --- a/MAINTAINERS +++ b/M

[PATCH 05/11] MAINTAINERS: USB: change maintainer for Microchip USBA gadget driver

2018-08-29 Thread Nicolas Ferre
Hand over this USB gadget driver to Cristian: atmel_usba. Signed-off-by: Nicolas Ferre --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 686822714e6b..fe1280b92a2e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2551,7 +2551,7

[PATCH 00/11] MAINTAINERS: update of of some Microchip entries

2018-08-29 Thread Nicolas Ferre
headaches while updating this MAINTAINERS file. Series based on v4.19-rc1. Nicolas Ferre (11): MAINTAINERS: ARM: at91: add co-maintainer for ARM/Microchip MAINTAINERS: update entry for Microchip NAND driver support MAINTAINERS: media: change Microchip ISI, ISC maintainers MAINTAINERS: ASoC

[PATCH 04/11] MAINTAINERS: ASoC: change maintainer for Microchip ALSA drivers

2018-08-29 Thread Nicolas Ferre
Hand over to Codrin for Microchip Audio SoC drivers in "atmel" directory. Signed-off-by: Nicolas Ferre --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 6eaf54960c1c..686822714e6b 100644 --- a/MAINTAINERS +++ b/M

at91 git tree in linux-next

2018-08-22 Thread Nicolas Ferre
inux/kernel/git/at91/linux.git#at91-fixes Thanks for your help, best regards, Nicolas [1] https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/tree/Next/Trees#n84 Reference of previous request below... back in the days... On 31/03/2015 at 15:22, Nicolas Ferre wrote

at91 git tree in linux-next

2018-08-22 Thread Nicolas Ferre
inux/kernel/git/at91/linux.git#at91-fixes Thanks for your help, best regards, Nicolas [1] https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/tree/Next/Trees#n84 Reference of previous request below... back in the days... On 31/03/2015 at 15:22, Nicolas Ferre wrote

[PATCH] ARM: dts: at91/trivial: remove old NAND bindings leftover in sama5d2

2018-08-20 Thread Nicolas Ferre
As the new bindings are already in place in sama5d2.dtsi and that it's used in the only Mainline board for this product (at91-sama5d2_ptc_ek.dts), we can safely remove the old bindings. Cc: Boris Brezillon Signed-off-by: Nicolas Ferre --- arch/arm/boot/dts/sama5d2.dtsi | 38

[PATCH] ARM: dts: at91/trivial: remove old NAND bindings leftover in sama5d2

2018-08-20 Thread Nicolas Ferre
As the new bindings are already in place in sama5d2.dtsi and that it's used in the only Mainline board for this product (at91-sama5d2_ptc_ek.dts), we can safely remove the old bindings. Cc: Boris Brezillon Signed-off-by: Nicolas Ferre --- arch/arm/boot/dts/sama5d2.dtsi | 38

Re: [PATCH v10 0/6] Driver for at91 usart in spi mode

2018-07-11 Thread Nicolas Ferre
changed, 607 insertions(+), 17 deletions(-) rename Documentation/devicetree/bindings/{serial => mfd}/atmel-usart.txt (76%) create mode 100644 drivers/mfd/at91-usart.c create mode 100644 drivers/spi/spi-at91-usart.c create mode 100644 include/dt-bindings/mfd/at91-usart.h -- Nicolas Ferre

Re: [PATCH v10 0/6] Driver for at91 usart in spi mode

2018-07-11 Thread Nicolas Ferre
changed, 607 insertions(+), 17 deletions(-) rename Documentation/devicetree/bindings/{serial => mfd}/atmel-usart.txt (76%) create mode 100644 drivers/mfd/at91-usart.c create mode 100644 drivers/spi/spi-at91-usart.c create mode 100644 include/dt-bindings/mfd/at91-usart.h -- Nicolas Ferre

Re: [PATCH 1/4] arm: dts: add support for Laird WB45N cpu module and DVK

2018-06-15 Thread Nicolas Ferre
}; + + user@51e { + label = "user"; + reg = <0x51e 0x2dc>; + }; + + logs@7fa { + label = "logs"; + reg = <0x7fa 0x6>; + }; + + }; + }; + }; +}; + + { This must be label, isn't it? Because you are referring to ohci binding I suspect (found by having a look at: atmel,oc-gpio property...). I believe usb0 is correct, as this is a at91sam9x5 part, the node in dtsi is -ohci. sama5d3 is usb1 for -ohci. All right, like previous comment, I thought it was sama5d3: sorry for the noise. Best regards, Nicolas -- Nicolas Ferre

Re: [PATCH 1/4] arm: dts: add support for Laird WB45N cpu module and DVK

2018-06-15 Thread Nicolas Ferre
}; + + user@51e { + label = "user"; + reg = <0x51e 0x2dc>; + }; + + logs@7fa { + label = "logs"; + reg = <0x7fa 0x6>; + }; + + }; + }; + }; +}; + + { This must be label, isn't it? Because you are referring to ohci binding I suspect (found by having a look at: atmel,oc-gpio property...). I believe usb0 is correct, as this is a at91sam9x5 part, the node in dtsi is -ohci. sama5d3 is usb1 for -ohci. All right, like previous comment, I thought it was sama5d3: sorry for the noise. Best regards, Nicolas -- Nicolas Ferre

Re: [PATCH 4/4] arm: dts: add support for Laird SOM60 module and DVK boards

2018-06-14 Thread Nicolas Ferre
d"; + + partitions { + compatible = "fixed-partitions"; + #address-cells = <1>; + #size-cells = <1>; + + ubootspl@0 { + label = "u-boot-spl"; + reg = <0x0 0x2>; + }; + + uboot@2 { + label = "u-boot"; + reg = <0x2 0x8>; + }; + + ubootenv@a { + label = "u-boot-env"; + reg = <0xa 0x2>; + }; + + ubootenv@c { + label = "u-boot-env"; + reg = <0xc 0x2>; + }; + + ubi@e { + label = "ubi"; + reg = <0xe 0xfe0>; + }; + }; + }; +}; + + { + pinctrl-names = "default"; + pinctrl-0 = <_usba_vbus>; + atmel,vbus-gpio = < 14 GPIO_ACTIVE_HIGH>; +}; + + { + pinctrl-names = "default"; + pinctrl-0 = <_usb_vbus _usb_oc>; + num-ports = <3>; + atmel,vbus-gpio = <0 +20 GPIO_ACTIVE_HIGH + 0>; + atmel,oc-gpio = <0 +15 GPIO_ACTIVE_LOW + 0>; +}; -- Nicolas Ferre

Re: [PATCH 4/4] arm: dts: add support for Laird SOM60 module and DVK boards

2018-06-14 Thread Nicolas Ferre
d"; + + partitions { + compatible = "fixed-partitions"; + #address-cells = <1>; + #size-cells = <1>; + + ubootspl@0 { + label = "u-boot-spl"; + reg = <0x0 0x2>; + }; + + uboot@2 { + label = "u-boot"; + reg = <0x2 0x8>; + }; + + ubootenv@a { + label = "u-boot-env"; + reg = <0xa 0x2>; + }; + + ubootenv@c { + label = "u-boot-env"; + reg = <0xc 0x2>; + }; + + ubi@e { + label = "ubi"; + reg = <0xe 0xfe0>; + }; + }; + }; +}; + + { + pinctrl-names = "default"; + pinctrl-0 = <_usba_vbus>; + atmel,vbus-gpio = < 14 GPIO_ACTIVE_HIGH>; +}; + + { + pinctrl-names = "default"; + pinctrl-0 = <_usb_vbus _usb_oc>; + num-ports = <3>; + atmel,vbus-gpio = <0 +20 GPIO_ACTIVE_HIGH + 0>; + atmel,oc-gpio = <0 +15 GPIO_ACTIVE_LOW + 0>; +}; -- Nicolas Ferre

Re: [PATCH 1/4] arm: dts: add support for Laird WB45N cpu module and DVK

2018-06-14 Thread Nicolas Ferre
}; + }; + }; +}; + + { This must be label, isn't it? Because you are referring to ohci binding I suspect (found by having a look at: atmel,oc-gpio property...). + num-ports = <2>; + atmel,vbus-gpio = < +12 GPIO_ACTIVE_HIGH +31 GPIO_ACTIVE_HIGH + >; + atmel,oc-gpio = < 13 GPIO_ACTIVE_LOW>; +}; + + { + phy-mode = "rmii"; +}; + + { + cs-gpios = < 14 0>, < 7 0>, <0>, <0>; +}; + + { + pinctrl-names = "default"; + pinctrl-0 = <_board_usb2>; + atmel,vbus-gpio = < 11 GPIO_ACTIVE_HIGH>; +}; + + { + pinctrl-0 = < + _mmc0_slot0_clk_cmd_dat0 + _mmc0_slot0_dat1_3>; + slot@0 { + reg = <0>; + bus-width = <4>; + }; +}; -- Nicolas Ferre

Re: [PATCH 1/4] arm: dts: add support for Laird WB45N cpu module and DVK

2018-06-14 Thread Nicolas Ferre
}; + }; + }; +}; + + { This must be label, isn't it? Because you are referring to ohci binding I suspect (found by having a look at: atmel,oc-gpio property...). + num-ports = <2>; + atmel,vbus-gpio = < +12 GPIO_ACTIVE_HIGH +31 GPIO_ACTIVE_HIGH + >; + atmel,oc-gpio = < 13 GPIO_ACTIVE_LOW>; +}; + + { + phy-mode = "rmii"; +}; + + { + cs-gpios = < 14 0>, < 7 0>, <0>, <0>; +}; + + { + pinctrl-names = "default"; + pinctrl-0 = <_board_usb2>; + atmel,vbus-gpio = < 11 GPIO_ACTIVE_HIGH>; +}; + + { + pinctrl-0 = < + _mmc0_slot0_clk_cmd_dat0 + _mmc0_slot0_dat1_3>; + slot@0 { + reg = <0>; + bus-width = <4>; + }; +}; -- Nicolas Ferre

Re: [PATCH 2/4] arm: dts: add support for Laird WB50N cpu module and DVK

2018-06-14 Thread Nicolas Ferre
cy for all USART and UART on this sama5d3 SoC. The disappearing of this table is a bug in the latest datasheet. I can see that the one "11121B–ATARM–08-Mar-13" still have it. I report this issue to the team in charge of datasheets (it will be certainly fixed for next release of this document). Best regards, -- Nicolas Ferre

Re: [PATCH 2/4] arm: dts: add support for Laird WB50N cpu module and DVK

2018-06-14 Thread Nicolas Ferre
cy for all USART and UART on this sama5d3 SoC. The disappearing of this table is a bug in the latest datasheet. I can see that the one "11121B–ATARM–08-Mar-13" still have it. I report this issue to the team in charge of datasheets (it will be certainly fixed for next release of this document). Best regards, -- Nicolas Ferre

Re: [PATCH 0/4] Fix suspend resume on at91sam9261 and at91sam9263

2018-06-12 Thread Nicolas Ferre
-pmc.txt -- Nicolas Ferre

Re: [PATCH 0/4] Fix suspend resume on at91sam9261 and at91sam9263

2018-06-12 Thread Nicolas Ferre
-pmc.txt -- Nicolas Ferre

Re: [PATCH v4 5/6] spi: at91-usart: add driver for at91-usart as spi

2018-05-29 Thread Nicolas Ferre
On 29/05/2018 at 16:34, Nicolas Ferre wrote: On 29/05/2018 at 16:28, Radu Pirea wrote: On 05/28/2018 11:21 AM, Andy Shevchenko wrote: On Fri, May 25, 2018 at 8:19 PM, Radu Pirea wrote: This is the driver for at91-usart in spi mode. The USART IP can be configured to work in many modes

Re: [PATCH v4 5/6] spi: at91-usart: add driver for at91-usart as spi

2018-05-29 Thread Nicolas Ferre
On 29/05/2018 at 16:34, Nicolas Ferre wrote: On 29/05/2018 at 16:28, Radu Pirea wrote: On 05/28/2018 11:21 AM, Andy Shevchenko wrote: On Fri, May 25, 2018 at 8:19 PM, Radu Pirea wrote: This is the driver for at91-usart in spi mode. The USART IP can be configured to work in many modes

Re: [PATCH v4 5/6] spi: at91-usart: add driver for at91-usart as spi

2018-05-29 Thread Nicolas Ferre
return ret; + } + } + + return 0; +} [..] -- Nicolas Ferre

Re: [PATCH v4 5/6] spi: at91-usart: add driver for at91-usart as spi

2018-05-29 Thread Nicolas Ferre
return ret; + } + } + + return 0; +} [..] -- Nicolas Ferre

Re: [PATCH] mtd: nand: raw: atmel: add module param to avoid using dma

2018-05-28 Thread Nicolas Ferre
panel (it would take a bit of work to arrange for those tests), but the issue was there when I last tried (using defaults). If what I said earlier has an impact, reducing the panel size will also make a difference. But the question is how small is "smaller" ;-) Best regards, -- Nicolas Ferre

Re: [PATCH] mtd: nand: raw: atmel: add module param to avoid using dma

2018-05-28 Thread Nicolas Ferre
panel (it would take a bit of work to arrange for those tests), but the issue was there when I last tried (using defaults). If what I said earlier has an impact, reducing the panel size will also make a difference. But the question is how small is "smaller" ;-) Best regards, -- Nicolas Ferre

Re: [PATCH] spi-nor: Add support for Atmel Dataflash memories

2018-05-07 Thread Nicolas Ferre
/linux-mtd/list/?series=41174 -- Nicolas Ferre

Re: [PATCH] spi-nor: Add support for Atmel Dataflash memories

2018-05-07 Thread Nicolas Ferre
-- Nicolas Ferre

Re: [PATCH 43/61] pwm: simplify getting .drvdata

2018-04-20 Thread Nicolas Ferre
On 19/04/2018 at 16:06, Wolfram Sang wrote: We should get drvdata from struct device directly. Going via platform_device is an unneeded step back and forth. Signed-off-by: Wolfram Sang <wsa+rene...@sang-engineering.com> Acked-by: Nicolas Ferre <nicolas.fe...@microchip.com> ---

Re: [PATCH 43/61] pwm: simplify getting .drvdata

2018-04-20 Thread Nicolas Ferre
On 19/04/2018 at 16:06, Wolfram Sang wrote: We should get drvdata from struct device directly. Going via platform_device is an unneeded step back and forth. Signed-off-by: Wolfram Sang Acked-by: Nicolas Ferre --- Build tested only. buildbot is happy. Please apply individually. drivers

Re: [PATCH 61/61] ASoC: atmel: simplify getting .drvdata

2018-04-20 Thread Nicolas Ferre
On 19/04/2018 at 16:06, Wolfram Sang wrote: We should get drvdata from struct device directly. Going via platform_device is an unneeded step back and forth. Signed-off-by: Wolfram Sang <wsa+rene...@sang-engineering.com> Acked-by: Nicolas Ferre <nicolas.fe...@microchip.com> ---

Re: [PATCH 61/61] ASoC: atmel: simplify getting .drvdata

2018-04-20 Thread Nicolas Ferre
On 19/04/2018 at 16:06, Wolfram Sang wrote: We should get drvdata from struct device directly. Going via platform_device is an unneeded step back and forth. Signed-off-by: Wolfram Sang Acked-by: Nicolas Ferre --- Build tested only. buildbot is happy. Please apply individually. sound

Re: [PATCH 0/3] Fix an Atmel USBA UDC issue introducted in 4.17-rc1

2018-04-17 Thread Nicolas Ferre
usb: gadget: udc: atmel: Remove obsolete include usb: gadget: udc: atmel: Fix indenting To the whole series: Acked-by: Nicolas Ferre <nicolas.fe...@microchip.com> Thank you Romain. Best regards, Nicolas drivers/usb/gadget/udc/atmel_usba_udc.c | 22 ++ drive

Re: [PATCH 0/3] Fix an Atmel USBA UDC issue introducted in 4.17-rc1

2018-04-17 Thread Nicolas Ferre
usb: gadget: udc: atmel: Remove obsolete include usb: gadget: udc: atmel: Fix indenting To the whole series: Acked-by: Nicolas Ferre Thank you Romain. Best regards, Nicolas drivers/usb/gadget/udc/atmel_usba_udc.c | 22 ++ drivers/usb/gadget/udc/atmel_usba_udc.h

Re: [PATCH 2/3] dt-bindings: add binding for at91-usart in spi mode

2018-04-13 Thread Nicolas Ferre
hardware description and so a different compatible string. Regards, Nicolas + reg = <0xf001c000 0x100>; + interrupts = <12 IRQ_TYPE_LEVEL_HIGH>; + clocks = <_clk>; + clock-names = "usart"; + cs-gpios = < 3 0>; + }; -- 2.17.0 -- Nicolas Ferre

Re: [PATCH 2/3] dt-bindings: add binding for at91-usart in spi mode

2018-04-13 Thread Nicolas Ferre
ble string. Regards, Nicolas + reg = <0xf001c000 0x100>; + interrupts = <12 IRQ_TYPE_LEVEL_HIGH>; + clocks = <_clk>; + clock-names = "usart"; + cs-gpios = < 3 0>; + }; -- 2.17.0 -- Nicolas Ferre

Re: [PATCH] mtd: nand: raw: atmel: add module param to avoid using dma

2018-04-11 Thread Nicolas Ferre
es* Arrrgh!! You say "Table 15-3". This is Table 14-3 for me! I believe I'm using the latest datasheet (02-Feb-16). What are you reading???!? Oops, I was reading an old datasheet (from 2014). -- Nicolas Ferre

Re: [PATCH] mtd: nand: raw: atmel: add module param to avoid using dma

2018-04-11 Thread Nicolas Ferre
ee registers. Other than that, the only tweak or anomaly is that first entry (Cortex A5) for master 3 (Int ROM). *time passes* Arrrgh!! You say "Table 15-3". This is Table 14-3 for me! I believe I'm using the latest datasheet (02-Feb-16). What are you reading???!? Oops, I was reading an old datasheet (from 2014). -- Nicolas Ferre

Re: [PATCH] ASoC: atmel_ssc_dai: fix spelling mistake: "Stoping" -> "Stopping"

2018-04-03 Thread Nicolas Ferre
On 31/03/2018 at 10:54, Alexandre Belloni wrote: On 30/03/2018 at 16:44:20 +0100, Colin King wrote: From: Colin Ian King <colin.k...@canonical.com> Trivial fix to spelling mistake in pr_debug message text Acked-by: Alexandre Belloni <alexandre.bell...@bootlin.com> Acked-by: N

Re: [PATCH] ASoC: atmel_ssc_dai: fix spelling mistake: "Stoping" -> "Stopping"

2018-04-03 Thread Nicolas Ferre
On 31/03/2018 at 10:54, Alexandre Belloni wrote: On 30/03/2018 at 16:44:20 +0100, Colin King wrote: From: Colin Ian King Trivial fix to spelling mistake in pr_debug message text Acked-by: Alexandre Belloni Acked-by: Nicolas Ferre Signed-off-by: Colin Ian King --- sound/soc/atmel

Re: [PATCH] mtd: nand: raw: atmel: add module param to avoid using dma

2018-03-29 Thread Nicolas Ferre
s->has_dma && !atmel_nand_avoid_dma) { dma_cap_mask_t mask; dma_cap_zero(mask); -- Nicolas Ferre

Re: [PATCH] mtd: nand: raw: atmel: add module param to avoid using dma

2018-03-29 Thread Nicolas Ferre
has_dma && !atmel_nand_avoid_dma) { dma_cap_mask_t mask; dma_cap_zero(mask); -- Nicolas Ferre

Re: [PATCH v3 2/2] net: macb: Try to retrieve MAC addess from nvmem provider

2018-03-28 Thread Nicolas Ferre
.nl> For this part: Acked-by: Nicolas Ferre <nicolas.fe...@microchip.com> --- drivers/net/ethernet/cadence/macb_main.c | 12 +--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/drivers/net/ethernet/cadence/macb_main.c b/drivers/net/ethernet/cadence/macb_main.c i

Re: [PATCH v3 2/2] net: macb: Try to retrieve MAC addess from nvmem provider

2018-03-28 Thread Nicolas Ferre
-by: Nicolas Ferre --- drivers/net/ethernet/cadence/macb_main.c | 12 +--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/drivers/net/ethernet/cadence/macb_main.c b/drivers/net/ethernet/cadence/macb_main.c index e84afcf..eabe14f 100644 --- a/drivers/net/ethernet/cadence

Re: [PATCH v2 2/2] mtd: nand: Remove print after allocation failure

2018-03-20 Thread Nicolas Ferre
Raynal <miquel.ray...@bootlin.com> --- drivers/mtd/nand/ams-delta.c | 1 - drivers/mtd/nand/atmel/nand-controller.c | 13 +++- For Atmel NAND driver: Acked-by: Nicolas Ferre <nicolas.fe...@microchip.com> drivers/mtd/nand/marvell_nand.c | 8 ++--

Re: [PATCH v2 2/2] mtd: nand: Remove print after allocation failure

2018-03-20 Thread Nicolas Ferre
| 1 - drivers/mtd/nand/atmel/nand-controller.c | 13 +++- For Atmel NAND driver: Acked-by: Nicolas Ferre drivers/mtd/nand/marvell_nand.c | 8 ++-- drivers/mtd/nand/nandsim.c | 35 drivers/mtd/nand/ndfc.c

[PATCH] ARM: dts: at91: at91sam9g25: fix mux-mask pinctrl property

2018-03-13 Thread Nicolas Ferre
There are only 19 PIOB pins having primary names PB0-PB18. Not all of them have a 'C' function. So the pinctrl property mask ends up being the same as the other SoC of the at91sam9x5 series. Reported-by: Marek Sieranski <marek.sieran...@microchip.com> Signed-off-by: Nicolas Ferre <n

[PATCH] ARM: dts: at91: at91sam9g25: fix mux-mask pinctrl property

2018-03-13 Thread Nicolas Ferre
There are only 19 PIOB pins having primary names PB0-PB18. Not all of them have a 'C' function. So the pinctrl property mask ends up being the same as the other SoC of the at91sam9x5 series. Reported-by: Marek Sieranski Signed-off-by: Nicolas Ferre Cc: # v3.8+ --- arch/arm/boot/dts

[PATCH 1/3] MAINTAINERS: ARM: at91: update entry for ARM/Microchip

2018-02-28 Thread Nicolas Ferre
as they are better exposed in the arch/arm/mach-at91/Kconfig entries. Signed-off-by: Nicolas Ferre <nicolas.fe...@microchip.com> --- Hi, This patch goes on top of linux-next because Alexandre's email change is taken into account (already in arm-soc). Best regards, Nicolas MAINTAINER

[PATCH 1/3] MAINTAINERS: ARM: at91: update entry for ARM/Microchip

2018-02-28 Thread Nicolas Ferre
as they are better exposed in the arch/arm/mach-at91/Kconfig entries. Signed-off-by: Nicolas Ferre --- Hi, This patch goes on top of linux-next because Alexandre's email change is taken into account (already in arm-soc). Best regards, Nicolas MAINTAINERS | 42

[PATCH 3/3] ARM: at91: Kconfig: Update company to Microchip

2018-02-28 Thread Nicolas Ferre
Update AT91 Kconfig text and help to move from Atmel to Microchip. The AT91 wording is kept in the title for historical reasons. Signed-off-by: Nicolas Ferre <nicolas.fe...@microchip.com> --- arch/arm/mach-at91/Kconfig | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-)

[PATCH 3/3] ARM: at91: Kconfig: Update company to Microchip

2018-02-28 Thread Nicolas Ferre
Update AT91 Kconfig text and help to move from Atmel to Microchip. The AT91 wording is kept in the title for historical reasons. Signed-off-by: Nicolas Ferre --- arch/arm/mach-at91/Kconfig | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/arch/arm/mach-at91

[PATCH 2/3] Documentation: at91: Update Microchip SoC documentation

2018-02-28 Thread Nicolas Ferre
We move the former Atmel wording to the the new Microchip name for this SoC family. With the name of the directory we also change the content in relation with the update of the MAINTAINERS file. The Datasheet links now point to real documents instead of 404s. Signed-off-by: Nicolas Ferre

[PATCH 2/3] Documentation: at91: Update Microchip SoC documentation

2018-02-28 Thread Nicolas Ferre
We move the former Atmel wording to the the new Microchip name for this SoC family. With the name of the directory we also change the content in relation with the update of the MAINTAINERS file. The Datasheet links now point to real documents instead of 404s. Signed-off-by: Nicolas Ferre

Re: [PATCH] spi: atmel: init FIFOs before spi enable

2018-02-27 Thread Nicolas Ferre
-off-by: Eugen Hristev <eugen.hris...@microchip.com> Ok, good: Acked-by: Nicolas Ferre <nicolas.fe...@microchip.com> --- drivers/spi/spi-atmel.c | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/drivers/spi/spi-atmel.c b/drivers/spi/spi-atmel.c index 6694

Re: [PATCH] spi: atmel: init FIFOs before spi enable

2018-02-27 Thread Nicolas Ferre
-off-by: Eugen Hristev Ok, good: Acked-by: Nicolas Ferre --- drivers/spi/spi-atmel.c | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/drivers/spi/spi-atmel.c b/drivers/spi/spi-atmel.c index 6694709..0478758 100644 --- a/drivers/spi/spi-atmel.c +++ b/drivers/spi

Re: [PATCH] MAINTAINERS: ARM: at91: update my email address

2018-02-16 Thread Nicolas Ferre
On 16/02/2018 at 11:03, Alexandre Belloni wrote: Free Electrons is now Bootlin. Signed-off-by: Alexandre Belloni <alexandre.bell...@bootlin.com> Acked-by: Nicolas Ferre <nicolas.fe...@microchip.com> Sure! Welcome Bootlin! Regards, Nicolas --- MAINTAINERS | 2 +- 1 fil

Re: [PATCH] MAINTAINERS: ARM: at91: update my email address

2018-02-16 Thread Nicolas Ferre
On 16/02/2018 at 11:03, Alexandre Belloni wrote: Free Electrons is now Bootlin. Signed-off-by: Alexandre Belloni Acked-by: Nicolas Ferre Sure! Welcome Bootlin! Regards, Nicolas --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b

Re: [PATCH v3 1/7] watchdog: sama5d4: make use of timeout-secs provided in devicetree

2018-02-12 Thread Nicolas Ferre
c. > > Signed-off-by: Marcus Folkesson <marcus.folkes...@gmail.com> Acked-by: Nicolas Ferre <nicolas.fe...@microchip.com> Thanks, best regards, Nicolas > --- > > Notes: > v3: > - Use wdd->timeout instead of wdt_timeout when print out > timou

Re: [PATCH v3 1/7] watchdog: sama5d4: make use of timeout-secs provided in devicetree

2018-02-12 Thread Nicolas Ferre
c. > > Signed-off-by: Marcus Folkesson Acked-by: Nicolas Ferre Thanks, best regards, Nicolas > --- > > Notes: > v3: > - Use wdd->timeout instead of wdt_timeout when print out > timout in probe function. > > drivers/watchdog/sama5d4_wdt.c | 6 +++

Re: [RESEND][PATCH] video: fbdev: atmel_lcdfb: convert to use GPIO descriptors

2018-02-05 Thread Nicolas Ferre
On 05/02/2018 at 09:47, Ludovic Desroches wrote: > Use GPIO descriptors instead of relying on the old method. > > Signed-off-by: Ludovic Desroches <ludovic.desroc...@microchip.com> Acked-by: Nicolas Ferre <nicolas.fe...@microchip.com> On this resent patch as well ;-) &

Re: [RESEND][PATCH] video: fbdev: atmel_lcdfb: convert to use GPIO descriptors

2018-02-05 Thread Nicolas Ferre
On 05/02/2018 at 09:47, Ludovic Desroches wrote: > Use GPIO descriptors instead of relying on the old method. > > Signed-off-by: Ludovic Desroches Acked-by: Nicolas Ferre On this resent patch as well ;-) > --- > drivers/video/fbdev/atmel_lcdfb.c | 30 -

Re: [PATCH] video: fbdev: convert to use GPIO descriptors

2018-02-05 Thread Nicolas Ferre
On 05/02/2018 at 09:23, Ludovic Desroches wrote: > Use GPIO descriptors instead of relying on the old method. > > Signed-off-by: Ludovic Desroches <ludovic.desroc...@microchip.com> Acked-by: Nicolas Ferre <nicolas.fe...@microchip.com> Thanks! > --- > drivers/vid

Re: [PATCH] video: fbdev: convert to use GPIO descriptors

2018-02-05 Thread Nicolas Ferre
On 05/02/2018 at 09:23, Ludovic Desroches wrote: > Use GPIO descriptors instead of relying on the old method. > > Signed-off-by: Ludovic Desroches Acked-by: Nicolas Ferre Thanks! > --- > drivers/video/fbdev/atmel_lcdfb.c | 30 -- > 1 file chan

Re: [PATCH] ARM: dts: at91: sam9rl: Prperly assign copyright

2018-01-16 Thread Nicolas Ferre
On 16/01/2018 at 15:29, Alexandre Belloni wrote: > The copyright holder for this work is Microchip (formerly Atmel) > > Signed-off-by: Alexandre Belloni <alexandre.bell...@free-electrons.com> Acked-by: Nicolas Ferre <nicolas.fe...@microchip.com> > --- > arch/arm/bo

Re: [PATCH] ARM: dts: at91: sam9rl: Prperly assign copyright

2018-01-16 Thread Nicolas Ferre
On 16/01/2018 at 15:29, Alexandre Belloni wrote: > The copyright holder for this work is Microchip (formerly Atmel) > > Signed-off-by: Alexandre Belloni Acked-by: Nicolas Ferre > --- > arch/arm/boot/dts/at91sam9rl.dtsi | 3 ++- > arch/arm/boot/dts/at91sam9rlek.dts | 3 ++-

Re: [PATCH 1/2] MAINTAINERS: linux-media: update Microchip ISI and ISC entries

2018-01-12 Thread Nicolas Ferre
On 09/01/2018 at 14:46, Nicolas Ferre wrote: > These two image capture interface drivers are now handled > by Wenyou Yang. > I benefit from this change to update the two entries by correcting the > binding documentation link for ISC and moving the ISI to the new > MICROCHIP /

Re: [PATCH 1/2] MAINTAINERS: linux-media: update Microchip ISI and ISC entries

2018-01-12 Thread Nicolas Ferre
On 09/01/2018 at 14:46, Nicolas Ferre wrote: > These two image capture interface drivers are now handled > by Wenyou Yang. > I benefit from this change to update the two entries by correcting the > binding documentation link for ISC and moving the ISI to the new > MICROCHIP /

[PATCH v2] MAINTAINERS: mtd/nand: update Microchip nand entry

2018-01-11 Thread Nicolas Ferre
Update Wenyou Yang email address. Take advantage of this update to move this entry to the MICROCHIP / ATMEL location and add the DT binding documentation link. Signed-off-by: Nicolas Ferre <nicolas.fe...@microchip.com> Acked-by: Wenyou Yang <wenyou.y...@microchip.com> --- v2: -

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