Re: [PATCH] ARM: at91/dt: sam9g20: set at91sam9g20 pllb driver

2014-09-05 Thread Nicolas Ferre
On 01/09/2014 23:29, Gaël PORTAY : The at91sam9g20 SOC uses its own pllb implementation which is different from the one inherited from at91sam9260 SOC. Signed-off-by: Gaël PORTAY gael.por...@gmail.com Acked-by: Nicolas Ferre nicolas.fe...@atmel.com Stacked on at91-3.17-fixes. Thanks

Re: [PATCH] ARM: at91/dt: rm9200: fix usb clock definition

2014-09-05 Thread Nicolas Ferre
On 05/09/2014 16:45, Alexandre Belloni : The atmel,clk-divisors property is taking 4 divisors, if less are provided, the clock registration will fail. Signed-off-by: Alexandre Belloni alexandre.bell...@free-electrons.com Acked-by: Nicolas Ferre nicolas.fe...@atmel.com Stacked on at91-3.17

Re: [PATCH] ARM: at91: rm9200: fix clock registration

2014-09-05 Thread Nicolas Ferre
On 05/09/2014 16:15, Alexandre Belloni : Actually register clocks from device tree when using the common clock framework. Signed-off-by: Alexandre Belloni alexandre.bell...@free-electrons.com Indeed, thanks: I'll queue it in at91-3.18-fixes. Acked-by: Nicolas Ferre nicolas.fe...@atmel.com

Re: [PATCH] ARM: at91: rm9200: fix clock registration

2014-09-05 Thread Nicolas Ferre
On 05/09/2014 17:26, Nicolas Ferre : On 05/09/2014 16:15, Alexandre Belloni : Actually register clocks from device tree when using the common clock framework. Signed-off-by: Alexandre Belloni alexandre.bell...@free-electrons.com Indeed, thanks: I'll queue it in at91-3.18-fixes. s/18/17

[GIT PULL] at91: fixes for 3.17 #1

2014-09-05 Thread Nicolas Ferre
++- 3 files changed, 12 insertions(+), 2 deletions(-) -- 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

[GIT PULL] at91: drivers for 3.18 #2

2014-09-05 Thread Nicolas Ferre
changed, 505 insertions(+), 345 deletions(-) delete mode 100644 arch/arm/mach-at91/at91sam926x_time.c create mode 100644 drivers/clocksource/timer-atmel-pit.c -- Nicolas Ferre -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord

Re: [PATCH 0/4] pinctrl: at91: Fixes in probe function

2014-09-08 Thread Nicolas FERRE
it is where all the work around AT91 platforms is being done: you may have more chances to get your patch accepted by sending your work there. Anyway, it seems that Linus got your emails and they look pretty good at a first glance. Best regards, -- Nicolas Ferre -- To unsubscribe from

Re: [PATCHv4 0/4] ARM: at91/tclib: fix segmentation fault

2014-09-08 Thread Nicolas Ferre
: move initialization from alloc to probe ARM: at91/tclib: mask interruptions at shutdown and probe clocksource: tcb_clksrc: sanitize IRQ request Thanks a lot Gaël for this bug fix and cleanup! Acked-by: Nicolas Ferre nicolas.fe...@atmel.com The series is ready for inclusion in our next kernel

[GIT PULL] at91: cleanup for 3.18 #2

2014-09-08 Thread Nicolas Ferre
drivers/clocksource/tcb_clksrc.c | 15 ++ drivers/misc/atmel_tclib.c | 101 +++ drivers/pwm/pwm-atmel-tcb.c | 2 +- include/linux/atmel_tc.h | 13 +++-- 4 files changed, 60 insertions(+), 71 deletions(-) -- Nicolas Ferre

Re: [PATCH 4/5] rtc: at91sam9: retain slow clock and check its rate

2014-09-09 Thread Nicolas Ferre
for this = +1 ;-) 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/

Re: [PATCH 2/3] kbuild: remove unnecessary variable initializaions

2014-09-09 Thread Nicolas Ferre
-m:= -obj-n:= -obj- := I agree: Acked-by: Nicolas Ferre nicolas.fe...@atmel.com But I have patches that will mess with these changes already queued for 3.18. You may have to signal these conflicts when carrying the patch upstream. Thanks, best regards

Re: [PATCH] ARM: at91/dt: sam9x5: fix ADC compatible string

2014-08-29 Thread Nicolas Ferre
On 22/07/2014 16:07, Alexandre Belloni : Use the correct compatible string for the ADC of the at91sam9x5 family of SoCs. Signed-off-by: Alexandre Belloni alexandre.bell...@free-electrons.com Yep! Acked-by: Nicolas Ferre nicolas.fe...@atmel.com --- arch/arm/boot/dts/at91sam9x5.dtsi | 2

Re: [PATCH] ARM: at91: fix ramc standby function registration

2014-09-01 Thread Nicolas Ferre
available standby function. For now, at91_pm_set_standby doesn't support multiple different standby functions and no existing SoCs have different RAM controllers. Signed-off-by: Alexandre Belloni alexandre.bell...@free-electrons.com That makes sense for now. Acked-by: Nicolas Ferre

Re: [PATCH v2 19/26] irqchip: atmel-aic: convert to handle_domain_irq

