summaryrefslogtreecommitdiff
path: root/arch/mips/mach-ath79
Commit message (Expand)AuthorAgeFilesLines
* Kconfig: Sort bool, default, select and imply optionsMichal Simek2018-07-301-5/+5
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-0719-42/+19
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-272-4/+0
* wait_bit: use wait_for_bit_le32 and remove wait_for_bitÁlvaro Fernández Rojas2018-01-241-1/+1
* board_f: Rename initdram() to dram_init()Simon Glass2017-04-131-1/+1
* board_f: Drop return value from initdram()Simon Glass2017-04-051-2/+6
* board_f: Drop board_type parameter from initdram()Simon Glass2017-04-051-1/+1
* MIPS: make inclusion of ROM exception vectors configurableDaniel Schwierzeck2016-11-301-0/+2
* treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada2016-09-231-1/+1
* MIPS: ath79: Use mach_cpu_init instead of arch_cpu_initPaul Burton2016-09-211-1/+1
* mips: ath79: Use AR933X_PLL_SWITCH_CLOCK_CONTROL_REG macro defineWills Wang2016-05-312-1/+2
* mips: ath79: Add support for ungating USB and ethernet on qca953xWills Wang2016-05-311-0/+50
* mips: ath79: Rename get_bootstrap into ath79_get_bootstrapWills Wang2016-05-319-28/+15
* mips: ath79: ar933x: Avoid warning with gcc5Wills Wang2016-05-261-0/+2
* mips: ath79: ar933x: Fix ethernet PHY mismatchWills Wang2016-05-262-1/+3
* mips: ath79: Add support for TPLink WDR4300Marek Vasut2016-05-211-0/+5
* mips: ath79: Add AR934x supportMarek Vasut2016-05-218-1/+571
* mips: ath79: Add support for ungating ethernet on ar933x and ar934xMarek Vasut2016-05-213-0/+80
* mips: ath79: Add support for ungating USB on ar933x and ar934xMarek Vasut2016-05-212-0/+61
* mips: ath79: Fix compiler warning on const assignmentMarek Vasut2016-05-211-1/+1
* mips: ath79: Fix ar71xx_regs.h indentMarek Vasut2016-05-211-1034/+1069
* ath79: add readonly attribute for ath79_soc_descWills Wang2016-05-211-4/+4
* ath79: ar933x: use BIT macro for bit shift operationWills Wang2016-05-211-7/+7
* mips: ath79: add AP143 reference boardWills Wang2016-05-211-0/+5
* mips: ath79: add AP121 reference boardWills Wang2016-05-211-0/+11
* mips: ath79: add support for QCA953x SOCsWills Wang2016-05-216-1/+787
* mips: ath79: add support for AR933x SOCsWills Wang2016-05-216-0/+720
* mips: add base support for QCA/Atheros ath79 SOCsWills Wang2016-05-219-0/+1597