]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
Merge tag 'timers-v5.7' of https://git.linaro.org/people/daniel.lezcano/linux into...
authorThomas Gleixner <tglx@linutronix.de>
Thu, 19 Mar 2020 08:39:48 +0000 (09:39 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 19 Mar 2020 08:39:48 +0000 (09:39 +0100)
commit048495eb28939996261754215b1d450756978499
tree80ab17fd471962ec07e3546f75cbf126a1883ae4
parentd441dceb5dce71150f28add80d36d91bbfccba99
parent4f41fe386a94639cd9a1831298d4f85db5662f1e
Merge tag 'timers-v5.7' of https://git.linaro.org/people/daniel.lezcano/linux into timers/core

Pull clockevent/clocksource updates from Daniel Lezcano:

- Avoid creating dead devices by flagging the driver with OF_POPULATED
  in order to prevent the platform to create another device (Saravana Kannan)

- Remove unused includes from imx family drivers (Anson Huang)

- timer-dm-ti rework to prepare for pwm and suspend support (Lokesh Vutla)

- Fix the rate for the global clock on the pit64b (Claudiu Beznea)

- Fix timer-cs5535 by requesting an irq with non-NULL dev_id (Afzal Mohammed)

- Replace setup_irq() by request_irq() (Afzal Mohammed)

- Add support for the TCU of X1000 (Zhou Yanjie)

- Drop the bogus omap_dm_timer_of_set_source() function (Suman Anna)

- Do not update the counter when updating the period in order to
  prevent a disruption when the pwm is used (Lokesh Vutla)

- Improve owl_timer_init() failure messages (Matheus Castello)

- Add driver for the Ingenic JZ47xx OST (Maarten ter Huurne)

- Pass the interrupt and the shutdown callbacks in the init function
  for ast2600 support (Joel Stanley)

- Add the ast2600 compatible string for the fttmr010 (Joel Stanley)