Offre Rentree : jusqu'a 72% pour vous equiper

2012-09-11 Thread Mistergooddeal par Galeriedesmarques.fr
Pour voir le message, veuillez utiliser un lecteur de mail compatible HTML Lien miroir : http://email-mach10.com/mc10_m/YT04JmI9MTk1MzcmYz0xOTYxNjQxJmQ9MjAxMi0wOS0xMiAwODowMDowMSZlPTEmaD0xOTUzNiZmPTE5NTM3Jmc9MTk1Mzc= Lien de désinscription : http://email-mach10.com/mc10_unsub/YT04JmI9MTk1MzcmYz

Re: [PATCH] spi: omap2-mcspi: Cleanup the omap2_mcspi_txrx_dma function

2012-09-11 Thread Shubhrajyoti
On Wednesday 12 September 2012 08:51 AM, Mark Brown wrote: > On Tue, Sep 11, 2012 at 12:13:20PM +0530, Shubhrajyoti D wrote: >> > Currently in omap2_mcspi_txrx_dma the tx and the rx support is >> > interleaved. Make the rx related code in omap2_mcspi_rx_dma >> > and the tx related code omap2_mcspi_

Re: [PATCH] SPI: OMAP: remove unnecessary includes of plat/clock.h

2012-09-11 Thread Shubhrajyoti
On Wednesday 12 September 2012 05:01 AM, Paul Walmsley wrote: > Remove unnecessary includes of plat/clock.h from the OMAP SPI > controller drivers. These need to be removed to build multi-subarch > ARM kernels which include these drivers. Looks good to me Acked-by: Shubhrajyoti D > > Signed-off-b

Re: [PATCH] spi: omap2-mcspi: Cleanup the omap2_mcspi_txrx_dma function

2012-09-11 Thread Mark Brown
On Tue, Sep 11, 2012 at 12:13:20PM +0530, Shubhrajyoti D wrote: > Currently in omap2_mcspi_txrx_dma the tx and the rx support is > interleaved. Make the rx related code in omap2_mcspi_rx_dma > and the tx related code omap2_mcspi_tx_dma and call the functions. I'd ideally like some testing from the

Re: [PATCH 2/2] ARM: OMAP2+: Enable pinctrl dummy states

2012-09-11 Thread Tony Lindgren
* Matt Porter [120911 12:05]: > On Tue, Sep 11, 2012 at 11:35:22AM -0700, Tony Lindgren wrote: > > Added Linus Walleij to Cc as well. Now I think I really managed to add Linus W to Cc, sent too fast earlier. ... > > But do you get an error then if the desired pins are not found? > > If you do ge

Re: Ack possibility for '[PATCH] SPI: OMAP: remove unnecessary includes of plat/clock.h' ?

2012-09-11 Thread Grant Likely
I'm still under water on patch review due to moving to the uk. Mark Brown is covering for me on spi. It is a trivial change though. go ahead and merge it. g. On Wed, Sep 12, 2012 at 12:44 AM, Paul Walmsley wrote: > > Hi Grant, > > was wondering if you might be willing to ack this patch so we ca

Re: Ack possibility for '[PATCH] SPI: OMAP: remove unnecessary includes of plat/clock.h' ?

2012-09-11 Thread Paul Walmsley
On Wed, 12 Sep 2012, Grant Likely wrote: > I'm still under water on patch review due to moving to the uk. Mark > Brown is covering for me on spi. > > It is a trivial change though. go ahead and merge it. Thanks! - Paul --

[PATCH] SPI: OMAP: remove unnecessary includes of plat/clock.h

2012-09-11 Thread Paul Walmsley
Remove unnecessary includes of plat/clock.h from the OMAP SPI controller drivers. These need to be removed to build multi-subarch ARM kernels which include these drivers. Signed-off-by: Paul Walmsley Cc: Grant Likely --- drivers/spi/spi-omap-100k.c |2 -- drivers/spi/spi-omap2-mcspi.c |

[PATCH] spi/designware: Add device tree bindings

2012-09-11 Thread dinguyen
From: Dinh Nguyen Add device tree bindings for designware spi modules, specifically, spi-dw-mmio and spi-dw-pci. Signed-off-by: Dinh Nguyen --- Documentation/devicetree/bindings/spi/spi-dw.txt | 20 +++ drivers/spi/spi-dw-mmio.c| 24 +++--- d

Ack possibility for '[PATCH] SPI: OMAP: remove unnecessary includes of plat/clock.h' ?

2012-09-11 Thread Paul Walmsley
Hi Grant, was wondering if you might be willing to ack this patch so we can merge it via OMAP: http://marc.info/?l=linux-omap&m=134740630311140&w=2 Just noticed we have a dependency on that patch for some common clock framework conversion patches also... - Paul

Re: [PATCH 2/2] ARM: OMAP2+: Enable pinctrl dummy states

2012-09-11 Thread Matt Porter
On Tue, Sep 11, 2012 at 11:35:22AM -0700, Tony Lindgren wrote: > Added Linus Walleij to Cc as well. > > * Matt Porter [120911 11:24]: > > On Tue, Sep 11, 2012 at 11:03:06AM -0700, Tony Lindgren wrote: > > > * Matt Porter [120911 10:46]: > > > > Enable pinctrl dummy states for all OMAP platforms.

