summaryrefslogtreecommitdiffstats
path: root/target/linux/ar7/files
Commit message (Collapse)AuthorAgeFilesLines
* ar7: add linux 4.1 supportJonas Gorski2015-07-051-2/+2
| | | | | | | | Compile tested only. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 46186
* ar7: register_mtd_parser() does no longer have a return valueJohn Crispin2015-03-101-1/+2
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 44638
* ar7: bump to 3.14John Crispin2014-12-083-0/+612
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 43553
* move files directory to files-3.3Florian Fainelli2012-11-113-612/+0
| | | | SVN-Revision: 34153
* detect AC49x flash partitionsFlorian Fainelli2012-11-111-0/+220
| | | | | | | Signed-off-by: Daniel Golle <dgolle@allnet.de> Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34146
* avoid namespace clash on ar7_gpio_initFlorian Fainelli2010-11-071-4/+4
| | | | SVN-Revision: 23917
* add 2.6.35 supportFlorian Fainelli2010-08-262-0/+392
| | | | SVN-Revision: 22812
* move files to file-2.6.30Florian Fainelli2010-02-0423-4016/+0
| | | | SVN-Revision: 19518
* add UPF_IOREMAP flag to the uart port definition (#6532)Florian Fainelli2010-01-281-0/+2
| | | | SVN-Revision: 19374
* add support for titan variant (WRTP54G) (#6185)Florian Fainelli2010-01-036-11/+391
| | | | SVN-Revision: 19022
* add experimental support for 2.6.30Florian Fainelli2009-08-021-0/+1
| | | | SVN-Revision: 17097
* remove old 2.6.24 codeFlorian Fainelli2009-06-012-15/+0
| | | | SVN-Revision: 16240
* revert part of r16112, the setup.c part needs more testingFlorian Fainelli2009-05-271-37/+1
| | | | SVN-Revision: 16113
* include missing atm-tools to setup pppoe/a linksFlorian Fainelli2009-05-271-1/+37
| | | | SVN-Revision: 16112
* I recently came across an ar7 device which has the vlynq hardwired so that ↵Florian Fainelli2009-05-251-23/+127
| | | | | | | | | | | | | | | | the clocks are always generated by the remote device instead of the local one. Upon initialization the current version of vlynq driver disables remote clock generation and causes the entire bus to hang on my device. This patch adds support for detecting which device (local or remote) is responsible of clock generation and implements clock initialization based on detection result. Signed-off-by: Antti Seppala <a.seppala at gmail.com> SVN-Revision: 16049
* update to 2.6.27 (#4122)Florian Fainelli2009-05-071-1/+0
| | | | SVN-Revision: 15665
* do not patch the local copy of ar7part.c to be exactly like what is mainline ↵Florian Fainelli2009-02-221-146/+0
| | | | | | already SVN-Revision: 14625
* AR7 watchdog supports magic closeFelix Fietkau2008-09-231-1/+1
| | | | | | | | | | This patch adds the magic close flag (stopping the watchdog on an expected close by wrting 'V' to the device before closing it) to the watchdogs list, which the AR7 watchdog code actually supports. Signed-off-by: Axel Gembe <ago@bastart.eu.org> SVN-Revision: 12666
* Treat vlynq external divisor just like automatic, fix comment about it, ↵Florian Fainelli2008-09-011-1/+3
| | | | | | thanks sn9 SVN-Revision: 12467
* Fix divisor calculation and configuration from previous commit, thanks sn9Florian Fainelli2008-09-014-42/+21
| | | | SVN-Revision: 12454
* Fix divisor settings for external devices like wireless devices, thanks sn9Florian Fainelli2008-08-312-14/+42
| | | | SVN-Revision: 12443
* use the righ value in the DSP clock calculationGabor Juhos2008-05-121-1/+1
| | | | SVN-Revision: 11123
* ar7: remove volatiles definitelyMatteo Croce2008-04-071-35/+32
| | | | SVN-Revision: 10762
* vlynq: revert volatiles until we find a good way to remove themMatteo Croce2008-04-071-10/+10
| | | | SVN-Revision: 10760
* ar7: remove useless volatilesMatteo Croce2008-04-072-16/+19
| | | | SVN-Revision: 10757
* ar7: remove unneeded packed and array initializationMatteo Croce2008-04-073-6/+6
| | | | SVN-Revision: 10752
* vlynq: small fixesMatteo Croce2008-04-021-1/+2
| | | | SVN-Revision: 10711
* add proper email addresses to the comment headersMatteo Croce2008-04-027-7/+12
| | | | SVN-Revision: 10709
* Let authors holds copyright of the AR7 code (closes #2369)Matteo Croce2008-04-0214-20/+10
| | | | SVN-Revision: 10708
* vlynq: probe for an external clock first, needed to enable acx on the ↵Matteo Croce2008-04-021-9/+8
| | | | | | Leonardo board SVN-Revision: 10707
* Update kernel to 2.6.24Matteo Croce2008-02-081-1293/+0
| | | | SVN-Revision: 10421
* make current AR7 code 2.6.24 aware, for future useMatteo Croce2008-02-083-5/+16
| | | | SVN-Revision: 10415
* DG834G Power LED fixFelix Fietkau2008-02-021-1/+1
| | | | | | | | | | This patch enables the new "default-on" trigger for the AR7 target and uses it to ensure the "power" LED on the DG834G is initialised in the ON state. Previously this LED would turn off when the driver loaded and stay off until turned back on from userspace. With this patch it remains on throughout the boot process, but can still be controlled from userspace if required. Signed-off-by: Nick Forbes <nick.forbes@incepta.com> SVN-Revision: 10349
* fixed war.h pathMatteo Croce2008-01-291-0/+0
| | | | SVN-Revision: 10316
* added missing war.hMatteo Croce2008-01-291-0/+25
| | | | SVN-Revision: 10315
* Add support for european DSL-502t leds (#2880)Florian Fainelli2008-01-161-1/+1
| | | | SVN-Revision: 10210
* gpio: revert it back, wrong and uselessMatteo Croce2008-01-131-13/+5
| | | | SVN-Revision: 10181
* GPIO fixMatteo Croce2008-01-121-6/+5
| | | | SVN-Revision: 10180
* cache GPIO addresses to be more efficentMatteo Croce2008-01-121-5/+14
| | | | SVN-Revision: 10179
* Add dg834 leds support from #2817Florian Fainelli2008-01-041-0/+11
| | | | SVN-Revision: 10105
* Add LEDs definitions for the D-Link DSL-502T (#2746)Florian Fainelli2007-12-161-1/+11
| | | | | | Signed-off-by: Oliver <oliver@opencloud.com> SVN-Revision: 9776
* Reimplement rx ring with EOQ markers to avoid reset stormsFelix Fietkau2007-12-071-5/+102
| | | | | | Signed-off-by: oliver@opencloud.com SVN-Revision: 9665
* Fix race between device reset and start_xmitFelix Fietkau2007-12-071-32/+61
| | | | | | Signed-off-by: oliver@opencloud.com SVN-Revision: 9664
* Fix VLYNQ device enable for DG834Gv1Felix Fietkau2007-12-041-1/+1
| | | | | | | | | | | | | | | | | | | | This patch allows VLYNQ devices on the DG834Gv1 to be successfully enabled. Currently the "__vlynq_enable_device" function attempts to set the VLYNQ device clock divisor to values from 1 through 8 until a link is successfully established. On the DG834Gv1 (but not the DG834Gv2), setting the VLYNQ device clock divisor to 1 (full rate) results in all further VLYNQ operations failing (including software reset), so the device is never enabled. This patches changes the function to only attempt divisors 2 through 8, and hence the device is successfully enabled. Signed-off-by: Nick Forbes <nick.forbes@huntsworth.com> --------- SVN-Revision: 9656
* ar7_gpio: remove unneeded checks and volatileMatteo Croce2007-10-231-14/+2
| | | | SVN-Revision: 9419
* fritzbox leds detection (thanks Axel Gembe)Eugene Konev2007-10-191-4/+27
| | | | SVN-Revision: 9357
* Fix tx error handling (#2552). Make rx ring size actually configurable ↵Eugene Konev2007-10-161-18/+11
| | | | | | through ethtool SVN-Revision: 9333
* fix the case when NETDEVICES_MULTIQUEUE is not enabled (#2506)Eugene Konev2007-10-131-0/+20
| | | | SVN-Revision: 9282
* remove version checksEugene Konev2007-10-111-6/+0
| | | | SVN-Revision: 9253
* we are using leds-gpio nowEugene Konev2007-10-111-132/+0
| | | | SVN-Revision: 9252