]> git.baikalelectronics.ru Git - 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)
commite886d66af6b4b3124a8fc440ab4411c0b03cb4ed
tree80ab17fd471962ec07e3546f75cbf126a1883ae4
parentf392ab988bdb68a0a14779b847e0da1e6b6bbedd
parentf7d2b06f8a13f72b227bdd52c4488676a8e6c9d7
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)