From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vikram Narayanan Subject: Ti-st suspend/resume hooks Date: Fri, 09 Aug 2013 15:14:11 +0530 Message-ID: <5204B9EB.4020809@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mail-pa0-f41.google.com ([209.85.220.41]:61222 "EHLO mail-pa0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965382Ab3HIJoT (ORCPT ); Fri, 9 Aug 2013 05:44:19 -0400 Sender: linux-pm-owner@vger.kernel.org List-Id: linux-pm@vger.kernel.org To: linux-omap@vger.kernel.org, Pavan Savoy Cc: LAK , linux-pm@vger.kernel.org Hi, Our i.Mx6 based platform has a wl12xx chip and the ti-st driver is in use. When the system goes to suspend, the st_kim module fails to suspend giving out -EOPNOTSUPP [1], which is quite evident from the the missing suspend/resume hooks in the wilink_platform_data. [2] Are there any ways to make this ti-st driver suspend/resume aware? Thanks, Vikram [1] http://lxr.linux.no/linux+v3.10.5/drivers/misc/ti-st/st_kim.c#L833 [2] http://lxr.linux.no/linux+v3.10.5/arch/arm/mach-omap2/board-omap4panda.c#L58 P.S: I'm not subscribed to the list. Please keep me Cc'd.