mbox series

First set of Counter updates for the 6.5 cycle

Message ID ZIijEjyxqt3g6tpj@ishi (mailing list archive)
State Handled Elsewhere
Headers show
Series First set of Counter updates for the 6.5 cycle | expand

Pull-request

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

Message

William Breathitt Gray June 13, 2023, 5:10 p.m. UTC
The following changes since commit ac9a78681b921877518763ba0e89202254349d1b:

  Linux 6.4-rc1 (2023-05-07 13:34:35 -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.5a

for you to fetch changes up to d428487471ba6640ee8bcdabaf830aec08b85400:

  counter: i8254: Introduce the Intel 8254 interface library module (2023-06-08 10:11:17 -0400)

----------------------------------------------------------------
First set of Counter updates for the 6.5 cycle

Biggest changes in this set include the introduction of a new Intel 8254
interface library module and the refactoring of the existing 104-quad-8
modules to migrate it to the regmap API. Some other minor cleanups
touching tools/counter and stm32-timer-cnt are also present.

Changes
* 104-quad-8
  - Remove reference in Kconfig to 25-bit counter value
  - Utilize bitfield access macros
  - Refactor to buffer states for CMR, IOR, and IDR
  - Utilize helper functions to handle PR, FLAG and PSC
  - Migrate to the regmap API
* i8254
  - Introduce the Intel 8254 interface library module
* stm32-timer-cnt
  - Reset TIM_TISEL to its default value in probe
* tools/counter
  - Add .gitignore
  - Remove lingering 'include' directories on make clean

----------------------------------------------------------------
Rong Tao (2):
      tools/counter: Add .gitignore
      tools/counter: Makefile: Remove lingering 'include' directories on make clean

Uwe Kleine-König (1):
      counter: stm32-timer-cnt: Reset TIM_TISEL to its default value in probe

William Breathitt Gray (6):
      counter: 104-quad-8: Remove reference in Kconfig to 25-bit counter value
      counter: 104-quad-8: Utilize bitfield access macros
      counter: 104-quad-8: Refactor to buffer states for CMR, IOR, and IDR
      counter: 104-quad-8: Utilize helper functions to handle PR, FLAG and PSC
      counter: 104-quad-8: Migrate to the regmap API
      counter: i8254: Introduce the Intel 8254 interface library module

Comments

Greg Kroah-Hartman June 15, 2023, 11:07 a.m. UTC | #1
On Tue, Jun 13, 2023 at 01:10:42PM -0400, William Breathitt Gray wrote:
> The following changes since commit ac9a78681b921877518763ba0e89202254349d1b:
> 
>   Linux 6.4-rc1 (2023-05-07 13:34:35 -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.5a

Nit, you forgot a '[GIT PULL]' in the subject line, almost missed this
one...

thanks,

greg k-h