Re: [PATCH 2/2] ARM: OMAP2+: Enable pinctrl dummy states

2012-09-11 Thread Tony Lindgren
Added Linus Walleij to Cc as well. * Matt Porter [120911 11:24]: > On Tue, Sep 11, 2012 at 11:03:06AM -0700, Tony Lindgren wrote: > > * Matt Porter [120911 10:46]: > > > Enable pinctrl dummy states for all OMAP platforms. This allows > > > drivers to be converted to pinctrl while still running o

Re: [PATCH 2/2] ARM: OMAP2+: Enable pinctrl dummy states

2012-09-11 Thread Matt Porter
On Tue, Sep 11, 2012 at 11:03:06AM -0700, Tony Lindgren wrote: > * Matt Porter [120911 10:46]: > > Enable pinctrl dummy states for all OMAP platforms. This allows > > drivers to be converted to pinctrl while still running on > > platforms that do not provide pinctrl data. > > > > Signed-off-by: M

Re: [PATCH 1/2] spi: omap2-mcspi: add pinctrl support

2012-09-11 Thread Matt Porter
On Tue, Sep 11, 2012 at 11:00:41AM -0700, Tony Lindgren wrote: > * Matt Porter [120911 10:46]: > > Adds pinctrl support to support OMAP platforms that boot from DT > > and rely on pinctrl support to set pinmuxes. > > > > Signed-off-by: Matt Porter > > --- > > drivers/spi/spi-omap2-mcspi.c |

Re: [PATCH 2/2] ARM: OMAP2+: Enable pinctrl dummy states

2012-09-11 Thread Tony Lindgren
* Matt Porter [120911 10:46]: > Enable pinctrl dummy states for all OMAP platforms. This allows > drivers to be converted to pinctrl while still running on > platforms that do not provide pinctrl data. > > Signed-off-by: Matt Porter > --- > arch/arm/mach-omap2/devices.c |4 > 1 file ch

Re: [PATCH 1/2] spi: omap2-mcspi: add pinctrl support

2012-09-11 Thread Tony Lindgren
* Matt Porter [120911 10:46]: > Adds pinctrl support to support OMAP platforms that boot from DT > and rely on pinctrl support to set pinmuxes. > > Signed-off-by: Matt Porter > --- > drivers/spi/spi-omap2-mcspi.c |9 + > 1 file changed, 9 insertions(+) > > diff --git a/drivers/spi/

[PATCH 0/2] Add pinctrl support to omap2-mcspi

2012-09-11 Thread Matt Porter
This series enables pinctrl support for McSPI. Platforms that boot only from DT and rely on pinctrl to set pinmuxes appropriately require this for omap2-mcspi operation. It has been tested on AM335x BeagleBone with an Adafruit SPI LCD attached and regression tested on Beagleboard xM booting in the

[PATCH 1/2] spi: omap2-mcspi: add pinctrl support

2012-09-11 Thread Matt Porter
Adds pinctrl support to support OMAP platforms that boot from DT and rely on pinctrl support to set pinmuxes. Signed-off-by: Matt Porter --- drivers/spi/spi-omap2-mcspi.c |9 + 1 file changed, 9 insertions(+) diff --git a/drivers/spi/spi-omap2-mcspi.c b/drivers/spi/spi-omap2-mcspi.c

[PATCH 2/2] ARM: OMAP2+: Enable pinctrl dummy states

2012-09-11 Thread Matt Porter
Enable pinctrl dummy states for all OMAP platforms. This allows drivers to be converted to pinctrl while still running on platforms that do not provide pinctrl data. Signed-off-by: Matt Porter --- arch/arm/mach-omap2/devices.c |4 1 file changed, 4 insertions(+) diff --git a/arch/arm/m

10,99 euros /mois - 3h et SMS ILLIMITES

2012-09-11 Thread NRJ Mobile par Galeriedesmarques.fr
Pour voir le message, veuillez utiliser un lecteur de mail compatible HTML Lien miroir : http://email-mach10.com/mc10_m/YT04JmI9MTk2MzQmYz0xOTYxNjQxJmQ9MjAxMi0wOS0xMSAxNzowMDowMSZlPTEmaD0xOTYzMyZmPTE5NjM0Jmc9MTk2MzQ= Lien de désinscription : http://email-mach10.com/mc10_unsub/YT04JmI9MTk2MzQmYz

NISSAN Micra a partir de 99 euros /mois

2012-09-11 Thread NISSAN par Galeriedesmarques.fr
Pour voir le message, veuillez utiliser un lecteur de mail compatible HTML Lien miroir : http://email-mach10.com/mc10_m/YT04JmI9MTk3NTcmYz0xOTYxNjQxJmQ9MjAxMi0wOS0xMSAxMzowMDowMSZlPTEmaD0xOTc1NiZmPTE5NzU3Jmc9MTk3NTc= Lien de désinscription : http://email-mach10.com/mc10_unsub/YT04JmI9MTk3NTcmYz