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
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
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
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,
> > +
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
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
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
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
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
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
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
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:
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
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
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(+),
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
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
17 matches
Mail list logo