Re: [RFC PATCH 09/15] ata: ti_sata: Add Texas Instruments SATA Wrapper driver

2013-09-25 Thread Roger Quadros
Hi, On 09/25/2013 03:49 PM, Bartlomiej Zolnierkiewicz wrote: > On Wednesday, September 25, 2013 02:37:19 PM Bartlomiej Zolnierkiewicz wrote: > > [...] > >>> +#ifdef CONFIG_PM >>> + >>> +static int ti_sata_resume(struct device *dev) >>> +{ >>> + pm_runtime_disable(dev); >>> + pm_runtime_set_a

Re: [RFC PATCH 09/15] ata: ti_sata: Add Texas Instruments SATA Wrapper driver

2013-09-25 Thread Bartlomiej Zolnierkiewicz
On Wednesday, September 25, 2013 02:37:19 PM Bartlomiej Zolnierkiewicz wrote: [...] > > +#ifdef CONFIG_PM > > + > > +static int ti_sata_resume(struct device *dev) > > +{ > > + pm_runtime_disable(dev); > > + pm_runtime_set_active(dev); > > + pm_runtime_enable(dev); > > This doesn't look lik

Re: [RFC PATCH 09/15] ata: ti_sata: Add Texas Instruments SATA Wrapper driver

2013-09-25 Thread Bartlomiej Zolnierkiewicz
Hi, On Thursday, September 19, 2013 04:05:37 PM Roger Quadros wrote: > Texas Instruments SoCs like OMAP5 and DRA7 contain a SATA wrapper > around the AHCI SATA core. This driver will manage that. > > CC: Tejun Heo > Signed-off-by: Roger Quadros > --- > Documentation/devicetree/bindings/ata/ti

[RFC PATCH 09/15] ata: ti_sata: Add Texas Instruments SATA Wrapper driver

2013-09-19 Thread Roger Quadros
Texas Instruments SoCs like OMAP5 and DRA7 contain a SATA wrapper around the AHCI SATA core. This driver will manage that. CC: Tejun Heo Signed-off-by: Roger Quadros --- Documentation/devicetree/bindings/ata/ti-sata.txt | 31 drivers/ata/Kconfig |7 + dr