Re: [PATCH] clk: at91: add generated clock driver

2015-06-18 Thread Nicolas Ferre
Le 18/06/2015 09:54, Paul Bolle a écrit : > Hi Nicolas, > > On Thu, 2015-06-18 at 09:40 +0200, Nicolas Ferre wrote: >> I am in the process, with my colleagues, of building bricks for our >> upcoming SoC the sama5d2. So, the basic support for this chip will come >>

[PATCH] net/macb: add config for Atmel sama5d2 SoCs

2015-06-18 Thread Nicolas Ferre
From: Cyrille Pitchen Add the compatible string for Atmel sama5d2 SoC family as the configuration options differ from other instances of the GEM. Signed-off-by: Cyrille Pitchen Signed-off-by: Nicolas Ferre --- drivers/net/ethernet/cadence/macb.c | 8 1 file changed, 8 insertions

Re: [PATCH] clk: at91: add generated clock driver

2015-06-18 Thread Nicolas Ferre
Le 18/06/2015 09:33, Boris Brezillon a écrit : > Hi Paul, > > On Thu, 18 Jun 2015 09:12:36 +0200 > Paul Bolle wrote: > >> On Wed, 2015-06-17 at 15:23 +0200, Nicolas Ferre wrote: >> >>> --- a/arch/arm/mach-at91/Kconfig >>> +++ b/arch/arm/mach-at91

[PATCH] iio: adc: at91_adc: allow to use full range of startup time

2015-06-17 Thread Nicolas Ferre
from u8 to u32. Signed-off-by: Jan Leupold [nicolas.fe...@atmel.com: change commit message, increase u16 to u32 for startup time] Signed-off-by: Nicolas Ferre --- drivers/iio/adc/at91_adc.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/iio/adc/at91_adc.c b/

Re: [PATCH] clk: at91: trivial: typo in peripheral clock description

2015-06-17 Thread Nicolas Ferre
Le 17/06/2015 16:45, Alexandre Belloni a écrit : > It is mandatory to always include a commit message :) Something like: s/system/peripheral/g I suppose? > On 17/06/2015 at 15:22:51 +0200, Nicolas Ferre wrote : >> Signed-off-by: Nicolas Ferre >> --- >> Documentation/d

[PATCH] clk: at91: add generated clock driver

2015-06-17 Thread Nicolas Ferre
asynchronous part or having more options in frequency. Signed-off-by: Nicolas Ferre --- .../devicetree/bindings/clock/at91-clock.txt | 35 +++ arch/arm/mach-at91/Kconfig | 3 + drivers/clk/at91/Makefile | 1 + drivers/clk/at91/clk-generated.c

[PATCH] clk: at91: trivial: typo in peripheral clock description

2015-06-17 Thread Nicolas Ferre
Signed-off-by: Nicolas Ferre --- Documentation/devicetree/bindings/clock/at91-clock.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/clock/at91-clock.txt b/Documentation/devicetree/bindings/clock/at91-clock.txt index 7a4d4926f44e

[PATCH v2 2/2] clk: at91: modify PMC peripheral clock to deal with newer register layout

2015-06-17 Thread Nicolas Ferre
As some more information is added to the PCR register, we'd better use a copy of its content and modify just the peripheral-related bits. Implement a read-modify-write for the enable() and disable() callbacks. Signed-off-by: Nicolas Ferre --- v2: - modify header file beforehand so that w

[PATCH v2 1/2] clk: at91: cleanup PMC header file for PCR register fields

2015-06-17 Thread Nicolas Ferre
Add _MASK and _OFFSET values and cleanup register fields layout. Signed-off-by: Nicolas Ferre --- drivers/clk/at91/clk-peripheral.c | 8 include/linux/clk/at91_pmc.h | 14 ++ 2 files changed, 10 insertions(+), 12 deletions(-) diff --git a/drivers/clk/at91/clk

[RESEND PATCH 2/2] ARM: at91/dt: update udc compatible strings

2015-06-17 Thread Nicolas Ferre
Acked-by: Nicolas Ferre Cc: #4.0+ --- Hi, This patch was forgotten while dealing with the series "usb: atmel_usba_udc: Rework errata handling". This patch and the previous one should be added to mainline as fixes, the soonest. In fact, the errata handling is now broken because of th

[RESEND PATCH 1/2] ARM: at91/dt: trivial: fix USB udc compatible string

2015-06-17 Thread Nicolas Ferre
To please checkpatch and the tiresome reader, add the "atmel," prefix to the USB udc compatible string. Signed-off-by: Nicolas Ferre Cc: #4.0+ --- Documentation/devicetree/bindings/usb/atmel-usb.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Doc

Re: [PATCH 1/2] genalloc: rename dev_get_gen_pool() to gen_pool_get()

