16 pages de conseils pour réduire de 20 à 60 % sa facture de chauffage

2012-11-09 Thread Guide des radiateurs à inertie par Duano
Pour voir le message, veuillez utiliser un lecteur de mail compatible HTML Lien miroir : http://m10-fr.com/mc10_m/YT0xMyZiPTIzNjU4JmM9NDgzNjEyJmQ9MjAxMi0xMS0xMCAwNDoyMDowMSZlPTEmaD0yMzY1NiZmPTIzNjU4Jmc9MjM2NTg= Lien de désinscription : http://m10-fr.com/mc10_unsub/YT0xMyZiPTIzNjU4JmM9NDgzNjEyJm

Vos Cartouches d'Imprimantes et piles à prix cassés sur

2012-11-09 Thread Encre et pile Discount
Pour voir le message, veuillez utiliser un lecteur de mail compatible HTML Lien miroir : http://m10-fr.com/mc10_m/YT0xMyZiPTI0MDYxJmM9NDgzNjEyJmQ9MjAxMi0xMS0wOSAyMjozMDowMSZlPTEmaD0yNDA1OSZmPTI0MDYxJmc9MjQwNjE= Lien de désinscription : http://m10-fr.com/mc10_unsub/YT0xMyZiPTI0MDYxJmM9NDgzNjEyJm

Re: [PATCH 1/6] spi: imx: specify spi base for device tree probe

2012-11-09 Thread Steffen Trumtrar
On Fri, Nov 09, 2012 at 04:38:30PM +, Mark Brown wrote: > On Fri, Nov 09, 2012 at 03:00:20PM +0100, Steffen Trumtrar wrote: > > > * This breaks compatibility with user space applications between non-DT and > > DT. > > > * On platforms that are in between DT and non-DT, it breaks registration

Re: [PATCH 6/6] ASoC: fsl: add imx-wm8974 machine driver

2012-11-09 Thread Steffen Trumtrar
On Fri, Nov 09, 2012 at 03:36:30PM +, Mark Brown wrote: > On Fri, Nov 09, 2012 at 03:00:25PM +0100, Steffen Trumtrar wrote: > > > +static int imx_wm8974_dai_init(struct snd_soc_pcm_runtime *rtd) > > +{ > > + struct imx_wm8974_data *data = container_of(rtd->card, > > +

Re: [PATCH] spi: tegra: sequence compatible strings as per preference

2012-11-09 Thread Stephen Warren
On 11/09/2012 10:10 AM, Mark Brown wrote: > On Fri, Nov 09, 2012 at 10:04:56AM -0700, Stephen Warren wrote: > >> However just FYI, it should not be necessary for correctness; The >> DT matching order is supposed to be driven purely by the order of >> the compatible values in the DT now, and not af

Re: [PATCH] spi: tegra: sequence compatible strings as per preference

2012-11-09 Thread Stephen Warren
On 11/09/2012 02:07 AM, Laxman Dewangan wrote: > Sequence compatible list for tegra20-slink driver to first > look for Tegra30 and then Tegra20. Tegra30 have additional > feature in HW which need to be utilize if it is provided from DT. I don't object to this patch. However just FYI, it should no

Re: [PATCH 4/6] ASoC: wm8974: add SPI as a possible bus master

2012-11-09 Thread Steffen Trumtrar
On Fri, Nov 09, 2012 at 02:38:42PM +, Mark Brown wrote: > On Fri, Nov 09, 2012 at 03:00:23PM +0100, Steffen Trumtrar wrote: > > > The wm8974 can be controlled via i2c or spi. The current driver only > > supports > > i2c. Add SPI as possible bus. > > > > As the driver has to distinguish the b

[PATCH 3/6] ASoC: wm8974: include MCLKDIV in pll_factors

2012-11-09 Thread Steffen Trumtrar
To calculate the integer part of the frequency ratio, the whole output path has to be considered (post and pre are optional): Ndiv = (pre * target * 4 * post) / source In the current implementation only the fixed- and pre-divider is considered, but the post-divider is omitted. To calc

[PATCH 1/6] spi: imx: specify spi base for device tree probe

2012-11-09 Thread Steffen Trumtrar
The DT probe uses a dynamically allocated base for the spi core. This is a completely different numbering scheme than in the non-DT probe. * This breaks compatibility with user space applications between non-DT and DT. * On platforms that are in between DT and non-DT, it breaks registration of

[PATCH 2/6] spi/devicetree: find spi_device via device_node

2012-11-09 Thread Steffen Trumtrar
Add a function to find a spi_device via DT device_node. The patch is based on the way i2c does it. This is intended for devices that depend on multiple subsystems and are therefore not a child of the spi-master node (e.g. sound devices that are controlled via spi and get their data via another b

[PATCH 0/6] of: add support for imx-wm8974

2012-11-09 Thread Steffen Trumtrar
Hi! This series adds devicetree support for the wm8974 connected via SPI/SSI to an imx. The series was developed on an imx27 with a wm8974 connected via SPI. That is why two patches for the SPI subsystem are also provided, which may be also usefull without the wm8974 stuff. As they are needed, I i

[PATCH 6/6] ASoC: fsl: add imx-wm8974 machine driver

2012-11-09 Thread Steffen Trumtrar
This is the initial support for a wm8974 sound codec connected to an imx ssi. It follows along the lines of the imx-sgtl5000 driver. * only the playback dai link is implemented. * DT only driver, working with the fsl_ssi driver and imx21 compatible audmux Signed-off-by:

[PATCH 4/6] ASoC: wm8974: add SPI as a possible bus master

2012-11-09 Thread Steffen Trumtrar
The wm8974 can be controlled via i2c or spi. The current driver only supports i2c. Add SPI as possible bus. As the driver has to distinguish the bus type, pass this info via the wm8974_priv. This reverts c2562a8e3b5f871ad0b73caf98bb7541e8724efc, because the driver now needs it back. This is base

[PATCH 5/6] ARM i.MX: rename ssi1 clock for imx27

2012-11-09 Thread Steffen Trumtrar
Signed-off-by: Steffen Trumtrar --- arch/arm/mach-imx/clk-imx27.c |2 +- arch/arm/mach-imx/imx27-dt.c |1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/arch/arm/mach-imx/clk-imx27.c b/arch/arm/mach-imx/clk-imx27.c index 366e5d5..d269532 100644 --- a/arch/arm/mach-imx/cl

[PATCH] spi: tegra: sequence compatible strings as per preference

2012-11-09 Thread Laxman Dewangan
Sequence compatible list for tegra20-slink driver to first look for Tegra30 and then Tegra20. Tegra30 have additional feature in HW which need to be utilize if it is provided from DT. Signed-off-by: Laxman Dewangan --- drivers/spi/spi-tegra20-slink.c |2 +- 1 files changed, 1 insertions(+),

[PATCH] spi: make sure all transfer has bits_per_word set

2012-11-09 Thread Laxman Dewangan
When spi client does the spi transfer and does not sets the bits_per_word for each transfer then set it as default of spi device in spi core before calling low level transfer. Removing the similar code from spi-tegra20-slink driver as it is not required. Signed-off-by: Laxman Dewangan Cc: Stephe

[PATCH] spi: Dont call master->setup if not populated

2012-11-09 Thread Laxman Dewangan
Currently the master->setup() is called unconditionally. The assumption is that every driver need to implement this callback. This encourages drivers to populate empty functions to prevent crashing. This patch prevents the call of master->setup() if it is not populated. Signed-off-by: Laxman Dewa