1
0
Fork 0

Pratyush Anand has moved

pratyush.anand@st.com email-id doesn't exist anymore as I have left the
company.  Replace ST's id with pratyush.anand@gmail.com.

Signed-off-by: Pratyush Anand <pratyush.anand@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
hifive-unleashed-5.1
Pratyush Anand 2015-06-25 15:01:08 -07:00 committed by Linus Torvalds
parent b86a50c3b5
commit e34cadde3b
9 changed files with 17 additions and 16 deletions

View File

@ -95,6 +95,7 @@ Patrick Mochel <mochel@digitalimplant.org>
Peter A Jonsson <pj@ludd.ltu.se> Peter A Jonsson <pj@ludd.ltu.se>
Peter Oruba <peter@oruba.de> Peter Oruba <peter@oruba.de>
Peter Oruba <peter.oruba@amd.com> Peter Oruba <peter.oruba@amd.com>
Pratyush Anand <pratyush.anand@gmail.com> <pratyush.anand@st.com>
Praveen BP <praveenbp@ti.com> Praveen BP <praveenbp@ti.com>
Rajesh Shah <rajesh.shah@intel.com> Rajesh Shah <rajesh.shah@intel.com>
Ralf Baechle <ralf@linux-mips.org> Ralf Baechle <ralf@linux-mips.org>

View File

@ -1,7 +1,7 @@
What: /config/pcie-gadget What: /config/pcie-gadget
Date: Feb 2011 Date: Feb 2011
KernelVersion: 2.6.37 KernelVersion: 2.6.37
Contact: Pratyush Anand <pratyush.anand@st.com> Contact: Pratyush Anand <pratyush.anand@gmail.com>
Description: Description:
Interface is used to configure selected dual mode PCIe controller Interface is used to configure selected dual mode PCIe controller

View File

@ -4,14 +4,14 @@ driver is bound with root hub device.
What: /sys/bus/usb/devices/.../get_dev_desc What: /sys/bus/usb/devices/.../get_dev_desc
Date: March 2014 Date: March 2014
Contact: Pratyush Anand <pratyush.anand@st.com> Contact: Pratyush Anand <pratyush.anand@gmail.com>
Description: Description:
Write to this node to issue "Get Device Descriptor" Write to this node to issue "Get Device Descriptor"
for Link Layer Validation device. It is needed for TD.7.06. for Link Layer Validation device. It is needed for TD.7.06.
What: /sys/bus/usb/devices/.../u1_timeout What: /sys/bus/usb/devices/.../u1_timeout
Date: March 2014 Date: March 2014
Contact: Pratyush Anand <pratyush.anand@st.com> Contact: Pratyush Anand <pratyush.anand@gmail.com>
Description: Description:
Set "U1 timeout" for the downstream port where Link Layer Set "U1 timeout" for the downstream port where Link Layer
Validation device is connected. Timeout value must be between 0 Validation device is connected. Timeout value must be between 0
@ -19,7 +19,7 @@ Description:
What: /sys/bus/usb/devices/.../u2_timeout What: /sys/bus/usb/devices/.../u2_timeout
Date: March 2014 Date: March 2014
Contact: Pratyush Anand <pratyush.anand@st.com> Contact: Pratyush Anand <pratyush.anand@gmail.com>
Description: Description:
Set "U2 timeout" for the downstream port where Link Layer Set "U2 timeout" for the downstream port where Link Layer
Validation device is connected. Timeout value must be between 0 Validation device is connected. Timeout value must be between 0
@ -27,21 +27,21 @@ Description:
What: /sys/bus/usb/devices/.../hot_reset What: /sys/bus/usb/devices/.../hot_reset
Date: March 2014 Date: March 2014
Contact: Pratyush Anand <pratyush.anand@st.com> Contact: Pratyush Anand <pratyush.anand@gmail.com>
Description: Description:
Write to this node to issue "Reset" for Link Layer Validation Write to this node to issue "Reset" for Link Layer Validation
device. It is needed for TD.7.29, TD.7.31, TD.7.34 and TD.7.35. device. It is needed for TD.7.29, TD.7.31, TD.7.34 and TD.7.35.
What: /sys/bus/usb/devices/.../u3_entry What: /sys/bus/usb/devices/.../u3_entry
Date: March 2014 Date: March 2014
Contact: Pratyush Anand <pratyush.anand@st.com> Contact: Pratyush Anand <pratyush.anand@gmail.com>
Description: Description:
Write to this node to issue "U3 entry" for Link Layer Write to this node to issue "U3 entry" for Link Layer
Validation device. It is needed for TD.7.35 and TD.7.36. Validation device. It is needed for TD.7.35 and TD.7.36.
What: /sys/bus/usb/devices/.../u3_exit What: /sys/bus/usb/devices/.../u3_exit
Date: March 2014 Date: March 2014
Contact: Pratyush Anand <pratyush.anand@st.com> Contact: Pratyush Anand <pratyush.anand@gmail.com>
Description: Description:
Write to this node to issue "U3 exit" for Link Layer Write to this node to issue "U3 exit" for Link Layer
Validation device. It is needed for TD.7.36. Validation device. It is needed for TD.7.36.

