Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
9d44cad921c8f531a98031a39ba2c7f8f35809a8
/
drivers
/
pci
d8285e4
pci: General code cleanup
by Andrei Emeltchenko
· 6 years ago
d0d426e
pci: Remove inlines
by Andrei Emeltchenko
· 6 years ago
6d8673c
pci: Use logger
by Andrei Emeltchenko
· 6 years ago
7dab298
pci: Do not scan all functions for single function device
by Andrei Emeltchenko
· 6 years ago
e5349d7
pci: Fix endless loop scanning PCI devices on up_squared
by Andrei Emeltchenko
· 6 years ago
4658d6b
pci: Scan all PCI buses
by Andrei Emeltchenko
· 6 years ago
331a4ca
pci: Skip scanning Host Bridge
by Andrei Emeltchenko
· 6 years ago
80e5314
pci: Enable pci shell only when shell is enabled
by Andrei Emeltchenko
· 6 years ago
9a92ae4
pci: Fix presentation of PCI devices
by Andrei Emeltchenko
· 6 years ago
e0be6a1
shell: printing command's help by shell engine
by Jakub Rzeszutko
· 6 years ago
5451ff2
shell: remove "options" concept
by Jakub Rzeszutko
· 6 years ago
8ff96b5
drivers: Add 'U' to unsigned variable assignments
by Patrik Flykt
· 6 years ago
72378a4
drivers/pci: Avoid nested C/C++ comments
by Patrik Flykt
· 6 years ago
c41b236
shell: add PCI shell
by Anas Nashif
· 6 years ago
aa2bdbe
drivers: Remove board.h include
by Kumar Gala
· 6 years ago
1a1df58
drivers: pci: pci_show: Add missing space in output
by Paul Sokolovsky
· 6 years ago
da49f2e
coccicnelle: Ignore return of memset
by Flavio Ceolin
· 7 years ago
8cf8db3
Kconfig: Use a short, consistent style for prompts
by Ulf Magnusson
· 7 years ago
7b0f00c
drivers: pci: Kconfig: Remove redundant 'default n' properties
by Ulf Magnusson
· 7 years ago
752d23d
drivers: pci: when enumerating, only print the device info
by Anas Nashif
· 7 years ago
429c2a4
kconfig: fix help syntax and add spaces
by Anas Nashif
· 7 years ago
0829ddf
kbuild: Removed KBuild
by Sebastian Bøe
· 7 years ago
12f8f76
Introduce cmake-based rewrite of KBuild
by Sebastian Bøe
· 7 years ago
397d29d
linker: move all linker headers to include/linker
by Anas Nashif
· 8 years ago
93e4d72
spell: fix Kconfig help typos: /boards /drivers
by David B. Kinder
· 8 years ago
ccad5bf
drivers: convert to using newly introduced integer sized types
by Kumar Gala
· 8 years ago
896cf7a
spell: fix doxygen comment typos: /drivers
by David B. Kinder
· 8 years ago
ac74d8b
license: Replace Apache boilerplate with SPDX tag
by David B. Kinder
· 8 years ago
b04cdcd
drivers: Remove legacy nanokernel.h include
by Flavio Santes
· 8 years ago
7a4afcc
drivers: pci: fix incorrect printk() usage
by Andrew Boie
· 9 years ago
9f48993
sys_log: removed unused macro at pci_config.c
by Genaro Saucedo Tejada
· 9 years ago
bd3043d
pci: fix typo in code example
by Zhicheng Wei
· 9 years ago
9ec2f3b
Cleanup whitespace in Kconfig files
by Kumar Gala
· 9 years ago
9f76f7d
kconfig: use menuconfig for PCI options
by Anas Nashif
· 9 years ago
74e8445
pci: Fix PCI header initialization
by Shaul Triebitz
· 9 years ago
6939e08
pci: trivial if statement refactoring
by Benjamin Walsh
· 9 years ago
74cd948
x1000/pci: fix coding standards
by Benjamin Walsh
· 9 years ago
3db6a54
Quark: Set up IRQ routing for PCIe explicitly
by Ido Yariv
· 9 years ago
02812f4
drivers: pci: struct pci_dev_info rename class
by Javier B Perez Hernandez
· 9 years ago
fdf494f
pci: add support for 64-bit BARs
by Ido Yariv
· 9 years ago
e77df3f
pci: re-initialize the lookup device for each bus
by Ido Yariv
· 9 years ago
275ca60
Fixed file description and applied doxygen style
by Anas Nashif
· 9 years ago
77ba3c3
kconfig: define architecture as a kconfig variable
by Anas Nashif
· 9 years ago
2684f44
pci: Add pci_enable_bus_master
by Michael LeMay
· 9 years ago
d89c3b5
checkpatch: warning - space_before_tab
by Dan Kalowsky
· 9 years ago
2a63743
cleanup: removing NOMANUAL
by Dan Kalowsky
· 9 years ago
e8563c2
checkpatch: error - trailing_whitespace
by Dan Kalowsky
· 9 years ago
da67b29
checkpatch: warning - block_comment_style
by Dan Kalowsky
· 9 years ago
6c62b1a
checkpatch: error - code_indent
by Dan Kalowsky
· 9 years ago
3a109b1
Adding in doxygen comment headers
by Dan Kalowsky
· 9 years ago
f7fffae
Change BSD-3 licenses to Apache 2
by Javier B Perez Hernandez
· 9 years ago
13b3e2a
Add PCI legacy bridge device driver
by Dmitriy Korovkin
· 9 years ago
32036f0
pci: adding copyright to Kconfig
by Dan Kalowsky
· 9 years ago
0f402c1
pci: Kconfig: Disable PCI enumeration by default
by Tomasz Bursztyka
· 9 years ago
b89cb06
drivers/pci: kconfig: Add prompt for PCI options
by Dirk Brandewie
· 9 years ago
7b3e754
x86: move drivers to sys_{in,out} functions from PLB_* macros
by Dirk Brandewie
· 9 years ago
edb863c7
pci: Removing bogus and finally useless optimization
by Tomasz Bursztyka
· 9 years ago
1e006d8
pci: Fix a vendor/device id bug where only one might be wrong
by Tomasz Bursztyka
· 9 years ago
1780da4
pci: Add the bus and device informations to the debug output function
by Tomasz Bursztyka
· 9 years ago
018bcfe
pci: Add an option for enumerating PCI devices
by Tomasz Bursztyka
· 9 years ago
7b34e0d
pci: Add helper functions to enable mem mapped registers
by Tomasz Bursztyka
· 9 years ago
ff39559
pci: Add support for filtering by function
by Tomasz Bursztyka
· 9 years ago
1bab46d
ffs: rename find_[first|last]_set to find_[lsb|msb]_set
by Benjamin Walsh
· 9 years ago
c4ad73d
ffs: do not use _inline versions of find_[first|last]_set
by Benjamin Walsh
· 9 years ago
d2fff1f
drivers: use subdir-ccflags-y for all drivers
by Anas Nashif
· 9 years ago
abb4404
Move PCI settings to drivers/pci
by Anas Nashif
· 9 years ago
2a4a6cf
Remove references to BSP from drivers/ directory
by Peter Mitsis
· 9 years ago
213db12
Move platforms to new arch/<arch>/platforms directory
by Peter Mitsis
· 9 years ago
f367f07
doxygen: add @brief and capitalize
by Anas Nashif
· 9 years ago
1362e3c
doxygen: RETURNS: -> @return
by Anas Nashif
· 9 years ago
ea0d0b2
doxygen: change comment style to match javadoc
by Anas Nashif
· 9 years ago
1ffabea
Rename BSP_DIR to PLATFORM
by Peter Mitsis
· 9 years ago
a1bd59d
Eliminate obsolete coding convention comments
by Allan Stephens
· 9 years ago
bbe84f8
Use ccflags-y and asflags-y instead of EXTRA_CFLAGS
by Anas Nashif
· 9 years ago
140d314
Eliminate references to k_memset() and k_memcpy()
by Allan Stephens
· 9 years ago
c02dd34
Renaming include/nanokernel to include/arch
by Dan Kalowsky
· 9 years ago
a91736a
Convert PCI_DEBUG parameter to a configuration parameter
by Dmitriy Korovkin
· 9 years ago
627155a
PCI scan by BAR number
by Dmitriy Korovkin
· 9 years ago
89d50ec
Kconfig: remove DRV_ configs
by Anas Nashif
· 9 years ago
f4f5cc1
Kbuild: include files dynamically based on BSP_DIR
by Anas Nashif
· 9 years ago
d2ca032
Kbuild: Fix sanity checks for quark
by Anas Nashif
· 9 years ago
f2ae6d5
Creation of Makefiles for drivers directory.
by Juan Manuel Cruz
· 9 years ago
d3a4177
pci: Provide a simpler yet powerful PCI enumeration API
by Tomasz Bursztyka
· 9 years ago
1425fd8
pci: Apply code style changes
by Tomasz Bursztyka
· 9 years ago
dbada63
Fix coding style issues.
by Yonattan Louise
· 9 years ago
9935ba5
Rename dev_info_idx to dev_info_index
by Yonattan Louise
· 9 years ago
40b1080
pci: Put the public API header in the right location
by Tomasz Bursztyka
· 9 years ago
5b5f4eb
Fix checkpatch issue - WARNING:LINE_SPACING
by Yonattan Louise
· 9 years ago
8ddf82c
First commit
by Inaky Perez-Gonzalez
· 10 years ago