summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/ahb.c
AgeCommit message (Collapse)Author
2012-06-14ARM: tegra: resolve compilation time warningsSanjay Singh Rawat
- Adding flag to treat warning as error. - Handling warnings of unused variable, structures and functions, wrong return type, wrong type comparision. Bug 949219 Change-Id: I9d02387ce1073c4e46f69d01669285aa3754f1d9 Signed-off-by: Sanjay Singh Rawat <srawat@nvidia.com> Reviewed-on: http://git-master/r/104968 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com>
2011-11-30ARM: tegra: pm: save/restore ahb bus registersBenoit Goby
Submitted on behalf of Jay Cheng <jacheng@nvidia.com> Modified to use syscore_ops Change-Id: Ic8a3a9559634eb3f1f0e4b40a2d8502d20d606d6 Signed-off-by: Benoit Goby <benoit@android.com>
2011-11-30ARM: tegra: Enable AHB prefetch for USBBenoit Goby
Enabling AHB prefetch on USB1, USB2, USB3 controllers, to improve the USB transfer throughput. originally work from Rakesh Bodla <rbodla@nvidia.com> Change-Id: I3c45bb8e97ceffbf43229b9c3d9581a565b61187 Signed-off-by: James Wylder <james.wylder@motorola.com>