2014-09-01 Thread Nicolas Ferre
On 26/08/2014 12:03, Marc Zyngier : Use the new handle_domain_irq method to handle interrupts. Signed-off-by: Marc Zyngier marc.zyng...@arm.com Booting okay: Acked-by: Nicolas Ferre nicolas.fe...@atmel.com --- drivers/irqchip/irq-atmel-aic.c | 4 +--- 1 file changed, 1 insertion(+), 3

Re: [PATCH v2 20/26] irqchip: atmel-aic5: convert to handle_domain_irq

2014-09-01 Thread Nicolas Ferre
On 26/08/2014 12:03, Marc Zyngier : Use the new handle_domain_irq method to handle interrupts. Signed-off-by: Marc Zyngier marc.zyng...@arm.com Ok, thanks: Acked-by: Nicolas Ferre nicolas.fe...@atmel.com --- drivers/irqchip/irq-atmel-aic5.c | 4 +--- 1 file changed, 1 insertion(+), 3

Re: [PATCH] dtb: at91: sam9n12ek: ohci: add port and vbus property

2014-09-01 Thread Nicolas Ferre
On 27/08/2014 11:52, Bo Shen : Add the port number and vbus property for ohci port, or else if bootloader won't configure the vbus pin, the 5v supply is not power on, so can not work with usb devices. Signed-off-by: Bo Shen voice.s...@atmel.com Ok, thanks: Acked-by: Nicolas Ferre

Re: [PATCHv2] mtd: nand: atmel_nand: retrieve NFC clock

2014-09-12 Thread Nicolas Ferre
= { .of_match_table = of_match_ptr(atmel_nand_nfc_match), }, .probe = atmel_nand_nfc_probe, + .remove = atmel_nand_nfc_remove, }; static struct platform_driver atmel_nand_driver = { -- Nicolas Ferre -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body

Re: [PATCHv2 8/8] ARM: at91: document Atmel SMART compatibles

2014-09-15 Thread Nicolas Ferre
) + + ;-) PIT Timer required properties: - compatible: Should be atmel,at91sam9260-pit - reg: Should contain registers location and length -- 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

Re: [PATCHv2 2/8] clk: at91: add a driver for the h32mx clock

2014-09-15 Thread Nicolas Ferre
Input clock selection */ Best regards, -- 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: [PATCHv2 7/8] ARM: at91: add sama5d4 support to sama5_defconfig

2014-09-15 Thread Nicolas Ferre
On 12/09/2014 17:43, Alexandre Belloni : Add sama5d4 to sama5_defconfig to build kernel booting on both sama5d3 and samad4. Note that earlyprintk can only be working for one or the other. Signed-off-by: Alexandre Belloni alexandre.bell...@free-electrons.com Acked-by: Nicolas Ferre

[PATCH] ARM: at91: board file for Acme Systems Fox G20

2014-09-15 Thread Nicolas Ferre
As Acme Systems Fox G20 is available in Device Tree flavor and that we plan to remove all the board files soon, we can remove this one without problem. If you use this board, please use a DT-enabled at91sam9g20 kernel with at91-foxg20.dts. Signed-off-by: Nicolas Ferre nicolas.fe...@atmel.com

Re: [PATCH] ARM: at91: board file for Acme Systems Fox G20

2014-09-15 Thread Nicolas Ferre
I should have added a little remove in the subject: already corrected in my tree... On 15/09/2014 15:27, Nicolas Ferre : As Acme Systems Fox G20 is available in Device Tree flavor and that we plan to remove all the board files soon, we can remove this one without problem. If you use this board

[GIT PULL] at91: drivers for 3.18 #2 (bis)

2014-09-15 Thread Nicolas Ferre
changed, 363 insertions(+), 339 deletions(-) delete mode 100644 arch/arm/mach-at91/at91sam926x_time.c create mode 100644 drivers/clocksource/timer-atmel-pit.c -- Nicolas Ferre -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord

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

2014-10-07 Thread Nicolas Ferre
unnecessary variable initializaions) from the kbuild tree. I fixed it up (see below) and can carry the fix as necessary (no action is required). Fix is good. Thanks Stephen. Bye, -- Nicolas Ferre -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message

Re: [PATCH 31/44] arm: Register with kernel poweroff handler

2014-10-07 Thread Nicolas Ferre
the CPU in sleep mode, select a priority of 0 to indicate that the poweroff handler is one of last resort. If the poweroff handler powers off the system, select a priority of 128. Cc: Russell King li...@arm.linux.org.uk Cc: Andrew Victor li...@maxim.org.za Cc: Nicolas Ferre nicolas.fe

Re: [PATCH v2 2/2] Documentation: dmaengine: Add a documentation for the dma controller API

2014-10-07 Thread Nicolas Ferre
flushed to memory. +Chunk: A contiguous collection of bursts +Transfer: A collection of chunks (be it contiguous or not) -- 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

Re: [PATCH v7 05/11] drm: add Atmel HLCDC Display Controller support

2014-10-08 Thread Nicolas Ferre
On 01/10/2014 16:53, Boris Brezillon : From: Boris BREZILLON boris.brezil...@free-electrons.com The Atmel HLCDC (HLCD Controller) IP available on some Atmel SoCs (i.e. at91sam9n12, at91sam9x5 family or sama5d3 family) provides a display controller device. This display controller supports

Re: [PATCH v2 2/2] Documentation: dmaengine: Add a documentation for the dma controller API

2014-10-09 Thread Nicolas Ferre
) are typically fixed. +1 ;-) 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/

Re: [PATCH 1/6] ARM: at91: remove at91sam9g45/9m10 legacy board support

