RE: Help enabling OMAP3/TPS65950 vibration motor

2012-01-23 Thread Paul Chiha
On Mon, 23 Jan 2012 5:16 PM, Paul Chiha wrote: > Hi, > > I'm using the DM37x EVM and need to trigger the vibra ports on the TPS65950. > It appears that I just need to define INPUT_TWL4030_VIBRA in the config. > After doing this, I see that the twl4030-vibra platform driver is

Help enabling OMAP3/TPS65950 vibration motor

2012-01-22 Thread Paul Chiha
Hi, I'm using the DM37x EVM and need to trigger the vibra ports on the TPS65950. It appears that I just need to define INPUT_TWL4030_VIBRA in the config. After doing this, I see that the twl4030-vibra platform driver is registered, but the twl4030_vibra_probe() function is never called. Is there s

RE: Help with interfacing to OMAP2+: McBSP

2011-10-19 Thread Paul Chiha
On Wed, 19 Oct 2011 5:55 PM "Jarkko Nikula" wrote: > On Wed, 19 Oct 2011 17:18:54 +1100 > "Paul Chiha" wrote: > > > Hi, > > > > I need to write a simple driver sends and receives packets over McBSP3 > > on the DM3730 processor, and was wonder

Help with interfacing to OMAP2+: McBSP

2011-10-18 Thread Paul Chiha
Hi, I need to write a simple driver sends and receives packets over McBSP3 on the DM3730 processor, and was wondering if anyone has already this. I understand that the functions in arch/arm/plat-omap/mcbsp.c need to be used, and so I would like to see an example driver which uses them that I can b