summaryrefslogtreecommitdiff
path: root/arch/arm/mach-uniphier
AgeCommit message (Expand)Author
2025-06-14Merge patch series "Hex value prefix case cleanup"Tom Rini
2025-06-14arch: use lowercase hex prefix styleE Shattow
2025-06-09Merge tag 'v2025.07-rc4' into nextTom Rini
2025-06-06arm: uniphier: Change _debug_uart_putc function to inlineLukasz Czechowski
2025-05-29global: Add <linux/string.h> instead of long indirect include pathTom Rini
2024-10-11arch: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILDSimon Glass
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"Tom Rini
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini
2024-05-06global: Make <asm/global_data.h> include <asm/u-boot.h>Tom Rini
2024-04-12ARM: uniphier: Move uniphier_mem_map_init() call into dram_init()Kunihiko Hayashi
2023-09-24common: Drop linux/printk.h from common headerSimon Glass
2023-05-31arm: uniphier: fix header inclusion guardAndre Przywara
2023-01-02arm: uniphier: use DM_TIMER of arm a9 global timerDai Okamura
2022-12-05global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini
2022-06-06serial: Replace CONFIG_DEBUG_UART_BASE by CONFIG_VAL(DEBUG_UART_BASE)Pali Rohár
2022-06-06Migrate CUSTOM_SYS_INIT_SP_ADDR to Kconfig using system-constants.hTom Rini
2022-04-04spl: mmc: extend spl_mmc_boot_mode() to take mmc argumentAndre Przywara
2021-09-04mmc: Rename MMC_SUPPORT to MMCSimon Glass
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass
2021-03-02reset: Remove addr parameter from reset_cpu()Harald Seiler
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2021-01-05dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()Simon Glass
2020-08-18ARM: uniphier: use FIELD_GET() to get access to revision register fieldsMasahiro Yamada
2020-08-18ARM: uniphier: remove unneeded header inclusion from board_late_init.cMasahiro Yamada
2020-08-18ARM: uniphier: remove unused uniphier_pin_init()Masahiro Yamada
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada
2020-07-11ARM: uniphier: remove NAND reset codeMasahiro Yamada
2020-07-11ARM: uniphier: remove sbc/ directoryMasahiro Yamada
2020-07-11bus: uniphier-system-bus: move hardware init from board filesMasahiro Yamada
2020-07-11bus: uniphier-system-bus: add UniPhier System Bus driverMasahiro Yamada
2020-07-11ARM: uniphier: remove support for NOR Flash on support cardMasahiro Yamada
2020-07-11ARM: uniphier: remove unused uniphier_sbc_init_admulti()Masahiro Yamada
2020-07-11ARM: uniphier: fix build error when CONFIG_MICRO_SUPPORT_CARD=nMasahiro Yamada
2020-07-11ARM: uniphier: consolidate SoC select menuMasahiro Yamada
2020-07-11Revert "ARM: uniphier: add weird workaround code for LD20"Masahiro Yamada
2020-05-22ARM: uniphier: remove board_eth_init()Masahiro Yamada
2020-05-22ARM: uniphier: delete or replace <common.h> includesMasahiro Yamada
2020-05-22ARM: uniphier: drop #include <log.h> againMasahiro Yamada
2020-05-22ARM: uniphier: drop #include <init.h> again from umc-pxs2.cMasahiro Yamada
2020-05-22ARM: uniphier: remove #include <net.h> again from micro-support-card.cMasahiro Yamada
2020-05-22ARM: uniphier: include <asm/system.h> instead of <asm/cache.h> from psci.cMasahiro Yamada
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass
2020-05-18common: Drop linux/delay.h from common headerSimon Glass
2020-05-18common: Drop linux/bug.h from common headerSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass
2020-05-18common: Drop init.h from common headerSimon Glass
2020-05-18common: Drop net.h from common headerSimon Glass
2020-05-15spl: Always define preloader_console_initSamuel Holland
2020-04-22spl: mmc: Rename spl_boot_mode() to spl_mmc_boot_mode()Harald Seiler