2015-06-11 Thread Nicolas Ferre
gt;dev); > if (!sram_pool) { > pr_warn("%s: sram pool unavailable!\n", __func__); > return; No blocked on my side. For AT91: Acked-by: Nicolas Ferre > diff --git a/arch/arm/mach-imx/pm-imx5.c b/arch/arm/mach-imx/pm-imx5.c > index 0309ccd..18

Re: [PATCH] clk: at91: modify PMC peripheral clock to deal with newer register layout

2015-06-10 Thread Nicolas Ferre
Le 10/06/2015 16:55, Boris Brezillon a écrit : > On Wed, 10 Jun 2015 16:39:40 +0200 > Nicolas Ferre wrote: > >> Le 10/06/2015 15:55, Boris Brezillon a écrit : >>> Hi Nicolas, >>> >>> On Wed, 10 Jun 2015 15:42:44 +0200 >>> Nicolas Ferre wrote

Re: [PATCH] clk: at91: modify PMC peripheral clock to deal with newer register layout

2015-06-10 Thread Nicolas Ferre
Le 10/06/2015 15:55, Boris Brezillon a écrit : > Hi Nicolas, > > On Wed, 10 Jun 2015 15:42:44 +0200 > Nicolas Ferre wrote: > >> As some more information is added to the PCR register, we'd better use >> a copy of its content and modify just the peripheral-related

[PATCH] clk: at91: modify PMC peripheral clock to deal with newer register layout

2015-06-10 Thread Nicolas Ferre
As some more information is added to the PCR register, we'd better use a copy of its content and modify just the peripheral-related bits. Implement a read-modify-write for the enable() and disable() callbacks. Header file is also modified to have the PCR_DIV mask. Signed-off-by: Nicolas

Re: [PATCH v5 4/6] i2c: at91: add support for new alternative command mode

2015-06-09 Thread Nicolas Ferre
= { > .clk_max_div = 5, > .clk_offset = 4, > .has_unre_flag = false, > + .has_alt_cmd = false, > }; > > static struct at91_twi_pdata at91sam9260_config = { > .clk_max_div = 7, > .clk_offset = 4, > .has_unre_flag = false, > +

Re: [PATCH v5 3/6] i2c: at91: update documentation for DT bindings

2015-06-09 Thread Nicolas Ferre
interrupts = <19 IRQ_TYPE_LEVEL_HIGH 7>; > + dmas = <&dma0 > + (AT91_XDMAC_DT_MEM_IF(0) | AT91_XDMAC_DT_PER_IF(1)) > + AT91_XDMAC_DT_PERID(11)>, > + <&dma0 > + (AT91_XDMAC_DT_MEM_IF(0) | AT91_XDMAC_DT_

Re: [PATCH v3 3/3] spi: atmel: add support to FIFOs

2015-06-09 Thread Nicolas Ferre
all the benefit of > the DMA transfer. Instead, the DMA controller is configured to write only > one data at time into the TDR. > > In pio mode, two data are written in the TDR in a single access. > > Signed-off-by: Cyrille Pitchen It&#

Re: [PATCH v3 2/3] spi: atmel: update DT bindings documentation

2015-06-09 Thread Nicolas Ferre
Le 09/06/2015 13:53, Cyrille Pitchen a écrit : > - add new property "atmel,fifo-size" > - change "cs-gpios" to optional for SPI controller version >= 2. > > Signed-off-by: Cyrille Pitchen Acked-by: Nicolas Ferre > --- > Documentation/devicetree/bin

Re: [PATCH v3 1/3] spi: atmel: add support for the internal chip-select of the spi controller

2015-06-09 Thread Nicolas Ferre
and the Transmit Data Register. > The internal chip-select output pin remains active as long as the Transmit > Data Register or its shift register are not empty. > > Signed-off-by: Cyrille Pitchen Acked-by: Nicolas Ferre > --- > drivers/spi/spi-atmel.c | 37 +++

Re: [PATCH] ARM: at91/dt: sama5d4: fix dma conf for aes, sha and tdes nodes

2015-06-09 Thread Nicolas Ferre
es nodes") > Cc: sta...@vger.kernel.org # 4.1 Acked-by: Nicolas Ferre Arnd, Olof, Kevin, This patch is a fix concerning material that had been added to 4.1, so it's not exactly a regression. So, as we missed the last train to 4.1, I'd like to queue it for 4.2 but it's the only

Re: [PATCH v2 3/3] spi: atmel: add support to FIFOs

2015-06-09 Thread Nicolas Ferre
to transfer. > + */ > +static void > +atmel_spi_pump_pio_data(struct atmel_spi *as, struct spi_transfer *xfer) > +{ > + if (as->fifo_size) > + atmel_spi_pump_fifo_data(as, xfer); > + else > + atmel_spi_pump_single_data(as, xfer); > +} > +

Re: [PATCH v2 2/3] spi: atmel: update DT bindings documentation

2015-06-09 Thread Nicolas Ferre
Le 08/06/2015 18:07, Cyrille Pitchen a écrit : > - add new property "atmel,fifo-size" > - change "cs-gpios" to optional for SPI controller version >= 2. > > Signed-off-by: Cyrille Pitchen Acked-by: Nicolas Ferre > --- > Documentation/devicetree/bin

Re: [PATCH v2 1/3] spi: atmel: add support for the internal chip-select of the spi controller

2015-06-09 Thread Nicolas Ferre
and the Transmit Data Register. > The internal chip-select output pin remains active as long as the Transmit > Data Register or its shift register are not empty. > > Signed-off-by: Cyrille Pitchen It seems okay: Acked-by: Nicolas Ferre Thanks. Some additi

Re: [PATCH v2 0/3] Fixes for at_xdmac

2015-06-08 Thread Nicolas Ferre
he tags to the previous version: Acked-by: Nicolas Ferre > drivers/dma/at_xdmac.c | 241 > + > 1 file changed, 144 insertions(+), 97 deletions(-) > -- Nicolas Ferre -- To unsubscribe from this list: send the line "unsubscribe linux

[GIT PULL] at91: dt for 4.2 #4

2015-06-05 Thread Nicolas Ferre
deletions(-) create mode 100644 arch/arm/boot/dts/at91-ariettag25.dts -- Nicolas Ferre -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please r

Re: [PATCH] ARM: at91: dt: sama5d4ek: mci0 uses slot 0

2015-06-04 Thread Nicolas Ferre
Le 28/05/2015 11:55, Ludovic Desroches a écrit : > mci0 uses slot 0 not 1. > > Signed-off-by: Ludovic Desroches > Fixes: 7a4752677c44 ("ARM: at91: dt: add device tree file for SAMA5D4ek > board") Yes: Acked-by: Nicolas Ferre Queued in at91-4.2-dt. Thanks, bye. &

Re: [PATCH] ARM: at91/dts: kizbox: fix mismatch LED PWM device

2015-06-04 Thread Nicolas Ferre
Le 03/06/2015 11:44, Gaël PORTAY a écrit : > The network_red LED uses the 4th PWM device. > > Signed-off-by: Gaël PORTAY Acked-by: Nicolas Ferre And stacked on at91-4.2-dt. Bye, > --- > arch/arm/boot/dts/at91-kizbox.dts | 2 +- > 1 file changed, 1 insertion(+), 1 del

Re: [PATCH v2 16/16] ARM: at91/dt: Add Acme Arietta G25

2015-06-04 Thread Nicolas Ferre
}; > + > + usb0: ohci@0060 { > + status = "okay"; > + num-ports = <3>; > + }; > + > + usb1: ehci@0070 { > + status = "okay"; > +

Re: [PATCH v2 00/16] AT91 DT for 4.2

2015-06-04 Thread Nicolas Ferre
ed: use stdout-path > ARM: at91/dt: Add Acme Arietta G25 All seems good: Acked-by: Nicolas Ferre I stack the series on top of at91-4.2-dt branch and add it to at91-next. Thanks, bye. > arch/arm/boot/dts/Makefile | 1 + > arch/arm/boot/dts/at91-ariettag25.dts

Re: [PATCH 2/2] dmaengine: at_xdmac: rework slave configuration part

2015-06-04 Thread Nicolas Ferre
at > prepare time. > > Signed-off-by: Ludovic Desroches > Cc: sta...@vger.kernel.org # 4.0 and later It seems correct: Acked-by: Nicolas Ferre > --- > drivers/dma/at_xdmac.c | 156 > ++--- > 1 file changed, 96 insertions(+

Re: [PATCH 1/2] dmaengine: at_xdmac: lock fixes

2015-06-04 Thread Nicolas Ferre
abled. _bh variant is not intended to be used in > this case since it can enable irqs. Switch to irqsave/irqrestore variant to > avoid this situation. > > Signed-off-by: Ludovic Desroches > Cc: sta...@vger.kernel.org # 4.0 and later Yes: Acked-by: Nicolas Ferre > --- > driver

Re: [PATCH 0/2] get pinctrl more flexible for per pin muxing controllers

2015-06-03 Thread Nicolas Ferre
ons(+), 36 deletions(-) > create mode 100644 arch/arm/boot/dts/at91-sama5d4ek_proto.dts > create mode 100644 arch/arm/boot/dts/sama5d4_proto-pinfunc.h > create mode 100644 arch/arm/boot/dts/sama5d4_proto.dtsi > create mode 100644 drivers/pinctrl/pinctrl-at91-pio4.c > -- Nicolas Ferre

Re: [PATCH 16/16] ARM: at91/dt: Add Acme Arietta G25

2015-06-01 Thread Nicolas Ferre
}; > + }; > + > + usb0: ohci@0060 { > + status = "okay"; > + num-ports = <3>; > + }; > + > + usb1: ehci@0070 { > + status = &q

Re: [PATCH] staging/wilc1000: fix Kconfig dependencies

2015-05-28 Thread Nicolas Ferre
211, wext, and ipv4). > > In order to make it readable, I also took the liberty of re-indenting > the Kconfig file to the normal conventions. > > Signed-off-by: Arnd Bergmann Acked-by: Nicolas Ferre Thanks a lot Arnd! Bye, > diff --git a/drivers/staging/wilc1000/Kconfig

[PATCH] clk: at91: fix h32mx prototype inclusion in pmc header

2015-05-28 Thread Nicolas Ferre
Trivial fix that prevents to compile this pmc clock driver if h32mx clock is present but smd clock isn't. Signed-off-by: Nicolas Ferre Fixes: bcc5fd49a0fd ("clk: at91: add a driver for the h32mx clock") Cc: # 3.18+ --- drivers/clk/at91/pmc.h | 2 +- 1 file changed, 1 insertion

Re: [PATCH 2/2] ASoC: atmel: compile pcm driver in snd-soc-atmel_ssc_dai

2015-05-26 Thread Nicolas Ferre
hat by compiling the selected PCM driver (PDC, DMA or both) in the > Atmel SSC DAI driver. > > Reported-by: Randy Dunlap > > Signed-off-by: Alexandre Belloni For the record: Acked-by: Nicolas Ferre > --- > sound/soc/atmel/Kconfig | 4 ++-- > sound/soc/atmel/Makefile

Re: [PATCHv2 2/2] PWM: atmel: fix incorrect CDTY value after disabling

2015-05-26 Thread Nicolas Ferre
e other one having their period expire and > it > looks much better. It seems valid: Acked-by: Nicolas Ferre Thanks! > > drivers/pwm/pwm-atmel.c | 28 > 1 file changed, 28 insertions(+) > > > diff --git a/drivers/pwm/pwm-atmel.c b/drivers/p

Re: [PATCH 1/2] ASoC: atmel: simplify Kconfig

2015-05-26 Thread Nicolas Ferre
Le 26/05/2015 00:04, Alexandre Belloni a écrit : > Enclose the options in if SND_ATMEL_SOC ... endif to remove the dependency. > Also remove the useless description for SND_ATMEL_SOC_SSC. > > Signed-off-by: Alexandre Belloni For the record: Acked-by: Nicolas Ferre > --- >

Re: [PATCH 1/2] PWM: atmel: fix incorrect CDTY value after enabling

2015-05-26 Thread Nicolas Ferre
Le 25/05/2015 15:19, Alexandre Belloni a écrit : > CUPD is not flushed before enabling the channel so it will update CDTY/CPRD > just > after one period. So we always set CUPD, even when the channel is not enabled. > > Signed-off-by: Alexandre Belloni Acked-by: Nicolas Fe

Re: [PATCH v2 2/3] net: macb: Disable half duplex gigabit on Zynq

2015-05-22 Thread Nicolas Ferre
Le 22/05/2015 16:22, Nathan Sullivan a écrit : > According to the Zynq TRM, gigabit half duplex is not supported. Add a > new cap and compatible string so Zynq can avoid advertising that mode. > > Signed-off-by: Nathan Sullivan Acked-by: Nicolas Ferre > --- > drivers/ne

Re: [PATCH v2 1/3] net: macb: Document zynq gem dt binding

2015-05-22 Thread Nicolas Ferre
Le 22/05/2015 16:22, Nathan Sullivan a écrit : > Signed-off-by: Nathan Sullivan Acked-by: Nicolas Ferre > --- > Documentation/devicetree/bindings/net/cdns-emac.txt |3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/Documentation/devicetree

[GIT PULL] at91: dt for 4.2 #3

2015-05-22 Thread Nicolas Ferre
/arm/boot/dts/sama5d3.dtsi | 9 arch/arm/boot/dts/sama5d4.dtsi | 9 10 files changed, 52 insertions(+), 30 deletions(-) -- Nicolas Ferre -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a

Re: [PATCH 0/5] USB: atmel: rework clock handling

2015-05-22 Thread Nicolas Ferre
uhpck clock references from ehci > defintions > ARM: at91/dt: remove useless usb clock ^ can be queued in at91-4.2-dt. They will go through the arm-soc route. And BTW: Acked-by: Nicolas Ferre Thanks Boris, bye. > .../devicetree/bindings/usb/atmel-usb.txt |

Re: [PATCH] ARM: at91/dt: at91sam9x5: fix usart1 sck pin definition

2015-05-20 Thread Nicolas Ferre
Le 20/05/2015 14:41, Alexandre Belloni a écrit : > On 20/05/2015 at 14:36:10 +0200, Nicolas Ferre wrote : >> SCK1 pin is pioC 29. Comment was okay. >> >> Signed-off-by: Nicolas Ferre >> --- >> arch/arm/boot/dts/at91sam9x5.dtsi | 2 +- >> 1 file changed, 1

[PATCH] ARM: at91/dt: at91sam9x5: fix usart1 sck pin definition

2015-05-20 Thread Nicolas Ferre
SCK1 pin is pioC 29. Comment was okay. Signed-off-by: Nicolas Ferre --- arch/arm/boot/dts/at91sam9x5.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/at91sam9x5.dtsi b/arch/arm/boot/dts/at91sam9x5.dtsi index 9c236c317eeb..dfdbdf43860e 100644 --- a/arch

Re: linux-next: manual merge of the samsung tree with the arm-soc and at91 trees

2015-05-20 Thread Nicolas Ferre
; I fixed it up (see below) and can carry the fix as necessary (no action > is required). AT91 part seems okay. Thanks, -- Nicolas Ferre -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo in

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

2015-05-20 Thread Nicolas Ferre
;) > from the arm-soc tree and commit 822cfdfb9511 ("ARM: > multi_v7_defconfig: Add Atmel SAMA5 family") from the at91 tree. > > I fixed it up (see below) and can carry the fix as necessary (no action > is required). Fix seems perfect: thanks Stephen. Bye, -- Nicola

