From mboxrd@z Thu Jan 1 00:00:00 1970 From: gregkh@linuxfoundation.org (Greg KH) Date: Wed, 11 Mar 2015 10:57:00 +0100 Subject: [PATCH 1/2] ARM: imx6qdl-sabresd: set swbst_reg as vbus's parent reg In-Reply-To: <20150311012424.GW20455@dragon> References: <1425629061-8995-1-git-send-email-peter.chen@freescale.com> <20150311012424.GW20455@dragon> Message-ID: <20150311095700.GA8172@kroah.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wed, Mar 11, 2015 at 09:24:25AM +0800, Shawn Guo wrote: > On Fri, Mar 06, 2015 at 04:04:20PM +0800, Peter Chen wrote: > > USB vbus 5V is from PMIC SWBST, so set swbst_reg as vbus's > > parent reg, it fixed a bug that the voltage of vbus is incorrect > > due to swbst_reg is disabled after boots up. > > > > Cc: stable > > It's more idiomatic to put the line in this way: > > Cc: stable at vger.kernel.org > > Changed it and applied both patches. It really doesn't matter, my scripts try to pick up any variation of the stable@ markings in a signed-off-by: area, as there is a huge number of different ways people try to mark this, including using invalid email addresses, and typos. So no need to be pedantic about this, I can handle it just fine. thanks, greg k-h