Re: Oops in a driver while using SLUB as a SLAB allocator

2007-06-21 Thread Nicolas Ferre
Marc Pignat : please use this patch, sorry for the later My eyes are too tired or this patch is the same as the previous one :-\ Cheers, -- Nicolas Ferre - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info

Re: Oops in a driver while using SLUB as a SLAB allocator

2007-06-22 Thread Nicolas Ferre
Nicolas Ferre : Marc Pignat : please use this patch, sorry for the later My eyes are too tired or this patch is the same as the previous one :-\ Indeed, my eyes where too tired ;-) Sorry for the trouble. -- Nicolas Ferre - To unsubscribe from this list: send the line unsubscribe linux

Re: [PATCH] mmc-atmel : fix kunmap wrong usage

2007-06-22 Thread Nicolas Ferre
to all of you for your precise help. Regards, -- Nicolas Ferre - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: Oops in a driver while using SLUB as a SLAB allocator

2007-06-25 Thread Nicolas Ferre
, -- Nicolas Ferre - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

[PATCH] mmc: at91_mci: fix hanging and rework to match flowcharts

2007-07-02 Thread Nicolas Ferre
and AT91_MCI_RXBUFF flag usage. Signed-off-by: Nicolas Ferre [EMAIL PROTECTED] --- This patch is applied on top of the typo one : http://kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.22-rc6/2.6.22-rc6-mm1/broken-out/mmc-at91_mci-typo.patch It is cooked with the help of Wu Xuan and Marc Pignat. Big

[PATCH] atmel_lcdfb: Use spare bits in 32bpp mode as alpha channel

2007-07-18 Thread Nicolas Ferre
From: Haavard Skinnemoen [EMAIL PROTECTED] Set var-transp.offset and var-transp.length in 32bpp mode to indicate that the 8 otherwise unused bits can be used for transparency. Signed-off-by: Haavard Skinnemoen [EMAIL PROTECTED] Signed-off-by: Nicolas Ferre [EMAIL PROTECTED] --- drivers/video

[Linux-fbdev-devel] [PATCH] atmel_lcdfb: AT91/AT32 LCD Controller framebuffer driver

2007-05-09 Thread Nicolas Ferre
From: Nicolas Ferre [EMAIL PROTECTED] Adds a framebuffer driver to ATMEL AT91SAM9x and AT32 aka AVR32 platforms. Those chips share quite the same IP and this code is suitable for both architectures. Signed-off-by: Nicolas Ferre [EMAIL PROTECTED] --- This second patch is rebuild following

Re: [Linux-fbdev-devel] [PATCH] atmel_lcdfb: AT91/AT32 LCDController framebuffer driver

2007-05-09 Thread Nicolas Ferre
Antonino A. Daplas : On Mon, 2007-05-07 at 16:11 +0200, Nicolas Ferre wrote: From: Nicolas Ferre [EMAIL PROTECTED] + +static struct fb_fix_screeninfo atmel_lcdfb_fix __initdata = { + .type = FB_TYPE_PACKED_PIXELS, + .visual = FB_VISUAL_TRUECOLOR

[PATCH] atmel_lcdfb: AT91/AT32 LCD Controller framebuffer driver

2007-05-07 Thread Nicolas Ferre
From: Nicolas Ferre [EMAIL PROTECTED] Adds a framebuffer driver to ATMEL AT91SAM9x and AT32 aka AVR32 platforms. Those chips share quite the same IP and this code is suitable for both architectures. Signed-off-by: Nicolas Ferre [EMAIL PROTECTED] --- The header file resides in an arch neutral

Re: [PATCH] net/cadence/macb: fix kernel Oops if no PHY were discovered during probe

2013-08-26 Thread Nicolas Ferre
On 24/08/2013 21:21, Boris BREZILLON : Test the presence of a PHY device before printing attached PHY informations. Signed-off-by: Boris BREZILLON b.brezil...@overkiz.com Acked-by: Nicolas Ferre nicolas.fe...@atmel.com --- drivers/net/ethernet/cadence/macb.c |6 -- 1 file changed

[GIT PULL] at91: device tree update for 3.12 #2

2013-08-26 Thread Nicolas Ferre
files changed, 14 insertions(+), 7 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: soc update for 3.12 #1

2013-08-26 Thread Nicolas Ferre
insertions(+), 1 deletion(-) -- 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: [RFC PATCH 1/3] pinctrl: add new generic pinconf config for deglitch filter

2013-08-27 Thread Nicolas Ferre
pinctrl, I do not feel like switching to this at the cost of changing the whole dtsi/dts entries that we already have. So, it is more to Linus and Stephen to give us clues about this... Bye, -- Nicolas Ferre -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body

Re: [RFC PATCH 2/3] pinctrl: at91: add support for generic pinconf

2013-08-27 Thread Nicolas Ferre
, or translate the generic config array to a single native config integer. Do you have something easier in mind ? no but I do not want to brake current automatic test tools propose something with this in mind Best Regards, J. -- Nicolas Ferre -- To unsubscribe from this list: send the line

Re: [PATCH v3 1/2] net/cadence/macb: add support for dt phy definition

2013-08-27 Thread Nicolas Ferre
definition using dt. A fallback to the autoscan procedure is added in case there is no phy devices defined in dt. Signed-off-by: Boris BREZILLON b.brezil...@overkiz.com Acked-by: Nicolas Ferre nicolas.fe...@atmel.com --- drivers/net/ethernet/cadence/macb.c | 48

Re: [PATCH v3 2/2] ARM: at91/dt: define phy available on sama5d3 mother board

2013-08-27 Thread Nicolas Ferre
On 27/08/2013 09:39, Boris BREZILLON : This patch describe the phy used on atmel sama5d3 mother board: - phy address - phy interrupt pin Signed-off-by: Boris BREZILLON b.brezil...@overkiz.com Acked-by: Nicolas Ferre nicolas.fe...@atmel.com --- arch/arm/boot/dts/sama5d3xmb.dtsi |8

Re: [PATCH 0/2] net/cadence/macb: add support for dt phy definition

2013-08-27 Thread Nicolas Ferre
... 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] pinctrl: at91: fix get_pullup/down function return