Re: [PATCH v2 0/9] ARM: at91 cleanups for 4.1 #2

2015-05-19 Thread Nicolas Ferre
t; ARM: at91: remove at91rm9200_sdramc.h > ARM: at91: remove useless Makefile.boot > > Boris Brezillon (1): > mfd: syscon: Add Atmel MC (Memory Controller) registers definition On the whole series for patches where my tag is not set yet: Acked-by: Nicolas Ferre Thanks, bye. > .../

[GIT PULL] at91: dt for 4.2 #2

2015-05-19 Thread Nicolas Ferre
: sama5d4: add usart0, usart1 dt nodes ARM: at91/dt: sama5: reduce the NFC command register map Ludovic Desroches (2): ARM: at91/dt: sama5d4: update pinctrl ranges ARM: at91/dt: sama5d4 xplained: add regulators for v(q)mmc1 supplies Nicolas Ferre (2): ARM: at91/dt: sama5d4

Re: [PATCH] ARM: multi_v7_defconfig: Add Atmel SAMA5 family

2015-05-19 Thread Nicolas Ferre
Le 19/05/2015 15:28, Nicolas Ferre a écrit : > Le 19/05/2015 15:02, Nicolas Ferre a écrit : >> Le 19/05/2015 14:33, Alexandre Belloni a écrit : >>> On 19/05/2015 at 13:04:22 +0200, Arnd Bergmann wrote : >>>>>> @@ -250,15 +

