index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
pci
/
controller
/
dwc
/
pcie-kirin.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-06
PCI: kirin: Tidy up _probe() related function with dev_err_probe()
Zhang Zekun
1
-25
/
+15
2025-03-05
PCI: kirin: Use helper function for_each_available_child_of_node_scoped()
Zhang Zekun
1
-7
/
+3
2024-10-03
PCI: controller: Switch back to struct platform_driver::remove()
Sergio Paracuellos
1
-1
/
+1
2024-09-06
PCI: kirin: Fix buffer overflow in kirin_pcie_parse_port()
Alexandra Diupina
1
-2
/
+2
2024-07-09
PCI: kirin: Convert to use agnostic GPIO API
Andy Shevchenko
1
-70
/
+35
2024-07-09
PCI: kirin: Convert kirin_pcie_parse_port() to scoped iterator
Javier Carrasco
1
-15
/
+6
2024-01-15
Merge branch 'pci/controller/remove-void-return'
Bjorn Helgaas
1
-4
/
+2
2024-01-15
Merge branch 'pci/controller/kirin'
Bjorn Helgaas
1
-8
/
+5
2024-01-06
PCI: dwc: Drop host prefix from struct dw_pcie_host_ops members
Yoshihiro Shimoda
1
-1
/
+1
2023-12-17
PCI: kirin: Use devm_kasprintf() to dynamically allocate clock names
Christophe JAILLET
1
-8
/
+5
2023-12-16
PCI: kirin: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-10-10
PCI: kirin: Don't discard .remove() callback
Uwe Kleine-König
1
-2
/
+2
2023-07-18
PCI: Explicitly include correct DT includes
Rob Herring
1
-2
/
+1
2022-10-03
PCI: dwc: Replace of_gpio_named_count() by gpiod_count()
Andy Shevchenko
1
-2
/
+2
2022-07-05
PCI: dwc: Rename struct pcie_port to dw_pcie_rp
Serge Semin
1
-1
/
+1
2022-03-25
Merge tag 'pci-v5.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
Linus Torvalds
1
-3
/
+0
2022-03-22
PCI: kirin: Remove unused assignments
Bjorn Helgaas
1
-3
/
+0
2022-02-04
PCI: kirin: Add dev struct for of_device_get_match_data()
Bjorn Helgaas
1
-13
/
+18
2022-01-13
Merge branch 'pci/driver-cleanup'
Bjorn Helgaas
1
-4
/
+2
2022-01-03
PCI: kirin: Prefer of_device_get_match_data()
Fan Fei
1
-4
/
+2
2021-11-18
PCI: kirin: Drop error data fabrication when config read fails
Naveen Naidu
1
-3
/
+1
2021-11-04
PCI: kirin: Allow removing the driver
Mauro Carvalho Chehab
1
-1
/
+1
2021-11-04
PCI: kirin: De-init the dwc driver
Mauro Carvalho Chehab
1
-0
/
+2
2021-11-04
PCI: kirin: Disable clkreq during poweroff sequence
Mauro Carvalho Chehab
1
-0
/
+3
2021-11-04
PCI: kirin: Move the power-off code to a common routine
Mauro Carvalho Chehab
1
-11
/
+15
2021-11-04
PCI: kirin: Add power_off support for Kirin 960 PHY
Mauro Carvalho Chehab
1
-3
/
+18
2021-11-04
PCI: kirin: Add MODULE_* macros
Mauro Carvalho Chehab
1
-0
/
+5
2021-11-04
PCI: kirin: Add Kirin 970 compatible
Mauro Carvalho Chehab
1
-0
/
+4
2021-11-04
PCI: kirin: Support PERST# GPIOs for HiKey970 external PEX 8606 bridge
Mauro Carvalho Chehab
1
-32
/
+233
2021-11-02
PCI: kirin: Use regmap for APB registers
Mauro Carvalho Chehab
1
-23
/
+26
2021-11-02
PCI: kirin: Add support for a PHY layer
Mauro Carvalho Chehab
1
-14
/
+79
2021-11-02
PCI: kirin: Reorganize the PHY logic inside the driver
Mauro Carvalho Chehab
1
-122
/
+170
2020-11-19
PCI: dwc: Remove unnecessary wrappers around dw_pcie_host_init()
Rob Herring
1
-9
/
+2
2020-11-19
PCI: dwc: Move dw_pcie_setup_rc() to DWC common code
Rob Herring
1
-2
/
+0
2020-11-19
PCI: dwc: Move dw_pcie_msi_init() into core
Rob Herring
1
-1
/
+0
2020-11-19
PCI: dwc: Move link handling into common code
Rob Herring
1
-20
/
+3
2020-11-19
PCI: dwc: Move MSI interrupt setup into DWC common code
Rob Herring
1
-22
/
+0
2020-11-19
PCI: dwc: Move "dbi", "dbi2", and "addr_space" resource setup into common code
Rob Herring
1
-5
/
+0
2020-10-21
Merge branch 'remotes/lorenzo/pci/kirin'
Bjorn Helgaas
1
-1
/
+5
2020-09-28
PCI: kirin: Return -EPROBE_DEFER in case the gpio isn't ready
Bean Huo
1
-1
/
+5
2020-09-08
PCI: dwc: Check CONFIG_PCI_MSI inside dw_pcie_msi_init()
Rob Herring
1
-3
/
+1
2020-09-08
PCI: dwc: kirin: Use pci_ops for root config space accessors
Rob Herring
1
-18
/
+21
2020-08-05
Merge branch 'pci/irq-error'
Bjorn Helgaas
1
-4
/
+1
2020-08-05
Merge branch 'remotes/lorenzo/pci/dwc'
Bjorn Helgaas
1
-11
/
+6
2020-08-03
PCI: Remove dev_err() when handing an error from platform_get_irq()
Krzysztof Wilczyński
1
-4
/
+1
2020-07-17
PCI: dwc: Convert to devm_platform_ioremap_resource_byname()
Dejin Zheng
1
-11
/
+6
2020-06-30
PCI: Replace http:// links with https://
Alexander A. Klimov
1
-1
/
+1
2019-08-21
PCI: kirin: Make structure kirin_dw_pcie_ops constant
Nishka Dasgupta
1
-1
/
+1
2019-07-09
PCI: Fix typos and whitespace errors
Bjorn Helgaas
1
-1
/
+1
2018-10-01
PCI: kirin: Fix section mismatch warning
Nathan Chancellor
1
-2
/
+2
[next]