index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
mips
/
mach-ath79
Age
Commit message (
Expand
)
Author
2024-07-15
mips: Remove duplicate newlines
Marek Vasut
2023-10-24
mips: Remove common.h usage
Tom Rini
2021-10-15
Convert CONFIG_USB_EHCI_IS_TDI to Kconfig
Marek Behún
2021-02-02
common: Drop asm/global_data.h from common header
Simon Glass
2020-05-18
common: Drop linux/bitops.h from common header
Simon Glass
2020-05-18
common: Drop linux/delay.h from common header
Simon Glass
2020-05-18
common: Drop log.h from common header
Simon Glass
2020-05-18
command: Remove the cmd_tbl_t typedef
Simon Glass
2020-05-18
common: Drop init.h from common header
Simon Glass
2020-01-17
common: Move hang() to the same header as panic()
Simon Glass
2020-01-17
common: Move RAM-sizing functions to init.h
Simon Glass
2020-01-17
common: Move clock functions into a new file
Simon Glass
2019-04-12
mips: add initial support for qca956x referenced board
Rosy Song
2019-04-12
mips: fix erros on registers macros of pll-ddr-config1-nfrac for QCA956X
Rosy Song
2018-07-30
Kconfig: Sort bool, default, select and imply options
Michal Simek
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-04-27
Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR
Tom Rini
2018-01-24
wait_bit: use wait_for_bit_le32 and remove wait_for_bit
Álvaro Fernández Rojas
2017-04-13
board_f: Rename initdram() to dram_init()
Simon Glass
2017-04-05
board_f: Drop return value from initdram()
Simon Glass
2017-04-05
board_f: Drop board_type parameter from initdram()
Simon Glass
2016-11-30
MIPS: make inclusion of ROM exception vectors configurable
Daniel Schwierzeck
2016-09-23
treewide: replace #include <asm/errno.h> with <linux/errno.h>
Masahiro Yamada
2016-09-21
MIPS: ath79: Use mach_cpu_init instead of arch_cpu_init
Paul Burton
2016-05-31
mips: ath79: Use AR933X_PLL_SWITCH_CLOCK_CONTROL_REG macro define
Wills Wang
2016-05-31
mips: ath79: Add support for ungating USB and ethernet on qca953x
Wills Wang
2016-05-31
mips: ath79: Rename get_bootstrap into ath79_get_bootstrap
Wills Wang
2016-05-26
mips: ath79: ar933x: Avoid warning with gcc5
Wills Wang
2016-05-26
mips: ath79: ar933x: Fix ethernet PHY mismatch
Wills Wang
2016-05-21
mips: ath79: Add support for TPLink WDR4300
Marek Vasut
2016-05-21
mips: ath79: Add AR934x support
Marek Vasut
2016-05-21
mips: ath79: Add support for ungating ethernet on ar933x and ar934x
Marek Vasut
2016-05-21
mips: ath79: Add support for ungating USB on ar933x and ar934x
Marek Vasut
2016-05-21
mips: ath79: Fix compiler warning on const assignment
Marek Vasut
2016-05-21
mips: ath79: Fix ar71xx_regs.h indent
Marek Vasut
2016-05-21
ath79: add readonly attribute for ath79_soc_desc
Wills Wang
2016-05-21
ath79: ar933x: use BIT macro for bit shift operation
Wills Wang
2016-05-21
mips: ath79: add AP143 reference board
Wills Wang
2016-05-21
mips: ath79: add AP121 reference board
Wills Wang
2016-05-21
mips: ath79: add support for QCA953x SOCs
Wills Wang
2016-05-21
mips: ath79: add support for AR933x SOCs
Wills Wang
2016-05-21
mips: add base support for QCA/Atheros ath79 SOCs
Wills Wang