summaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)Author
2017-01-19license: Replace Apache boilerplate with SPDX tagDavid B. Kinder
2016-12-04drivers: Remove legacy nanokernel.h includeFlavio Santes
2016-08-28drivers: pci: fix incorrect printk() usageAndrew Boie
2016-07-08sys_log: removed unused macro at pci_config.cGenaro Saucedo Tejada
2016-05-30pci: fix typo in code exampleZhicheng Wei
2016-05-25Cleanup whitespace in Kconfig filesKumar Gala
2016-03-29kconfig: use menuconfig for PCI optionsAnas Nashif
2016-03-07pci: Fix PCI header initializationShaul Triebitz
2016-02-17pci: trivial if statement refactoringBenjamin Walsh
2016-02-17x1000/pci: fix coding standardsBenjamin Walsh
2016-02-05Quark: Set up IRQ routing for PCIe explicitlyIdo Yariv
2016-02-05drivers: pci: struct pci_dev_info rename classJavier B Perez Hernandez
2016-02-05pci: add support for 64-bit BARsIdo Yariv
2016-02-05pci: re-initialize the lookup device for each busIdo Yariv
2016-02-05Fixed file description and applied doxygen styleAnas Nashif
2016-02-05kconfig: define architecture as a kconfig variableAnas Nashif
2016-02-05pci: Add pci_enable_bus_masterMichael LeMay
2016-02-05checkpatch: warning - space_before_tabDan Kalowsky
2016-02-05cleanup: removing NOMANUALDan Kalowsky
2016-02-05checkpatch: error - trailing_whitespaceDan Kalowsky
2016-02-05checkpatch: warning - block_comment_styleDan Kalowsky
2016-02-05checkpatch: error - code_indentDan Kalowsky
2016-02-05Adding in doxygen comment headersDan Kalowsky
2016-02-05Change BSD-3 licenses to Apache 2Javier B Perez Hernandez
2016-02-05Add PCI legacy bridge device driverDmitriy Korovkin
2016-02-05pci: adding copyright to KconfigDan Kalowsky
2016-02-05pci: Kconfig: Disable PCI enumeration by defaultTomasz Bursztyka
2016-02-05drivers/pci: kconfig: Add prompt for PCI optionsDirk Brandewie
2016-02-05x86: move drivers to sys_{in,out} functions from PLB_* macrosDirk Brandewie
2016-02-05pci: Removing bogus and finally useless optimizationTomasz Bursztyka
2016-02-05pci: Fix a vendor/device id bug where only one might be wrongTomasz Bursztyka
2016-02-05pci: Add the bus and device informations to the debug output functionTomasz Bursztyka
2016-02-05pci: Add an option for enumerating PCI devicesTomasz Bursztyka
2016-02-05pci: Add helper functions to enable mem mapped registersTomasz Bursztyka
2016-02-05pci: Add support for filtering by functionTomasz Bursztyka
2016-02-05ffs: rename find_[first|last]_set to find_[lsb|msb]_setBenjamin Walsh
2016-02-05ffs: do not use _inline versions of find_[first|last]_setBenjamin Walsh
2016-02-05drivers: use subdir-ccflags-y for all driversAnas Nashif
2016-02-05Move PCI settings to drivers/pciAnas Nashif
2016-02-05Remove references to BSP from drivers/ directoryPeter Mitsis
2016-02-05Move platforms to new arch/<arch>/platforms directoryPeter Mitsis
2016-02-05doxygen: add @brief and capitalizeAnas Nashif
2016-02-05doxygen: RETURNS: -> @returnAnas Nashif
2016-02-05doxygen: change comment style to match javadocAnas Nashif
2016-02-05Rename BSP_DIR to PLATFORMPeter Mitsis
2016-02-05Eliminate obsolete coding convention commentsAllan Stephens
2016-02-05Use ccflags-y and asflags-y instead of EXTRA_CFLAGSAnas Nashif
2016-02-05Eliminate references to k_memset() and k_memcpy()Allan Stephens
2016-02-05Renaming include/nanokernel to include/archDan Kalowsky
2016-02-05Convert PCI_DEBUG parameter to a configuration parameterDmitriy Korovkin