[GIT PULL] at91: defconfig for 4.2 #1

2015-05-19 Thread Nicolas Ferre
: multi_v7_defconfig: Add Atmel SAMA5 family Nicolas Ferre (1): ARM: at91/defconfig: add CONFIG_REGULATOR_FIXED_VOLTAGE for mmc driver arch/arm/configs/at91_dt_defconfig | 2 ++ arch/arm/configs/multi_v7_defconfig | 26 ++ arch/arm/configs/sama5_defconfig| 1 + 3 files

Re: [PATCH] ARM: multi_v7_defconfig: Add Atmel SAMA5 family

2015-05-19 Thread Nicolas Ferre
Le 19/05/2015 15:02, Nicolas Ferre a écrit : > Le 19/05/2015 14:33, Alexandre Belloni a écrit : >> On 19/05/2015 at 13:04:22 +0200, Arnd Bergmann wrote : >>>>> @@ -250,15 +261,18 @@ CONFIG_SERIAL_FSL_LPUART=y >>>>> CONFIG_SERIAL_FSL_LPUART_

Re: [PATCH] ARM: multi_v7_defconfig: Add Atmel SAMA5 family

2015-05-19 Thread Nicolas Ferre
t;> CONFIG_MV_XOR=y >>>> CONFIG_TEGRA20_APB_DMA=y >>>> CONFIG_SH_DMAE=y >> >> What are these required for? I assume you need them for MMC? If so, that's >> fine. >> > > That is indeed the reason. Yep. So I simply do

