2022-06-01 18:39:03

by Dominik Brodowski

[permalink] [raw]
Subject: [GIT PULL] pcmcia updates for v5.19

Linus,

A few PCMCIA changes since commit 0457e5153e0e8420134f60921349099e907264ca:

Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma (2022-02-04 16:28:11 -0800)

are available in the Git repository at:

https://git.kernel.org/pub/scm/linux/kernel/git/brodo/linux.git pcmcia-next

for you to fetch changes up to 2ef4bb24ff39ae4af89b80bcc5d516f55368e8ae:

pcmcia: Use platform_get_irq() to get the interrupt (2022-05-28 09:25:31 +0200)


A few odd cleanups and fixes, including a Kconfig fix to add a
required dependency on MIPS.


----------------------------------------------------------------
Minghao Chi (1):
pcmcia: Use platform_get_irq() to get the interrupt

Randy Dunlap (1):
pcmcia: db1xxx_ss: restrict to MIPS_DB1XXX boards

tangmeng (1):
drivers/pcmcia: Fix typo in comment

drivers/pcmcia/Kconfig | 2 +-
drivers/pcmcia/bcm63xx_pcmcia.c | 9 +++++----
drivers/pcmcia/rsrc_nonstatic.c | 2 +-
3 files changed, 7 insertions(+), 6 deletions(-)


2022-06-01 18:44:38

by pr-tracker-bot

[permalink] [raw]
Subject: Re: [GIT PULL] pcmcia updates for v5.19

The pull request you sent on Wed, 1 Jun 2022 07:23:03 +0200:

> https://git.kernel.org/pub/scm/linux/kernel/git/brodo/linux.git pcmcia-next

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/2380dd691e1fe1ebe3f346d0ce54f8fc7eacc167

Thank you!

--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

2022-06-01 19:25:13

by Linus Torvalds

[permalink] [raw]
Subject: Re: [GIT PULL] pcmcia updates for v5.19

On Tue, May 31, 2022 at 10:23 PM Dominik Brodowski
<[email protected]> wrote:
>
> A few odd cleanups and fixes, including a Kconfig fix to add a
> required dependency on MIPS.

This was also one of (very few) pull requests this merge window that
weren't signed tags.

I realize that pcmcia is small, and no longer very relevant to most
people these days, but I still wish that this pull request wouldn't
have stood out that way...

Linus