From mboxrd@z Thu Jan 1 00:00:00 1970 From: peter.chen@freescale.com (Peter Chen) Date: Wed, 13 Mar 2013 11:10:43 +0800 Subject: [RFC PATCH 2/3] usb: udc: delete the vbus indicator at individual driver In-Reply-To: <20130312094649.GC15163@arwen.pp.htv.fi> References: <1363078999-7361-1-git-send-email-peter.chen@freescale.com> <1363078999-7361-2-git-send-email-peter.chen@freescale.com> <20130312094649.GC15163@arwen.pp.htv.fi> Message-ID: <20130313031042.GA18168@nchen-desktop> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue, Mar 12, 2013 at 11:46:49AM +0200, Felipe Balbi wrote: > On Tue, Mar 12, 2013 at 05:03:18PM +0800, Peter Chen wrote: > > Let the common struct usb_gadget own it. > > > > CC: Alexander Shishkin > > CC: Jean-Christophe PLAGNIOL-VILLARD > > CC: Li Yang > > CC: Roland Stigge > > CC: Yu Xu > > CC: Chao Xie > > CC: Eric Miao > > CC: Ben Dooks > > Signed-off-by: Peter Chen > > you need to split this patch, should be something like below: > > for_each_driver() { > initialize gadget->vbus_active (don't remove private method) > } > > add vbus_active support to udc-core > > for_each_driver() { > remove driver's private vbus_active method > } > > you need one patch per driver so it's easy to review and ack. Eg, If I changed 10 udc drivers, I need 1(add vbus_active to struct usb_gadget) + 10 + 1 + 10 = 22 patches? > > -- > balbi -- Best Regards, Peter Chen