2014-09-30 Thread Nicolas Ferre
to see this! Acked-by: Nicolas Ferre nicolas.fe...@atmel.com I'll take it soon, probably for 3.18: at91-3.18-soc Bye, --- arch/arm/mach-at91/Kconfig.non_dt| 21 - arch/arm/mach-at91/Makefile |4 - arch/arm/mach-at91/at91sam9g45.c | 403 --- arch/arm

Re: [PATCH] ARM: at91: remove at91sam9rl legacy board support

2014-10-01 Thread Nicolas Ferre
-by: Alexandre Belloni alexandre.bell...@free-electrons.com Acked-by: Nicolas Ferre nicolas.fe...@atmel.com Now I queue it on top of at91-3.18-soc3 Thanks, best regards, --- arch/arm/configs/at91sam9rl_defconfig | 83 -- arch/arm/mach-at91/Kconfig.non_dt | 18 - arch/arm/mach

[GIT PULL] at91: soc for 3.18 #3

2014-10-01 Thread Nicolas Ferre
! Alexandre Belloni (1): ARM: at91: remove at91sam9rl legacy board support Boris Brezillon (1): ARM: at91: remove at91sam9g45/9m10 legacy board support Nicolas Ferre (1): ARM: at91: remove no-MMU at91x40 support arch

Re: [PATCHv3 5/7] ARM: at91: dt: add device tree file for SAMA5D4ek board

2014-09-19 Thread Nicolas Ferre
On 15/09/2014 18:15, Alexandre Belloni : From: Nicolas Ferre nicolas.fe...@atmel.com Add reference SAMA5D4-EK platform DT file. Signed-off-by: Nicolas Ferre nicolas.fe...@atmel.com Signed-off-by: Josh Wu josh...@atmel.com Signed-off-by: Alexandre Belloni alexandre.bell...@free

Re: [PATCHv3 1/7] clk: at91: add a driver for the h32mx clock

2014-09-19 Thread Nicolas Ferre
alexandre.bell...@free-electrons.com Okay on my side: Acked-by: Nicolas Ferre nicolas.fe...@atmel.com --- Cc:Mike Turquette mturque...@linaro.org Mike, I guess that you didn't get this v3. Can you Ack this one of should we re-sent to you? I would like to take this patch with the rest of the SAMA5D4

Re: [PATCHv3 7/7] ARM: at91: document Atmel SMART compatibles

2014-09-19 Thread Nicolas Ferre
On 15/09/2014 18:15, Alexandre Belloni : Document all the available compatibles for Atmel SMART SoCs. Signed-off-by: Alexandre Belloni alexandre.bell...@free-electrons.com Acked-by: Nicolas Ferre nicolas.fe...@atmel.com Thanks --- .../devicetree/bindings/arm/atmel-at91.txt | 37

[GIT PULL] at91: soc 3.18 #1

2014-09-19 Thread Nicolas Ferre
) First AT91 SoC batch for 3.18: - removal of 2 board C files in mach-at91 Josef Holzmayr (1): ARM: at91: Remove the support for the RSI EWS board Nicolas Ferre (1): ARM

[GIT PULL] at91: soc for 3.18 #2

2014-09-22 Thread Nicolas Ferre
Alexandre Belloni (3): clk: at91: add a driver for the h32mx clock ARM: at91: add sama5d4 support to sama5_defconfig ARM: at91: document Atmel SMART compatibles Nicolas Ferre (4): ARM: at91: introduce basic SAMA5D4 support

Re: [PATCH v6 1/9] rtc: at91sam9: remove references to mach specific headers

2014-09-23 Thread Nicolas Ferre
-by: Alexandre Belloni alexandre.bell...@free-electrons.com Acked-by: Nicolas Ferre nicolas.fe...@atmel.com --- drivers/rtc/rtc-at91sam9.c | 22 ++ 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/drivers/rtc/rtc-at91sam9.c b/drivers/rtc/rtc-at91sam9.c index 5963743

Re: [PATCH v6 2/9] rtc: at91sam9: use standard readl/writel functions instead of raw versions

2014-09-23 Thread Nicolas Ferre
Can be good to know why... here. Otherwise, you can add my: Acked-by: Nicolas Ferre nicolas.fe...@atmel.com On 22/09/2014 17:42, Boris BREZILLON : Signed-off-by: Boris BREZILLON boris.brezil...@free-electrons.com Acked-by: Alexandre Belloni alexandre.bell...@free-electrons.com --- drivers

Re: [PATCH v6 4/9] rtc: at91sam9: add DT support

2014-09-23 Thread Nicolas Ferre
-by: Nicolas Ferre nicolas.fe...@atmel.com --- drivers/rtc/rtc-at91sam9.c | 9 + 1 file changed, 9 insertions(+) diff --git a/drivers/rtc/rtc-at91sam9.c b/drivers/rtc/rtc-at91sam9.c index 38a2693..d72c34d 100644 --- a/drivers/rtc/rtc-at91sam9.c +++ b/drivers/rtc/rtc-at91sam9.c

Re: [PATCH v6 3/9] rtc: at91sam9: replace devm_ioremap by devm_ioremap_resource

2014-09-23 Thread Nicolas Ferre
alexandre.bell...@free-electrons.com Acked-by: Nicolas Ferre nicolas.fe...@atmel.com --- drivers/rtc/rtc-at91sam9.c | 29 ++--- 1 file changed, 10 insertions(+), 19 deletions(-) diff --git a/drivers/rtc/rtc-at91sam9.c b/drivers/rtc/rtc-at91sam9.c index 74a9ca0..38a2693

