[spi-devel-general] [PATCH 05/10] OMAP4: SPI: Fix Driver Kconfig

2010-05-14 Thread Tony Lindgren
From: Syed Rafiuddin Change dependency to ARCH_OMAP2PLUS to allow systems based on omap24xx, omap34xx or omap44xx Cc: spi-devel-general@lists.sourceforge.net Signed-off-by: Syed Rafiuddin Signed-off-by: Abraham Arce Signed-off-by: Tony Lindgren --- drivers/spi/Kconfig |6 +++--- 1 files

[spi-devel-general] Бухучет +1С для начинающ их

2010-05-14 Thread Курс бухучета для начинающих
Бухгалтерский учет и налогообложение для начинающих (с использованием программы 1С: Бухгалтерия 8.1) с 29 мая по 24 июля | Москва, м. Бауманская, по субботам, с 10.00 до 17.00 Внимание! В рамках курса стажировка в аудиторской компании под руководством аттестованного аудитора, профессионального

Re: [spi-devel-general] [PATCH] spi: spi_mpc8xxx.c: Fix QE mode Litte Endian

2010-05-14 Thread Anton Vorontsov
On Fri, May 14, 2010 at 11:14:26AM +0200, Joakim Tjernlund wrote: > QE mode uses Little Endian so words > 8 bits are byte swapped. > Workaround this by always enforcing wordsize 8 for words > > 8 bits. Unfortunately this will not work for LSB transfers > where wordsize is > 8 bits so disable these

Re: [spi-devel-general] [PATCH] spi: spidev_test.c: Make transfer size suitable for wordsize 32

2010-05-14 Thread Anton Vorontsov
On Fri, May 14, 2010 at 11:14:27AM +0200, Joakim Tjernlund wrote: > > Signed-off-by: Joakim Tjernlund Acked-by: Anton Vorontsov Thanks! > --- > Documentation/spi/spidev_test.c |1 - > 1 files changed, 0 insertions(+), 1 deletions(-) > > diff --git a/Documentation/spi/spidev_test.c b/Doc

Re: [spi-devel-general] [PATCH] spi: spi_mpc8xxx.c: fix potential memory corruption.

2010-05-14 Thread Joakim Tjernlund
glik...@secretlab.ca wrote on 2010/05/13 23:13:52: > > On Wed, May 12, 2010 at 6:43 PM, Anton Vorontsov > wrote: > > On Wed, May 12, 2010 at 06:28:51PM +0200, Joakim Tjernlund wrote: > >> Anton Vorontsov wrote on 2010/05/12 18:22:31: > >> > > >> > On Wed, May 12, 2010 at 05:50:50PM +0200, Joakim

[spi-devel-general] [PATCH] spi: spi_mpc8xxx.c: Fix QE mode Litte Endian

2010-05-14 Thread Joakim Tjernlund
QE mode uses Little Endian so words > 8 bits are byte swapped. Workaround this by always enforcing wordsize 8 for words > 8 bits. Unfortunately this will not work for LSB transfers where wordsize is > 8 bits so disable these for now. Also move the different quirks into its own function to keep mpc

[spi-devel-general] [PATCH] spi: spidev_test.c: Make transfer size suitable for wordsize 32

2010-05-14 Thread Joakim Tjernlund
Signed-off-by: Joakim Tjernlund --- Documentation/spi/spidev_test.c |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/Documentation/spi/spidev_test.c b/Documentation/spi/spidev_test.c index 10abd37..3978e69 100644 --- a/Documentation/spi/spidev_test.c +++ b/Documentation/s