Tags: morely/linux-at91
Tags
ARM: dts: at91-sama5d4_xplained: add pinctrl state dtsi file Allow the pin controller to handle and set the state of the pins to: * "default" on boot, resume and before performing an transfer. * "sleep" on suspend. This should make it possible to optimize energy usage for the pins both for the suspend/resume cycle. Signed-off-by: Wenyou Yang <wenyou.yang@atmel.com>
ARM: at91/dt: add NAND + DMA property for at91sam9rl Add the "atmel,nand-has-dma" property to NAND node Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
ARM: at91: remove partial parameter in bootargs for at91sam9x5ek.dtsi Remove the malformed "mem=" bootargs parameter in at91sam9x5ek.dtsi Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com> Cc: stable <stable@vger.kernel.org> # 3.8+
sama5d3: reduce the lookup table size for PMECC. Signed-off-by: Josh Wu <josh.wu@atmel.com>
ARM: at91: clock: add sama5 debugfs support Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
ARM: at91: add smd device definition This patch adds SMD definition and DMA interface in device file. The EK board contains a SmartDAA so we register the SMD interface from that board file. Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
AT91: LCD include: remove not needed comment Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
atmel_lcdfb: change pixel clock ratio calculation DIV_ROUND_UP() was used to calculate the pixel clock divider in atmel_hlcdfb_setup_core_base(). But this rounding was producing a bigger divider each time it was called. We replace by DIV_ROUND_CLOSEST() to calculate it. Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>