From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753026AbbFXNIB (ORCPT ); Wed, 24 Jun 2015 09:08:01 -0400 Received: from bear.ext.ti.com ([192.94.94.41]:51826 "EHLO bear.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750853AbbFXNHx (ORCPT ); Wed, 24 Jun 2015 09:07:53 -0400 Message-ID: <558AAB68.3090205@ti.com> Date: Wed, 24 Jun 2015 18:36:48 +0530 From: Kishon Vijay Abraham I User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: Tony Lindgren CC: , , , , , , , , , , , , , , , Subject: Re: [PATCH 07/17] usb: musb: omap2430: use *syscon* framework to write to mailbox register References: <1435060743-5511-1-git-send-email-kishon@ti.com> <1435060743-5511-8-git-send-email-kishon@ti.com> <20150624114907.GF4156@atomide.com> In-Reply-To: <20150624114907.GF4156@atomide.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Tony, On Wednesday 24 June 2015 05:19 PM, Tony Lindgren wrote: > * Kishon Vijay Abraham I [150623 05:02]: >> Deprecate using phy-omap-control driver to write to the mailbox register >> and start using *syscon* framework to do the same. > > All this stuff needs to go to some generic syscon USB phy > driver. Let's not start adding phy specific stuff to a USB > driver. Mailbox register is actually part of OMAP USB glue that should be written in order to inform the usbmode to the MUSB core. Thanks Kishon