- 10 Apr, 2015 2 commits
- 08 Apr, 2015 3 commits
- 07 Apr, 2015 1 commit
-
-
Michael Welling authored
One of the programmable clocks is used to clock the keypad scan register in the CPLD. These can be configured in the device tree in newer versions of the kernel. Signed-off-by:
Michael Welling <mwelling@emacinc.com>
-
- 30 Mar, 2015 3 commits
-
-
Michael Welling authored
Should be retested on all AT91 products. Signed-off-by:
Michael Welling <mwelling@emacinc.com>
-
Michael Welling authored
The LCD driver is not currently function with this SoM and the latest CPLD code. Signed-off-by:
Michael Welling <mwelling@emacinc.com>
-
Michael Welling authored
The id register was never being set and the driver assume that it was. Had to hack the SoC core to propagate the id into the structures. Signed-off-by:
Michael Welling <mwelling@emacinc.com>
-
- 04 Mar, 2015 1 commit
-
-
Michael Welling authored
Signed-off-by:
Michael Welling <mwelling@emacinc.com>
-
- 25 Feb, 2015 1 commit
-
-
Michael Welling authored
Signed-off-by:
Michael Welling <mwelling@emacinc.com>
-
- 23 Feb, 2015 5 commits
-
-
Michael Welling authored
Signed-off-by:
Michael Welling <mwelling@emacinc.com>
-
Michael Welling authored
Signed-off-by:
Michael Welling <mwelling@emacinc.com>
-
Michael Welling authored
Signed-off-by:
Michael Welling <mwelling@emacinc.com>
-
Michael Welling authored
Signed-off-by:
Michael Welling <mwelling@emacinc.com>
-
Michael Welling authored
Signed-off-by:
Michael Welling <mwelling@emacinc.com>
-
- 06 Feb, 2015 6 commits
-
-
Michael Welling authored
Also fixes Makefile for other boards. Signed-off-by:
Michael Welling <mwelling@emacinc.com>
-
Michael Welling authored
Signed-off-by:
Michael Welling <mwelling@emacinc.com>
-
Michael Welling authored
Signed-off-by:
Michael Welling <mwelling@emacinc.com>
-
Michael Welling authored
Allow remaining boardspec entries be handled by the new generic dynamic method. Signed-off-by:
Michael Welling <mwelling@emacinc.com>
-
Michael Welling authored
This allows devicetree to specify EMAC GPIO class from groups for system GPIOs without tons of duplicate code. This required that the GPIO class struct be modified to add a pointer back to GPIO arrays. Signed-off-by:
Michael Welling <mwelling@emacinc.com>
-
Michael Welling authored
Frees the high drive output for more useful purposes. Signed-off-by:
Michael Welling <mwelling@emacinc.com>
-
- 13 Jan, 2015 5 commits
-
-
Michael Welling authored
Signed-off-by:
Michael Welling <mwelling@emacinc.com>
-
Michael Welling authored
Signed-off-by:
Michael Welling <mwelling@emacinc.com>
-
Michael Welling authored
Signed-off-by:
Michael Welling <mwelling@emacinc.com>
-
Michael Welling authored
Switches to using macros for pinctrl definitions. Signed-off-by:
Michael Welling <mwelling@emacinc.com>
-
Michael Welling authored
Signed-off-by:
Michael Welling <mwelling@emacinc.com>
-
- 12 Jan, 2015 4 commits
-
-
Michael Welling authored
Signed-off-by:
Michael Welling <mwelling@emacinc.com>
-
Michael Welling authored
Signed-off-by:
Michael Welling <mwelling@emacinc.com>
-
Michael Welling authored
Signed-off-by:
Michael Welling <mwelling@emacinc.com>
-
Michael Welling authored
Signed-off-by:
Michael Welling <mwelling@emacinc.com>
-
- 31 Dec, 2014 1 commit
-
-
git://github.com/linux4sam/linux-at91Michael Welling authored
Conflicts: arch/arm/boot/dts/at91sam9g45.dtsi arch/arm/mach-at91/pm.c arch/arm/mach-at91/sysirq_mask.c drivers/iio/adc/at91_adc.c drivers/net/can/at91_can.c drivers/tty/serial/atmel_serial.c drivers/usb/host/ehci-atmel.c sound/soc/atmel/Makefile sound/soc/atmel/atmel_ssc_dai.c Signed-off-by:
Michael Welling <mwelling@emacinc.com>
-
- 16 Dec, 2014 1 commit
-
-
Ludovic Desroches authored
Before enabling a muxing function, pin interrupt is disabled (probably to prevent spurious interrupts). It can causes several issues mainly for power management when switching from default to sleep state or the other way around. So if the irq was enabled for a pin, restore it once pin has been configured. Signed-off-by:
Ludovic Desroches <ludovic.desroches@atmel.com>
-
- 12 Dec, 2014 1 commit
-
-
Josh Wu authored
As .power() and .reset() function defined as a pair similar functions. But the .reset() use the soc-camera device's dev as parameter. And .power() use the i2c-client's dev. This patch will pass the i2c-client's dev to .reset() function, same as .power(). Signed-off-by:
Josh Wu <josh.wu@atmel.com>
-
- 09 Dec, 2014 6 commits
-
-
Nicolas Ferre authored
Signed-off-by:
Nicolas Ferre <nicolas.ferre@atmel.com>
-
Nicolas Ferre authored
-
Yoann DI RUZZA authored
This patch adds listen only mode support to the at91_can driver. Signed-off-by:
Yoann DI-RUZZA <ydiruzza@gmail.com> Signed-off-by:
Marc Kleine-Budde <mkl@pengutronix.de>
-
Marc Kleine-Budde authored
In commit: 3078cde7 can: at91_can: add dt support device tree support was added to the at91_can driver. In this commit the mapping of device to driver data was mixed up. This results in the sam9x5 parameters being used for the sam9263 and the workaround for the broken mailbox 0 on the sam9263 not being activated. This patch fixes the broken platform_device_id table. Cc: linux-stable <stable@vger.kernel.org> Cc: Ludovic Desroches <ludovic.desroches@atmel.com> Signed-off-by:
Marc Kleine-Budde <mkl@pengutronix.de>
-
Bo Shen authored
If not enable CONFIG_AT91_SLOW_CLOCK, when compile, it will show following warning: --->8--- arch/arm/mach-at91/pm.c:137:12: warning: ‘at91_pm_verify_clocks’ defined but not used ---8<--- This patch will get rid of it. Signed-off-by:
Bo Shen <voice.shen@atmel.com> Acked-by:
Nicolas Ferre <nicolas.ferre@atmel.com>
-
Bo Shen authored
Signed-off-by:
Bo Shen <voice.shen@atmel.com> Acked-by:
Nicolas Ferre <nicolas.ferre@atmel.com>
-