Re: [PATCH v6 7/9] rtc: at91sam9: use clk API instead of relying on AT91_SLOW_CLOCK

2014-09-23 Thread Nicolas Ferre
the clk thus preventing the CCF from disabling it during the disable unused phase. Signed-off-by: Boris BREZILLON boris.brezil...@free-electrons.com Acked-by: Alexandre Belloni alexandre.bell...@free-electrons.com Acked-by: Nicolas Ferre nicolas.fe...@atmel.com --- drivers/rtc/rtc-at91sam9.c

Re: [PATCH v6 9/9] mfd: syscon: add Atmel GPBR DT bindings documention

2014-09-23 Thread Nicolas Ferre
needs one of those registers to save the current time. Signed-off-by: Boris BREZILLON boris.brezil...@free-electrons.com Acked-by: Nicolas Ferre nicolas.fe...@atmel.com --- Documentation/devicetree/bindings/mfd/atmel,gpbr.txt | 15 +++ 1 file changed, 15 insertions(+) create

Re: [PATCH v6 6/9] ARM: at91: add clk_lookup entry for RTT devices

2014-09-23 Thread Nicolas Ferre
...@free-electrons.com Ok until we remove the !CCF for the sam9's: Acked-by: Nicolas Ferre nicolas.fe...@atmel.com --- arch/arm/mach-at91/at91sam9260.c | 2 ++ arch/arm/mach-at91/at91sam9261.c | 2 ++ arch/arm/mach-at91/at91sam9263.c | 4 arch/arm/mach-at91/at91sam9g45.c | 2 ++ arch

Re: [PATCH v6 8/9] rtc: at91sam9: add DT bindings documentation

2014-09-23 Thread Nicolas Ferre
On 22/09/2014 17:42, Boris BREZILLON : Signed-off-by: Boris BREZILLON boris.brezil...@free-electrons.com Yes, it's good for me: Acked-by: Nicolas Ferre nicolas.fe...@atmel.com Thanks, bye, --- .../devicetree/bindings/rtc/atmel,at91sam9-rtc.txt | 23 ++ 1 file changed

Re: [PATCH v6 5/9] rtc: at91sam9: make use of syscon/regmap to access GPBR registers

2014-09-23 Thread Nicolas Ferre
-by: Nicolas Ferre nicolas.fe...@atmel.com 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

Re: [PATCH v7 06/10] rtc: at91sam9: rework the Kconfig description

2014-09-23 Thread Nicolas Ferre
+ is shutdown. + Some AT91SAM9 SoCs provide a real RTC block, on those ones you'd + probably want to use the real RTC block instead of the RTT as an + RTT driver. You mean: instead of the RTT as an RTC With that, good description: thanks! Acked-by: Nicolas Ferre nicolas.fe

[PATCH] pinctrl: at91: enhance (debugfs) at91_gpio_dbg_show

2014-11-18 Thread Nicolas Ferre
From: Matthieu Crapet mcra...@gmail.com When a pin is configured as GPIO, print also direction (input or output). Signed-off-by: Matthieu Crapet mcra...@gmail.com Signed-off-by: Nicolas Ferre nicolas.fe...@atmel.com --- drivers/pinctrl/pinctrl-at91.c | 13 +++-- 1 file changed, 7

[PATCH] ARM: at91/at91sam9g45: remove useless header file

2014-11-19 Thread Nicolas Ferre
Remove this useless cpu.h header file forgotten during the !DT support removal. Signed-off-by: Nicolas Ferre nicolas.fe...@atmel.com --- arch/arm/mach-at91/at91sam9g45.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/mach-at91/at91sam9g45.c b/arch/arm/mach-at91/at91sam9g45.c index

[PATCH 1/4] ARM: at91: remove at91sam9263 legacy board support

2014-11-19 Thread Nicolas Ferre
Remove legacy support for at91sam9rl boards. This include board files removal plus all legacy code for non DT boards support. Use the Device Tree for running this board with newer kernels. Signed-off-by: Nicolas Ferre nicolas.fe...@atmel.com --- arch/arm/configs/at91sam9263_defconfig | 151

[PATCH 0/4] ARM: at91: remove !DT support for at91sam9260/9g20 and at91sam9263

2014-11-19 Thread Nicolas Ferre
. The diffstat is pretty big this time. Bye, Nicolas Ferre (4): ARM: at91: remove at91sam9263 legacy board support ARM: at91: remove at91sam9260/at91sam9g20 legacy boards files ARM: at91: remove at91sam9260/at91sam9g20 legacy board support ARM: at91/Kconfig: remove unused config options

[PATCH 4/4] ARM: at91/Kconfig: remove unused config options

2014-11-19 Thread Nicolas Ferre
When removing old board !DT support, several Kconfig options were deleted. Propagate this removal to drivers Kconfig files. Signed-off-by: Nicolas Ferre nicolas.fe...@atmel.com --- drivers/misc/Kconfig| 2 +- drivers/rtc/Kconfig | 4 +--- drivers/video/backlight/Kconfig

[PATCH 3/4] ARM: at91: remove at91sam9260/at91sam9g20 legacy board support

