On 11/04/2012 08:32 AM, Albert ARIBAUD wrote:
> Hi Stephen,
>
> On Sun, 28 Oct 2012 22:36:25 +0530, Vikram Narayanan
> wrote:
>
>> On 10/28/2012 8:58 AM, Stephen Warren wrote:
>>> On 10/26/2012 05:33 AM, Vikram Narayanan wrote:
Some nitpicks.
On 10/24/2012 10:20 AM, Stephen Warren
Hi Stephen,
On Sun, 28 Oct 2012 22:36:25 +0530, Vikram Narayanan
wrote:
> On 10/28/2012 8:58 AM, Stephen Warren wrote:
> > On 10/26/2012 05:33 AM, Vikram Narayanan wrote:
> >> Some nitpicks.
> >>
> >> On 10/24/2012 10:20 AM, Stephen Warren wrote:
>
> >>> +static u8 bcm2835_sdhci_readb(struct sd
On 10/28/2012 8:58 AM, Stephen Warren wrote:
On 10/26/2012 05:33 AM, Vikram Narayanan wrote:
Some nitpicks.
On 10/24/2012 10:20 AM, Stephen Warren wrote:
+static u8 bcm2835_sdhci_readb(struct sdhci_host *host, int reg)
+{
+u32 val = bcm2835_sdhci_raw_readl(host, (reg& ~3));
+val =
On 10/26/2012 05:33 AM, Vikram Narayanan wrote:
> Some nitpicks.
>
> On 10/24/2012 10:20 AM, 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
>>
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 acc
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
On 10/26/2012 12:05 PM, Tom Rini wrote:
> On 10/26/12 10:48, 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 impl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 10/26/12 10:48, 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 implemen
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 imp
Some nitpicks.
On 10/24/2012 10:20 AM, 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 cust
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/gon
11 matches
Mail list logo