[U-Boot] [PATCH v7] dm: at91: Add driver model support for the spi driver
Jagan Teki
jagannadh.teki at gmail.com
Fri Jul 29 08:12:46 CEST 2016
On 29 July 2016 at 09:10, Heiko Schocher <hs at denx.de> wrote:
> Hello Wenyou,
>
>
> Am 29.07.2016 um 02:38 schrieb Wenyou Yang:
>>
>> Add driver model support while retaining the existing legacy code.
>> This allows the driver to support boards that have converted to
>> driver model as well as those that have not.
>>
>> Signed-off-by: Wenyou Yang <wenyou.yang at atmel.com>
>> Reviewed-by: Simon Glass <sjg at chromium.org>
>> ---
>>
>> Changes in v7:
>> - Move gpio_request_list_by_name() to _probe(), remove
>> *_ofdata_to_platdata().
>>
>> Changes in v6:
>> - Remove the two flash related options.
>>
>> Changes in v5:
>> - Change clk_client.h -> clk.h to adapt to clk API conversion.
>>
>> Changes in v4:
>> - Collect Reviewed-by tag.
>> - Update the clk API based on [PATCH] clk: convert API to match
>> reset/mailbox fstyle (http://patchwork.ozlabs.org/patch/625342/).
>> - Remove check on dev_get_parent() return.
>> - Fixed the return value, -ENODEV->-EINVAL.
>> - Retain #include <asm/arch/clk.h> line.
>>
>> Changes in v3:
>> - Remove redundant log print.
>>
>> Changes in v2:
>> - Add clock support.
>>
>> drivers/spi/Kconfig | 7 ++
>> drivers/spi/atmel_spi.c | 295
>> ++++++++++++++++++++++++++++++++++++++++++++++++
>> 2 files changed, 302 insertions(+)
>
>
> Reviewed-by: Heiko Schocher <hs at denx.de>
Reviewed-by: Jagan Teki <jteki at openedev.com>
--
Jagan.
More information about the U-Boot
mailing list