2014-11-19 Thread Nicolas Ferre
Second part of at91sam9260/at91sam9g20 legacy !DT removal. This is the core !DT support removal for these two Atmel SoCs. Use the Device Tree for running this board with newer kernels. Signed-off-by: Nicolas Ferre nicolas.fe...@atmel.com --- arch/arm/configs/at91sam9260_9g20_defconfig | 145

[PATCH 2/4] ARM: at91: remove at91sam9260/at91sam9g20 legacy boards files

2014-11-19 Thread Nicolas Ferre
Remove old board files that use at91sam9260 or at91sam9g20 Atmel SoCs. The device tree is mature on these SoCs. It must be used now. Signed-off-by: Nicolas Ferre nicolas.fe...@atmel.com --- arch/arm/mach-at91/Makefile | 19 -- arch/arm/mach-at91/board-afeb-9260v1.c | 223

Re: [PATCH 1/4] ARM: at91: remove at91sam9263 legacy board support

2014-11-19 Thread Nicolas Ferre
On 19/11/2014 11:31, Nicolas Ferre : Remove legacy support for at91sam9rl boards. Typo, please read at91sam9263 boards. Already corrected in the at91-3.19-cleanup branch. Sorry for the noise. This include board files removal plus all legacy code for non DT boards support. Use the Device

Re: [PATCH] ARM: at91/dt: at91sam9rl: add rtc

2014-11-19 Thread Nicolas Ferre
On 01/10/2014 18:41, Alexandre Belloni : Add rtc support to the at91sam9rl dtsi file. Signed-off-by: Alexandre Belloni alexandre.bell...@free-electrons.com Acked-by: Nicolas Ferre nicolas.fe...@atmel.com And stacked on top of at91-3.19-dt2 Thanks, bye. --- arch/arm/boot/dts

[PATCH] ARM: at91: fix GPLv2 wording

2014-11-19 Thread Nicolas Ferre
-by: Nicolas Ferre nicolas.fe...@atmel.com --- arch/arm/boot/dts/at91-sama5d4ek.dts | 4 ++-- arch/arm/boot/dts/sama5d4.dtsi | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/arch/arm/boot/dts/at91-sama5d4ek.dts b/arch/arm/boot/dts/at91-sama5d4ek.dts index b5b84006469e

[RESEND PATCH] usb: gadget: at91_udc: move prepare clk into process context

2014-11-19 Thread Nicolas Ferre
there for the same reason. Move clock preparation and setting clock rate into process context (at91udc_probe). Signed-off-by: Ronald Wahl ronald.w...@raritan.com Acked-by: Alexandre Belloni alexandre.bell...@free-electrons.com Acked-by: Boris Brezillon boris.brezil...@free-electrons.com Acked-by: Nicolas Ferre

Re: [PATCH 6/6] ARM: at91/dt: add ISI node

2014-11-19 Thread Nicolas Ferre
; reg = 0xfffb8000 0x300; -- 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

Re: [PATCH 5/6] ARM: at91/dt: add trng node

2014-11-19 Thread Nicolas Ferre
For patches 2 to 5, you can add my: Acked-by: Nicolas Ferre nicolas.fe...@atmel.com while re-sending a series. Maybe add linux-crypto and the HARDWARE RANDOM NUMBER GENERATOR CORE guys to the CC list. Bye, --- arch/arm/boot/dts/at91sam9g45.dtsi | 7 +++ 1 file changed, 7 insertions

[GIT PULL] at91: dt for 3.19 #2

2014-11-19 Thread Nicolas Ferre
the RTT block on the sam9g20ek board ARM: at91/dt: enable the RTT block on the at91sam9m10g45ek board ARM: at91/dt: at91sam9g45: add ISI node Ludovic Desroches (2): ARM: at91/dt: sama5d4: use macro instead of numeric value ARM: at91/dt: sama5d4: add DMA support Nicolas Ferre

[PATCH RESEND v2 0/4] hwrng: atmel: add DT support

2014-11-20 Thread Nicolas Ferre
This is the patch series that Boris sent yesterday. I've just collected Acked-by tags and resend it with updated cover letter. This series adds DT support for the TRNG (True Random Generator) block and adds missing trng nodes to at91sam9g45 dtsi files. Herbert, As you said that you can take this

[PATCH RESEND v2 3/4] hwrng: atmel: Add TRNG DT binding doc

2014-11-20 Thread Nicolas Ferre
From: Boris Brezillon boris.brezil...@free-electrons.com Document DT bindings of Atmel's TRNG (True Random Number Generator) IP. Signed-off-by: Boris Brezillon boris.brezil...@free-electrons.com Acked-by: Peter Korsgaard pe...@korsgaard.com Acked-by: Nicolas Ferre nicolas.fe...@atmel.com

[PATCH RESEND v2 1/4] hwrng: atmel: use clk_prepapre_enable/_disable_unprepare

2014-11-20 Thread Nicolas Ferre
From: Boris Brezillon boris.brezil...@free-electrons.com Use clk_prepare_enable/_disable_unprepare instead of clk_enable/disable to work properly with the CCF. Signed-off-by: Boris Brezillon boris.brezil...@free-electrons.com Acked-by: Peter Korsgaard pe...@korsgaard.com Acked-by: Nicolas Ferre

[PATCH RESEND v2 2/4] hwrng: atmel: add DT support

