aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/mach-ath79
AgeCommit message (Expand)AuthorFilesLines
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass5-0/+5
2020-05-18common: Drop linux/delay.h from common headerSimon Glass5-0/+5
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass1-1/+3
2020-05-18common: Drop init.h from common headerSimon Glass1-0/+1
2020-01-17common: Move hang() to the same header as panic()Simon Glass1-0/+1
2020-01-17common: Move RAM-sizing functions to init.hSimon Glass1-0/+1
2020-01-17common: Move clock functions into a new fileSimon Glass4-0/+4
2019-04-12mips: add initial support for qca956x referenced boardRosy Song10-0/+1296
2019-04-12mips: fix erros on registers macros of pll-ddr-config1-nfrac for QCA956XRosy Song1-2/+2
2018-07-30Kconfig: Sort bool, default, select and imply optionsMichal Simek1-5/+5
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini19-42/+19
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2-4/+0
2018-01-24wait_bit: use wait_for_bit_le32 and remove wait_for_bitÁlvaro Fernández Rojas1-1/+1
2017-04-13board_f: Rename initdram() to dram_init()Simon Glass1-1/+1
2017-04-05board_f: Drop return value from initdram()Simon Glass1-2/+6
2017-04-05board_f: Drop board_type parameter from initdram()Simon Glass1-1/+1
2016-11-30MIPS: make inclusion of ROM exception vectors configurableDaniel Schwierzeck1-0/+2
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada1-1/+1
2016-09-21MIPS: ath79: Use mach_cpu_init instead of arch_cpu_initPaul Burton1-1/+1
2016-05-31mips: ath79: Use AR933X_PLL_SWITCH_CLOCK_CONTROL_REG macro defineWills Wang2-1/+2
2016-05-31mips: ath79: Add support for ungating USB and ethernet on qca953xWills Wang1-0/+50
2016-05-31mips: ath79: Rename get_bootstrap into ath79_get_bootstrapWills Wang9-28/+15
2016-05-26mips: ath79: ar933x: Avoid warning with gcc5Wills Wang1-0/+2
2016-05-26mips: ath79: ar933x: Fix ethernet PHY mismatchWills Wang2-1/+3
2016-05-21mips: ath79: Add support for TPLink WDR4300Marek Vasut1-0/+5
2016-05-21mips: ath79: Add AR934x supportMarek Vasut8-1/+571
2016-05-21mips: ath79: Add support for ungating ethernet on ar933x and ar934xMarek Vasut3-0/+80
2016-05-21mips: ath79: Add support for ungating USB on ar933x and ar934xMarek Vasut2-0/+61
2016-05-21mips: ath79: Fix compiler warning on const assignmentMarek Vasut1-1/+1
2016-05-21mips: ath79: Fix ar71xx_regs.h indentMarek Vasut1-1034/+1069
2016-05-21ath79: add readonly attribute for ath79_soc_descWills Wang1-4/+4
2016-05-21ath79: ar933x: use BIT macro for bit shift operationWills Wang1-7/+7
2016-05-21mips: ath79: add AP143 reference boardWills Wang1-0/+5
2016-05-21mips: ath79: add AP121 reference boardWills Wang1-0/+11
2016-05-21mips: ath79: add support for QCA953x SOCsWills Wang6-1/+787
2016-05-21mips: ath79: add support for AR933x SOCsWills Wang6-0/+720
2016-05-21mips: add base support for QCA/Atheros ath79 SOCsWills Wang9-0/+1597