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

2012-09-11 Thread Shubhrajyoti D
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. While at it remove the braces in the if statements which has only one line. Also fix [foo * bar to foo

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 :

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 :

[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 mpor...@ti.com --- arch/arm/mach-omap2/devices.c |4 1 file changed, 4 insertions(+) diff

[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 mpor...@ti.com --- drivers/spi/spi-omap2-mcspi.c |9 + 1 file changed, 9 insertions(+) diff --git a/drivers/spi/spi-omap2-mcspi.c

[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

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

2012-09-11 Thread Tony Lindgren
* Matt Porter mpor...@ti.com [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 mpor...@ti.com --- drivers/spi/spi-omap2-mcspi.c |9 + 1 file changed, 9 insertions(+) diff

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

2012-09-11 Thread Tony Lindgren
* Matt Porter mpor...@ti.com [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 mpor...@ti.com --- arch/arm/mach-omap2/devices.c |

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 mpor...@ti.com [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 mpor...@ti.com ---

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 mpor...@ti.com [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.

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 mpor...@ti.com [120911 11:24]: On Tue, Sep 11, 2012 at 11:03:06AM -0700, Tony Lindgren wrote: * Matt Porter mpor...@ti.com [120911 10:46]: Enable pinctrl dummy states for all OMAP platforms. This allows drivers to be converted to pinctrl

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 mpor...@ti.com [120911 11:24]: On Tue, Sep 11, 2012 at 11:03:06AM -0700, Tony Lindgren wrote: * Matt Porter mpor...@ti.com [120911 10:46]: Enable pinctrl dummy states for

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-omapm=134740630311140w=2 Just noticed we have a dependency on that patch for some common clock framework conversion patches also... - Paul

[PATCH] spi/designware: Add device tree bindings

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

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 p...@pwsan.com wrote: Hi Grant, was wondering if you might be willing to ack this

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

2012-09-11 Thread Tony Lindgren
* Matt Porter mpor...@ti.com [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

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] 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 shubhrajy...@ti.com