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
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_
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
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
* 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
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
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
--
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 |
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
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
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.
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
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
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 |
* 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
* 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/
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
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
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
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
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
21 matches
Mail list logo