- May 31, 2016
-
-
Wills Wang authored
Add code to ungate USB and ethernet controller on qca953x Signed-off-by:
Wills Wang <wills.wang@live.com>
-
Wills Wang authored
Add a platform prefix for function name in order to make more readable, and move it into ath79.h Signed-off-by:
Wills Wang <wills.wang@live.com> Acked-by:
Marek Vasut <marex@denx.de>
-
- May 25, 2016
-
-
Wills Wang authored
We need reset the Ethernet Switch analog part before operation, or the build-in Ethernet PHY don't work. Signed-off-by:
Wills Wang <wills.wang@live.com> Acked-by:
Marek Vasut <marex@denx.de>
-
- May 20, 2016
-
-
Marek Vasut authored
Add code to ungate the ethernet controller on ar933x and ar934x . Signed-off-by:
Marek Vasut <marex@denx.de> Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com> Cc: Wills Wang <wills.wang@live.com>
-
Marek Vasut authored
Add code to ungate the USB controller on ar933x and ar934x . Signed-off-by:
Marek Vasut <marex@denx.de> Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com> Cc: Wills Wang <wills.wang@live.com>
-
Marek Vasut authored
The assignment const T var; var = value; is illegal, since var is constant. Drop the const to fix the compiler warning. Signed-off-by:
Marek Vasut <marex@denx.de> Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com> Cc: Wills Wang <wills.wang@live.com>
-
Wills Wang authored
This patch add some common code for QCA/Atheros ath79 SOCs such as DDR tuning, chip reset and CPU detection. Signed-off-by:
Wills Wang <wills.wang@live.com>
-