mbox series

[GIT,PULL] Counter updates for 6.13

Message ID ZyxjoC3zM3CgWrve@ishi (mailing list archive)
State Handled Elsewhere
Headers show
Series [GIT,PULL] Counter updates for 6.13 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/wbg/counter.git tags/counter-updates-for-6.13

Message

William Breathitt Gray Nov. 7, 2024, 6:52 a.m. UTC
The following changes since commit 9852d85ec9d492ebef56dc5f229416c925758edc:

  Linux 6.12-rc1 (2024-09-29 15:06:19 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/wbg/counter.git tags/counter-updates-for-6.13

for you to fetch changes up to 522ae89b78580c62765e160aed3479297baa75be:

  counter: intel-qep: Replace deprecated PCI functions (2024-11-01 15:00:31 +0900)

----------------------------------------------------------------
Counter updates for 6.13

Add MODULE_DEVICE_TABLE() for ftm-quaddec to autoload based on the alias
from of_device_id table. Replace deprecated pcim_iomap_regions() and
pcim_iomap_table() calls with pcim_iomap_region() in intel-eqp.

----------------------------------------------------------------
Liao Chen (1):
      counter: ftm-quaddec: Enable module autoloading

Philipp Stanner (1):
      counter: intel-qep: Replace deprecated PCI functions

 drivers/counter/ftm-quaddec.c |  1 +
 drivers/counter/intel-qep.c   | 10 +++-------
 2 files changed, 4 insertions(+), 7 deletions(-)

Comments

Greg Kroah-Hartman Nov. 7, 2024, 7:01 a.m. UTC | #1
On Thu, Nov 07, 2024 at 03:52:16PM +0900, William Breathitt Gray wrote:
> The following changes since commit 9852d85ec9d492ebef56dc5f229416c925758edc:
> 
>   Linux 6.12-rc1 (2024-09-29 15:06:19 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/wbg/counter.git tags/counter-updates-for-6.13
> 
> for you to fetch changes up to 522ae89b78580c62765e160aed3479297baa75be:

Pulled and pushed out, thanks.

greg k-h