Commit 349112b
spi: dw-mmio: Use helper function devm_clk_get_*()
Since commit 7ef9651 ("clk: Provide new devm_clk helpers for prepared
and enabled clocks"), devm_clk_get() and clk_prepare_enable() can now be
replaced by devm_clk_get_enabled() when driver enables (and possibly
prepares) the clocks for the whole lifetime of the device. Moreover, it is
no longer necessary to unprepare and disable the clocks explicitly. Also,
devm_clk_get_optional() and clk_prepare_enable() can now be replaced by
devm_clk_get_optional_enabled(). Moreover, the lable "out_clk" no longer
makes sense, rename it to "out_reset".
Signed-off-by: Li Zetao <lizetao1@huawei.com>
Reviewed-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Acked-by: Serge Semin <fancer.lancer@gmail.com>
Link: https://lore.kernel.org/r/20230823133938.1359106-13-lizetao1@huawei.com
Signed-off-by: Mark Brown <broonie@kernel.org>1 parent 10c3937 commit 349112b
1 file changed
Lines changed: 9 additions & 22 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
340 | 340 | | |
341 | 341 | | |
342 | 342 | | |
343 | | - | |
| 343 | + | |
344 | 344 | | |
345 | 345 | | |
346 | | - | |
347 | | - | |
348 | | - | |
349 | 346 | | |
350 | 347 | | |
351 | | - | |
352 | | - | |
353 | | - | |
354 | | - | |
355 | | - | |
356 | | - | |
357 | | - | |
358 | | - | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
359 | 351 | | |
360 | 352 | | |
361 | 353 | | |
362 | | - | |
363 | | - | |
364 | | - | |
365 | | - | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
366 | 357 | | |
367 | 358 | | |
368 | 359 | | |
| |||
383 | 374 | | |
384 | 375 | | |
385 | 376 | | |
386 | | - | |
| 377 | + | |
387 | 378 | | |
388 | 379 | | |
389 | 380 | | |
| |||
397 | 388 | | |
398 | 389 | | |
399 | 390 | | |
400 | | - | |
401 | | - | |
402 | | - | |
| 391 | + | |
403 | 392 | | |
404 | 393 | | |
405 | 394 | | |
| |||
411 | 400 | | |
412 | 401 | | |
413 | 402 | | |
414 | | - | |
415 | | - | |
416 | 403 | | |
417 | 404 | | |
418 | 405 | | |
| |||
0 commit comments