2014-11-20 Thread Nicolas Ferre
Korsgaard pe...@korsgaard.com Acked-by: Nicolas Ferre nicolas.fe...@atmel.com --- drivers/char/hw_random/Kconfig | 2 +- drivers/char/hw_random/atmel-rng.c | 7 +++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/drivers/char/hw_random/Kconfig b/drivers/char/hw_random/Kconfig

[PATCH RESEND v2 4/4] ARM: at91/dt: add trng node to at91sam9g45

2014-11-20 Thread Nicolas Ferre
-electrons.com Acked-by: Nicolas Ferre nicolas.fe...@atmel.com --- arch/arm/boot/dts/at91sam9g45.dtsi | 7 +++ 1 file changed, 7 insertions(+) diff --git a/arch/arm/boot/dts/at91sam9g45.dtsi b/arch/arm/boot/dts/at91sam9g45.dtsi index d3f65130a1f8..6c0637a4bda5 100644 --- a/arch/arm/boot/dts

[ANNOUNCE] ARM: at91: removal of board files

2014-09-10 Thread Nicolas Ferre
have difficulties to switch to this method if you are not used to kernel development, definitively, we can help. Best regards, -- 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

Re: [PATCH 5/5] rtc: at91sam9: add DT bindings documentation

2014-09-10 Thread Nicolas Ferre
-xdev { compatible = atmel,rtt-xdev; atmel,rtt = rtt; /*...*/ } Johan -- 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

Re: [PATCH v3 0/8] rtc: at91sam9: add DT support

2014-09-11 Thread Nicolas Ferre
the 9263 case where 2 RTT blocks are availables). Nope, I don't like messing with the cmdline for something like that. atmel,rtt-rtc-time-reg = gpbr 0x0; is perfectly fine for me. Bye, -- Nicolas Ferre -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message

Re: [PATCH 1/7] irqchip: atmel-aic5: Add sama5d4 support

2014-09-11 Thread Nicolas Ferre
*node, +struct device_node *parent) +{ + return aic5_of_init(node, parent, NR_SAMA5D4_IRQS); +} +IRQCHIP_DECLARE(sama5d4_aic5, atmel,sama5d4-aic, sama5d4_aic5_of_init); -- Nicolas Ferre -- To unsubscribe from this list: send the line unsubscribe

Re: [PATCH 7/7] ARM: at91: add sama5d4 support to sama5_defconfig

2014-09-11 Thread Nicolas Ferre
=y Well I would keep this one... CONFIG_MTD_NAND=y CONFIG_MTD_NAND_ATMEL=y CONFIG_MTD_SPI_NOR=y -- 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

Re: [PATCH] pinctrl: at91: disable Pull-Down or Pull-Up property before enabling Pull-Up or Pull-Down.

2014-09-11 Thread Nicolas Ferre
On 11/09/2014 16:40, Alexandre Belloni : From: Wenyou Yang wenyou.y...@atmel.com Because the pin's Pull-Up and Pull-Down property is mutually exclusive. Signed-off-by: Wenyou Yang wenyou.y...@atmel.com Yes, indeed: Acked-by: Nicolas Ferre nicolas.fe...@atmel.com --- drivers/pinctrl

Re: [PATCH] irqchip: atmel-aic5: sama5d3 has 48 IRQs

2014-09-11 Thread Nicolas Ferre
On 11/09/2014 16:41, Alexandre Belloni : The FUSE and RAM controllers don't have any connected IRQs, reducing the number of IRQs to 48. Signed-off-by: Alexandre Belloni alexandre.bell...@free-electrons.com Acked-by: Nicolas Ferre nicolas.fe...@atmel.com --- drivers/irqchip/irq-atmel

Re: [PATCH 1/7] irqchip: atmel-aic5: Add sama5d4 support

2014-09-11 Thread Nicolas Ferre
On 11/09/2014 18:28, Alexandre Belloni : On 11/09/2014 at 18:17:27 +0200, Nicolas Ferre wrote : On 11/09/2014 17:54, Alexandre Belloni : Add sama5d4 support to irq-atmel-aic5. Signed-off-by: Alexandre Belloni alexandre.bell...@free-electrons.com --- Cc: Jason Cooper ja...@lakedaemon.net

[GIT PULL 1/4] at91: cleanup for 3.18 #1

2014-09-01 Thread Nicolas Ferre
-- arch/arm/mach-at91/board-dt-sama5.c | 13 -- arch/arm/mach-at91/irq.c | 270 +-- arch/arm/mach-at91/pm.c | 32 +++-- arch/arm/mach-at91/setup.c | 3 +- 9 files changed, 45 insertions(+), 325 deletions(-) -- Nicolas Ferre

[GIT PULL 2/4] at91: DT for 3.18 #1

2014-09-01 Thread Nicolas Ferre
Nicolas Ferre (1): Merge tag 'at91-dt-for-3.17' of git://git.kernel.org/.../mripard/linux arch/arm/boot/dts/at91sam9263.dtsi | 10 +++--- arch/arm/boot/dts/at91sam9g45.dtsi | 10 -- arch/arm/boot/dts/at91sam9n12.dtsi | 2 ++ arch/arm/boot/dts/at91sam9x5.dtsi | 2 ++ arch/arm/boot

[GIT PULL 3/4] at91: drivers for 3.18 #1

2014-09-01 Thread Nicolas Ferre
: Remove show_reset_status function ARM: at91: Remove rstc and shdwnc global base addresses ARM: at91: Remove rstc and shdwc headers Nicolas Ferre (5): Merge tag 'at91-dt-for-3.17' of git://git.kernel.org/.../mripard/linux Merge branches 'at91-3.18-cleanup' and 'at91-3.18-dt

