index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pci
/
controller
/
pcie-brcmstb.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
PCI: controller: Switch back to struct platform_driver::remove()
Sergio Paracuellos
2024-10-03
1
-1
/
+1
*
Merge branch 'pci/controller/brcmstb'
Bjorn Helgaas
2024-09-19
1
-158
/
+403
|
\
|
*
PCI: brcmstb: Sort enums, pcie_offsets[], pcie_cfg_data, .compatible strings
Bjorn Helgaas
2024-09-10
1
-45
/
+45
|
*
PCI: brcmstb: Enable 7712 SoCs
Jim Quinlan
2024-09-07
1
-0
/
+20
|
*
PCI: brcmstb: Change field name from 'type' to 'soc_base'
Jim Quinlan
2024-09-07
1
-21
/
+21
|
*
PCI: brcmstb: Check return value of all reset_control_* calls
Jim Quinlan
2024-09-07
1
-30
/
+73
|
*
PCI: brcmstb: Refactor for chips with many regular inbound windows
Jim Quinlan
2024-09-07
1
-54
/
+182
|
*
PCI: brcmstb: Don't conflate the reset rescal with PHY ctrl
Jim Quinlan
2024-09-04
1
-3
/
+14
|
*
PCI: brcmstb: Remove two unused constants from driver
Jim Quinlan
2024-09-04
1
-5
/
+0
|
*
PCI: brcmstb: PCI: brcmstb: Make HARD_DEBUG, INTR2_CPU_BASE offsets SoC-specific
Jim Quinlan
2024-09-04
1
-15
/
+24
|
*
PCI: brcmstb: Use swinit reset if available
Jim Quinlan
2024-09-04
1
-0
/
+24
|
*
PCI: brcmstb: Use bridge reset if available
Jim Quinlan
2024-09-04
1
-1
/
+17
|
*
PCI: brcmstb: Use common error handling code in brcm_pcie_probe()
Jim Quinlan
2024-09-04
1
-13
/
+12
*
|
PCI: brcmstb: Silence 'set affinity failed' warning
Marek Vasut
2024-07-29
1
-9
/
+2
|
/
*
PCI: brcmstb: Fix broken brcm_pcie_mdio_write() polling
Jonathan Bell
2024-03-10
1
-1
/
+1
*
PCI: brcmstb: Configure HW CLKREQ# mode appropriate for downstream device
Jim Quinlan
2024-01-11
1
-10
/
+86
*
PCI: brcmstb: Remove stale comment
Jim Quinlan
2023-08-24
1
-1
/
+0
*
PCI: brcmstb: Assert PERST# on BCM2711
Jim Quinlan
2023-08-24
1
-0
/
+5
*
PCI: brcmstb: Convert to platform remove callback returning void
Uwe Kleine-König
2023-06-24
1
-4
/
+2
*
PCI: brcmstb: Set RCB_{MPS,64B}_MODE bits
Jim Quinlan
2022-11-11
1
-1
/
+8
*
PCI: brcmstb: Drop needless 'inline' annotations
Jim Quinlan
2022-11-11
1
-6
/
+6
*
PCI: brcmstb: Replace status loops with read_poll_timeout_atomic()
Jim Quinlan
2022-11-11
1
-17
/
+10
*
PCI: brcmstb: Wait for 100ms following PERST# deassert
Jim Quinlan
2022-11-11
1
-2
/
+9
*
PCI: brcmstb: Enable Multi-MSI
Jim Quinlan
2022-11-11
1
-11
/
+15
*
PCI: brcmstb: Rename .map_bus() functions to end with 'map_bus'
Jim Quinlan
2022-07-27
1
-8
/
+8
*
PCI: brcmstb: Disable/enable regulators in suspend/resume
Jim Quinlan
2022-07-27
1
-5
/
+59
*
PCI: brcmstb: Enable child bus device regulators from DT
Jim Quinlan
2022-07-27
1
-5
/
+98
*
PCI: brcmstb: Split post-link up initialization to brcm_pcie_start_link()
Jim Quinlan
2022-07-27
1
-47
/
+64
*
PCI: brcmstb: Prevent config space access when link is down
Jim Quinlan
2022-07-27
1
-6
/
+14
*
PCI: brcmstb: Remove unnecessary forward declarations
Jim Quinlan
2022-07-27
1
-77
/
+72
*
Revert "PCI: brcmstb: Split brcm_pcie_setup() into two funcs"
Bjorn Helgaas
2022-05-31
1
-39
/
+26
*
Revert "PCI: brcmstb: Add mechanism to turn on subdev regulators"
Bjorn Helgaas
2022-05-31
1
-76
/
+0
*
Revert "PCI: brcmstb: Add control of subdevice voltage regulators"
Bjorn Helgaas
2022-05-31
1
-78
/
+5
*
Revert "PCI: brcmstb: Do not turn off WOL regulators on suspend"
Bjorn Helgaas
2022-05-31
1
-44
/
+9
*
Merge tag 'pci-v5.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2022-01-16
1
-41
/
+263
|
\
|
*
PCI: brcmstb: Do not turn off WOL regulators on suspend
Jim Quinlan
2022-01-12
1
-9
/
+44
|
*
PCI: brcmstb: Add control of subdevice voltage regulators
Jim Quinlan
2022-01-12
1
-5
/
+78
|
*
PCI: brcmstb: Add mechanism to turn on subdev regulators
Jim Quinlan
2022-01-12
1
-0
/
+76
|
*
PCI: brcmstb: Split brcm_pcie_setup() into two funcs
Jim Quinlan
2022-01-12
1
-26
/
+39
|
*
PCI: brcmstb: Fix function return value handling
Jim Quinlan
2022-01-12
1
-6
/
+22
|
*
PCI: brcmstb: Do not use __GENMASK
Florian Fainelli
2022-01-12
1
-1
/
+5
|
*
PCI: brcmstb: Declare 'used' as bitmap, not unsigned long
Christophe JAILLET
2022-01-12
1
-4
/
+9
*
|
PCI: brcmstb: Augment driver for MIPs SOCs
Jim Quinlan
2022-01-11
1
-4
/
+78
|
/
*
PCI: Correct misspelled and remove duplicated words
Krzysztof Wilczyński
2021-10-09
1
-1
/
+1
*
PCI: Bulk conversion to generic_handle_domain_irq()
Marc Zyngier
2021-08-02
1
-5
/
+4
*
Merge branch 'pci/brcmstb'
Bjorn Helgaas
2021-05-04
1
-6
/
+13
|
\
|
*
PCI: brcmstb: Use reset/rearm instead of deassert/assert
Jim Quinlan
2021-05-03
1
-6
/
+13
*
|
PCI: brcmstb: Fix error return code in brcm_pcie_probe()
Wei Yongjun
2021-03-22
1
-0
/
+1
|
/
*
Merge branch 'remotes/lorenzo/pci/misc'
Bjorn Helgaas
2021-02-24
1
-2
/
+1
|
\
|
*
PCI: brcmstb: Remove chained IRQ handler and data in one go
Martin Kaiser
2021-01-19
1
-2
/
+1
[next]