Re: [PATCH] ASoC: bcm2835-i2s: Fix module autoload for OF platform drivers

2015-10-15 Thread Luis de Bethencourt
On Wed, Oct 14, 2015 at 05:44:46PM -0700, Eric Anholt wrote: > Luis de Bethencourt writes: > > > These platform drivers have a OF device ID table but the OF module > > alias information is not created so module autoloading won't work. > > > > Signed-off-by: Luis de Bethencourt > > --- > > sound

Re: [PATCH] ASoC: bcm2835-i2s: Fix module autoload for OF platform drivers

2015-10-14 Thread Eric Anholt
Luis de Bethencourt writes: > These platform drivers have a OF device ID table but the OF module > alias information is not created so module autoloading won't work. > > Signed-off-by: Luis de Bethencourt > --- > sound/soc/bcm/bcm2835-i2s.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --g

Re: [PATCH] ASoC: bcm2835-i2s: Fix module autoload for OF platform drivers

2015-09-02 Thread Lee Jones
On Thu, 27 Aug 2015, Luis de Bethencourt wrote: > These platform drivers have a OF device ID table but the OF module > alias information is not created so module autoloading won't work. > > Signed-off-by: Luis de Bethencourt > --- > sound/soc/bcm/bcm2835-i2s.c | 2 ++ > 1 file changed, 2 insert

[PATCH] ASoC: bcm2835-i2s: Fix module autoload for OF platform drivers

2015-08-27 Thread Luis de Bethencourt
These platform drivers have a OF device ID table but the OF module alias information is not created so module autoloading won't work. Signed-off-by: Luis de Bethencourt --- sound/soc/bcm/bcm2835-i2s.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sound/soc/bcm/bcm2835-i2s.c b/sound/soc/b