[U-Boot] [PATCH v2 2/2] board: atmel: Use the new PIT timer driver
Simon Glass
sjg at chromium.org
Sat Aug 26 13:38:29 UTC 2017
On 15 August 2017 at 03:40, Wenyou Yang <wenyou.yang at microchip.com> wrote:
> Use the Atmel PIT timer driver which supports the driver model
> and device tree.
>
> Signed-off-by: Wenyou Yang <wenyou.yang at microchip.com>
> ---
>
> Changes in v2:
> - Integrate the PATCH {timer: Add Atmel PIT timer driver} to
> one patch set.
> - Rebase on latest commit of uboot/master (2d3c4ae35).
> - Retain the CONFIG_SYS_TIMER_COUNTER macro in <soc.h>.
> - Convert all atmel boards to support the new timer driver.
>
> arch/arm/dts/sama5d2.dtsi | 28 ++++++++++++++++++++++++++
> configs/at91sam9260ek_dataflash_cs0_defconfig | 2 ++
> configs/at91sam9260ek_dataflash_cs1_defconfig | 2 ++
> configs/at91sam9260ek_nandflash_defconfig | 2 ++
> configs/at91sam9261ek_dataflash_cs0_defconfig | 2 ++
> configs/at91sam9261ek_dataflash_cs3_defconfig | 2 ++
> configs/at91sam9261ek_nandflash_defconfig | 2 ++
> configs/at91sam9263ek_dataflash_cs0_defconfig | 2 ++
> configs/at91sam9263ek_dataflash_defconfig | 2 ++
> configs/at91sam9263ek_nandflash_defconfig | 2 ++
> configs/at91sam9263ek_norflash_boot_defconfig | 2 ++
> configs/at91sam9263ek_norflash_defconfig | 2 ++
> configs/at91sam9g20ek_2mmc_defconfig | 2 ++
> configs/at91sam9g20ek_2mmc_nandflash_defconfig | 2 ++
> configs/at91sam9g20ek_dataflash_cs0_defconfig | 2 ++
> configs/at91sam9g20ek_dataflash_cs1_defconfig | 2 ++
> configs/at91sam9g20ek_nandflash_defconfig | 2 ++
> configs/at91sam9m10g45ek_mmc_defconfig | 2 ++
> configs/at91sam9m10g45ek_nandflash_defconfig | 2 ++
> configs/at91sam9n12ek_mmc_defconfig | 2 ++
> configs/at91sam9n12ek_nandflash_defconfig | 2 ++
> configs/at91sam9n12ek_spiflash_defconfig | 2 ++
> configs/at91sam9rlek_dataflash_defconfig | 2 ++
> configs/at91sam9rlek_mmc_defconfig | 2 ++
> configs/at91sam9rlek_nandflash_defconfig | 2 ++
> configs/at91sam9x5ek_dataflash_defconfig | 2 ++
> configs/at91sam9x5ek_mmc_defconfig | 2 ++
> configs/at91sam9x5ek_nandflash_defconfig | 2 ++
> configs/at91sam9x5ek_spiflash_defconfig | 2 ++
> configs/at91sam9xeek_dataflash_cs0_defconfig | 2 ++
> configs/at91sam9xeek_dataflash_cs1_defconfig | 2 ++
> configs/at91sam9xeek_nandflash_defconfig | 2 ++
> configs/gurnard_defconfig | 2 ++
> configs/sama5d2_xplained_mmc_defconfig | 3 +++
> configs/sama5d2_xplained_spiflash_defconfig | 3 +++
> configs/sama5d36ek_cmp_mmc_defconfig | 2 ++
> configs/sama5d36ek_cmp_nandflash_defconfig | 2 ++
> configs/sama5d36ek_cmp_spiflash_defconfig | 2 ++
> configs/sama5d3_xplained_mmc_defconfig | 3 +++
> configs/sama5d3_xplained_nandflash_defconfig | 3 +++
> configs/sama5d3xek_mmc_defconfig | 3 +++
> configs/sama5d3xek_nandflash_defconfig | 3 +++
> configs/sama5d3xek_spiflash_defconfig | 3 +++
> configs/sama5d4_xplained_mmc_defconfig | 3 +++
> configs/sama5d4_xplained_nandflash_defconfig | 3 +++
> configs/sama5d4_xplained_spiflash_defconfig | 3 +++
> configs/sama5d4ek_mmc_defconfig | 3 +++
> configs/sama5d4ek_nandflash_defconfig | 3 +++
> configs/sama5d4ek_spiflash_defconfig | 3 +++
> 49 files changed, 137 insertions(+)
I wonder if you could 'imply' these options in Kconfig instead?
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list