aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/files/arch/mips/include/asm/mach-ralink/rt305x.h
Commit message (Collapse)AuthorAgeFilesLines
* move files to files-3.7John Crispin2013-04-031-169/+0
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36161
* ramips/rt305x: add initial support for Rt5350 SoCGabor Juhos2012-09-121-0/+6
| | | | | | | | | | | | | Somehow detecting the RAM size in common/setup.c doesn't work here, it always detects 64M and then crashes on devices with less RAM. Probably using MEMC_REG_SDRAM_CFG1 to know the RAM size is how it could be, for now I use the mem=32M kernel parameter to get stuff working. Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 33381
* ramips: rt305x: use different memory size setup for RT3352Gabor Juhos2012-04-211-0/+3
| | | | SVN-Revision: 31400
* ramips: add RT3350 detectionGabor Juhos2012-03-121-0/+6
| | | | SVN-Revision: 30900
* ramips: rt305x: rewrite SoC detectionGabor Juhos2012-03-111-0/+29
| | | | SVN-Revision: 30890
* ramips: introduce ramips_soc_prom_init and move SoC detection into thatGabor Juhos2012-03-111-2/+0
| | | | SVN-Revision: 30887
* ramips: implement clock API for RT305XGabor Juhos2011-01-261-5/+1
| | | | SVN-Revision: 25124
* ramips: remove extern and __init from function prototypesGabor Juhos2011-01-261-3/+3
| | | | SVN-Revision: 25123
* add GPIO configuration featureGabor Juhos2009-09-041-0/+55
| | | | SVN-Revision: 17512
* use common get_system_type functionGabor Juhos2009-08-311-4/+0
| | | | SVN-Revision: 17455
* share common INTC codeGabor Juhos2009-08-301-11/+0
| | | | SVN-Revision: 17440
* initial support for RT288x/RT305xGabor Juhos2009-08-301-0/+91
SVN-Revision: 17439