aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/ralink/rt305x.c
Commit message (Collapse)AuthorAge
* MIPS: ralink: add memory definition for RT305xJohn Crispin2013-05-07
| | | | | | | | | | Populate struct soc_info with the data that describes our RAM window. As memory detection fails on RT5350 we read the amount of available memory from the system controller. Signed-off-by: John Crispin <blogic@openwrt.org> Patchwork: http://patchwork.linux-mips.org/patch/5180/
* MIPS: ralink: add uart mask to struct ralink_pinmuxJohn Crispin2013-05-07
| | | | | | | Add a field for the uart muxing mask and set it inside the rt305x setup code. Signed-off-by: John Crispin <blogic@openwrt.org> Patchwork: http://patchwork.linux-mips.org/patch/5744/
* MIPS: ralink: make the RT305x pinmuxing structure staticJohn Crispin2013-05-07
| | | | | | | | These structures are exported via struct ralink_pinmux rt_gpio_pinmux and can hence be static. Signed-off-by: John Crispin <blogic@openwrt.org> Patchwork: http://patchwork.linux-mips.org/patch/5172/
* MIPS: ralink: rename gpio_pinmux to rt_gpio_pinmuxJohn Crispin2013-05-07
| | | | | | | Add proper namespacing to the variable. Signed-off-by: John Crispin <blogic@openwrt.org> Patchwork: http://patchwork.linux-mips.org/patch/5171/
* MIPS: ralink: fix RT305x clock setupJohn Crispin2013-05-07
| | | | | | | | Add a few missing clocks. Signed-off-by: John Crispin <blogic@openwrt.org> Acked-by: Gabor Juhos <juhosg@openwrt.org> Patchwork: http://patchwork.linux-mips.org/patch/5167/
* MIPS: ralink: adds support for RT305x SoC familyJohn Crispin2013-02-16
Add support code for rt3050, rt3052, rt3350, rt3352 and rt5350 SOC. The code detects the SoC and registers the clk / pinmux settings. Signed-off-by: John Crispin <blogic@openwrt.org> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> Patchwork: http://patchwork.linux-mips.org/patch/4896/