2013-08-27 Thread Nicolas Ferre
On 27/08/2013 15:19, Boris BREZILLON : In PIO_PUSR and PIO_PPDSR register if a given bit is set 1 this means the pullup/down for this pin (pin is represented as a bit position) is disabled. Signed-off-by: Boris BREZILLON b.brezil...@overkiz.com Indeed. Acked-by: Nicolas Ferre nicolas.fe

Re: [PATCH] ARM: at91/at91-pinctrl documentation: add missing sam9x5 compatible string

2013-08-27 Thread Nicolas Ferre
On 27/08/2013 15:26, Boris BREZILLON : Add missing atmel,at91sam9x5-pinctrl compatible string to the documentation. Signed-off-by: Boris BREZILLON b.brezil...@overkiz.com Acked-by: Nicolas Ferre nicolas.fe...@atmel.com --- .../bindings/pinctrl/atmel,at91-pinctrl.txt|2 +- 1

Re: [PATCH] pinctrl: at91: add support for OUTPUT config

2013-08-28 Thread Nicolas Ferre
it would be good to add the mask as well. Once the documentation added, you can stick my: Acked-by: Nicolas Ferre nicolas.fe...@atmel.com Thanks, 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

Re: [PATCH] pinctrl: at91: add support for OUTPUT config

2013-08-28 Thread Nicolas Ferre
On 28/08/2013 09:35, boris brezillon : On 28/08/2013 09:31, Nicolas Ferre wrote: On 27/08/2013 16:51, Boris BREZILLON : Add support for pin output control through the pinctrl config: - support enabling/disabling output on a given pin - support output level setting (high or low) Signed

Re: [PATCH] pinctrl: at91: add support for OUTPUT config

2013-08-28 Thread Nicolas Ferre
On 28/08/2013 09:43, Nicolas Ferre : On 28/08/2013 09:35, boris brezillon : On 28/08/2013 09:31, Nicolas Ferre wrote: On 27/08/2013 16:51, Boris BREZILLON : Add support for pin output control through the pinctrl config: - support enabling/disabling output on a given pin - support

Re: [PATCH] ARM: at91/dt: split sam9x5 peripheral definitions

2013-08-19 Thread Nicolas Ferre
; + }; + }; + }; +}; -- 1.7.9.5 -- 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/8] ARM: at91: move peripheral id definitions to dt-bindings include dir

2013-08-19 Thread Nicolas Ferre
is the best. 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: [RFC PATCH] pwm: atmel-pwm: add pwm controller driver

2013-08-20 Thread Nicolas Ferre
), + }, + .probe = atmel_pwm_probe, + .remove = atmel_pwm_remove, +}; +module_platform_driver(atmel_pwm_driver); + +MODULE_ALIAS(platform:atmel-pwm); +MODULE_AUTHOR(Bo Shen voice.s...@atmel.com); +MODULE_DESCRIPTION(Atmel PWM driver); +MODULE_LICENSE(GPL v2); -- Nicolas Ferre

Re: [PATCH] ARM: DTS: SAMA5: Add PMU support

2013-08-21 Thread Nicolas Ferre
On 05/08/2013 17:26, Alexandre Belloni : ARM Performance Monitor Units are available on the sama5d3, add the support in the dtsi. Tested with perf and oprofile on the sama5d31ek. Signed-off-by: Alexandre Belloni alexandre.bell...@free-electrons.com Acked-by: Nicolas Ferre nicolas.fe

Re: [PATCH v2 0/3] arm: atmel: at91sam9n12: add i2c pinctrl and qt1070 support

2013-08-21 Thread Nicolas Ferre
On 11/07/2013 05:30, Bo Shen : this patch is based on linux master branch, implementation as following: - add the i2c pinctrl which needed for using at91sam9n12 TWI - enable qt1070 - trival fix for the gpio-key pin number Acked-by: Nicolas Ferre nicolas.fe...@atmel.com On the whole

Re: [PATCH 0/4] Add sound in SAM9x5 DTS

2013-08-21 Thread Nicolas Ferre
themi, right ?] Yep! On the whole series: Acked-by: Nicolas Ferre nicolas.fe...@atmel.com Stacked on top of at91-3.12-dt Thanks a lot Richard! Richard Genoud (4): ARM: AT91: DTS: sam9x5: add SSC DMA parameters ARM: AT91: DTS: sam9x5ek: add WM8731 codec ARM: AT91: DTS: sam9x5ek: enable

Re: [PATCH v4 1/5] ARM: at91/tc/clocksource: replace clk_enable/disable with clk_prepare_enable/disable_unprepare.

2013-08-21 Thread Nicolas Ferre
On 18/07/2013 09:58, Boris BREZILLON : Replace clk_enable/disable with clk_prepare_enable/disable_unprepare to avoid common clk framework warnings. Signed-off-by: Boris BREZILLON b.brezil...@overkiz.com Acked-by: Nicolas Ferre nicolas.fe...@atmel.com John, Thomas, Do you want me to re-sent

