mbox series

[GIT,PULL] ARM: davinci updates for v6.12-rc1

Message ID 20240904200530.80386-1-brgl@bgdev.pl (mailing list archive)
State New
Headers show
Series [GIT,PULL] ARM: davinci updates for v6.12-rc1 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/davinci-updates-for-v6.12-rc1

Message

Bartosz Golaszewski Sept. 4, 2024, 8:05 p.m. UTC
From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>

Arnd,

Please pull the following updates for mach-davinci. The PR just removes
more unused code - details are in the signed tag.

Thanks,
Bartosz

The following changes since commit 7c626ce4bae1ac14f60076d00eafe71af30450ba:

  Linux 6.11-rc3 (2024-08-11 14:27:14 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/davinci-updates-for-v6.12-rc1

for you to fetch changes up to 973d248c43f237e53116009dec70091c8e836c11:

  ARM: davinci: remove unused cpuidle code (2024-08-19 09:38:54 +0200)

----------------------------------------------------------------
Texas Instruments DaVinci updates for v6.12-rc1

- remove unused cpuidle code
- remove unused function prototypes and stubs

----------------------------------------------------------------
Bartosz Golaszewski (1):
      ARM: davinci: remove unused cpuidle code

Gaosheng Cui (2):
      ARM: davinci: remove unused davinci_cfg_reg_list() declaration
      ARM: davinci: remove unused davinci_init_ide() declaration

 arch/arm/mach-davinci/Makefile        |  1 -
 arch/arm/mach-davinci/common.h        |  1 -
 arch/arm/mach-davinci/cpuidle.c       | 99 -----------------------------------
 arch/arm/mach-davinci/cpuidle.h       | 15 ------
 arch/arm/mach-davinci/devices-da8xx.c |  1 -
 arch/arm/mach-davinci/mux.h           |  5 --
 6 files changed, 122 deletions(-)
 delete mode 100644 arch/arm/mach-davinci/cpuidle.c
 delete mode 100644 arch/arm/mach-davinci/cpuidle.h