[GIT PULL 4/4] at91: dt for 3.18 #2

2014-09-01 Thread Nicolas Ferre
++ arch/arm/boot/dts/at91sam9x5.dtsi | 2 +- arch/arm/boot/dts/sama5d3xcm.dtsi | 30 ++ arch/arm/mach-at91/board-dt-sama5.c | 22 -- 4 files changed, 33 insertions(+), 23 deletions(-) -- Nicolas Ferre -- To unsubscribe from this list: send the line

Re: [PATCH v2 06/12] ARM: at91: add MTD_SPI_NOR (new dependency for M25P80)

2014-09-02 Thread Nicolas Ferre
computersforpe...@gmail.com Cc: Andrew Victor li...@maxim.org.za Cc: Nicolas Ferre nicolas.fe...@atmel.com Okay, now taken in at91-3.18-defconfig, thanks: Acked-by: Nicolas Ferre nicolas.fe...@atmel.com Cc: Jean-Christophe Plagniol-Villard plagn...@jcrosoft.com Cc: linux-arm-ker

Re: [PATCH 0/7] ARM: at91: update defconfigs

2014-09-02 Thread Nicolas Ferre
CONFIG_PROC_DEVICETREE, CONFIG_SCSI_MULTI_LUN, CONFIG_MII, CONFIG_MTD_CHAR. Nice: to the whole series: Acked-by: Nicolas Ferre nicolas.fe...@atmel.com Thanks. Alexandre Belloni (7): ARM: at91: at91_dt: update defconfig ARM: at91: at91sam9260_9g20: update defconfig ARM: at91: at91sam9261_9g10: update

Re: [GIT PULL 4/4] at91: dt for 3.18 #2

2014-09-02 Thread Nicolas Ferre
On 01/09/2014 19:38, Nicolas Ferre : Arnd, Olof, Kevin, A little bit more material for the DT branch. I didn't want to the one I've just sent you because this material is not related to the big cleanup addressed by previous 3 pull-requests. It is very basic and simple DT updates and a use

[GIT PULL] at91: defconfig for 3.18 #1

2014-09-03 Thread Nicolas Ferre
++- 7 files changed, 73 insertions(+), 49 deletions(-) -- 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

[PATCH 2/2] ARM: at91/Kconfig: remove useless fbdev Kconfig options

2014-11-21 Thread Nicolas Ferre
Remove Kconfig options used nowhere. The removal of CONFIG_ARCH_AT91SAM9261 option allowed to spot this oddness. Signed-off-by: Nicolas Ferre nicolas.fe...@atmel.com --- drivers/video/fbdev/Kconfig | 17 - 1 file changed, 17 deletions(-) diff --git a/drivers/video/fbdev/Kconfig

[PATCH 1/2] ARM: at91: remove at91sam9261/at91sam9g10 legacy board support

2014-11-21 Thread Nicolas Ferre
Remove legacy support for at91sam9261/at91sam9g10 boards. This include board files removal plus all legacy code for non DT boards support. Use the Device Tree for running this board with newer kernels. Signed-off-by: Nicolas Ferre nicolas.fe...@atmel.com --- arch/arm/configs

Re: [PATCH] ARM: at91: board file for Acme Systems Fox G20

2014-09-16 Thread Nicolas Ferre
On 15/09/2014 15:27, Nicolas Ferre : As Acme Systems Fox G20 is available in Device Tree flavor and that we plan to remove all the board files soon, we can remove this one without problem. If you use this board, please use a DT-enabled at91sam9g20 kernel with at91-foxg20.dts. Signed-off

[PATCH] ARM: at91: sama5d3xek: reserve dma channel for audio

2014-09-18 Thread Nicolas Ferre
[nicolas.fe...@atmel.com: move to the sama5d3xmb.dtsi to cover all board variants] Signed-off-by: Nicolas Ferre nicolas.fe...@atmel.com --- arch/arm/boot/dts/sama5d3xmb.dtsi | 4 1 file changed, 4 insertions(+) diff --git a/arch/arm/boot/dts/sama5d3xmb.dtsi b/arch/arm/boot/dts

Re: [PATCH] ARM: at91/dt: sama5d3: add the nfc clock

2014-09-18 Thread Nicolas Ferre
On 16/09/2014 10:43, Alexandre Belloni : The atmel_nand driver is now able to handle the nfc clock, add it to sama5d3. Signed-off-by: Alexandre Belloni alexandre.bell...@free-electrons.com Acked-by: Nicolas Ferre nicolas.fe...@atmel.com Stacked on at91-3.18-dt3 branch. Thanks, --- arch

Re: [PATCH] ARM: at91/dt: declare sckc node on at91sam9g45

2014-09-18 Thread Nicolas Ferre
On 09/09/2014 12:14, Boris BREZILLON : Declare the SCKC (Slow Clock Configuration) block and its clks. Make use of the clk32k clk instead of slow_osc where appropriate. Signed-off-by: Boris BREZILLON boris.brezil...@free-electrons.com Acked-by: Nicolas Ferre nicolas.fe...@atmel.com Stacked

Re: [PATCH] ARM: at91/dt: at91sam9m10g45ek add rtc node