[GIT PULL] at91: device tree update for 3.12 #1

2013-08-21 Thread Nicolas Ferre
deletion(-) create mode 100644 arch/arm/boot/dts/at91rm9200_pqfp.dtsi -- 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

Re: [PATCH 0/4] arm: atmel: enable kernel uncompress info output

2013-08-22 Thread Nicolas Ferre
On 04/07/2013 09:16, Bo Shen : this patch set enable kernel uncompress info output - sama5d3 - at91sam9n12 Acked-by: Nicolas Ferre nicolas.fe...@atmel.com Whole series integrated in at91-3.12-soc branch. Thanks, bye, without this patch set, it won't show following information ---8

Re: [PATCH] usb: gadget: at91_udc: add usb_clk for transition to common clk framework

2013-08-13 Thread Nicolas Ferre
On 12/08/2013 22:42, boris brezillon : Hello Nicolas, On 12/08/2013 15:52, Nicolas Ferre wrote: On 01/08/2013 08:18, Boris BREZILLON : The AT91 PMC (Power Management Controller) provides an USB clock used by USB Full Speed host (ohci) and USB Full Speed device (udc). The usb drivers (ohci

Re: [PATCH] ARM: at91: add missing uart clocks DT entries

2013-08-14 Thread Nicolas Ferre
On 07/08/2013 18:52, Douglas Gilbert : On 13-08-07 12:29 PM, Boris BREZILLON wrote: Add clocks to clock lookup table for uart DT entries. Signed-off-by: Boris BREZILLON b.brezil...@overkiz.com Tested-by: Douglas Gilbert dgilb...@interlog.com Acked-by: Nicolas Ferre nicolas.fe...@atmel.com

[GIT PULL] at91: fixes for 3.11 #1

2013-08-14 Thread Nicolas Ferre
amount of memory was specified for 9n12ek Boris BREZILLON (1): ARM: at91: add missing uart clocks DT entries Nicolas Ferre (2): ARM: at91/DT: at91sam9x5ek: fix USB host property to enable port C ARM: at91/DT: fix

Re: [PATCH 08/12] drivers/net/ethernet/cadence: don't use devm_pinctrl_get_select_default() in probe

2013-07-11 Thread Nicolas Ferre
...@the-dreams.de Acked-by: Nicolas Ferre nicolas.fe...@atmel.com Thanks Wolfram. Bye, --- drivers/net/ethernet/cadence/at91_ether.c | 11 --- 1 file changed, 11 deletions(-) diff --git a/drivers/net/ethernet/cadence/at91_ether.c b/drivers/net/ethernet/cadence/at91_ether.c index

Re: [PATCH 11/12] drivers/tty/serial: don't use devm_pinctrl_get_select_default() in probe

2013-07-11 Thread Nicolas Ferre
...@the-dreams.de --- drivers/tty/serial/atmel_serial.c |8 For atmel_serial.c: Acked-by: Nicolas Ferre nicolas.fe...@atmel.com Thanks. drivers/tty/serial/imx.c |9 - drivers/tty/serial/mxs-auart.c|8 drivers/tty/serial/omap-serial.c

Re: [PATCH 1/8] ARM: at91/tc/clocksource: replace clk_enable/disable with clk_prepare_enable/disable_unprepare.

2013-06-20 Thread Nicolas Ferre
On 19/06/2013 13:13, Boris BREZILLON : Replace clk_enable/disable with clk_prepare_enable/disable_unprepare to avoid common clk framework warnings. Signed-off-by: Boris BREZILLON b.brezil...@overkiz.com Acked-by: Nicolas Ferre nicolas.fe...@atmel.com --- drivers/clocksource/tcb_clksrc.c

Re: [PATCH 2/8] at_hdmac: prepare clk before calling enable

2013-06-20 Thread Nicolas Ferre
On 19/06/2013 13:14, Boris BREZILLON : Replace clk_enable/disable with clk_prepare_enable/disable_unprepare to avoid common clk framework warnings. Signed-off-by: Boris BREZILLON b.brezil...@overkiz.com Acked-by: Nicolas Ferre nicolas.fe...@atmel.com BTW Vinod, it seems that we have several

Re: [PATCH 8/8] at91/avr32/atmel_lcdfb: prepare clk before calling enable

2013-06-20 Thread Nicolas Ferre
On 19/06/2013 13:22, Boris BREZILLON : Replace clk_enable/disable with clk_prepare_enable/disable_unprepare to avoid common clk framework warnings. Signed-off-by: Boris BREZILLON b.brezil...@overkiz.com Acked-by: Nicolas Ferre nicolas.fe...@atmel.com --- drivers/video/atmel_lcdfb.c |8

Re: [PATCH 4/8] tty: atmel_serial: prepare clk before calling enable

2013-06-20 Thread Nicolas Ferre
On 19/06/2013 13:17, Boris BREZILLON : Replace clk_enable/disable with clk_prepare_enable/disable_unprepare to avoid common clk framework warnings. Signed-off-by: Boris BREZILLON b.brezil...@overkiz.com Acked-by: Nicolas Ferre nicolas.fe...@atmel.com (one comment though) --- drivers/tty

Re: [PATCH 4/8] tty: atmel_serial: prepare clk before calling enable

2013-06-20 Thread Nicolas Ferre
On 20/06/2013 10:06, boris brezillon : On 20/06/2013 09:48, Nicolas Ferre wrote: On 19/06/2013 13:17, Boris BREZILLON : Replace clk_enable/disable with clk_prepare_enable/disable_unprepare to avoid common clk framework warnings. Signed-off-by: Boris BREZILLON b.brezil...@overkiz.com Acked

[PATCH] ARM: at91: fix at91_extern_irq usage for non-dt boards

2013-06-21 Thread Nicolas Ferre
-off-by: Nicolas Ferre nicolas.fe...@atmel.com --- arch/arm/mach-at91/at91rm9200.c | 8 arch/arm/mach-at91/at91sam9260.c | 4 ++-- arch/arm/mach-at91/at91sam9261.c | 4 ++-- arch/arm/mach-at91/at91sam9263.c | 2 +- arch/arm/mach-at91/at91sam9g45.c | 2 +- arch/arm/mach-at91/at91sam9rl.c

[PATCH RESEND 2/7] ARM: at91/dt/trivial: before sama5d3, Atmel MPU were using at91 prefix

2013-11-08 Thread Nicolas Ferre
Change the sha/aes/tdes compatibility string to match common case for the at91sam9g45 family which is to keep the at91 prefix. Signed-off-by: Nicolas Ferre nicolas.fe...@atmel.com --- arch/arm/boot/dts/sama5d3.dtsi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arch

[PATCH RESEND 1/7] ARM: at91/dt/trivial: use macro for AES irq type

2013-11-08 Thread Nicolas Ferre
Signed-off-by: Nicolas Ferre nicolas.fe...@atmel.com --- arch/arm/boot/dts/sama5d3.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/sama5d3.dtsi b/arch/arm/boot/dts/sama5d3.dtsi index b7f4961..fca56c7 100644 --- a/arch/arm/boot/dts/sama5d3.dtsi +++ b/arch

[PATCH RESEND 0/7] crypto: at91/atmel: add Device Tree support

2013-11-08 Thread Nicolas Ferre
been sent but a little bit scattered. So I collect everything, this time. Nicolas Ferre (7): ARM: at91/dt/trivial: use macro for AES irq type ARM: at91/dt/trivial: before sama5d3, Atmel MPU were using at91 prefix ARM: at91/dt/sama5d3: add DMA information to SHA/AES/TDES nodes crypto: atmel

[PATCH RESEND 4/7] crypto: atmel-aes - add support for Device Tree

2013-11-08 Thread Nicolas Ferre
Add support for Device Tree and use of the DMA DT API to get the needed channels. Documentation is added for these DT nodes. Initial code by: Nicolas Royer and Eukrea. Signed-off-by: Nicolas Ferre nicolas.fe...@atmel.com --- .../devicetree/bindings/crypto/atmel-crypto.txt| 23 drivers

[PATCH RESEND 3/7] ARM: at91/dt/sama5d3: add DMA information to SHA/AES/TDES nodes

2013-11-08 Thread Nicolas Ferre
Signed-off-by: Nicolas Ferre nicolas.fe...@atmel.com --- arch/arm/boot/dts/sama5d3.dtsi | 8 1 file changed, 8 insertions(+) diff --git a/arch/arm/boot/dts/sama5d3.dtsi b/arch/arm/boot/dts/sama5d3.dtsi index 8716fc2..56c3b01 100644 --- a/arch/arm/boot/dts/sama5d3.dtsi +++ b/arch/arm

[PATCH RESEND 5/7] crypto: atmel-tdes - add support for Device Tree

2013-11-08 Thread Nicolas Ferre
Add support for Device Tree and use of the DMA DT API to get the channels if needed. Documentation is added for these DT nodes. Initial code by: Nicolas Royer and Eukrea. Signed-off-by: Nicolas Ferre nicolas.fe...@atmel.com --- .../devicetree/bindings/crypto/atmel-crypto.txt| 23

[PATCH RESEND 6/7] crypto: atmel-sha - add support for Device Tree

2013-11-08 Thread Nicolas Ferre
Add support for Device Tree and use of the DMA DT API to get the channels if needed. Documentation is added for these DT nodes. Initial code by: Nicolas Royer and Eukrea. Signed-off-by: Nicolas Ferre nicolas.fe...@atmel.com --- .../devicetree/bindings/crypto/atmel-crypto.txt| 22

[PATCH RESEND 7/7] crypto: atmel-sha - add sha information to the log

2013-11-08 Thread Nicolas Ferre
Depending on peripheral capabilities, print SHA information at the end of the probe function. Signed-off-by: Nicolas Ferre nicolas.fe...@atmel.com --- drivers/crypto/atmel-sha.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/crypto/atmel-sha.c b/drivers/crypto

Re: [PATCH 2/3] ARM: at91/tc/clocksource: improve driver robustness

2013-10-02 Thread Nicolas Ferre
On 02/10/2013 14:35, Boris BREZILLON : Check function return values to avoid false positive driver init. Signed-off-by: Boris BREZILLON b.brezil...@overkiz.com Acked-by: Nicolas Ferre nicolas.fe...@atmel.com --- drivers/clocksource/tcb_clksrc.c | 33 - 1

Re: [PATCH 3/3] ARM: at91/tc/clocksource: remove IRQF_DISABLED

2013-10-02 Thread Nicolas Ferre
On 02/10/2013 14:35, Boris BREZILLON : Remove the deprecated IRQF_DISABLED flag. Signed-off-by: Boris BREZILLON b.brezil...@overkiz.com Acked-by: Nicolas Ferre nicolas.fe...@atmel.com --- drivers/clocksource/tcb_clksrc.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

Re: Timekeeping on at91rm9200 [Was: [PATCH v2] clockevents: Sanitize ticks to nsec conversion]

2013-10-04 Thread Nicolas Ferre
-of-revert on the AT91 git tree or you are able to apply it through the clock git tree together with the patch that is fixing the issue (it may prevent synchronization difficulties)? (BTW, I do not see it yet in next). Anyway, if it is required, you can add my: Tested-by: Nicolas Ferre nicolas.fe

Re: [PATCH 1/2] pwm: atmel-tcb: add missing clk source config

2013-09-19 Thread Nicolas Ferre
On 18/09/2013 17:06, Boris BREZILLON : Clock source changes are never applied to the CMR register. This may lead to wrong period/duty cycle configuration. Signed-off-by: Boris BREZILLON b.brezil...@overkiz.com Acked-by: Nicolas Ferre nicolas.fe...@atmel.com --- drivers/pwm/pwm-atmel-tcb.c

Re: [PATCH 2/2] pwm: atmel-tcb: fix max time computation for slow clk source

2013-09-19 Thread Nicolas Ferre
On 18/09/2013 17:06, Boris BREZILLON : Use the the tcb counter width to compute the maximum time that can be represented using the slow clock source instead of the static 16 bit width. Signed-off-by: Boris BREZILLON b.brezil...@overkiz.com Acked-by: Nicolas Ferre nicolas.fe...@atmel.com

[PATCH] ARM: at91: at91sam9x5: set default mmc[01] pinctrl-names

2013-09-19 Thread Nicolas Ferre
Reported-by: Jiri Prchal jiri.prc...@aksignal.cz Signed-off-by: Nicolas Ferre nicolas.fe...@atmel.com --- arch/arm/boot/dts/at91sam9x5.dtsi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/boot/dts/at91sam9x5.dtsi b/arch/arm/boot/dts/at91sam9x5.dtsi index c68486e..e74dc15 100644

Re: [PATCH][RESEND] ARM: at91: remove IRQF_DISABLED

2013-09-19 Thread Nicolas Ferre
(int irq, void *dev_id) static struct irqaction at91x40_timer_irq = { .name = at91_tick, - .flags = IRQF_DISABLED | IRQF_TIMER, + .flags = IRQF_TIMER, .handler= at91x40_timer_interrupt }; -- Nicolas Ferre -- To unsubscribe

Re: [PATCH] ARM: at91/at91-pinctrl documentation: add missing sam9x5 compatible string

2013-09-19 Thread Nicolas Ferre
On 27/08/2013 16:57, Nicolas Ferre : On 27/08/2013 15:26, Boris BREZILLON : Add missing atmel,at91sam9x5-pinctrl compatible string to the documentation. Signed-off-by: Boris BREZILLON b.brezil...@overkiz.com Acked-by: Nicolas Ferre nicolas.fe...@atmel.com Linus, it seems that you were

[PATCH] phy/micrel: Add suspend/resume support to Micrel PHYs

2013-09-19 Thread Nicolas Ferre
to newer kernel and generalize to other phys] Signed-off-by: Boris BREZILLON b.brezil...@overkiz.com [nicolas.fe...@atmel.com: commit message modification] Signed-off-by: Nicolas Ferre nicolas.fe...@atmel.com Cc: David J. Choi david.c...@micrel.com --- drivers/net/phy/micrel.c | 24

