UPSTREAM: wait_bit: use wait_for_bit_le32 and remove wait_for_bitwait_for_bit callers use the 32 bit LE versionSigned-off-by: Álvaro Fernández Rojas <noltari@gmail.com>Reviewed-by: Daniel Schwie
UPSTREAM: wait_bit: use wait_for_bit_le32 and remove wait_for_bitwait_for_bit callers use the 32 bit LE versionSigned-off-by: Álvaro Fernández Rojas <noltari@gmail.com>Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>Reviewed-by: Jagan Teki <jagan@openedev.com>Change-Id: I638846de7db29711fb7c778cc8304b507de057feSigned-off-by: Jon Lin <jon.lin@rock-chips.com>(cherry picked from commit 48263504c8d501678acaa90c075f3f7cda17c316)Signed-off-by: Jon Lin <jon.lin@rock-chips.com>
show more ...
mips: ath79: Rename get_bootstrap into ath79_get_bootstrapAdd a platform prefix for function name in order to make more readable,and move it into ath79.hSigned-off-by: Wills Wang <wills.wang@liv
mips: ath79: Rename get_bootstrap into ath79_get_bootstrapAdd a platform prefix for function name in order to make more readable,and move it into ath79.hSigned-off-by: Wills Wang <wills.wang@live.com>Acked-by: Marek Vasut <marex@denx.de>
mips: ath79: Add AR934x supportAdd support for the Atheros AR934x WiSoCs. This patchs adds completesystem init, including PLL and DRAM init, both of which happen fromfull C environment, since the
mips: ath79: Add AR934x supportAdd support for the Atheros AR934x WiSoCs. This patchs adds completesystem init, including PLL and DRAM init, both of which happen fromfull C environment, since the AR934x has proper SRAM.Signed-off-by: Marek Vasut <marex@denx.de>Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>Cc: Wills Wang <wills.wang@live.com>