Skip to content

Tags: morely/linux-at91

Tags

linux4sam_4.6

Toggle linux4sam_4.6's commit message
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>

linux4sam_4.5

Toggle linux4sam_4.5's commit message
tag for creation of Linux4SAM 4.5: sama5d4 launch

linux-3.15-at91_preview1

Toggle linux-3.15-at91_preview1's commit message
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>

linux4sam_4.2

Toggle linux4sam_4.2's commit message
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+

linux4sam_4.1

Toggle linux4sam_4.1's commit message
sama5d3: reduce the lookup table size for PMECC.

Signed-off-by: Josh Wu <josh.wu@atmel.com>

linux4sam_4.0

Toggle linux4sam_4.0's commit message
ARM: at91: clock: add sama5 debugfs support

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>

5series_1.2

Toggle 5series_1.2's commit message
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>

5series_1.1

Toggle 5series_1.1's commit message
AT91: LCD include: remove not needed comment

Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>

5series_1.0

Toggle 5series_1.0's commit message
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>