index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pci
/
controller
/
dwc
/
pcie-kirin.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
PCI: kirin: Convert to use agnostic GPIO API
Andy Shevchenko
2024-07-10
1
-70
/
+35
*
PCI: kirin: Convert kirin_pcie_parse_port() to scoped iterator
Javier Carrasco
2024-07-10
1
-15
/
+6
*
Merge branch 'pci/controller/remove-void-return'
Bjorn Helgaas
2024-01-15
1
-4
/
+2
|
\
|
*
PCI: kirin: Convert to platform remove callback returning void
Uwe Kleine-König
2023-12-16
1
-4
/
+2
*
|
Merge branch 'pci/controller/kirin'
Bjorn Helgaas
2024-01-15
1
-8
/
+5
|
\
\
|
*
|
PCI: kirin: Use devm_kasprintf() to dynamically allocate clock names
Christophe JAILLET
2023-12-17
1
-8
/
+5
|
|
/
*
/
PCI: dwc: Drop host prefix from struct dw_pcie_host_ops members
Yoshihiro Shimoda
2024-01-06
1
-1
/
+1
|
/
*
PCI: kirin: Don't discard .remove() callback
Uwe Kleine-König
2023-10-10
1
-2
/
+2
*
PCI: Explicitly include correct DT includes
Rob Herring
2023-07-18
1
-2
/
+1
*
PCI: dwc: Replace of_gpio_named_count() by gpiod_count()
Andy Shevchenko
2022-10-03
1
-2
/
+2
*
PCI: dwc: Rename struct pcie_port to dw_pcie_rp
Serge Semin
2022-07-06
1
-1
/
+1
*
Merge tag 'pci-v5.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2022-03-25
1
-3
/
+0
|
\
|
*
PCI: kirin: Remove unused assignments
Bjorn Helgaas
2022-03-22
1
-3
/
+0
*
|
PCI: kirin: Add dev struct for of_device_get_match_data()
Bjorn Helgaas
2022-02-04
1
-13
/
+18
|
/
*
Merge branch 'pci/driver-cleanup'
Bjorn Helgaas
2022-01-13
1
-4
/
+2
|
\
|
*
PCI: kirin: Prefer of_device_get_match_data()
Fan Fei
2022-01-03
1
-4
/
+2
*
|
PCI: kirin: Drop error data fabrication when config read fails
Naveen Naidu
2021-11-18
1
-3
/
+1
|
/
*
PCI: kirin: Allow removing the driver
Mauro Carvalho Chehab
2021-11-04
1
-1
/
+1
*
PCI: kirin: De-init the dwc driver
Mauro Carvalho Chehab
2021-11-04
1
-0
/
+2
*
PCI: kirin: Disable clkreq during poweroff sequence
Mauro Carvalho Chehab
2021-11-04
1
-0
/
+3
*
PCI: kirin: Move the power-off code to a common routine
Mauro Carvalho Chehab
2021-11-04
1
-11
/
+15
*
PCI: kirin: Add power_off support for Kirin 960 PHY
Mauro Carvalho Chehab
2021-11-04
1
-3
/
+18
*
PCI: kirin: Add MODULE_* macros
Mauro Carvalho Chehab
2021-11-04
1
-0
/
+5
*
PCI: kirin: Add Kirin 970 compatible
Mauro Carvalho Chehab
2021-11-04
1
-0
/
+4
*
PCI: kirin: Support PERST# GPIOs for HiKey970 external PEX 8606 bridge
Mauro Carvalho Chehab
2021-11-04
1
-32
/
+233
*
PCI: kirin: Use regmap for APB registers
Mauro Carvalho Chehab
2021-11-02
1
-23
/
+26
*
PCI: kirin: Add support for a PHY layer
Mauro Carvalho Chehab
2021-11-02
1
-14
/
+79
*
PCI: kirin: Reorganize the PHY logic inside the driver
Mauro Carvalho Chehab
2021-11-02
1
-122
/
+170
*
PCI: dwc: Remove unnecessary wrappers around dw_pcie_host_init()
Rob Herring
2020-11-19
1
-9
/
+2
*
PCI: dwc: Move dw_pcie_setup_rc() to DWC common code
Rob Herring
2020-11-19
1
-2
/
+0
*
PCI: dwc: Move dw_pcie_msi_init() into core
Rob Herring
2020-11-19
1
-1
/
+0
*
PCI: dwc: Move link handling into common code
Rob Herring
2020-11-19
1
-20
/
+3
*
PCI: dwc: Move MSI interrupt setup into DWC common code
Rob Herring
2020-11-19
1
-22
/
+0
*
PCI: dwc: Move "dbi", "dbi2", and "addr_space" resource setup into common code
Rob Herring
2020-11-19
1
-5
/
+0
*
Merge branch 'remotes/lorenzo/pci/kirin'
Bjorn Helgaas
2020-10-21
1
-1
/
+5
|
\
|
*
PCI: kirin: Return -EPROBE_DEFER in case the gpio isn't ready
Bean Huo
2020-09-28
1
-1
/
+5
*
|
PCI: dwc: Check CONFIG_PCI_MSI inside dw_pcie_msi_init()
Rob Herring
2020-09-08
1
-3
/
+1
*
|
PCI: dwc: kirin: Use pci_ops for root config space accessors
Rob Herring
2020-09-08
1
-18
/
+21
|
/
*
Merge branch 'pci/irq-error'
Bjorn Helgaas
2020-08-06
1
-4
/
+1
|
\
|
*
PCI: Remove dev_err() when handing an error from platform_get_irq()
Krzysztof Wilczyński
2020-08-03
1
-4
/
+1
*
|
Merge branch 'remotes/lorenzo/pci/dwc'
Bjorn Helgaas
2020-08-06
1
-11
/
+6
|
\
\
|
*
|
PCI: dwc: Convert to devm_platform_ioremap_resource_byname()
Dejin Zheng
2020-07-17
1
-11
/
+6
|
|
/
*
/
PCI: Replace http:// links with https://
Alexander A. Klimov
2020-06-30
1
-1
/
+1
|
/
*
PCI: kirin: Make structure kirin_dw_pcie_ops constant
Nishka Dasgupta
2019-08-21
1
-1
/
+1
*
PCI: Fix typos and whitespace errors
Bjorn Helgaas
2019-07-09
1
-1
/
+1
*
PCI: kirin: Fix section mismatch warning
Nathan Chancellor
2018-10-01
1
-2
/
+2
*
PCI: kirin: Add MSI support
Xiaowei Song
2018-07-11
1
-0
/
+28
*
PCI: Collect all native drivers under drivers/pci/controller/
Shawn Lin
2018-06-08
1
-0
/
+515