summaryrefslogtreecommitdiff
path: root/arch/arm/mach-uniphier
AgeCommit message (Expand)Author
2019-12-02common: Move some cache and MMU functions out of common.hSimon Glass
2019-12-02common: Move some SMP functions out of common.hSimon Glass
2019-10-08dm: core: Add device_foreach_child()Simon Glass
2019-08-11env: Move env_set_ulong() to env.hSimon Glass
2019-08-11env: Move env_set_hex() to env.hSimon Glass
2019-07-24psci: Fix warnings when compiling with W=1Patrick Delaunay
2019-07-10ARM: uniphier: set {kernel, ramdisk, fdt}_addr_r at boot-timeMasahiro Yamada
2019-07-10ARM: uniphier: set dram_base environment variableMasahiro Yamada
2019-07-10ARM: uniphier: set loadaddr at boot-timeMasahiro Yamada
2019-07-10ARM: uniphier: turn uniphier_set_fdt_file() into void functionMasahiro Yamada
2019-07-10ARM: uniphier: remove CONFIG_SYS_SDRAM_BASEMasahiro Yamada
2019-07-10ARM: uniphier: make mem_map run-time configurableMasahiro Yamada
2019-07-10ARM: uniphier: make dram_init() more genericMasahiro Yamada
2019-07-10ARM: uniphier: make dram_init() independent of SG_MEMCONFMasahiro Yamada
2019-07-10ARM: uniphier: detect register base addresses run-timeMasahiro Yamada
2019-07-10ARM: uniphier: de-couple SC macros into base address and offsetMasahiro Yamada
2019-07-10ARM: uniphier: de-couple SG macros into base address and offsetMasahiro Yamada
2019-07-10ARM: uniphier: detect SD boot modeMasahiro Yamada
2019-07-10ARM: uniphier: make boot_is_swapped() code optionalMasahiro Yamada
2019-07-10ARM: uniphier: check DT to determine whether to initialize SBCMasahiro Yamada
2019-07-10ARM: uniphier: check DT to determine whether to use support cardMasahiro Yamada
2019-07-10ARM: uniphier: include <linux/io.h> from boot-device.cMasahiro Yamada
2019-07-10ARM: uniphier: use bool type for have_internal_stm parameterMasahiro Yamada
2019-07-10ARM: uniphier: clean up clk/MakefileMasahiro Yamada
2019-07-10ARM: uniphier: remove unused uniphier_ld11_boot_device_fixup()Masahiro Yamada
2019-06-29ARM: uniphier: move sg_set_{pinsel, iectrl} to more relevant placesMasahiro Yamada
2019-06-29ARM: uniphier: remove unused init code for CONFIG_DEBUG_UARTMasahiro Yamada
2019-06-29ARM: uniphier: include <linux/io.h> from dram_init.cMasahiro Yamada
2019-06-29ARM: uniphier: remove unused sg_set_iectrl_range()Masahiro Yamada
2019-06-29ARM: uniphier: remove unused SC_DPLLOSCCTRLMasahiro Yamada
2019-06-29ARM: uniphier: fix build error for CONFIG_DEBUG_LL=yMasahiro Yamada
2018-12-29ARM: uniphier: do not modify bootcmd environment variable at run-timeMasahiro Yamada
2018-09-20mtd: move NAND files into a raw/ subdirectoryMiquel Raynal
2018-09-11ARM: uniphier: remove ad-hoc clock enabling for EHCIMasahiro Yamada
2018-07-30Kconfig: Sort bool, default, select and imply optionsMichal Simek
2018-07-25ARM: uniphier: enable distro bootMasahiro Yamada
2018-07-25ARM: uniphier: support fdt_fixup_mtdpartsMasahiro Yamada
2018-07-25ARM: uniphier: split ft_board_setup() out to a separate fileMasahiro Yamada
2018-07-25ARM: uniphier: clean-up ft_board_setup()Masahiro Yamada
2018-05-23ARM: uniphier: rename environment variable fdt_file to fdtfileMasahiro Yamada
2018-05-07arm: v7: Kconfig: Rename CPU_V7 as CPU_V7ALokesh Vutla
2018-05-07uniphier: psci: save context id in cpu_on commandPatrick Delaunay
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada
2018-01-09ARM: uniphier: hide memory top by platform hook instead of CONFIGMasahiro Yamada
2018-01-09ARM: uniphier: do not use RAM that exceeds 32 bit address rangeMasahiro Yamada
2017-12-12ARM: uniphier: use FIELD_PREP for PLL settingsMasahiro Yamada
2017-12-12ARM: uniphier: compute SSCPLL values more preciselyMasahiro Yamada
2017-12-12ARM: uniphier: fix SSCPLL init code for LD11 SoCDai Okamura
2017-12-12ARM: uniphier: compile pll-base-ld20.c for PXs3Masahiro Yamada