From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Date: Fri, 26 Oct 2012 11:10:13 -0700 Subject: [U-Boot] [PATCH 1/2] mmc: add bcm2835 driver In-Reply-To: <508ACCD6.5050609@bluezbox.com> References: <1351054248-5604-1-git-send-email-swarren@wwwdotorg.org> <20121026173202.GB31793@bill-the-cat> <508ACCD6.5050609@bluezbox.com> Message-ID: <20121026181013.GA25530@kroah.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri, Oct 26, 2012 at 10:48:06AM -0700, Oleksandr Tymoshenko wrote: > On 10/26/2012 10:32 AM, Tom Rini wrote: > >On Tue, Oct 23, 2012 at 10:50:47PM -0600, Stephen Warren wrote: > >>This adds a simple driver for the BCM2835's SD controller. > >> > >>Workarounds are implemented for: > >>* Register writes can't be too close to each-other in time, or they will > >> be lost. > >>* Register accesses must all be 32-bit, so implement custom accessors. > >> > >>This code was extracted from: > >>git://github.com/gonzoua/u-boot-pi.git master > >>which was created by Oleksandr Tymoshenko. > >> > >>Portions of the code there were obviously based on the Linux kernel at: > >>git://github.com/raspberrypi/linux.git rpi-3.2.27 > >> > >>No s-o-b tags were present in either location. > >Um, that's a bit worrying to me. Wolfgang? > > I didn't have much experience with s-o-b stuff, so excuse my ignorance. Please read the file, Documentation/SubmittingPatches, in the Linux kernel source directory, for what it means, and what it is about, before doing anything. thanks, greg k-h