Re: [PATCH] ARM: multi_v7_defconfig: Add Atmel SAMA5 family

2015-05-19 Thread Nicolas Ferre
IG_IIO=y > +CONFIG_AT91_ADC=m > CONFIG_XILINX_XADC=y > CONFIG_AK8975=y > CONFIG_PWM=y > +CONFIG_PWM_ATMEL=m > +CONFIG_PWM_ATMEL_TCB=m > CONFIG_PWM_RENESAS_TPU=y > CONFIG_PWM_TEGRA=y > CONFIG_PWM_VT8500=y > @@ -575,3 +600,6 @@ CONFIG_LOCKUP_DETECTOR=y > CONFIG_CRYPTO_DEV_TEGRA_AES=y > CONFIG_CPUFREQ_DT=y > CONFIG_KEYSTONE_IRQ=y > +CONFIG_CRYPTO_DEV_ATMEL_AES=m > +CONFIG_CRYPTO_DEV_ATMEL_TDES=m > +CONFIG_CRYPTO_DEV_ATMEL_SHA=m > -- Nicolas Ferre -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [PATCH 1/4] ARM: at91/dt: sama5d3 xplained: fill in mmc1 and set it to disabled

2015-05-19 Thread Nicolas Ferre
found > > Signed-off-by: Ben Dooks > Signed-off-by: Ludovic Desroches Acked-by: Nicolas Ferre and queued on at91-4.2-dt branch. I also sent the update of the at91 defconfigs. We may need to have a kind of synchronization between them... but a loose one should be okay... Bye, > --

[PATCH] ARM: at91/defconfig: add CONFIG_REGULATOR_FIXED_VOLTAGE for mmc driver

2015-05-19 Thread Nicolas Ferre
As an update of the sd/mmc DT definition needs the fixed voltage regulator, add it to the at91 defconfigs. Signed-off-by: Nicolas Ferre --- arch/arm/configs/at91_dt_defconfig | 2 ++ arch/arm/configs/sama5_defconfig | 1 + 2 files changed, 3 insertions(+) diff --git a/arch/arm/configs

Re: [PATCH] ARM: at91/dt: sama5d4: update pinctrl ranges

2015-05-18 Thread Nicolas Ferre
missing pio controller. > > Signed-off-by: Ludovic Desroches Acked-by: Nicolas Ferre Thanks. > --- > arch/arm/boot/dts/sama5d4.dtsi | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/arch/arm/boot/dts/sama5d4.dtsi b/arch/arm/boot/dts/sama5d4.dtsi > i

[PATCH] ARM: at91/dt: sama5d4 xplained: add spi1 on j14 connector

2015-05-18 Thread Nicolas Ferre
Signed-off-by: Nicolas Ferre --- arch/arm/boot/dts/at91-sama5d4_xplained.dts | 5 + 1 file changed, 5 insertions(+) diff --git a/arch/arm/boot/dts/at91-sama5d4_xplained.dts b/arch/arm/boot/dts/at91-sama5d4_xplained.dts index c740e1a2a3a5..5e32acc6082e 100644 --- a/arch/arm/boot/dts/at91

[PATCH] ARM: at91/dt: sama5d4: add spi1, spi2 dt nodes

2015-05-18 Thread Nicolas Ferre
From: Suchang Ko Signed-off-by: Suchang Ko [nicolas.fe...@atmel.com: split patch, reorder & whitespace fixes] Signed-off-by: Nicolas Ferre --- arch/arm/boot/dts/sama5d4.dtsi | 60 ++ 1 file changed, 60 insertions(+) diff --git a/arch/arm/boot

Re: [PATCH] net: macb: Add better comment for RXUBR handling

2015-05-15 Thread Nicolas Ferre
Le 14/05/2015 00:01, Nathan Sullivan a écrit : > Describe the handler for RXUBR better with a new comment. > > Signed-off-by: Nathan Sullivan > Reviewied-by: Josh Cartwright > Reviewied-by: Ben Shelton Thanks Nathan: good that you've added this comment! Ack

[PATCH 2/2] ARM: at91/dt: sama5d4: add uart0, uart1 dt nodes

