aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/files/arch
Commit message (Collapse)AuthorAgeFilesLines
* lantiq: dts: fix malformed unit addressesMathias Kresin2019-07-071-1/+1
| | | | | | | | Fixes: Warning (unit_address_format): unit name should not have leading "0x" Signed-off-by: Mathias Kresin <dev@kresin.me>
* lantiq: dts: drop superfluous unit addressMathias Kresin2019-07-0720-68/+48
| | | | | | | | | | | | | The cpu temperature driver has the register offset hardcode and doesn't need a reg. The mdio bus node is only used as a well known name and doesn't need a reg or unit address. syscon-reboot doesn't have a unit address or a reg either. The unit name collides with reset-controller@10 anyway. Signed-off-by: Mathias Kresin <dev@kresin.me>
* lantiq: dts: add reg if unit address is setMathias Kresin2019-07-075-0/+29
| | | | | | | | | Add the reg property if the node has an unit address. Fixes the following device tree compiler warning: Warning (unit_address_vs_reg): node has a unit name, but no reg property Signed-off-by: Mathias Kresin <dev@kresin.me>
* lantiq: dts: move memory node to board dtsMathias Kresin2019-07-0747-16/+43
| | | | | | | The memory node is highly board specific and should be only defined in the board dts. Signed-off-by: Mathias Kresin <dev@kresin.me>
* lantiq: copy target to kernel 4.19Hauke Mehrtens2019-07-0482-0/+12565
| | | | | | | | This just copies the files from the kernel 4.14 specific folders into the kernel 4.19 specific folder, no changes are done to the files in this commit. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* move files/ -> files-3.3/John Crispin2012-11-0290-23969/+0
| | | | SVN-Revision: 34060
* drop GPIODEV platform codeJohn Crispin2012-10-171-5/+0
| | | | SVN-Revision: 33825
* tapi was not registeredproperly for most arcadyan boardsJohn Crispin2012-09-281-0/+8
| | | | SVN-Revision: 33591
* W502V/ARV4525 wireless mac bugfixJohn Crispin2012-08-041-4/+1
| | | | | | | | | The ARV4525 board init is passing the wrong offset to arv_register_ath5k() resulting in a bogus mac. Signed-off-by: Tobias Diedrich <ranma+openwrt@tdiedrich.de> SVN-Revision: 32993
* cleanup patchesJohn Crispin2012-08-0365-129/+20325
| | | | SVN-Revision: 32953
* move files-3.3 -> filesJohn Crispin2012-05-2729-0/+3773
| | | | SVN-Revision: 31912
* * revert [25002] * fixes EBU ack when EBU causes an irqJohn Crispin2011-01-191-213/+0
| | | | SVN-Revision: 25047
* move irq.c from patch into own fileMirko Vogt2011-01-151-0/+213
SVN-Revision: 25002