Hi Gerhard,
On 10 November 2013 11:17, Gerhard Sittig wrote:
> On Thu, Nov 07, 2013 at 09:32 -0700, Simon Glass wrote:
>>
>> +Declaring Drivers
>> +-
>> +
>> +A driver declaration looks something like this (see
>> +drivers/demo/demo-shape.c):
>> +
>> +static const struct demo_ops
On Thu, Nov 07, 2013 at 09:32 -0700, Simon Glass wrote:
>
> +Terminology
> +---
> +
> +Uclass - a group of device which operate in the same way. A uclass provides
s/device/devices/?
> +What is going on?
> +-
> +
> +Let's start at the top. The demo command is in common/cmd
On Thu, Nov 07, 2013 at 09:32 -0700, Simon Glass wrote:
>
> +Declaring Drivers
> +-
> +
> +A driver declaration looks something like this (see
> +drivers/demo/demo-shape.c):
> +
> +static const struct demo_ops simple_ops = {
> + .hello = shape_hello,
> + .status = shape_sta
This adds a README to help with understanding of this series.
Signed-off-by: Simon Glass
---
Changes in v6:
- Rename platform_data to platdata
- Revise and update README
Changes in v5: None
Changes in v4: None
Changes in v3:
- Updated README.txt to cover changes since version 2
Changes in v2:
-
4 matches
Mail list logo