Re: [PATCHv1 5/6] HSI: Introduce OMAP SSI driver

2014-02-26 Thread Sebastian Reichel
Hi Mark, On Mon, Feb 24, 2014 at 03:51:32PM +, Mark Rutland wrote: > > + irq = platform_get_resource_byname(pd, IORESOURCE_IRQ, "gdd_mpu"); > > + if (!irq) { > > + dev_err(&pd->dev, "GDD IRQ resource missing\n"); > > + err = -ENXIO; > > + g

Re: [PATCHv1 5/6] HSI: Introduce OMAP SSI driver

2014-02-24 Thread Sebastian Reichel
On Mon, Feb 24, 2014 at 09:56:51AM -0600, Nishanth Menon wrote: > On 02/24/2014 09:51 AM, Mark Rutland wrote: > > On Sun, Feb 23, 2014 at 11:50:00PM +, Sebastian Reichel wrote: > > [...] > >> +static int omap_ssi_port_runtime_suspend(struct device *dev) > >> +{ > >> + struct hsi_port *po

Re: [PATCHv1 5/6] HSI: Introduce OMAP SSI driver

2014-02-24 Thread Nishanth Menon
On 02/24/2014 09:51 AM, Mark Rutland wrote: > On Sun, Feb 23, 2014 at 11:50:00PM +, Sebastian Reichel wrote: [...] >> +static int omap_ssi_port_runtime_suspend(struct device *dev) >> +{ >> + struct hsi_port *port = dev_get_drvdata(dev); >> + struct omap_ssi_port *omap_port = hsi_po

Re: [PATCHv1 5/6] HSI: Introduce OMAP SSI driver

2014-02-24 Thread Mark Rutland
On Sun, Feb 23, 2014 at 11:50:00PM +, Sebastian Reichel wrote: > Add OMAP SSI driver to the HSI subsystem. > > The Synchronous Serial Interface (SSI) is a legacy version > of HSI. As in the case of HSI, it is mainly used to connect > Application engines (APE) with cellular modem engines (CMT)