[SPAM] Creez et recevez gratuitement votre livre photo

2010-09-10 Thread Mon Album Photo
-- Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing http://p.sf.net/sfu/novell-sfdev2dev __

[PATCH 4/5] ARM: Ux500: Change SPI mode and remove unused fields

2010-09-10 Thread wellsk40
From: Kevin Wells Some of the fields in the pl022_chip_info structure used with the amba pl022 driver are no longer used. This patch removes those unused fields and changes the .mode flags in the spi_board_info structure to setup the correct SPI mode. Signed-off-by: Kevin Wells --- arch/arm/ma

[PATCH 5/5] spi: amba_pl022: Remove unused fields from pl022_config_chip

2010-09-10 Thread wellsk40
From: Kevin Wells Some of the fields in the pl022_config_chip structure are no longer needed with the spi->mode updates. These fields have been removed. Signed-off-by: Kevin Wells --- include/linux/amba/pl022.h |6 -- 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/inclu

[PATCH 2/5] ARM: LPC32XX: Add missing SPI mode and remove unused fields

2010-09-10 Thread wellsk40
From: Kevin Wells Some of the fields in the pl022_chip_info structure used with the amba pl022 driver are no longer used. This patch removes those unused fields and adds the missing .mode flags to the spi_board_info structure. Signed-off-by: Kevin Wells --- arch/arm/mach-lpc32xx/phy3250.c |

[PATCH 3/5] ARM: U300: spi->mode and spi_bits_per_words updates

2010-09-10 Thread wellsk40
From: Kevin Wells Some of the fields in the pl022_chip_info structure used with the amba pl022 driver are no longer used. This patch removes those unused fields and changes the .mode flags in the spi_board_info structure to setup the correct SPI mode. For the loopback driver, the bus_info pointe

[PATCH 1/5] mfd/ab8500: Setup SPI transfer for 24 bits

2010-09-10 Thread wellsk40
From: Kevin Wells The data bit transfer size should be part of the driver using the SPI interface. This was previously setup in the AMBA PL022 driver from board specific configuration data. Signed-off-by: Kevin Wells --- drivers/mfd/ab8500-spi.c |5 + 1 files changed, 5 insertions(+),

amba_pl022 spi->mode fix/cleanup patches

2010-09-10 Thread wellsk40
This patch series updates drivers and platforms that depend on the amba_pl022 driver and use the pl022_config_chip structure for setting up the SPI mode and data transfer width. The SPI configuration (CPOL/CPHA mode, bit send order, data bits per word, and loopback mode) were previously setup as p

resend: [PATCH] amba_pl022: Setup SPI configuration based on spi->mode

2010-09-10 Thread Kevin Wells
(Re-send with full distribution list) This patch changes the way SPI transfers are setup. The previous method uses the pl022_config_chip data for configuration of loopback mode, edge count, clock polarity, number of data bits, and bit transfer order. This change configures these parameters based o

Re: [PATCH 0/5] OMAP: McSPI: Implement McSPI in HWMOD way

2010-09-10 Thread Kevin Hilman
Grant Likely writes: > On Thu, Aug 19, 2010 at 05:56:43PM -0700, Kevin Hilman wrote: >> Grant Likely writes: >> >> > On Fri, Aug 13, 2010 at 8:05 AM, Charulatha V wrote: >> >> This patch series implements McSPI Module in HWMOD FW way >> >> and use the runtime PM layer. >> > >> > Hi Charulatha,

Re: [PATCH 0/5] OMAP: McSPI: Implement McSPI in HWMOD way

2010-09-10 Thread Grant Likely
On Thu, Aug 19, 2010 at 05:56:43PM -0700, Kevin Hilman wrote: > Grant Likely writes: > > > On Fri, Aug 13, 2010 at 8:05 AM, Charulatha V wrote: > >> This patch series implements McSPI Module in HWMOD FW way > >> and use the runtime PM layer. > > > > Hi Charulatha, > > > > I'll go through and rev

Re: [PATCH 4/6] SPI: S3C64XX: Correction for 16,32 bits bus width

2010-09-10 Thread Grant Likely
On Fri, Sep 10, 2010 at 08:55:49AM +0900, Jassi Brar wrote: > We can't do without setting channel and bus width to > same size. Inorder to do that, use loop read/writes in > polling mode and appropriate burst size in DMA mode. > > Signed-off-by: Jassi Brar applied to -next branch. Thanks. g.

Re: Analog Digital Converter - ADS1256 extreme newbie questions

2010-09-10 Thread Grant Likely
On Fri, Sep 10, 2010 at 10:11:35AM -0300, Flávio Alberto Lopes Soares wrote: > Hello all, > I'm working 9 years as a Linux C/C++ programmer but I spent 99,9% of this > time working in user space programming, now I need to write a driver to use > the ADS1256 Analog-Digital converter ( > http://focus

Analog Digital Converter - ADS1256 extreme newbie questions

2010-09-10 Thread Flávio Alberto Lopes Soares
Hello all, I'm working 9 years as a Linux C/C++ programmer but I spent 99,9% of this time working in user space programming, now I need to write a driver to use the ADS1256 Analog-Digital converter ( http://focus.ti.com/docs/prod/folders/print/ads1256.html ) in an ARM board using S3C2440 processor,

[SPAM] 代/开――发/票

2010-09-10 Thread 13642347266
您好: 本公司在(深圳市、东莞市、广州市等)有一部分专用发――票代开; 如有需要,欢迎您与我联系: 负责人:张先生(0)13642347266 -- Automate Storage Tiering Simply Optimize IT performance and efficiency through flexible, powerful, automated storage tierin

Re: [PATCH 2/6] i.MX5/clock: add eCSPI and CSPI clock definitions

2010-09-10 Thread Lothar Waßmann
Hi, Uwe Kleine-König writes: > >>> +static struct clk ecspi2_ipg_clk = { > >>> + .parent = &ipg_clk, > >>> + .secondary = &aips_tz2_clk, > >>> + .enable_reg = MXC_CCM_CCGR4, > >>> + .enable_shift = MXC_CCM_CCGRx_CG11_OFFSET, > >>> + .enable = _clk_ccgr_enable_inrun, > >>> + .disable = _clk_ccgr_di

Re: [PATCH 2/6] i.MX5/clock: add eCSPI and CSPI clock definitions

2010-09-10 Thread Uwe Kleine-König
Hello Jason, I currently merge your and our patch set. Will follow up with the result hopefully later today. On Fri, Sep 03, 2010 at 02:22:08PM +0800, Jason Wang wrote: >>> @@ -52,6 +53,18 @@ static int _clk_ccgr_enable(struct clk *clk) >>> return 0; >>> } >>> +static int _clk_ccgr_enable