All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 0/8] board: sama5d4: convert boards to support DM/DT
@ 2016-10-28  7:16 Wenyou Yang
  2016-10-28  7:16 ` [U-Boot] [PATCH v2 1/8] configs: at91-sama5_common: fix for CONFIG_AT91_GPIO Wenyou Yang
                   ` (8 more replies)
  0 siblings, 9 replies; 21+ messages in thread
From: Wenyou Yang @ 2016-10-28  7:16 UTC (permalink / raw)
  To: u-boot

The purpose of patch set is to convert the board to support Device
Tree and Driver Model.

They are based on the following patches:
	1./ [PATCH v3 0/2] pinctrl: at91: Add pinctrl driver
	http://lists.denx.de/pipermail/u-boot/2016-October/270991.html
	2./ [PATCH v1 0/2] ARM: dts: at91: add dts files for the boards of SAMA5D4
	http://lists.denx.de/pipermail/u-boot/2016-October/271004.html
	3./ [PATCH v3 0/2] serial: atmel_usart: Support to enable an early debug UART
	http://lists.denx.de/pipermail/u-boot/2016-October/270250.html
	4./ [PATCH v1 0/3] gpio: at91_gpio: Add option and clock support
	http://lists.denx.de/pipermail/u-boot/2016-October/270687.html
	5./ [PATCH v10] dm: at91: Add driver model support for the spi driver
	http://lists.denx.de/pipermail/u-boot/2016-October/270516.html

Changes in v2:
 - Restore the wrong removal #define CONFIG_USB_ETHER.
 - Update the commit log.
 - Restore the wrong removal of USB related code.
 - Update the commit log.
 - Restore wrong removal of #define CONFIG_USB_ETHER.
 - Update the commit log.
 - Restore the wrong removal USB related code.
 - Update the commit log.

Wenyou Yang (8):
  configs: at91-sama5_common: fix for CONFIG_AT91_GPIO
  board: sama5d4_xplained: move config options to defconfig
  board: sama5d4_xplained: clean up code
  board: sama5d4_xplained: enable early debug UART
  board: sama5d4ek: move config options to defconfig
  board: sama5d4ek: clean up code
  board: sama5d4ek: enable early debug UART
  configs: sama5d4: move CONFIG_SYS_NO_FLASH to *defconfig

 board/atmel/sama5d4_xplained/sama5d4_xplained.c | 100 ++++-------------------
 board/atmel/sama5d4ek/sama5d4ek.c               | 101 ++++--------------------
 configs/sama5d4_xplained_mmc_defconfig          |  31 +++++++-
 configs/sama5d4_xplained_nandflash_defconfig    |  33 +++++++-
 configs/sama5d4_xplained_spiflash_defconfig     |  31 +++++++-
 configs/sama5d4ek_mmc_defconfig                 |  30 +++++++
 configs/sama5d4ek_nandflash_defconfig           |  30 +++++++
 configs/sama5d4ek_spiflash_defconfig            |  30 +++++++
 include/configs/at91-sama5_common.h             |   2 +
 include/configs/sama5d4_xplained.h              |  28 +------
 include/configs/sama5d4ek.h                     |  29 +------
 11 files changed, 216 insertions(+), 229 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2017-02-07  6:15 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-28  7:16 [U-Boot] [PATCH v2 0/8] board: sama5d4: convert boards to support DM/DT Wenyou Yang
2016-10-28  7:16 ` [U-Boot] [PATCH v2 1/8] configs: at91-sama5_common: fix for CONFIG_AT91_GPIO Wenyou Yang
2017-02-04 22:11   ` [U-Boot] [U-Boot, v2, " Andreas Bießmann
2016-10-28  7:16 ` [U-Boot] [PATCH v2 2/8] board: sama5d4_xplained: move config options to defconfig Wenyou Yang
2017-02-04 22:20   ` [U-Boot] [U-Boot, v2, " Andreas Bießmann
2017-02-04 22:33   ` Andreas Bießmann
2017-02-04 22:44   ` Andreas Bießmann
2016-10-28  7:16 ` [U-Boot] [PATCH v2 3/8] board: sama5d4_xplained: clean up code Wenyou Yang
2017-02-04 22:47   ` [U-Boot] [U-Boot, v2, " Andreas Bießmann
2016-10-28  7:16 ` [U-Boot] [PATCH v2 4/8] board: sama5d4_xplained: enable early debug UART Wenyou Yang
2017-02-04 22:49   ` [U-Boot] [U-Boot, v2, " Andreas Bießmann
2016-10-28  7:16 ` [U-Boot] [PATCH v2 5/8] board: sama5d4ek: move config options to defconfig Wenyou Yang
2017-02-04 22:56   ` [U-Boot] [U-Boot, v2, " Andreas Bießmann
2016-10-28  7:16 ` [U-Boot] [PATCH v2 6/8] board: sama5d4ek: clean up code Wenyou Yang
2017-02-06  9:11   ` Andreas Bießmann
2016-10-28  7:16 ` [U-Boot] [PATCH v2 7/8] board: sama5d4ek: enable early debug UART Wenyou Yang
2017-02-06  9:11   ` Andreas Bießmann
2016-10-28  7:16 ` [U-Boot] [PATCH v2 8/8] configs: sama5d4: move CONFIG_SYS_NO_FLASH to *defconfig Wenyou Yang
2017-02-06  9:12   ` Andreas Bießmann
2017-02-06 19:52 ` [U-Boot] [PATCH v2 0/8] board: sama5d4: convert boards to support DM/DT Andreas Bießmann
2017-02-07  6:15   ` Wenyou.Yang at microchip.com

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.