Re: [RFCv3 0/7] OMAP SSI driver

2013-10-24 Thread Pavel Machek
Hi! 3. cmt_speech This is an hsi client driver, which takes care of interchanging speech data with the modem. This one is needed for calling. I will have a look at it once the basic stuff is working. P.S.: You can get a mainline kernel status matrix for the Nokia N900 on this

Re: [RFCv3 0/7] OMAP SSI driver

2013-10-21 Thread Sebastian Reichel
Hi, On Sun, Oct 06, 2013 at 10:27:08PM +0200, Sebastian Reichel wrote: Here is the third round of the OMAP SSI driver patches. ping! I'm still waiting for feedback from DT maintainers. Can you review the changes and Ack them or tell me how to proceed? -- Sebastian signature.asc Description:

Re: [RFCv3 0/7] OMAP SSI driver

2013-10-10 Thread Sebastian Reichel
Hi, On Tue, Oct 08, 2013 at 10:28:15AM -0700, Tony Lindgren wrote: * Sebastian Reichel s...@debian.org [131006 13:36]: Here is the third round of the OMAP SSI driver patches. Thanks for updating these, they look good to me now: Acked-by: Tony Lindgren t...@atomide.com Ok. I guess it's

Re: [RFCv3 0/7] OMAP SSI driver

2013-10-10 Thread Tony Lindgren
* Sebastian Reichel s...@debian.org [131010 10:30]: Hi, On Tue, Oct 08, 2013 at 10:28:15AM -0700, Tony Lindgren wrote: * Sebastian Reichel s...@debian.org [131006 13:36]: Here is the third round of the OMAP SSI driver patches. Thanks for updating these, they look good to me now:

Re: [RFCv3 0/7] OMAP SSI driver

2013-10-10 Thread Aaro Koskinen
Hi, On Thu, Oct 10, 2013 at 07:21:30PM +0200, Sebastian Reichel wrote: Any issues with this or any other suggestions how to proceed? Maybe you could provide some brief instructions/description of how this was tested? Thanks, A. -- To unsubscribe from this list: send the line unsubscribe

Re: [RFCv3 0/7] OMAP SSI driver

2013-10-10 Thread Sebastian Reichel
On Thu, Oct 10, 2013 at 09:28:01PM +0300, Aaro Koskinen wrote: On Thu, Oct 10, 2013 at 07:21:30PM +0200, Sebastian Reichel wrote: Any issues with this or any other suggestions how to proceed? Maybe you could provide some brief instructions/description of how this was tested? Sure. I used

Re: [RFCv3 0/7] OMAP SSI driver

2013-10-10 Thread Aaro Koskinen
On Thu, Oct 10, 2013 at 10:02:36PM +0200, Sebastian Reichel wrote: P.S.: You can get a mainline kernel status matrix for the Nokia N900 on this page: http://elinux.org/N900 Thanks for summary, and the above page looks very useful. I wonder would it make sense to add also N9/N950 there

Re: [RFCv3 0/7] OMAP SSI driver

2013-10-10 Thread Sebastian Reichel
On Thu, Oct 10, 2013 at 11:19:14PM +0300, Aaro Koskinen wrote: On Thu, Oct 10, 2013 at 10:02:36PM +0200, Sebastian Reichel wrote: P.S.: You can get a mainline kernel status matrix for the Nokia N900 on this page: http://elinux.org/N900 Thanks for summary, You're welcome. and the

Re: [RFCv3 0/7] OMAP SSI driver

2013-10-08 Thread Tony Lindgren
* Sebastian Reichel s...@debian.org [131006 13:36]: Hi, Here is the third round of the OMAP SSI driver patches. Thanks for updating these, they look good to me now: Acked-by: Tony Lindgren t...@atomide.com -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of

[RFCv3 0/7] OMAP SSI driver

2013-10-06 Thread Sebastian Reichel
Hi, Here is the third round of the OMAP SSI driver patches. Changes since RFCv2: * Move DT data from omap34xx.dtsi to omap3.dtsi Nokia N9 uses an omap3630 and ssi for modem connection, thus SSI seems to be part of all OMAP3 SoCs. * Move DT documentation to the driver patch * Update wording