[PATCH v2 2/2] Documentation: pci: Add pcie-howto.txt

2013-12-12 Thread Jagannadha Sutradharudu Teki
Added pcie-howto.txt for describing the information on PCI Express basics and Root Complex driver. Signed-off-by: Jagannadha Sutradharudu Teki --- Changes for v2: - Fixed comments from "Randy Dunlap" Documentation/PCI/00-INDEX | 2 + Documentation/PCI/pcie-howto

[PATCH v2 1/2] Documentation: pci: Minor cleanup

2013-12-12 Thread Jagannadha Sutradharudu Teki
- Used small letters for file names - Renamed few pcie txt files - Re-arranged file names in 00-INDEX - Removed PCI-DMA-mapping.txt from 00-INDEX Signed-off-by: Jagannadha Sutradharudu Teki --- Changes for v2: - none Documentation/PCI/00-INDEX | 22

[PATCH 2/2] Documentation: pci: Add pcie-howto.txt

2013-12-11 Thread Jagannadha Sutradharudu Teki
Added pcie-howto.txt for describing the information on PCI Express basics and Root Complex driver. Signed-off-by: Jagannadha Sutradharudu Teki --- Documentation/PCI/00-INDEX | 2 + Documentation/PCI/pcie-howto.txt | 184 +++ 2 files changed, 186

[PATCH 1/2] Documentation: pci: Minor cleanup

2013-12-11 Thread Jagannadha Sutradharudu Teki
- Used small letters for file names - Renamed few pcie txt files - Re-arranged file names in 00-INDEX - Removed PCI-DMA-mapping.txt from 00-INDEX Signed-off-by: Jagannadha Sutradharudu Teki --- Documentation/PCI/00-INDEX | 22 +++--- .../PCI/{pcieaer

RE: [PATCH] checkpatch: Do not hardcode perl path

2013-12-05 Thread Jagannadha Sutradharudu Teki
> -Original Message- > From: Joe Perches [mailto:j...@perches.com] > Sent: Friday, December 06, 2013 1:22 AM > To: Jagannadha Sutradharudu Teki > Cc: linux-kernel@vger.kernel.org; Andy Whitcroft; Jagannadha Sutradharudu > Teki > Subject: Re: [PATCH] checkpatch: Do n

[PATCH] checkpatch: Do not hardcode perl path

2013-12-05 Thread Jagannadha Sutradharudu Teki
checkpatch.pl requires perl v5.10.0 to run but it doesn't require to place in /usr/bin/perl Use env to ensure that the interpreter used is the first one on environment's $PATH on system with several versions of perl installed. Signed-off-by: Jagannadha Sutradharudu Teki --