[PATCH] phy/micrel: Add suspend/resume support to Micrel PHYs

2013-09-19 Thread Nicolas Ferre
to newer kernel and generalize to other phys] Signed-off-by: Boris BREZILLON b.brezil...@overkiz.com [nicolas.fe...@atmel.com: commit message modification] Signed-off-by: Nicolas Ferre nicolas.fe...@atmel.com Cc: David J. Choi david.c...@micrel.com --- drivers/net/phy/micrel.c | 24

Re: [PATCH] pinctrl: at91: correct a few typos

2013-10-16 Thread Nicolas Ferre
On 16/10/2013 16:12, Alexandre Belloni : Signed-off-by: Alexandre Belloni alexandre.bell...@free-electrons.com Acked-by: Nicolas Ferre nicolas.fe...@atmel.com Thanks. --- drivers/pinctrl/pinctrl-at91.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers

Re: [GIT PULL] fixes for integer rounding in timer core

2013-10-16 Thread Nicolas Ferre
/ | ___ linux-arm-kernel mailing list linux-arm-ker...@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel -- 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

Re: [PATCH v4 01/17] ARM: at91: move at91_pmc.h to include/linux/clk/at91_pmc.h

2013-10-16 Thread Nicolas Ferre
-by: Boris BREZILLON b.brezil...@overkiz.com Acked-by: Nicolas Ferre nicolas.fe...@atmel.com --- arch/arm/mach-at91/at91rm9200.c|2 +- arch/arm/mach-at91/at91sam9260.c |2 +- arch/arm/mach-at91/at91sam9261.c |2 +- arch/arm

