summaryrefslogtreecommitdiff
path: root/arch/arm/mach-uniphier
AgeCommit message (Expand)AuthorFilesLines
2019-07-10ARM: uniphier: turn uniphier_set_fdt_file() into void functionMasahiro Yamada1-7/+13
2019-07-10ARM: uniphier: remove CONFIG_SYS_SDRAM_BASEMasahiro Yamada1-1/+4
2019-07-10ARM: uniphier: make mem_map run-time configurableMasahiro Yamada3-4/+38
2019-07-10ARM: uniphier: make dram_init() more genericMasahiro Yamada1-3/+7
2019-07-10ARM: uniphier: make dram_init() independent of SG_MEMCONFMasahiro Yamada1-64/+84
2019-07-10ARM: uniphier: detect register base addresses run-timeMasahiro Yamada6-1/+97
2019-07-10ARM: uniphier: de-couple SC macros into base address and offsetMasahiro Yamada28-285/+266
2019-07-10ARM: uniphier: de-couple SG macros into base address and offsetMasahiro Yamada13-41/+46
2019-07-10ARM: uniphier: detect SD boot modeMasahiro Yamada2-0/+12
2019-07-10ARM: uniphier: make boot_is_swapped() code optionalMasahiro Yamada5-12/+30
2019-07-10ARM: uniphier: check DT to determine whether to initialize SBCMasahiro Yamada7-1/+33
2019-07-10ARM: uniphier: check DT to determine whether to use support cardMasahiro Yamada1-0/+33
2019-07-10ARM: uniphier: include <linux/io.h> from boot-device.cMasahiro Yamada1-0/+1
2019-07-10ARM: uniphier: use bool type for have_internal_stm parameterMasahiro Yamada1-10/+10
2019-07-10ARM: uniphier: clean up clk/MakefileMasahiro Yamada1-7/+3
2019-07-10ARM: uniphier: remove unused uniphier_ld11_boot_device_fixup()Masahiro Yamada3-11/+0
2019-06-29ARM: uniphier: move sg_set_{pinsel, iectrl} to more relevant placesMasahiro Yamada4-42/+40
2019-06-29ARM: uniphier: remove unused init code for CONFIG_DEBUG_UARTMasahiro Yamada4-44/+2
2019-06-29ARM: uniphier: include <linux/io.h> from dram_init.cMasahiro Yamada1-0/+1
2019-06-29ARM: uniphier: remove unused sg_set_iectrl_range()Masahiro Yamada1-8/+0
2019-06-29ARM: uniphier: remove unused SC_DPLLOSCCTRLMasahiro Yamada1-4/+0
2019-06-29ARM: uniphier: fix build error for CONFIG_DEBUG_LL=yMasahiro Yamada1-0/+2
2018-12-29ARM: uniphier: do not modify bootcmd environment variable at run-timeMasahiro Yamada1-4/+4
2018-09-20mtd: move NAND files into a raw/ subdirectoryMiquel Raynal1-1/+1
2018-09-11ARM: uniphier: remove ad-hoc clock enabling for EHCIMasahiro Yamada4-15/+0
2018-07-30Kconfig: Sort bool, default, select and imply optionsMichal Simek1-3/+4
2018-07-25ARM: uniphier: enable distro bootMasahiro Yamada1-4/+4
2018-07-25ARM: uniphier: support fdt_fixup_mtdpartsMasahiro Yamada1-0/+8
2018-07-25ARM: uniphier: split ft_board_setup() out to a separate fileMasahiro Yamada4-36/+57
2018-07-25ARM: uniphier: clean-up ft_board_setup()Masahiro Yamada1-3/+3
2018-05-22ARM: uniphier: rename environment variable fdt_file to fdtfileMasahiro Yamada1-2/+2
2018-05-07arm: v7: Kconfig: Rename CPU_V7 as CPU_V7ALokesh Vutla2-2/+2
2018-05-07uniphier: psci: save context id in cpu_on commandPatrick Delaunay1-2/+5
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini98-205/+98
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada2-2/+2
2018-01-09ARM: uniphier: hide memory top by platform hook instead of CONFIGMasahiro Yamada1-0/+7
2018-01-09ARM: uniphier: do not use RAM that exceeds 32 bit address rangeMasahiro Yamada1-0/+17
2017-12-11ARM: uniphier: use FIELD_PREP for PLL settingsMasahiro Yamada1-6/+8
2017-12-11ARM: uniphier: compute SSCPLL values more preciselyMasahiro Yamada1-2/+4
2017-12-11ARM: uniphier: fix SSCPLL init code for LD11 SoCDai Okamura1-0/+1
2017-12-11ARM: uniphier: compile pll-base-ld20.c for PXs3Masahiro Yamada1-0/+1
2017-12-04ARM: uniphier: clean up board_initMasahiro Yamada1-5/+2
2017-11-28ARM: dts: uniphier: Sync with Linux 4.15-rc1Masahiro Yamada2-2/+2
2017-11-28ARM: uniphier: remove XIRQ pin settingsMasahiro Yamada1-16/+0
2017-11-28ARM: uniphier: remove IRQ settingsMasahiro Yamada1-35/+0
2017-10-22ARM: uniphier: use pr_*() more where appropriateMasahiro Yamada1-8/+10
2017-10-22ARM: uniphier: split u-boot,dm-pre-reloc out to uniphier-v7-u-boot.dtsiMasahiro Yamada1-0/+2
2017-10-22ARM: uniphier: remove CONFIG_UNIPHIER_ETHMasahiro Yamada3-18/+0
2017-10-15ARM: uniphier: adjust ifdefs for new UniPhier DWC3 CONFIGMasahiro Yamada3-9/+9
2017-10-15ARM: uniphier: change the default of SoC select to UNIPHIER_V7_MULTIMasahiro Yamada1-1/+1