View File

@ -2,7 +2,7 @@ Spear PCIe Gadget Driver:
Author Author
============= =============
Pratyush Anand (pratyush.anand@st.com) Pratyush Anand (pratyush.anand@gmail.com)
Location Location
============ ============

View File

@ -2,7 +2,7 @@
* drivers/misc/spear13xx_pcie_gadget.c * drivers/misc/spear13xx_pcie_gadget.c
* *
* Copyright (C) 2010 ST Microelectronics * Copyright (C) 2010 ST Microelectronics
* Pratyush Anand<pratyush.anand@st.com> * Pratyush Anand<pratyush.anand@gmail.com>
* *
* This file is licensed under the terms of the GNU General Public * This file is licensed under the terms of the GNU General Public
* License version 2. This program is licensed "as is" without any * License version 2. This program is licensed "as is" without any

View File

@ -4,7 +4,7 @@
* SPEAr13xx PCIe Glue Layer Source Code * SPEAr13xx PCIe Glue Layer Source Code
* *
* Copyright (C) 2010-2014 ST Microelectronics * Copyright (C) 2010-2014 ST Microelectronics
* Pratyush Anand <pratyush.anand@st.com> * Pratyush Anand <pratyush.anand@gmail.com>
* Mohit Kumar <mohit.kumar@st.com> * Mohit Kumar <mohit.kumar@st.com>
* *
* This file is licensed under the terms of the GNU General Public * This file is licensed under the terms of the GNU General Public
@ -386,5 +386,5 @@ static int __init spear13xx_pcie_init(void)
module_init(spear13xx_pcie_init); module_init(spear13xx_pcie_init);
MODULE_DESCRIPTION("ST Microelectronics SPEAr13xx PCIe host controller driver"); MODULE_DESCRIPTION("ST Microelectronics SPEAr13xx PCIe host controller driver");
MODULE_AUTHOR("Pratyush Anand <pratyush.anand@st.com>"); MODULE_AUTHOR("Pratyush Anand <pratyush.anand@gmail.com>");
MODULE_LICENSE("GPL v2"); MODULE_LICENSE("GPL v2");

View File

@ -2,7 +2,7 @@
* ST SPEAr1310-miphy driver * ST SPEAr1310-miphy driver
* *
* Copyright (C) 2014 ST Microelectronics * Copyright (C) 2014 ST Microelectronics
* Pratyush Anand <pratyush.anand@st.com> * Pratyush Anand <pratyush.anand@gmail.com>
* Mohit Kumar <mohit.kumar@st.com> * Mohit Kumar <mohit.kumar@st.com>
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
@ -257,5 +257,5 @@ static struct platform_driver spear1310_miphy_driver = {
module_platform_driver(spear1310_miphy_driver); module_platform_driver(spear1310_miphy_driver);
MODULE_DESCRIPTION("ST SPEAR1310-MIPHY driver"); MODULE_DESCRIPTION("ST SPEAR1310-MIPHY driver");
MODULE_AUTHOR("Pratyush Anand <pratyush.anand@st.com>"); MODULE_AUTHOR("Pratyush Anand <pratyush.anand@gmail.com>");
MODULE_LICENSE("GPL v2"); MODULE_LICENSE("GPL v2");

View File

@ -2,7 +2,7 @@
* ST spear1340-miphy driver * ST spear1340-miphy driver
* *
* Copyright (C) 2014 ST Microelectronics * Copyright (C) 2014 ST Microelectronics
* Pratyush Anand <pratyush.anand@st.com> * Pratyush Anand <pratyush.anand@gmail.com>
* Mohit Kumar <mohit.kumar@st.com> * Mohit Kumar <mohit.kumar@st.com>
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
@ -290,5 +290,5 @@ static struct platform_driver spear1340_miphy_driver = {
module_platform_driver(spear1340_miphy_driver); module_platform_driver(spear1340_miphy_driver);
MODULE_DESCRIPTION("ST SPEAR1340-MIPHY driver"); MODULE_DESCRIPTION("ST SPEAR1340-MIPHY driver");
MODULE_AUTHOR("Pratyush Anand <pratyush.anand@st.com>"); MODULE_AUTHOR("Pratyush Anand <pratyush.anand@gmail.com>");
MODULE_LICENSE("GPL v2"); MODULE_LICENSE("GPL v2");

View File

@ -4,7 +4,7 @@
* Test pattern generation for Link Layer Validation System Tests * Test pattern generation for Link Layer Validation System Tests
* *
* Copyright (C) 2014 ST Microelectronics * Copyright (C) 2014 ST Microelectronics
* Pratyush Anand <pratyush.anand@st.com> * Pratyush Anand <pratyush.anand@gmail.com>
* *
* This file is licensed under the terms of the GNU General Public * This file is licensed under the terms of the GNU General Public
* License version 2. This program is licensed "as is" without any * License version 2. This program is licensed "as is" without any