Re: [PATCH v4 02/17] ARM: at91: add Kconfig options for common clk support

2013-10-16 Thread Nicolas Ferre
framework. Acked-by: Nicolas Ferre nicolas.fe...@atmel.com Thanks --- arch/arm/mach-at91/Kconfig| 21 + arch/arm/mach-at91/Kconfig.non_dt |6 ++ arch/arm/mach-at91/Makefile |2 +- arch/arm/mach-at91/generic.h |3 ++- arch/arm/mach

Re: [PATCH 03/28] dmaengine: at_hdma: use DMA_COMPLETE for dma completion status

2013-10-17 Thread Nicolas Ferre
On 16/10/2013 18:28, Vinod Koul : Signed-off-by: Vinod Koul vinod.k...@intel.com CC: Nicolas Ferre nicolas.fe...@atmel.com Acked-by: Nicolas Ferre nicolas.fe...@atmel.com --- drivers/dma/at_hdmac.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/dma

Re: [PATCH 2/2] tty/serial: at91: add a fallback option to determine uart/usart property

2013-10-17 Thread Nicolas Ferre
On 16/10/2013 22:14, Greg Kroah-Hartman : On Tue, Oct 15, 2013 at 11:19:18AM +0200, Nicolas Ferre wrote: On 14/10/2013 15:59, Jean-Christophe PLAGNIOL-VILLARD : On 10:43 Thu 10 Oct , Nicolas Ferre wrote: On older SoC, the name field is not filled in the register map. Fix the way to figure

