Pour voir le message, veuillez utiliser un lecteur de mail compatible HTML
Lien miroir :
http://m10-fr.com/mc10_m/YT0xMyZiPTE2MDA2JmM9NDgzNjEyJmQ9MjAxMi0wNy0xNyAwMjoyMDowMSZlPTEmaD0xNjAwNSZmPTE2MDA2Jmc9MTYwMDY=
Lien de désinscription :
http://m10-fr.com/mc10_unsub/YT0xMyZiPTE2MDA2JmM9NDgzNjEyJm
Linus Walleij wrote:
>
> On Thu, Jun 28, 2012 at 3:23 PM, Mark Brown
> wrote:
>
> > They have very few users and they're both just doing a single register
> > write so the advantage of having the macro is a bit limited. An inline
> > function might make sense but it's as easy to just do the writ
Pour voir le message, veuillez utiliser un lecteur de mail compatible HTML
Lien miroir :
http://m10-fr.com/mc10_m/YT0xMyZiPTE2MDk5JmM9NDgzNjEyJmQ9MjAxMi0wNy0xNiAyMzo1MDowMSZlPTEmaD0xNjA5OCZmPTE2MDk5Jmc9MTYwOTk=
Lien de désinscription :
http://m10-fr.com/mc10_unsub/YT0xMyZiPTE2MDk5JmM9NDgzNjEyJm
Pour voir le message, veuillez utiliser un lecteur de mail compatible HTML
Lien miroir :
http://m10-fr.com/mc10_m/YT0xMyZiPTE2MDI5JmM9NDgzNjEyJmQ9MjAxMi0wNy0xNiAwNDoyMDowMSZlPTEmaD0xNjAyOCZmPTE2MDI5Jmc9MTYwMjk=
Lien de désinscription :
http://m10-fr.com/mc10_unsub/YT0xMyZiPTE2MDI5JmM9NDgzNjEyJm
Pour voir le message, veuillez utiliser un lecteur de mail compatible HTML
Lien miroir :
http://m10-fr.com/mc10_m/YT0xMyZiPTE2MDQ1JmM9NDgzNjEyJmQ9MjAxMi0wNy0xNiAwNjozMDowMSZlPTEmaD0xNjA0NCZmPTE2MDQ1Jmc9MTYwNDU=
Lien de désinscription :
http://m10-fr.com/mc10_unsub/YT0xMyZiPTE2MDQ1JmM9NDgzNjEyJm
Signed-off-by: Marek Vasut
Cc: Chris Ball
Cc: Detlev Zundel
CC: Dong Aisheng
Cc: Fabio Estevam
Cc: Grant Likely
Cc: Linux ARM kernel
Cc: Rob Herring
CC: Shawn Guo
Cc: Stefano Babic
Cc: Wolfgang Denk
---
arch/arm/boot/dts/imx28.dtsi | 39 +++
1 file
These parts will be used by the MXS SPI driver too.
Signed-off-by: Marek Vasut
Cc: Chris Ball
Cc: Detlev Zundel
CC: Dong Aisheng
Cc: Fabio Estevam
Cc: Grant Likely
Cc: Linux ARM kernel
Cc: Rob Herring
CC: Shawn Guo
Cc: Stefano Babic
Cc: Wolfgang Denk
---
drivers/mmc/host/mxs-mmc.c |
This is slightly reworked version of the SPI driver.
Support for DT has been added and it's been converted
to queued API.
Based on previous attempt by:
Fabio Estevam
Signed-off-by: Fabio Estevam
Signed-off-by: Marek Vasut
Cc: Chris Ball
Cc: Detlev Zundel
CC: Dong Aisheng
Cc: Grant Likely
C
Pull out the MMC clock configuration function and make it
into SSP clock configuration function, so it can be used by
the SPI driver too.
Signed-off-by: Marek Vasut
Cc: Chris Ball
Cc: Detlev Zundel
CC: Dong Aisheng
Cc: Fabio Estevam
Cc: Grant Likely
Cc: Linux ARM kernel
Cc: Rob Herring
CC:
Abstract out the common part of private data shared between MMC
and SPI. These shall later allow to use common clock configuration
function.
Signed-off-by: Marek Vasut
Cc: Chris Ball
Cc: Detlev Zundel
CC: Dong Aisheng
Cc: Fabio Estevam
Cc: Grant Likely
Cc: Linux ARM kernel
Cc: Rob Herring
This patchset adds SPI master support for Freescale i.MX233/i.MX28.
This is rebased on top of next-20120713. Please consider applying,
bugs shall now be squashed during the previous two review rounds.
This is a repost (rebased) of the patchset from Jul 6, 2012.
Marek Vasut (10):
mmc: spi: Move
Add missing register bits and registers into mxs-spi.h .
These will be used by the SPI driver.
Based on previous attempt by:
Fabio Estevam
Signed-off-by: Fabio Estevam
Signed-off-by: Marek Vasut
Cc: Chris Ball
Cc: Detlev Zundel
CC: Dong Aisheng
Cc: Grant Likely
Cc: Linux ARM kernel
Cc: Ro
Signed-off-by: Marek Vasut
Cc: Chris Ball
Cc: Detlev Zundel
CC: Dong Aisheng
Cc: Fabio Estevam
Cc: Grant Likely
Cc: Linux ARM kernel
Cc: Rob Herring
CC: Shawn Guo
Cc: Stefano Babic
Cc: Wolfgang Denk
---
drivers/spi/spi-mxs.c | 230 +
1 fi
Signed-off-by: Marek Vasut
Cc: Chris Ball
Cc: Detlev Zundel
CC: Dong Aisheng
Cc: Fabio Estevam
Cc: Grant Likely
Cc: Linux ARM kernel
Cc: Rob Herring
CC: Shawn Guo
Cc: Stefano Babic
Cc: Wolfgang Denk
---
Documentation/devicetree/bindings/spi/mxs-spi.txt | 18 ++
1 file
Move the definitions into separate file so separate SPI driver can be
implemented. The SSP controller in MXS can act both as a MMC host and
as a SPI host.
Based on previous attempt by:
Fabio Estevam
Signed-off-by: Fabio Estevam
Signed-off-by: Marek Vasut
Cc: Chris Ball
Cc: Detlev Zundel
CC:
Since the SSP controller can act as both SPI and MMC host,
renaming the enum to properly reflect the naming seems
appropriate.
Based on previous attempt by:
Fabio Estevam
Signed-off-by: Fabio Estevam
Signed-off-by: Marek Vasut
Cc: Chris Ball
Cc: Detlev Zundel
CC: Dong Aisheng
Cc: Grant Like
Pour voir le message, veuillez utiliser un lecteur de mail compatible HTML
Lien miroir :
http://m10-fr.com/mc10_m/YT0xMyZiPTE2MDQ4JmM9NDgzNjEyJmQ9MjAxMi0wNy0xNiAwNTozMDowMSZlPTEmaD0xNjA0NyZmPTE2MDQ4Jmc9MTYwNDg=
Lien de désinscription :
http://m10-fr.com/mc10_unsub/YT0xMyZiPTE2MDQ4JmM9NDgzNjEyJm
Moin Marek,
On Mon, 16 Jul 2012 12:59:14 +0200
Marek Vasut wrote:
> Well I have it rebased on top of current -next, but ... will some of the SPI
> maintainers possibly apply it to their -next tree any soon? Or why are these
> patches stuck as they are without much review ?
Do you have somewhe
Dear Attila Kinali,
> Moin,
>
> I just wanted to try out this patchset as i have a use for proper spi
> support on i.mx23. But this patch (4/10) fails to apply at line 635
>
[...]
> > + struct mxs_ssp *ssp;
> >
> > iores = platform_get_resource(pdev, IORESOURCE_MEM, 0);
> > dmares =
Pour voir le message, veuillez utiliser un lecteur de mail compatible HTML
Lien miroir :
http://m10-fr.com/mc10_m/YT0xMyZiPTE2MDU0JmM9NDgzNjEyJmQ9MjAxMi0wNy0xNiAwNjozMDowMSZlPTEmaD0xNjA1MyZmPTE2MDU0Jmc9MTYwNTQ=
Lien de désinscription :
http://m10-fr.com/mc10_unsub/YT0xMyZiPTE2MDU0JmM9NDgzNjEyJm
Moin,
I just wanted to try out this patchset as i have a use for proper spi
support on i.mx23. But this patch (4/10) fails to apply at line 635
On Fri, 6 Jul 2012 08:17:23 +0200
Marek Vasut wrote:
> diff --git a/drivers/mmc/host/mxs-mmc.c b/drivers/mmc/host/mxs-mmc.c
> index f9509e8..1ea1cba 1
21 matches
Mail list logo