2015-05-11 Thread Nicolas Ferre
From: Suchang Ko Add sama5d4 uart0, uart1 dt nodes, pinctrl and related aliases. Signed-off-by: Suchang Ko [nicolas.fe...@atmel.com: split patch, reorder & whitespace fixes] Signed-off-by: Nicolas Ferre --- arch/arm/boot/dts/sama5d4.dtsi | 56 +

[PATCH 1/2] ARM: at91/dt: sama5d4: add usart0, usart1 dt nodes

2015-05-11 Thread Nicolas Ferre
From: Josh Wu Also add the pinctrl for usart0, usart1. Signed-off-by: Josh Wu Signed-off-by: Nicolas Ferre --- arch/arm/boot/dts/sama5d4.dtsi | 68 ++ 1 file changed, 68 insertions(+) diff --git a/arch/arm/boot/dts/sama5d4.dtsi b/arch/arm/boot/dts

[PATCH] tty/serial: at91: RS485 mode: 0 is valid for delay_rts_after_send

2015-05-11 Thread Nicolas Ferre
lier ioctl command, it was impossible to change it back to zero. Reported-by: Sami Pietikäinen Signed-off-by: Nicolas Ferre Cc: sta...@vger.kernel.org # 3.2+ --- drivers/tty/serial/atmel_serial.c | 9 +++-- 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/drivers/tty/serial/atmel_s

Re: [PATCH] net: macb: Handle the RXUBR interrupt on all devices

2015-05-11 Thread Nicolas Ferre
use the v2 one, now that it's applied in your tree, can you?). Bye, -- Nicolas Ferre -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

[GIT PULL] at91: dt for 4.2 #1

2015-05-11 Thread Nicolas Ferre
100644 arch/arm/boot/dts/at91-kizbox.dts create mode 100644 arch/arm/boot/dts/at91-kizbox2.dts create mode 100644 arch/arm/boot/dts/at91-kizboxmini.dts delete mode 100644 arch/arm/boot/dts/kizbox.dts -- Nicolas Ferre -- To unsubscribe from this list: send the line "unsubscribe linux-kerne

Re: [PATCH] ARM: at91/dt: drop deprecated mainck node from pmc

2015-05-11 Thread Nicolas Ferre
ff-by: Gaël PORTAY Acked-by: Nicolas Ferre and queued in at91-4.2-dt branch. Thanks! > --- > arch/arm/boot/dts/at91-sama5d3_xplained.dts | 6 -- > arch/arm/boot/dts/at91sam9rlek.dts | 6 -- > arch/arm/boot/dts/sama5d3xcm.dtsi | 6 -- > 3 files c

Re: [PATCH v5 2/2] ARM: at91/dt: add support for kizboxmini

2015-05-11 Thread Nicolas Ferre
Le 04/05/2015 17:59, Gaël PORTAY a écrit : > Add DT file for Kizbox mini board. > This board is based on Atmel's AT91SAM9G25 SoC. > > Signed-off-by: Gaël PORTAY > Acked-by: Boris Brezillon > Acked-by: Alexandre Belloni Acked-by: Nicolas Ferre Nitpicking below... >

Re: [PATCH v4] ARM: at91/dt: add support for kizbox2

2015-05-11 Thread Nicolas Ferre
Le 04/05/2015 17:59, Gaël PORTAY a écrit : > Add DT file for Kizbox 2 board. > This board is based on Atmel's SAMA5D31 Cortex-A5 SoC. > > Signed-off-by: Gaël PORTAY > Acked-by: Boris Brezillon > Acked-by: Alexandre Belloni Acked-by: Nicolas Ferre (little

Re: [net-next PATCH v3 1/4] devicetree: Add compatible string for Zynq Ultrascale+ MPSoC

2015-05-11 Thread Nicolas Ferre
Le 06/05/2015 18:57, Harini Katakam a écrit : > Add "cdns,zynqmp-gem" to be used for Zynq Ultrascale+ MPSoC. > > Signed-off-by: Harini Katakam > Reviewed-by: Punnaiah Choudary Kalluri I know it's too late, but for the record: Acked-by: Nicolas Ferre Thanks for ha

Re: [net-next PATCH v2 2/3] net: macb: Add support for jumbo frames

2015-05-04 Thread Nicolas Ferre
efine MACB_RX_BROADCAST_OFFSET 31 > #define MACB_RX_BROADCAST_SIZE 1 > > +#define MACB_RX_FRMLEN_MASK 0xFFF > +#define MACB_RX_JFRMLEN_MASK 0x3FFF > + > /* RX checksum offload disabled: bit 24 clear in NCFGR */ &g

Re: [PATCH] drm: panel: simple-panel: set appropriate mode type

2015-04-30 Thread Nicolas Ferre
27;video=' parameter is passed > on the kernel cmdline. In some cases the user provided mode is preferred > over the simple panel ones, which might result in unpredictable behavior. > > Signed-off-by: Boris Brezillon Tested-by: Nicolas Ferre On Atmel sama5d3xek board. > ---

Re: [PATCH v3 0/7] ARM: at91/dt: kizbox: update and rename to at91-kizbox

2015-04-30 Thread Nicolas Ferre
ARM: at91/dt: at91-kizbox: sanitize file > ARM: at91/dt: at91-kizbox: user proper serial uart > ARM: at91/dt: at91-kizbox: gpio-keys related changes > ARM: at91/dt: at91-kizbox: leds related changes > ARM: at91/dt: at91-kizbox: re-size nand partitions > ARM: at91/dt: at91-k

Re: [PATCH] devicetree: Add vendor prefix for Shelly, Inc.