Re: [PATCH 2/2] tty/serial: at91: add a fallback option to determine uart/usart property

2013-10-17 Thread Nicolas Ferre
On 17/10/2013 16:13, Greg Kroah-Hartman : On Thu, Oct 17, 2013 at 10:16:47AM +0200, Nicolas Ferre wrote: On 16/10/2013 22:14, Greg Kroah-Hartman : On Tue, Oct 15, 2013 at 11:19:18AM +0200, Nicolas Ferre wrote: On 14/10/2013 15:59, Jean-Christophe PLAGNIOL-VILLARD : On 10:43 Thu 10 Oct

[PATCH RESEND 1/2] tty/serial: at91: fix uart/usart selection for older products

2013-10-17 Thread Nicolas Ferre
unfortunate. So, instead of failing during probe() we just silently configure the serial peripheral as an uart. It allows us to use these serial outputs. The proper solution is proposed in another patch. Signed-off-by: Nicolas Ferre nicolas.fe...@atmel.com --- drivers/tty/serial/atmel_serial.c | 9

[PATCH RESEND 2/2] tty/serial: at91: add a fallback option to determine uart/usart property

2013-10-17 Thread Nicolas Ferre
On older SoC, the name field is not filled in the register map. Fix the way to figure out if the serial port is an uart or an usart for these older products (with corresponding properties). Signed-off-by: Nicolas Ferre nicolas.fe...@atmel.com --- drivers/tty/serial/atmel_serial.c | 19

Re: [PATCH v4 03/17] clk: at91: add PMC base support

2013-10-17 Thread Nicolas Ferre
...@overkiz.com Acked-by: Nicolas Ferre nicolas.fe...@atmel.com --- drivers/clk/Makefile |1 + drivers/clk/at91/Makefile |5 + drivers/clk/at91/pmc.c| 283 + drivers/clk/at91/pmc.h| 58 ++ 4 files changed, 347 insertions

Re: [PATCH v4 04/17] clk: at91: add PMC macro file for dt definitions

2013-10-17 Thread Nicolas Ferre
On 11/10/2013 10:41, Boris BREZILLON : This patch adds a new macro file for PMC macros. This macro file includes the definitions of SR (status register) bit offsets and will be use to reference PMC irqs. Signed-off-by: Boris BREZILLON b.brezil...@overkiz.com Acked-by: Nicolas Ferre

Re: [PATCH v4 05/17] clk: at91: add PMC main clock

2013-10-17 Thread Nicolas Ferre
BREZILLON b.brezil...@overkiz.com Acked-by: Nicolas Ferre nicolas.fe...@atmel.com --- drivers/clk/at91/Makefile |1 + drivers/clk/at91/clk-main.c | 189 +++ drivers/clk/at91/pmc.c |5 ++ drivers/clk/at91/pmc.h |3 + 4 files

Re: [PATCH v4 08/17] clk: at91: add PMC system clocks

2013-10-17 Thread Nicolas Ferre
-by: Boris BREZILLON b.brezil...@overkiz.com Acked-by: Nicolas Ferre nicolas.fe...@atmel.com --- drivers/clk/at91/Makefile |1 + drivers/clk/at91/clk-system.c | 193 + drivers/clk/at91/pmc.c|5 ++ drivers/clk/at91/pmc.h|3

Re: [PATCH v4 07/17] clk: at91: add PMC master clock

2013-10-17 Thread Nicolas Ferre
clock output rate These characteristics are checked during rate change to avoid over/underclocking. These characteristics are described in atmel's SoC datasheet in Electrical Characteristics paragraph. Signed-off-by: Boris BREZILLON b.brezil...@overkiz.com Acked-by: Nicolas Ferre nicolas.fe

Re: [PATCH v4 09/17] clk: at91: add PMC peripheral clocks

2013-10-17 Thread Nicolas Ferre
-by: Boris BREZILLON b.brezil...@overkiz.com Acked-by: Nicolas Ferre nicolas.fe...@atmel.com --- drivers/clk/at91/Makefile |2 +- drivers/clk/at91/clk-peripheral.c | 407 + drivers/clk/at91/pmc.c|9 + drivers/clk/at91/pmc.h

Re: [PATCH v4 10/17] clk: at91: add peripheral clk macros for peripheral clk dt bindings

2013-10-17 Thread Nicolas Ferre
On 11/10/2013 11:53, Boris BREZILLON : This patch adds the peripheral divisors macros (for sam9x5 compatible IPs) which will be used by peripheral clk dt definitions. Signed-off-by: Boris BREZILLON b.brezil...@overkiz.com Acked-by: Nicolas Ferre nicolas.fe...@atmel.com --- include/dt

Re: [PATCH v4 06/17] clk: at91: add PMC pll clocks

