[PATCH 0/2] PCI: brcmstb: Trivial changes

Florian Fainelli posted 2 patches 3 months, 2 weeks ago
MAINTAINERS                           | 1 -
drivers/pci/controller/pcie-brcmstb.c | 2 +-
2 files changed, 1 insertion(+), 2 deletions(-)
[PATCH 0/2] PCI: brcmstb: Trivial changes
Posted by Florian Fainelli 3 months, 2 weeks ago
The first patch removes Nicolas from the maintainers list since he has
not been active and the second patch uses an existing constant rather
than open code the value.

Florian Fainelli (2):
  MAINTAINERS: Drop Nicolas from maintaining pcie-brcmstb
  PCI: brcmstb: Replace open coded value with PCIE_T_RRS_READY_MS

 MAINTAINERS                           | 1 -
 drivers/pci/controller/pcie-brcmstb.c | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

-- 
2.43.0
Re: [PATCH 0/2] PCI: brcmstb: Trivial changes
Posted by Manivannan Sadhasivam 2 months, 3 weeks ago
On Tue, 24 Jun 2025 16:19:21 -0700, Florian Fainelli wrote:
> The first patch removes Nicolas from the maintainers list since he has
> not been active and the second patch uses an existing constant rather
> than open code the value.
> 
> Florian Fainelli (2):
>   MAINTAINERS: Drop Nicolas from maintaining pcie-brcmstb
>   PCI: brcmstb: Replace open coded value with PCIE_T_RRS_READY_MS
> 
> [...]

Applied, thanks!

[1/2] MAINTAINERS: Drop Nicolas from maintaining pcie-brcmstb
      commit: fde41f282590b46e96864ae88da2e2c20a967b3a
[2/2] PCI: brcmstb: Replace open coded value with PCIE_T_RRS_READY_MS
      commit: e8e7c1e95d6d4ccdc53654a5966d2183532ab115

Best regards,
-- 
Manivannan Sadhasivam <manivannan.sadhasivam@oss.qualcomm.com>
Re: [PATCH 0/2] PCI: brcmstb: Trivial changes
Posted by Bjorn Helgaas 2 months, 3 weeks ago
On Thu, Jul 17, 2025 at 06:17:28PM +0530, Manivannan Sadhasivam wrote:
> 
> On Tue, 24 Jun 2025 16:19:21 -0700, Florian Fainelli wrote:
> > The first patch removes Nicolas from the maintainers list since he has
> > not been active and the second patch uses an existing constant rather
> > than open code the value.
> > 
> > Florian Fainelli (2):
> >   MAINTAINERS: Drop Nicolas from maintaining pcie-brcmstb
> >   PCI: brcmstb: Replace open coded value with PCIE_T_RRS_READY_MS
> > 
> > [...]
> 
> Applied, thanks!
> 
> [1/2] MAINTAINERS: Drop Nicolas from maintaining pcie-brcmstb
>       commit: fde41f282590b46e96864ae88da2e2c20a967b3a
> [2/2] PCI: brcmstb: Replace open coded value with PCIE_T_RRS_READY_MS
>       commit: e8e7c1e95d6d4ccdc53654a5966d2183532ab115

Thanks, I updated s/PCIE_T_RRS_READY_MS/PCIE_RESET_CONFIG_WAIT_MS/
when merging this branch to account for the removal of
PCIE_T_RRS_READY_MS by
https://git.kernel.org/cgit/linux/kernel/git/pci/pci.git/commit/?id=bbc6a829ad3f
("PCI: rockchip-host: Use macro PCIE_RESET_CONFIG_WAIT_MS")
Re: [PATCH 0/2] PCI: brcmstb: Trivial changes
Posted by Florian Fainelli 2 months, 3 weeks ago
On 7/17/25 14:00, Bjorn Helgaas wrote:
> On Thu, Jul 17, 2025 at 06:17:28PM +0530, Manivannan Sadhasivam wrote:
>>
>> On Tue, 24 Jun 2025 16:19:21 -0700, Florian Fainelli wrote:
>>> The first patch removes Nicolas from the maintainers list since he has
>>> not been active and the second patch uses an existing constant rather
>>> than open code the value.
>>>
>>> Florian Fainelli (2):
>>>    MAINTAINERS: Drop Nicolas from maintaining pcie-brcmstb
>>>    PCI: brcmstb: Replace open coded value with PCIE_T_RRS_READY_MS
>>>
>>> [...]
>>
>> Applied, thanks!
>>
>> [1/2] MAINTAINERS: Drop Nicolas from maintaining pcie-brcmstb
>>        commit: fde41f282590b46e96864ae88da2e2c20a967b3a
>> [2/2] PCI: brcmstb: Replace open coded value with PCIE_T_RRS_READY_MS
>>        commit: e8e7c1e95d6d4ccdc53654a5966d2183532ab115
> 
> Thanks, I updated s/PCIE_T_RRS_READY_MS/PCIE_RESET_CONFIG_WAIT_MS/
> when merging this branch to account for the removal of
> PCIE_T_RRS_READY_MS by
> https://git.kernel.org/cgit/linux/kernel/git/pci/pci.git/commit/?id=bbc6a829ad3f
> ("PCI: rockchip-host: Use macro PCIE_RESET_CONFIG_WAIT_MS")
> 

OK, thank you both!
-- 
Florian