summaryrefslogtreecommitdiff
path: root/drivers/pci/pci_config.c
AgeCommit message (Collapse)Author
2016-02-05Fixed file description and applied doxygen styleAnas Nashif
Removed old style file description and documnetation and apply doxygen synatx. Change-Id: I3ac9f06d4f574bf3c79c6f6044cec3a7e2f6e4c8 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2016-02-05checkpatch: warning - block_comment_styleDan Kalowsky
Change-Id: I6da43e41f9c6efee577b70513ec368ae3cce0144 Signed-off-by: Dan Kalowsky <daniel.kalowsky@intel.com> Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2016-02-05Change BSD-3 licenses to Apache 2Javier B Perez Hernandez
Change all the Intel and Wind River code license from BSD-3 to Apache 2. Change-Id: Id8be2c1c161a06ea8a0b9f38e17660e11dbb384b Signed-off-by: Javier B Perez Hernandez <javier.b.perez.hernandez@linux.intel.com> Signed-off-by: Anas Nashif <anas.nashif@intel.com> Signed-off-by: Allan Stephens <allan.stephens@windriver.com> Signed-off-by: Benjamin Walsh <benjamin.walsh@windriver.com>
2016-02-05doxygen: add @brief and capitalizeAnas Nashif
Remove function name from comment and add @brief instead. Also capitilize first letter. Change-Id: Ib708b49bf02e5bc89b0066637a55874e659637e0 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2016-02-05doxygen: RETURNS: -> @returnAnas Nashif
Previous comment style used RETRURNS:, use @return to comply with javadoc style. Change-Id: Ib1dffd92da1d97d60063ec5309b08049828f6661 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2016-02-05doxygen: change comment style to match javadocAnas Nashif
The change replaces multiple asterisks to ** at the beginning of comments and adds a space before the asterisks at the beginning of lines. Change-Id: I7656bde3bf4d9a31e38941e43b580520432dabc1 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2016-02-05Eliminate obsolete coding convention commentsAllan Stephens
Gets rid of single-line comments required by a previous set of coding conventions. These comments provide no value to readers and just clutter things up. Change-Id: I2a08b12cf5026253de56979efdfc510e7e68defe Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
2016-02-05Renaming include/nanokernel to include/archDan Kalowsky
Renaming the directory include/nanokernel to be include/arch, which better reflects the real nature of the directory and the contents inside. Change-Id: I2bc33ebc6715e2f0403227a558279fdf52398ade Signed-off-by: Dan Kalowsky <daniel.kalowsky@intel.com>
2016-02-05Fix coding style issues.Yonattan Louise
Some checkpatch issues were solved by scripts leaving other problems such as alignment and indentation issues. In order to comply with the defined coding style the following fixes were made: - Fixed the function declaration moving the parameters' comments above the function in accordance to the doxygen format. - Fixed functions' opening and closing brackets. These brackets should not be indented. - Fixed the 'if', 'for' and 'while' statements adding the brackets around the sentence. - Fixed comments' alignment. - Fixed indentation. The work was done manually and submitted as one commit. I didn't separate these changes in different commits because they were fixed all at once. Basically, all errors were fixed in every file at once. Change-Id: Icc94a10bfd2cff82007ce60df23b2ccd4c30268d Signed-off-by: Yonattan Louise <yonattan.a.louise.mendoza@intel.com>
2016-02-05pci: Put the public API header in the right locationTomasz Bursztyka
Instead of drivers/pci/, the public API headers will be found in include/drivers/pci. Change-Id: I577036660383e6bd9c015d6bbbcbc14bf8fb67ec Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com> Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2015-04-10First commitInaky Perez-Gonzalez
Signed-off-by: <inaky.perez-gonzalez@intel.com>