2013-10-17 Thread Nicolas Ferre
Characteristics paragraph. Signed-off-by: Boris BREZILLON b.brezil...@overkiz.com Acked-by: Nicolas Ferre nicolas.fe...@atmel.com --- drivers/clk/at91/Makefile |2 +- drivers/clk/at91/clk-pll.c| 545 + drivers/clk/at91/clk-plldiv.c | 137

Re: [PATCH v4 11/17] clk: at91: add PMC programmable clocks

2013-10-17 Thread Nicolas Ferre
to the appropriate peripheral (see atmel's datasheets). Signed-off-by: Boris BREZILLON b.brezil...@overkiz.com Acked-by: Nicolas Ferre nicolas.fe...@atmel.com --- drivers/clk/at91/Makefile |2 + drivers/clk/at91/clk-programmable.c | 423

Re: [PATCH v4 12/17] clk: at91: add PMC utmi clock

2013-10-17 Thread Nicolas Ferre
On 11/10/2013 12:22, Boris BREZILLON : This adds new at91 utmi clock implementation using common clk framework. This clock is a pll with a fixed factor (x40). It is used as a source for usb clock. Signed-off-by: Boris BREZILLON b.brezil...@overkiz.com Acked-by: Nicolas Ferre nicolas.fe

Re: [PATCH v4 13/17] clk: at91: add PMC usb clock

2013-10-17 Thread Nicolas Ferre
my: Acked-by: Nicolas Ferre nicolas.fe...@atmel.com +#endif { /*sentinel*/ } }; diff --git a/drivers/clk/at91/pmc.h b/drivers/clk/at91/pmc.h index 3ba9503..eba7334 100644 --- a/drivers/clk/at91/pmc.h +++ b/drivers/clk/at91/pmc.h @@ -96,4 +96,13 @@ extern void __init

Re: [PATCH v4 14/17] clk: at91: add PMC smd clock

2013-10-17 Thread Nicolas Ferre
On 11/10/2013 13:27, Boris BREZILLON : This patch adds at91 smd (Soft Modem) clock implementation using common clk framework. Not used by any driver right now. Signed-off-by: Boris BREZILLON b.brezil...@overkiz.com Acked-by: Nicolas Ferre nicolas.fe...@atmel.com --- arch/arm/mach-at91

Re: [PATCH v4 15/17] clk: at91: add PMC clk device tree binding doc.

2013-10-17 Thread Nicolas Ferre
On 11/10/2013 13:38, Boris BREZILLON : This patch adds new at91 clks dt bindings documentation. Signed-off-by: Boris BREZILLON b.brezil...@overkiz.com It seems good Acked-by: Nicolas Ferre nicolas.fe...@atmel.com --- .../devicetree/bindings/clock/at91-clock.txt | 328

Re: [PATCH v5 13/17] clk: at91: add PMC usb clock

2013-10-18 Thread Nicolas Ferre
On 17/10/2013 18:55, Boris BREZILLON : This patch adds new at91 usb clock implementation using common clk framework. This clock is used to clock usb ports (ohci, ehci and udc). Signed-off-by: Boris BREZILLON b.brezil...@overkiz.com Acked-by: Nicolas Ferre nicolas.fe...@atmel.com Ok, this one

Re: [PATCH v4 00/17] ARM: at91: move to common clk framework

2013-10-18 Thread Nicolas Ferre
.h rename {arch/arm/mach-at91/include/mach = include/linux/clk}/at91_pmc.h (98%) -- 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

Re: [PATCH v2 3/6] ARM: at91/dt: define sama5d3 clocks

2013-10-18 Thread Nicolas Ferre
On 11/10/2013 14:43, Boris BREZILLON : Define sama5d3 clocks in sama5d3 device tree. Add references to the appropriate clocks in each peripheral. Signed-off-by: Boris BREZILLON b.brezil...@overkiz.com good: Acked-by: Nicolas Ferre nicolas.fe...@atmel.com --- arch/arm/boot/dts/sama5d3.dtsi

Re: [PATCH v2 6/6] ARM: at91/dt: remove old clk material

2013-10-18 Thread Nicolas Ferre
-by: Boris BREZILLON b.brezil...@overkiz.com Happy to see all these lines removed! Acked-by: Nicolas Ferre nicolas.fe...@atmel.com I am looking forward the same result on other SoCs. --- arch/arm/boot/dts/sama5d3xcm.dtsi | 11 -- arch/arm/mach-at91/sama5d3.c | 346

[GIT PULL] at91: cleanup and preparation for the move to common clk #1

2013-10-18 Thread Nicolas Ferre
Nicolas Ferre (1): ARM: at91: remove init_machine() as default is suitable MAINTAINERS | 4 + arch/arm/boot/dts/at91sam9g25.dtsi | 2 + arch/arm/boot/dts/at91sam9g35.dtsi | 1 + arch/arm/boot/dts/at91sam9x25.dtsi | 24 +--- arch/arm/boot/dts

[GIT PULL] at91: dt for 3.13 #1

2013-10-18 Thread Nicolas Ferre
| 1 + 4 files changed, 38 insertions(+), 1 deletion(-) -- 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] dmaengine: at_hdmac: remove unused function

2013-11-27 Thread Nicolas Ferre
] Fixes: 54f8d501e8428 ('dmaengine: remove DMA unmap from drivers') Signed-off-by: Olof Johansson o...@lixom.net Cc: Bartlomiej Zolnierkiewicz b.zolnier...@samsung.com Indeed, Acked-by: Nicolas Ferre nicolas.fe...@atmel.com Thanks Olof for having taken care of this. Bye, --- Dan, Looks like you

