All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 0/3] board: at91sam9263ek: Convert to support DM and DT
@ 2017-04-12  9:23 Wenyou Yang
  2017-04-12  9:23 ` [U-Boot] [PATCH v2 1/3] configs: at91sam9263ek: Update for DT and DM support Wenyou Yang
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Wenyou Yang @ 2017-04-12  9:23 UTC (permalink / raw)
  To: u-boot

The purpose of the patch set is to convert the board to support
the driver model and the device Tree.

Changes in v2:
 - Add converting UART to support DM_SERIAL and used in the
   board_init_f stage.
 - Remove unused LED feature.
 - Improve the commit log.
 - Add [PATCH]: board: at91sam9263ek: Enable early debug UART.
 - Move out [PATCH] ARM: dts: at91: add dts files for at91sam9263ek.

Wenyou Yang (3):
  configs: at91sam9263ek: Update for DT and DM support
  board: at91sam9263ek: Clean up code
  board: at91sam9263ek: Enable early debug UART

 board/atmel/at91sam9263ek/Makefile            |  2 +-
 board/atmel/at91sam9263ek/at91sam9263ek.c     | 64 ++++-----------------------
 configs/at91sam9263ek_dataflash_cs0_defconfig | 24 +++++++++-
 configs/at91sam9263ek_dataflash_defconfig     | 24 +++++++++-
 configs/at91sam9263ek_nandflash_defconfig     | 24 +++++++++-
 configs/at91sam9263ek_norflash_boot_defconfig | 24 +++++++++-
 configs/at91sam9263ek_norflash_defconfig      | 24 +++++++++-
 include/configs/at91sam9263ek.h               | 24 +---------
 8 files changed, 126 insertions(+), 84 deletions(-)

-- 
2.11.0

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2017-04-16 19:31 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-12  9:23 [U-Boot] [PATCH v2 0/3] board: at91sam9263ek: Convert to support DM and DT Wenyou Yang
2017-04-12  9:23 ` [U-Boot] [PATCH v2 1/3] configs: at91sam9263ek: Update for DT and DM support Wenyou Yang
2017-04-16 19:31   ` Simon Glass
2017-04-12  9:23 ` [U-Boot] [PATCH v2 2/3] board: at91sam9263ek: Clean up code Wenyou Yang
2017-04-16 19:31   ` Simon Glass
2017-04-12  9:23 ` [U-Boot] [PATCH v2 3/3] board: at91sam9263ek: Enable early debug UART Wenyou Yang
2017-04-16 19:31   ` Simon Glass

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.