aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/sunxi
Commit message (Collapse)AuthorAgeFilesLines
* sunxi: add support for Lemaker bananaPiZoltan HERPAI2014-06-014-0/+190
| | | | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40898 3c298f89-4303-0410-b956-a3cf2f4a3e73
* sunxi: fix typo in uci-defaults network configZoltan HERPAI2014-06-011-1/+1
| | | | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40895 3c298f89-4303-0410-b956-a3cf2f4a3e73
* sunxi: various a13 changesZoltan HERPAI2014-05-012-1/+4
| | | | | | | | | | | - add rtl8192cu into A13 Olinuxino profile - make wlan0 the default interface Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40617 3c298f89-4303-0410-b956-a3cf2f4a3e73
* sunxi: add rtl8192cu to pcDuino profileZoltan HERPAI2014-05-011-1/+1
| | | | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40616 3c298f89-4303-0410-b956-a3cf2f4a3e73
* sunxi: add default network config for missing boardsZoltan HERPAI2014-04-301-0/+3
| | | | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40612 3c298f89-4303-0410-b956-a3cf2f4a3e73
* sunxi: add rtl8188eu into pcduino v3 profileZoltan HERPAI2014-04-301-1/+1
| | | | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40610 3c298f89-4303-0410-b956-a3cf2f4a3e73
* sunxi: add board support for LinkSprite pcDuino v3Zoltan HERPAI2014-04-304-1/+186
| | | | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40606 3c298f89-4303-0410-b956-a3cf2f4a3e73
* sunxi: remove mainlined patchesZoltan HERPAI2014-04-142-78/+0
| | | | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40512 3c298f89-4303-0410-b956-a3cf2f4a3e73
* upgrade 3.13 targets to 3.13.7Imre Kaloz2014-03-261-2/+2
| | | | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40022 3c298f89-4303-0410-b956-a3cf2f4a3e73
* sunxi: init eth0 as lan instead of wan, add a couple boardsZoltan HERPAI2014-03-201-2/+4
| | | | | | | | | Signed-off-by: Alexander Couzens <lynxis@fe80.eu> Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39973 3c298f89-4303-0410-b956-a3cf2f4a3e73
* sunxi: enable /proc/device-tree - used for board detectionZoltan HERPAI2014-03-201-0/+1
| | | | | | | | | Signed-off-by: Alexander Couzens <lynxis@fe80.eu> Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39972 3c298f89-4303-0410-b956-a3cf2f4a3e73
* sunxi: various changesZoltan HERPAI2014-03-204-5/+64
| | | | | | | | | | | | - fix mmc, sata, usb (partially) on CubieTruck - fix hstimer DT on A20 Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> Signed-off-by: Zalan Blenessy <zalan.blenessy@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39971 3c298f89-4303-0410-b956-a3cf2f4a3e73
* sunxi: fix mmc support on sun4iZoltan HERPAI2014-03-172-70/+10
| | | | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39943 3c298f89-4303-0410-b956-a3cf2f4a3e73
* sunxi: update 3.13 defconfig to include lradc driverZoltan HERPAI2014-03-061-0/+1
| | | | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39783 3c298f89-4303-0410-b956-a3cf2f4a3e73
* sunxi: driver refresh for 3.13Zoltan HERPAI2014-03-06179-4719/+14841
| | | | | | | | | | | | | | | | | | - update gmac / mmc / usb / ahci drivers to follow mainline dev trees - add driver for spi - update clock support - update a31 support - move to new DT compats where appropriate - re-order patchqueue where needed - verified working a20 smp - move most DTSes off files/ - update defconfig Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39782 3c298f89-4303-0410-b956-a3cf2f4a3e73
* sunxi: deprecate 3.12 supportZoltan HERPAI2014-03-0574-7888/+0
| | | | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39780 3c298f89-4303-0410-b956-a3cf2f4a3e73
* target/sunxi: add dependency on sunxi to kmod-wdt-sunxiNicolas Thill2014-02-221-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39693 3c298f89-4303-0410-b956-a3cf2f4a3e73
* sunxi: move a lost CONFIG_CHARGER symbol to genericNicolas Thill2014-02-191-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39634 3c298f89-4303-0410-b956-a3cf2f4a3e73
* target/sunxi: make REGMAP built-in (used by REGULATOR)Nicolas Thill2014-02-181-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39633 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: refresh configs with kconfig.plGabor Juhos2014-02-181-1/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39627 3c298f89-4303-0410-b956-a3cf2f4a3e73
* upgrade 3.13 targets to 3.13.2, refresh patchesImre Kaloz2014-02-1395-768/+170
| | | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39582 3c298f89-4303-0410-b956-a3cf2f4a3e73
* sunxi: bump target to 3.13.1Zoltan HERPAI2014-02-061-1/+1
| | | | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39511 3c298f89-4303-0410-b956-a3cf2f4a3e73
* sunxi: various 3.13 usb changesZoltan HERPAI2014-02-062-1/+47
| | | | | | | | | | | - disable USB_DEBUG - rename reset compat property Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39510 3c298f89-4303-0410-b956-a3cf2f4a3e73
* sunxi: sun6i-a31 changesZoltan HERPAI2014-02-053-0/+79
| | | | | | | | | | | - push remaining sun6i patches for 3.13 - enable Colombus A31 devboard (compile-tested only) Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39487 3c298f89-4303-0410-b956-a3cf2f4a3e73
* sunxi: fix USB voltage on pcDuinoZoltan HERPAI2014-02-051-4/+4
| | | | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39472 3c298f89-4303-0410-b956-a3cf2f4a3e73
* sunxi: initial 3.13 supportZoltan HERPAI2014-02-0592-0/+8924
| | | | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39471 3c298f89-4303-0410-b956-a3cf2f4a3e73
* sunxi: boot changesZoltan HERPAI2014-01-311-1/+1
| | | | | | | | | | | | | - Added uEnv.txt to facilitate automatic boot. - Cosmetic fix in u-boot Makefile - Don't force command line arguments Signed-off-by: Zalan Blenessy <zalan.blenessy@gmail.com> Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39438 3c298f89-4303-0410-b956-a3cf2f4a3e73
* sunxi: fix image generationZoltan HERPAI2014-01-131-0/+1
| | | | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39276 3c298f89-4303-0410-b956-a3cf2f4a3e73
* sunxi: various changesZoltan HERPAI2014-01-1210-9/+201
| | | | | | | | | | | | | | - rename hstimer DT on sun5i to avoid confusion - add Cubietruck support - select watchdog by default - select rtc in profiles where appropriate - cosmetic changes Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39263 3c298f89-4303-0410-b956-a3cf2f4a3e73
* sunxi: various changesZoltan HERPAI2014-01-116-4/+425
| | | | | | | | | | | | - let LBDAF be set by generic config - add high-speed timer support - refresh sun5i USB patch Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39223 3c298f89-4303-0410-b956-a3cf2f4a3e73
* sunxi: add support for Olinuxino A10 LIMEZoltan HERPAI2014-01-114-0/+199
| | | | | | | | | Signed-off-by: Zalan Blenessy <zalan.blenessy@gmail.com> Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39222 3c298f89-4303-0410-b956-a3cf2f4a3e73
* sunxi: add/refresh patches for cubieboard2Zoltan HERPAI2014-01-104-0/+151
| | | | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39218 3c298f89-4303-0410-b956-a3cf2f4a3e73
* sunxi: refresh usb vbus patchZoltan HERPAI2014-01-061-27/+0
| | | | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39205 3c298f89-4303-0410-b956-a3cf2f4a3e73
* sunxi: various fixesZoltan HERPAI2014-01-066-21/+420
| | | | | | | | | | | | | | | | | | - DT: update USB vbus from 3.3v to 5v - emac: add missing free_irq - DT: add emac aliases - DT: fix interrupts on A20 - modules: add watchdog module - don't compile in mac80211 - don't compile in usbnet Thanks to Hans de Goede, Zalan Blenessy et al. Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39204 3c298f89-4303-0410-b956-a3cf2f4a3e73
* sunxi: emac changesZoltan HERPAI2014-01-046-5/+17
| | | | | | | | | | | - move emac into module - add into profiles where appropriate Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39200 3c298f89-4303-0410-b956-a3cf2f4a3e73
* sunxi: add sata driver to profiles where appropriateZoltan HERPAI2014-01-043-3/+3
| | | | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39198 3c298f89-4303-0410-b956-a3cf2f4a3e73
* sunxi: add sata driver for sun[47]iZoltan HERPAI2014-01-045-0/+706
| | | | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39197 3c298f89-4303-0410-b956-a3cf2f4a3e73
* sunxi: move sunxi-sid (security ID) off to moduleZoltan HERPAI2014-01-043-2/+18
| | | | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39196 3c298f89-4303-0410-b956-a3cf2f4a3e73
* sunxi: move rtc off to moduleZoltan HERPAI2014-01-043-3/+25
| | | | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39195 3c298f89-4303-0410-b956-a3cf2f4a3e73
* sunxi: add the actual mmc driverZoltan HERPAI2014-01-042-0/+1154
| | | | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39194 3c298f89-4303-0410-b956-a3cf2f4a3e73
* sunxi: delete a31 reset for now in lack of the mach splitZoltan HERPAI2014-01-041-41/+0
| | | | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39193 3c298f89-4303-0410-b956-a3cf2f4a3e73
* sunxi: add support for pcDuino boardZoltan HERPAI2014-01-044-0/+198
| | | | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39190 3c298f89-4303-0410-b956-a3cf2f4a3e73
* sunxi: add mmc supportZoltan HERPAI2014-01-048-5/+595
| | | | | | | | | | | | - add MMC support for sun457i - update kernel config to compile in MMC and ext4 - update kernel cmdline Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39189 3c298f89-4303-0410-b956-a3cf2f4a3e73
* sunxi: various fixesZoltan HERPAI2014-01-045-2/+216
| | | | | | | | | | | | - have Kconfig options ordered - add new olinuxino a13-micro board - various fixes for EHCI Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39188 3c298f89-4303-0410-b956-a3cf2f4a3e73
* sunxi: remove sun6i/7i split for nowZoltan HERPAI2014-01-041-56/+0
| | | | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39187 3c298f89-4303-0410-b956-a3cf2f4a3e73
* sunxi: refresh clock frameworkZoltan HERPAI2014-01-0416-0/+1367
| | | | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39186 3c298f89-4303-0410-b956-a3cf2f4a3e73
* upgrade 3.12 targets to 3.12.5Imre Kaloz2013-12-141-1/+1
| | | | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39055 3c298f89-4303-0410-b956-a3cf2f4a3e73
* sunxi: remove old kernel config after 3.12 upgrade (r38811)Luka Perkov2013-11-161-202/+0
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38819 3c298f89-4303-0410-b956-a3cf2f4a3e73
* sunxi: rework targetZoltan HERPAI2013-11-1448-175/+4313
| | | | | | | | | | | | | | - update kernel to 3.12 - add patches for clocks, i2c, usb, sid, rtc - support common image for A10/A13/A20 - add support for a couple boards - most drivers are configured into the kernel as of now Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38811 3c298f89-4303-0410-b956-a3cf2f4a3e73
* sunxi: drop CONFIG_DEVTMPFS optionLuka Perkov2013-11-061-3/+0
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38661 3c298f89-4303-0410-b956-a3cf2f4a3e73