Re: [PATCH] rtc: rtc-at91rm9200: Corrected alarm over day/month wrap:

2013-12-02 Thread Nicolas Ferre
On 18/11/2013 23:37, Andrew Morton : On Mon, 18 Nov 2013 18:20:54 +0100 Nicolas Ferre nicolas.fe...@atmel.com wrote: From: Linus Pizunski li...@narrativeteam.com Update month and day of month to the alarm month/day instead of current day/month when setting the RTC alarm mask. Signed-off

Re: [PATCH] arm: at91: sama5d3: enable qt1070 as a wakeup source

2013-12-02 Thread Nicolas Ferre
On 02/12/2013 09:29, Bo Shen : Enable qt1070 keyboard as a wakeup source on sama5d3xek board. Signed-off-by: Bo Shen voice.s...@atmel.com Acked-by: Nicolas Ferre nicolas.fe...@atmel.com Thanks, --- arch/arm/boot/dts/sama5d3xdm.dtsi |1 + 1 file changed, 1 insertion(+) diff --git

[PATCH] ARM: at91: add usart3 alias to dtsi

2013-12-02 Thread Nicolas Ferre
Alias was missing for SoC of the at91sam9x5 familly that embed USART3. Preripheral node and pinctrl declarations are already in the at91sam9x5_usart3.dtsi file. Reported-by: Jiri Prchal jiri.prc...@aksignal.cz Signed-off-by: Nicolas Ferre nicolas.fe...@atmel.com --- arch/arm/boot/dts/at91sam9g25

Re: [PATCH] ARM: at91: add usart3 alias to dtsi

2013-12-02 Thread Nicolas Ferre
On 02/12/2013 12:36, boris brezillon : Hi Nicolas, Le 02/12/2013 11:13, Nicolas Ferre a écrit : Alias was missing for SoC of the at91sam9x5 familly that embed USART3. Preripheral node and pinctrl declarations are already in the at91sam9x5_usart3.dtsi file. Reported-by: Jiri Prchal jiri.prc

[PATCH v2] ARM: at91: add usart3 alias to dtsi

2013-12-02 Thread Nicolas Ferre
Alias was missing for SoC of the at91sam9x5 familly that embed USART3. Reported-by: Jiri Prchal jiri.prc...@aksignal.cz Signed-off-by: Nicolas Ferre nicolas.fe...@atmel.com Cc: Boris Brezillon b.brezil...@overkiz.com --- arch/arm/boot/dts/at91sam9x5_usart3.dtsi | 4 1 file changed, 4

Re: [PATCH v6 00/16] ARM: at91: move to common clk framework

2013-12-02 Thread Nicolas Ferre
create mode 100644 include/dt-bindings/clk/at91.h rename {arch/arm/mach-at91/include/mach = include/linux/clk}/at91_pmc.h (98%) -- 1.7.9.5 -- 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

[GIT PULL] at91: fixes 3.13 #2

2013-12-02 Thread Nicolas Ferre
Ferre (1): ARM: at91: add usart3 alias to dtsi arch/arm/boot/dts/at91sam9x5_usart3.dtsi | 4 arch/arm/mach-at91/pm.h | 4 arch/arm/mach-at91/sama5d3.c | 6 +++--- 3 files changed, 11 insertions(+), 3 deletions(-) -- Nicolas Ferre -- To unsubscribe from

Re: [PATCH v4 0/6] ARM: at91: use new at91 clks for samad3 SoCs

2013-12-02 Thread Nicolas Ferre
On 28/11/2013 15:49, Boris BREZILLON : Hello, This patch series moves sama5d3 SoCs and boards to the new at91 clk framework (based on common clk framework). Best Regards, Whole series: Acked-by: Nicolas Ferre nicolas.fe...@atmel.com and added on top of CCF one for at91-3.14-cleanup Bye

[PATCH] ARM: at91: add uart aliases to sama5d3 dtsi

2013-12-02 Thread Nicolas Ferre
Signed-off-by: Nicolas Ferre nicolas.fe...@atmel.com --- arch/arm/boot/dts/sama5d3_uart.dtsi | 5 + 1 file changed, 5 insertions(+) diff --git a/arch/arm/boot/dts/sama5d3_uart.dtsi b/arch/arm/boot/dts/sama5d3_uart.dtsi index 49d4d76ca6f4..a9fa75e41652 100644 --- a/arch/arm/boot/dts

[PATCH] ARM: at91: add i2c2 pinctrl speficifation to sama5d3 DT

2013-12-02 Thread Nicolas Ferre
Signed-off-by: Nicolas Ferre nicolas.fe...@atmel.com --- arch/arm/boot/dts/sama5d3.dtsi | 10 ++ 1 file changed, 10 insertions(+) diff --git a/arch/arm/boot/dts/sama5d3.dtsi b/arch/arm/boot/dts/sama5d3.dtsi index f520b0236671..f5fd111b5ee6 100644 --- a/arch/arm/boot/dts/sama5d3.dtsi

[GIT PULL] at91: cleanup for 3.14 #1 (aka move to CCF)

2013-12-02 Thread Nicolas Ferre
100644 drivers/clk/at91/pmc.c create mode 100644 drivers/clk/at91/pmc.h create mode 100644 include/dt-bindings/clk/at91.h rename {arch/arm/mach-at91/include/mach = include/linux/clk}/at91_pmc.h (98%) -- Nicolas Ferre -- To unsubscribe from this list: send the line unsubscribe linux-kernel

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