2015-04-29 Thread Nicolas Ferre
Le 24/03/2015 17:12, Nicolas Ferre a écrit : > Signed-off-by: Nicolas Ferre Ping? > --- > Thierry, > > Here it is ;-) > > Bye, > > Documentation/devicetree/bindings/vendor-prefixes.txt | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Docu

Re: [PATCH] devicetree: Add vendor prefix for Foxlink Group

2015-04-29 Thread Nicolas Ferre
Le 24/03/2015 17:12, Nicolas Ferre a écrit : > Signed-off-by: Nicolas Ferre > --- > Thierry, > > Boris added the support for a Foxlink panel in this commit: 102932b0e474 > (drm/panel: add support for Foxlink FL500WVR00-A0T panel). Here is the vendor > pre

[PATCH v2] MAINTAINERS: replace an AT91 maintainer

2015-04-29 Thread Nicolas Ferre
As some help is needed from an active maintainer, replace Andrew Victor by Alexandre Belloni in the ARM/Atmel MAINTAINERS' entry (aka AT91). Add an entry to the CREDITS file. Thanks Andrew for the great role you played during the early days of this product family. Signed-off-by: Nicolas

[PATCH] MAINTAINERS: replace an AT91 maintainer

2015-04-29 Thread Nicolas Ferre
As some help is needed from an active maintainer, replace Andrew Victor by Alexandre Belloni in the ARM/Atmel MAINTAINERS' entry (aka AT91). Thanks Andrew for the great role you played during the early days of this product family. Signed-off-by: Nicolas Ferre --- MAINTAINERS | 3 +-- 1

Re: [PATCH v3 16/17] video: fbdev: atmel_lcdfb: use ioremap_wc() for framebuffer

2015-04-22 Thread Nicolas Ferre
itled "x86 PAT: fix performance drop for glx, >use UC minus for ioremap(), ioremap_nocache() and >pci_mmap_page_range()") > > Cc: Nicolas Ferre Seems okay: Acked-by: Nicolas Ferre Thanks for having taking care of atmel_lcdfb driver. Bye, > Cc: Suresh Siddha

Re: [PATCH] tty/serial: at91: maxburst was missing for dma transfers

2015-04-16 Thread Nicolas Ferre
dovic Desroches > Cc: # 3.12 and later Indeed, thanks! Acked-by: Nicolas Ferre > --- > drivers/tty/serial/atmel_serial.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/drivers/tty/serial/atmel_serial.c > b/drivers/tty/serial/atmel_serial.c > index 4e959c4..6a

Re: [PATCH v2 1/9] ata: at91: use syscon to configure the smc

2015-04-08 Thread Nicolas Ferre
tiplatform ready first: > > From: Alexandre Belloni > Date: Fri, 13 Mar 2015 22:57:18 +0100 > Subject: ARM: at91: switch to multiplatform > > Switch AT91 to multiplatform as all SoCs are properly handled. > > Signed-off-by: Alexandre Belloni > Signed

[GIT PULL] at91: clocksource-driver for 4.1 #2

2015-04-05 Thread Nicolas Ferre
file changed, 1 insertion(+) -- Nicolas Ferre -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

[GIT PULL] at91: cleanup for 4.1 #4 (bis)

2015-04-05 Thread Nicolas Ferre
| 89 ++ arch/arm/mach-at91/pm.h | 96 ++--- 4 files changed, 96 insertions(+), 96 deletions(-) -- Nicolas Ferre -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@

Re: [PATCH] ARM: at91/dt: sama5d3 xplained: add phy address for macb1

