#include <linux/kernel.h>
#include <linux/slab.h>
#include <linux/err.h>
#include <linux/platform_device.h>
#include <linux/mfd/max77686.h>
#include <linux/mfd/max77686-private.h>
#include <linux/clk-provider.h>
#include <linux/mutex.h>
#include <linux/clkdev.h>
Go to the source code of this file.
- Enumerator:
MAX77686_CLK_AP |
|
MAX77686_CLK_CP |
|
MAX77686_CLK_PMIC |
|
MAX77686_CLKS_NUM |
|
Definition at line 33 of file clk-max77686.c.
MODULE_DESCRIPTION |
( |
"MAXIM 77686 Clock Driver" |
| ) |
|
MODULE_DEVICE_TABLE |
( |
platform |
, |
|
|
max77686_clk_id |
|
|
) |
| |
module_exit |
( |
max77686_clk_cleanup |
| ) |
|
subsys_initcall |
( |
max77686_clk_init |
| ) |
|