[Armadeus-commitlog] armadeus branch, master, updated. release-3.2-87-gd09891e
Brought to you by:
sszy
|
From: Fabien M <fa...@us...> - 2010-01-05 15:43:51
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via d09891e4890590f8edd24b502cf73c2613d063d2 (commit)
from f14d2fa858aab5596833825188397db5f17eed93 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit d09891e4890590f8edd24b502cf73c2613d063d2
Author: Fabien Marteau <fab...@ar...>
Date: Tue Jan 5 16:42:33 2010 +0100
[LINUX] Add comments for some patches
-----------------------------------------------------------------------
Summary of changes:
.../2.6.29/348-armadeus-plat-mxc-gpio.patch | 9 +++++++++
.../349-armadeus-spi-backport_2.6.32.2.patch | 5 +++++
...-spi-improve_spi_gpio_for_single_data_pin.patch | 7 +++++++
3 files changed, 21 insertions(+), 0 deletions(-)
diff --git a/buildroot/target/device/armadeus/linux/kernel-patches/2.6.29/348-armadeus-plat-mxc-gpio.patch b/buildroot/target/device/armadeus/linux/kernel-patches/2.6.29/348-armadeus-plat-mxc-gpio.patch
index f487571..ca8816a 100644
--- a/buildroot/target/device/armadeus/linux/kernel-patches/2.6.29/348-armadeus-plat-mxc-gpio.patch
+++ b/buildroot/target/device/armadeus/linux/kernel-patches/2.6.29/348-armadeus-plat-mxc-gpio.patch
@@ -1,3 +1,12 @@
+i.MX27: Fixing mxc_gpio_set behaviour bug
+
+This patch modify mxc_gpio_set() function to have the same behaviour of others
+platform *_gpio_set() function.
+When value=0 set pin to 0 Else set pin to 1.
+
+Signed-off-by: Fabien Marteau <fab...@ar...>
+---
+
Index: linux-2.6.29.6/arch/arm/plat-mxc/gpio.c
===================================================================
--- linux-2.6.29.6.orig/arch/arm/plat-mxc/gpio.c 2010-01-05 15:27:43.000000000 +0100
diff --git a/buildroot/target/device/armadeus/linux/kernel-patches/2.6.29/349-armadeus-spi-backport_2.6.32.2.patch b/buildroot/target/device/armadeus/linux/kernel-patches/2.6.29/349-armadeus-spi-backport_2.6.32.2.patch
index 6d03c52..8feff61 100644
--- a/buildroot/target/device/armadeus/linux/kernel-patches/2.6.29/349-armadeus-spi-backport_2.6.32.2.patch
+++ b/buildroot/target/device/armadeus/linux/kernel-patches/2.6.29/349-armadeus-spi-backport_2.6.32.2.patch
@@ -1,3 +1,8 @@
+i.MX27: Backport spi driver from kernel 2.6.32.2
+
+Signed-off-by: Fabien Marteau <fab...@ar...>
+---
+
Index: linux-2.6.29.6/drivers/spi/spi_bitbang.c
===================================================================
--- linux-2.6.29.6.orig/drivers/spi/spi_bitbang.c 2010-01-05 15:43:18.000000000 +0100
diff --git a/buildroot/target/device/armadeus/linux/kernel-patches/2.6.29/350-armadeus-spi-improve_spi_gpio_for_single_data_pin.patch b/buildroot/target/device/armadeus/linux/kernel-patches/2.6.29/350-armadeus-spi-improve_spi_gpio_for_single_data_pin.patch
index f0b1623..34bc4d6 100644
--- a/buildroot/target/device/armadeus/linux/kernel-patches/2.6.29/350-armadeus-spi-improve_spi_gpio_for_single_data_pin.patch
+++ b/buildroot/target/device/armadeus/linux/kernel-patches/2.6.29/350-armadeus-spi-improve_spi_gpio_for_single_data_pin.patch
@@ -1,3 +1,10 @@
+spi_gpio: Modifying spi_gpio capabilities to permit single data pin (MISO or
+MOSI) spi.
+
+Patch inspired from Marek Szyprowski <m.s...@sa...> patch
+Signed-off-by: Fabien Marteau <fab...@ar...>
+---
+
Index: linux-2.6.29.6/drivers/spi/spi_bitbang.c
===================================================================
--- linux-2.6.29.6.orig/drivers/spi/spi_bitbang.c 2010-01-05 16:09:08.000000000 +0100
hooks/post-receive
--
armadeus
|