From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753744AbbC0IHb (ORCPT ); Fri, 27 Mar 2015 04:07:31 -0400 Received: from mail-ob0-f179.google.com ([209.85.214.179]:36144 "EHLO mail-ob0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753638AbbC0IHY (ORCPT ); Fri, 27 Mar 2015 04:07:24 -0400 MIME-Version: 1.0 Date: Fri, 27 Mar 2015 13:37:24 +0530 Message-ID: Subject: Support of usb_phy notifier in generic phy. From: Anjana V Kumar To: kishon@ti.com Cc: linux-kernel@vger.kernel.org Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Kishon This is regarding the notification of usb_phy_events option which was available with usb_phy. In my scenario, the phy driver gets the connect/disconnect event, and does the initial phy programming. Then I want to notify the gadget driver of the same. In usb_phy the notifier option was available, which I could use for the same. Can you please help me understand if, 1. there a plan to add notifications support to the generic phy? 2. If not, is there other option I can use for the same. Thanks and Regards Anjana