summaryrefslogtreecommitdiff
path: root/arch/arm/mach-socfpga/misc.c
Commit message (Expand)AuthorAgeFilesLines
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-181-1/+3
* common: Drop init.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop net.h from common headerSimon Glass2020-05-181-0/+1
* common: Move hang() to the same header as panic()Simon Glass2020-01-171-0/+1
* clk: agilex: Add clock driver for AgilexLey Foon Tan2020-01-071-0/+5
* arm: socfpga: Convert clock manager from struct to definesLey Foon Tan2020-01-071-0/+10
* arm: socfpga: Convert system manager from struct to definesLey Foon Tan2020-01-071-0/+10
* arm: socfpga: Convert reset manager from struct to definesLey Foon Tan2020-01-071-0/+41
* common: Move some cache and MMU functions out of common.hSimon Glass2019-12-021-0/+1
* ARM: socfpga: Pull PL310 clearing into common codeMarek Vasut2019-05-241-0/+54
* CONFIG_SPL_SYS_[DI]CACHE_OFF: addTrevor Woerner2019-05-181-2/+2
* ARM: socfpga: use the pl310 driver to configure the cacheDinh Nguyen2019-05-051-13/+3
* ARM: socfpga: Add support for selecting bridges in bridge commandMarek Vasut2019-04-291-6/+11
* ARM: socfpga: fix data and tag latency values for pl310 cache controllerDinh Nguyen2019-03-091-2/+2
* ARM: socfpga: Configure PL310 latenciesMarek Vasut2019-02-251-0/+3
* arm: socfpga: gen5: remove hacked ETH RST handlingSimon Goldschmidt2019-02-181-65/+0
* arm: socfpga: stratix10: Add Stratix10 FPGA into FPGA device tableAng, Chee Hong2018-12-201-24/+2
* lib: fdtdec: Rename routine fdtdec_setup_memory_size()Siva Durga Prasad Paladugu2018-07-191-1/+1
* ARM: socfpga: Pull DRAM size from DTMarek Vasut2018-07-121-1/+3
* ddr: altera: stratix10: Add DDR support for Stratix10 SoCLey Foon Tan2018-07-121-6/+5
* arm: socfpga: misc: Move bridge command to misc commonLey Foon Tan2018-07-121-0/+32
* arm: socfpga: misc: Add CONFIG_SYS_L2_PL310 switchLey Foon Tan2018-05-181-0/+4
* ARM: socfpga: Repair A10 EMAC reset handlingMarek Vasut2018-05-181-0/+65
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada2018-03-051-1/+1
* arm: socfpga: Restructure misc driverLey Foon Tan2017-05-181-348/+15
* Fix spelling of "resetting".Vagrant Cascadian2016-10-311-1/+1
* socfpga: fix broken build if CONFIG_ETH_DESIGNWARE disabledAnatolij Gustschin2016-05-061-1/+1
* arm: socfpga: Nuke useless includeMarek Vasut2016-04-101-1/+0
* arm: socfpga: Handle phy-mode OF property for GMACsMarek Vasut2016-04-101-3/+36
* arm: socfpga: Fix ethernet reset handlingMarek Vasut2016-02-241-2/+7
* arm: socfpga: Unreset NAND in U-BootMarek Vasut2015-12-221-0/+4
* arm: socfpga: Actually enable L2 cacheMarek Vasut2015-12-221-2/+11
* arm: socfpga: Remove cpu_mmc_init()Marek Vasut2015-12-071-11/+0
* arm: socfpga: enable data/inst prefetch and shared override in the L2Dinh Nguyen2015-10-171-0/+12
* mmc: dw_mmc: Probe the MMC from OFMarek Vasut2015-09-041-8/+1
* arm: socfpga: misc: Add support for printing FPGA typeDinh Nguyen2015-08-081-0/+63
* arm: socfpga: Add temporary workaround for missing SD/MMC patchesMarek Vasut2015-08-081-0/+6
* arm: socfpga: misc: Reset ethernet from OFMarek Vasut2015-08-081-19/+49
* arm: socfpga: misc: Probe ethernet GMAC from OFMarek Vasut2015-08-081-3/+1
* arm: socfpga: misc: Export bootmode into environment variableMarek Vasut2015-08-081-11/+23
* arm: socfpga: misc: Add support for printing boot modeMarek Vasut2015-08-081-0/+13
* arm: socfpga: misc: Fix warm resetMarek Vasut2015-08-081-0/+10
* arm: socfpga: reset: Replace ad-hoc reset functionsMarek Vasut2015-08-081-4/+10
* ARM: socfpga: move SoC sources to mach-socfpgaMasahiro Yamada2015-05-071-0/+289