2014-09-18 Thread Nicolas Ferre
On 02/09/2014 12:52, Erik van Luijk : Signed-off-by: Erik van Luijk evanlu...@interact.nl Acked-by: Nicolas Ferre nicolas.fe...@atmel.com and added to the at91-3.18-dt3 branch. I also sent your remarks to the Documentation department in Atmel: thanks a lot for your help. --- arch/arm/boot

[GIT PULL] at91: dt for 3.18 #3

2014-09-18 Thread Nicolas Ferre
/dts/sama5d3_can.dtsi | 2 +- arch/arm/boot/dts/sama5d3xmb.dtsi | 4 7 files changed, 72 insertions(+), 6 deletions(-) -- 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

Re: [GIT PULL] at91: soc for 3.18 #2

2014-09-26 Thread Nicolas Ferre
On 26/09/2014 12:50, Arnd Bergmann : On Monday 22 September 2014, Nicolas Ferre wrote: Nicolas Ferre (4): ARM: at91: introduce basic SAMA5D4 support ARM: at91: SAMA5D4 SoC detection code and low level routines This resulted in build failures both in at91x40_defconfig and some

Re: [PATCH 2/2] MAINTAINERS: add atmel audio alsa driver maintainer entry

2014-09-29 Thread Nicolas Ferre
On 28/09/2014 03:57, Bo Shen : Signed-off-by: Bo Shen voice.s...@atmel.com For the record: Acked-by: Nicolas Ferre nicolas.fe...@atmel.com --- MAINTAINERS | 6 ++ 1 file changed, 6 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index c004e6f..30f92cf 100644

Re: [PATCH 1/2] MAINTAINERS: add atmel ssc driver maintainer entry

2014-09-29 Thread Nicolas Ferre
On 28/09/2014 03:57, Bo Shen : Signed-off-by: Bo Shen voice.s...@atmel.com Sure: Acked-by: Nicolas Ferre nicolas.fe...@atmel.com Thanks. --- MAINTAINERS | 7 +++ 1 file changed, 7 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 3705430..c004e6f 100644

Re: [PATCH] MAINTAINERS: add atmel nand driver maintainer entry

2014-09-29 Thread Nicolas Ferre
On 29/09/2014 10:36, Josh Wu : This patch adds an entry in MAINTAINERS file for ATMEL nand driver. Signed-off-by: Josh Wu josh...@atmel.com Acked-by: Nicolas Ferre nicolas.fe...@atmel.com --- MAINTAINERS | 6 ++ 1 file changed, 6 insertions(+) diff --git a/MAINTAINERS b

Re: [GIT PULL] at91: soc for 3.18 #2

2014-09-29 Thread Nicolas Ferre
On 26/09/2014 20:55, Arnd Bergmann : On Friday 26 September 2014 16:47:12 Nicolas Ferre wrote: On 26/09/2014 12:50, Arnd Bergmann : On Monday 22 September 2014, Nicolas Ferre wrote: Nicolas Ferre (4): ARM: at91: introduce basic SAMA5D4 support ARM: at91: SAMA5D4 SoC detection

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

2014-11-10 Thread Nicolas Ferre
: at91: remove mach/atmel-mci.h) from the mmc-uh tree. I fixed it up (I just removed the file) and can carry the fix as necessary (no action is required). Well fixed. Thanks Stephen. Bye, -- Nicolas Ferre -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body

Re: [PATCH] ARM: at91: remove CONFIG_MACH_SAMA5_DT

2014-11-13 Thread Nicolas Ferre
On 10/11/2014 21:45, Alexandre Belloni : CONFIG_MACH_SAMA5_DT is useless as the only way to boot on sama5 based boards is to use device tree. Signed-off-by: Alexandre Belloni alexandre.bell...@free-electrons.com Acked-by: Nicolas Ferre nicolas.fe...@atmel.com queued on at91-3.19-cleanup

[PATCH] ARM: at91: remove unused CONFIG_ARCH_AT91SAM9G45 option

2014-11-13 Thread Nicolas Ferre
The CONFIG_ARCH_AT91SAM9G45 config option was removed by (ARM: at91: remove at91sam9g45/9m10 legacy board support) so cleanup the use of it. Reported-by: Paul Bolle pebo...@tiscali.nl Signed-off-by: Nicolas Ferre nicolas.fe...@atmel.com --- arch/arm/mach-at91/Makefile.boot | 6 -- arch/arm

Re: [PATCH v2 0/5] irqchip: atmel-aic: add RTT irq fixup

2014-11-13 Thread Nicolas Ferre
++ drivers/irqchip/irq-atmel-aic.c| 26 +- 3 files changed, 49 insertions(+), 5 deletions(-) Whole series applied to irqchip/atmel Too late but for the record: Acked-by: Nicolas Ferre nicolas.fe...@atmel.com There are a little tiny details that I can solve

Re: [PATCH] ARM: at91: move sdramc/ddrsdr header to include/soc/at91

2014-11-13 Thread Nicolas Ferre
/mach-at91/include/mach = include/soc/at91}/at91sam9_ddrsdr.h (100%) rename {arch/arm/mach-at91/include/mach = include/soc/at91}/at91sam9_sdramc.h (100%) --8 Acked-by: Nicolas Ferre nicolas.fe...@atmel.com and queued for at91-3.19-cleanup Bye, diff --git

Re: [PATCH] ARM: at91/dt: Fix sama5d3x typos.

2014-11-13 Thread Nicolas Ferre
rootfstype=ubifs ubi.mtd=5 root=ubi0:rootfs; -- 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

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