On Wed, Jul 04, 2012 at 09:49:33PM +0200, Florian Fainelli wrote:
> Hello Andrew,
>
> On Tuesday 03 July 2012 18:58:39 Andrew Lunn wrote:
> > On Tue, Jul 03, 2012 at 05:59:13PM +0200, Florian Fainelli wrote:
> > > Hello Andrew,
> > >
> > > On Tuesday 03 July 2012 16:22:40 Andrew Lunn wrote:
> > >
Pour voir le message, veuillez utiliser un lecteur de mail compatible HTML
Lien miroir :
http://m10-fr.com/mc10_m/YT0xMyZiPTE1MDYxJmM9NDgzNjEyJmQ9MjAxMi0wNy0wNCAyMzoyMDowMSZlPTEmaD0xNTA2MCZmPTE1MDYxJmc9MTUwNjE=
Lien de désinscription :
http://m10-fr.com/mc10_unsub/YT0xMyZiPTE1MDYxJmM9NDgzNjEyJm
On 5 July 2012 13:39, Marek Vasut wrote:
>> So SPI_MXS may need to select STMP_DEVICE.
>
> Ok, fixed in my tree. But, where's the meteor shower of nitpicks and such
> stuff?
I do not take this as a nitpick at all. Removing those drivers
selecting STMP_DEVICE from mxs_defconfig, your driver does
Dear Shawn Guo,
> On 5 July 2012 13:46, Marek Vasut wrote:
> > Correct, this I fixed in my tree and will repost the series. I also fixed
> > the documentation issue. But ... what about the rest of the series, are
> > you OK with it as is ?
>
> Yes, it looks okay to me.
All right then, that's go
On 5 July 2012 13:46, Marek Vasut wrote:
> Correct, this I fixed in my tree and will repost the series. I also fixed the
> documentation issue. But ... what about the rest of the series, are you OK
> with
> it as is ?
>
Yes, it looks okay to me.
Regards,
Shawn
--
Dear Shawn Guo,
> On 5 July 2012 13:39, Marek Vasut wrote:
> >> So SPI_MXS may need to select STMP_DEVICE.
> >
> > Ok, fixed in my tree. But, where's the meteor shower of nitpicks and such
> > stuff?
>
> I do not take this as a nitpick at all.
No, this one is valid. I mean the remaining stuff.
Dear Shawn Guo,
> On Fri, Jun 29, 2012 at 10:22:58AM +0200, Marek Vasut wrote:
> > +config SPI_MXS
> > + tristate "Freescale MXS SPI controller"
> > + depends on ARCH_MXS
> > + help
> > + SPI driver for Freescale MXS devices.
> > +
>
> ...
>
> > + stmp_reset_block(ssp->base);
> > +
>
Pour voir le message, veuillez utiliser un lecteur de mail compatible HTML
Lien miroir :
http://m10-fr.com/mc10_m/YT0xMyZiPTE1MDU3JmM9NDgzNjEyJmQ9MjAxMi0wNy0wNCAyMzo1MDowMSZlPTEmaD0xNTA1NiZmPTE1MDU3Jmc9MTUwNTc=
Lien de désinscription :
http://m10-fr.com/mc10_unsub/YT0xMyZiPTE1MDU3JmM9NDgzNjEyJm
Pour voir le message, veuillez utiliser un lecteur de mail compatible HTML
Lien miroir :
http://m10-fr.com/mc10_m/YT0xMyZiPTE1MDczJmM9NDgzNjEyJmQ9MjAxMi0wNy0wNSAwMzoxMDowMiZlPTEmaD0xNTA3MiZmPTE1MDczJmc9MTUwNzM=
Lien de désinscription :
http://m10-fr.com/mc10_unsub/YT0xMyZiPTE1MDczJmM9NDgzNjEyJm
Pour voir le message, veuillez utiliser un lecteur de mail compatible HTML
Lien miroir :
http://m10-fr.com/mc10_m/YT0xMyZiPTE1MDI1JmM9NDgzNjEyJmQ9MjAxMi0wNy0wNCAyMzo0MDowMSZlPTEmaD0xNTAyNCZmPTE1MDI1Jmc9MTUwMjU=
Lien de désinscription :
http://m10-fr.com/mc10_unsub/YT0xMyZiPTE1MDI1JmM9NDgzNjEyJm
9:36:05--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security,
On Fri, Jun 29, 2012 at 10:22:58AM +0200, Marek Vasut wrote:
> +config SPI_MXS
> + tristate "Freescale MXS SPI controller"
> + depends on ARCH_MXS
> + help
> + SPI driver for Freescale MXS devices.
> +
...
> + stmp_reset_block(ssp->base);
> +
So SPI_MXS may need to select ST
Dear Marek Vasut,
> Dear Fabio Estevam,
>
> > Hi Marek,
> >
> > On 6/29/12, Marek Vasut wrote:
> > > iores = platform_get_resource(pdev, IORESOURCE_MEM, 0);
> > >
> > > - if (!iores)
> > > + dmares = platform_get_resource(pdev, IORESOURCE_DMA, 0);
> > > + irq_err = platform_get_irq(pdev, 0);
On Wed, Jul 4, 2012 at 6:40 PM, Marek Vasut wrote:
>> Shouldn't you check for dmares < 0 here too?
>
> Yes. What about the rest of the patches? Are they applicable?
They look fine for me. Let's see if we have more comments.
---
Dear Fabio Estevam,
> Hi Marek,
>
> On 6/29/12, Marek Vasut wrote:
> > iores = platform_get_resource(pdev, IORESOURCE_MEM, 0);
> >
> > - if (!iores)
> > + dmares = platform_get_resource(pdev, IORESOURCE_DMA, 0);
> > + irq_err = platform_get_irq(pdev, 0);
> > + irq_dma = platform_get
Hello Andrew,
On Tuesday 03 July 2012 18:58:39 Andrew Lunn wrote:
> On Tue, Jul 03, 2012 at 05:59:13PM +0200, Florian Fainelli wrote:
> > Hello Andrew,
> >
> > On Tuesday 03 July 2012 16:22:40 Andrew Lunn wrote:
> > > Extends the driver to get properties from device tree. Also extend the
> > > ki
Pour voir le message, veuillez utiliser un lecteur de mail compatible HTML
Lien miroir :
http://m10-fr.com/mc10_m/YT0xMyZiPTE1MjA0JmM9NDgzNjEyJmQ9MjAxMi0wNy0wNCAxNDo0MDowMSZlPTEmaD0xNTIwMyZmPTE1MjA0Jmc9MTUyMDQ=
Lien de désinscription :
http://m10-fr.com/mc10_unsub/YT0xMyZiPTE1MjA0JmM9NDgzNjEyJm
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 writes directly.
Signed-off-by: Mark Brown
Acked-by: Linus Walleij
---
drivers/spi/spi-s3c64xx.
Saves some error handling and a small amount of code.
Signed-off-by: Mark Brown
Acked-by: Linus Walleij
---
drivers/spi/spi-s3c64xx.c | 25 +
1 file changed, 1 insertion(+), 24 deletions(-)
diff --git a/drivers/spi/spi-s3c64xx.c b/drivers/spi/spi-s3c64xx.c
index f4e23
CHEVIGNON Si vous ne pouvez pas visualiser ce message, consulter notre
version en ligne.
SOLDES – 2ème Démarque jusqu’à -50% en Boutique et sur l’E-shop –
Livraison Gratuite
http://p5trc.emv2.com/HS?a=ENX7CqmVXCyi8SA9MKJF5d3nGHxKLEogQfcStGb5lw8W0bBhOG5mpqVsje_HhdA5HlKU
http://p5trc.emv2.co
From: Barry Song
With this patch, the ret value will be more meaningful.
Signed-off-by: Barry Song
---
drivers/spi/spi-sirf.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/spi/spi-sirf.c b/drivers/spi/spi-sirf.c
index ecc3d97..0b10e4f 100644
--- a/drivers/sp
21 matches
Mail list logo