2015-04-04 Thread Nicolas Ferre
Le 03/04/2015 23:56, Olof Johansson a écrit : > On Fri, Apr 03, 2015 at 01:55:07PM -0700, Olof Johansson wrote: >> On Fri, Apr 03, 2015 at 10:43:40AM +0200, Nicolas Ferre wrote: >>> Le 31/03/2015 10:56, Nicolas Ferre a écrit : >>>> After 57a38effa598 (net: phy:

Re: [PATCH] ARM: at91/dt: sama5d3 xplained: add phy address for macb1

2015-04-03 Thread Nicolas Ferre
Le 31/03/2015 10:56, Nicolas Ferre a écrit : > After 57a38effa598 (net: phy: micrel: disable broadcast for KSZ8081/KSZ8091) > the macb1 interface refuses to work properly because it tries > to cling to address 0 which isn't able to communicate in broadcast with > the mac anymore.

[PATCH] ARM: at91: add a Kconfig dependency on multi-platform

2015-04-02 Thread Nicolas Ferre
When building a legacy (non-multi) platforms and if the ARCH_AT91 config option is enabled there is a build error. We need AT91 to depend on multi-platform core type options. Reported-by: Arnd Bergmann Signed-off-by: Nicolas Ferre --- arch/arm/mach-at91/Kconfig | 1 + 1 file changed, 1

[RESEND PATCH] MAINTAINERS: change the Atmel audio alsa driver entry

2015-03-31 Thread Nicolas Ferre
I take over the the maintainship of Atmel alsa drivers from Voice. Thanks for your work! Signed-off-by: Nicolas Ferre Acked-by: Bo Shen Cc: Mark Brown --- Hi Mark, Here is the MAINTAINERS' change that I sent to the wrong address. Can you please take it with your tree? Thanks

at91 git tree in linux-next

2015-03-31 Thread Nicolas Ferre
.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git at91-next I usually merge branches in this particular one when I send a pull-request to Arnd, Olof and Kevin so the material is usually pretty "stable". Thanks, bye, -- Nicolas Ferre -- To unsubscribe from this list: send th

[PATCH v2 8/8] net/macb: unify peripheral version testing

2015-03-31 Thread Nicolas Ferre
As we need to check peripheral version from the hardware during probe, I introduce a little helper to unify these tests. It would prevent to de-synchronize the test like previously observed. Signed-off-by: Nicolas Ferre --- Changes in v2: None drivers/net/ethernet/cadence/macb.c | 7

[PATCH v2 7/8] net/macb: fix the peripheral version test

2015-03-31 Thread Nicolas Ferre
GEM flavor. Fixes: 8a013a9c71b2 ("net: macb: Include multi queue support for xilinx ZynqMP ethernet version") Signed-off-by: Nicolas Ferre Cc: Michal Simek Cc: Punnaiah Choudary Kalluri Cc: #4.0 (if it doesn't make it for -final) --- Changes in v2: - fix peripheral version tes

[PATCH v2 5/8] net/macb: fix probe sequence to setup clocks earlier

2015-03-31 Thread Nicolas Ferre
device private structure length depend on an information read in the registers, we have to store the clock pointers in temporary variables before feeding the structure fields. Signed-off-by: Nicolas Ferre --- Changes in v2: - add fixes for probe sequence related to clocks drivers/net/ethernet

[PATCH v2 2/8] net/macb: add comment in macb_probe_queues

2015-03-31 Thread Nicolas Ferre
As we access the MID register directly, we need to tell why we don't use the macb_is_gem() dedicated function. Signed-off-by: Nicolas Ferre --- Changes in v2: None drivers/net/ethernet/cadence/macb.c | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/driver

[PATCH v2 4/8] net/macb: trivial: correct wording for caps

2015-03-31 Thread Nicolas Ferre
As a non-native English speaker, I would correct "capacities" of the macb peripheral to "capabilities": correct me if I'm wrong! Signed-off-by: Nicolas Ferre --- Changes in v2: None drivers/net/ethernet/cadence/macb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 d

[PATCH v2 6/8] net/macb: add the user i/o to ethtool register dump

2015-03-31 Thread Nicolas Ferre
User i/o register EMAC_USRIO or GMAC_UR can be found on both macb and gem flavors of the peripheral. By using the proper accessor, we can add it to the register dump feature of ethtool. Increment the version of this API so it can be noticed from user space. Signed-off-by: Nicolas Ferre

[PATCH v2 3/8] net/macb: fix capabilities configuration

2015-03-31 Thread Nicolas Ferre
retrieval is also moved to simplify the probe code flow. Signed-off-by: Nicolas Ferre Cc: Cyrille Pitchen Cc: Boris Brezillon --- Changes in v2: None drivers/net/ethernet/cadence/macb.c | 36 ++-- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a

[PATCH v2 1/8] net/macb: only probe queues once and use stored values

2015-03-31 Thread Nicolas Ferre
, add the queue_mask information to the private structure and use it when needed in macb_init(). Signed-off-by: Nicolas Ferre Acked-by: Boris Brezillon Cc: Cyrille Pitchen --- Changes in v2: - address Cyrille comment about exit condition of queue configuration loop drivers/net/ethernet/cadence

[PATCH v2 0/8] net/macb: fixes after big driver update

2015-03-31 Thread Nicolas Ferre
comment about exit condition of queue configuration loop - add fixes for probe sequence related to clocks - add ethtool register dump - fix peripheral version test Nicolas Ferre (8): net/macb: only probe queues once and use stored values net/macb: add comment in macb_probe_queues net/macb: fix

[PATCH] ARM: at91/dt: sama5d3 xplained: add phy address for macb0

2015-03-31 Thread Nicolas Ferre
Specify the phy address on macb0 node aka GEM. Signed-off-by: Nicolas Ferre --- arch/arm/boot/dts/at91-sama5d3_xplained.dts | 6 ++ 1 file changed, 6 insertions(+) diff --git a/arch/arm/boot/dts/at91-sama5d3_xplained.dts b/arch/arm/boot/dts/at91-sama5d3_xplained.dts index 6c4bc53cbf4e

[PATCH] ARM: at91/dt: sama5d3 xplained: add phy address for macb1

2015-03-31 Thread Nicolas Ferre
up at address 1. Adding the phy node and its real address fixes the issue. Signed-off-by: Nicolas Ferre Cc: Johan Hovold Cc: #3.19 --- arch/arm/boot/dts/at91-sama5d3_xplained.dts | 6 ++ 1 file changed, 6 insertions(+) diff --git a/arch/arm/boot/dts/at91-sama5d3_xplained.dts b/arch/arm/boot/dts

Re: [PATCH 1/2] MAINTAINERS: change the Atmel audio alsa driver entry

2015-03-31 Thread Nicolas Ferre
Le 19/03/2015 10:51, Bo Shen a écrit : > Hi Nicolas, >Thanks. > > On 03/19/2015 05:48 PM, Nicolas Ferre wrote: >> I take over the the maintainship of Atmel alsa drivers from Voice. >> Thanks for your work! >> >> Signed-off-by: Nicolas Ferre >> Cc:

Re: [PATCH] ASoC: atmel-pcm-pdc: merge atmel-pcm back in

2015-03-31 Thread Nicolas Ferre
. > > Merge atmel-pcm.c in atmel-pcm-pdc.c as this is now the only user. > > Signed-off-by: Alexandre Belloni It seems okay: Acked-by: Nicolas Ferre > --- > sound/soc/atmel/Makefile| 2 - > sound/soc/atmel/atmel-pcm-pdc.c | 79 ++ &

<    3   4   5   6   7   8   9   10   11   12   >