lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <1357198179-10031-1-git-send-email-vbyravarasu@nvidia.com> Date: Thu, 3 Jan 2013 12:59:37 +0530 From: Venu Byravarasu <vbyravarasu@...dia.com> To: <gregkh@...uxfoundation.org>, <stern@...land.harvard.edu> CC: <linux-usb@...r.kernel.org>, <linux-kernel@...r.kernel.org>, <swarren@...dotorg.org>, Venu Byravarasu <vbyravarasu@...dia.com> Subject: [PATCH RESEND 0/2] usb: tegra: modifying port reset based on instance number Tegra USB host driver is using port instance number, to handle some of the hardware issues on SOC e.g. reset PORT0 twice etc. As instance number based handling looks ugly, added a new property to USB DT node for this purpose. Modified host driver to make use of the information passed through DT to reset the port second time. Venu Byravarasu (2): arm: tegra: Add new DT property to USB node. usb: host: tegra: Resetting PORT0 based on information received via DT. .../bindings/usb/nvidia,tegra20-ehci.txt | 2 ++ arch/arm/boot/dts/tegra20.dtsi | 1 + drivers/usb/host/ehci-tegra.c | 6 +++++- 3 files changed, 8 insertions(+), 1 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists