summaryrefslogtreecommitdiff
path: root/drivers/clk/clk-max-gen.h
blob: 997e86fc3f4dc4482a8c0aa24bfaae9606f1f106 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
/*
 * clk-max-gen.h - Generic clock driver for Maxim PMICs clocks
 *
 * Copyright (C) 2014 Google, Inc
 *
 * This program is free software; you can redistribute  it and/or modify it
 * under  the terms of  the GNU General  Public License as published by the
 * Free Software Foundation;  either version 2 of the  License, or (at your
 * option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 */

#ifndef __CLK_MAX_GEN_H__
#define __CLK_MAX_GEN_H__

#include <linux/types.h>
#include <linux/device.h>
#include <linux/clkdev.h>
#include <linux/regmap.h>
#include <linux/platform_device.h>

int max_gen_clk_probe(struct platform_device *pdev, struct regmap *regmap,
		      u32 reg, struct clk_init_data *clks_init, int num_init);
int max_gen_clk_remove(struct platform_device *pdev, int num_init);
extern struct clk_ops max_gen_clk_ops;

#endif /* __CLK_MAX_GEN_H__ */
3:58:55 +0100'>2022-04-25ASoC: tas*: use i2c_match_id and simple i2c probeStephen Kitt1-12/+13 2021-03-18ASoC: tas2562: remove warning on return valuePierre-Louis Bossart1-1/+1 2021-03-18ASoC: tas2562: remove useless assignmentPierre-Louis Bossart1-1/+0 2020-11-26ASoC: tas2562: skip of_device_id table when !CONFIG_OFKrzysztof Kozlowski1-0/+2 2020-09-22ASoC: tas2562: Remove duplicate code for I/V senseDan Murphy1-12/+0 2020-09-21ASoC: tas2562: Add the TAS2110 class-D amplifierDan Murphy1-0/+48 2020-09-21ASoC: tas2562: Add the TAS2564 compatibleDan Murphy1-0/+3 2020-07-28ASoC: tas2562: Update shutdown GPIO propertyDan Murphy1-5/+18 2020-07-16ASoC: codecs: tas*: merge .digital_mute() into .mute_stream()Kuninori Morimoto1-2/+3 2020-06-29ASoC: tas2562: Add voltage sense slot configurationDan Murphy1-14/+51 2020-06-29ASoC: tas2562: Add right and left channel slot programmingDan Murphy1-16/+55 2020-06-25ASoC: tas2562: Fix format issue for extra space before a commaDan Murphy1-1/+1 2020-06-25ASoC: tas2562: Update shutdown GPIO propertyDan Murphy1-2/+2 2020-03-27Merge branch 'for-5.6' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown1-1/+1 2020-03-24ASoC: tas2562: Fixed incorrect amp_level setting.Jonghwan Choi1-1/+1 2020-03-02Merge branch 'for-5.6' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown1-1/+1 2020-02-26ASoC: tas2562: Add entries for the TAS2563 audio amplifierDan Murphy1-1/+8 2020-02-26ASoC: tas2562: Fix sample rate error messageDan Murphy1-1/+1 2020-02-24Merge branch 'for-5.6' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown1-1/+2 2020-02-21ASoC: tas2562: Add support for digital volume controlDan Murphy1-0/+78 2020-02-19ASoC: tas2562: Add support for ISENSE and VSENSEDan Murphy1-5/+27 2020-02-18ASoC: tas2562: Return invalid for when bitwidth is invalidDan Murphy1-1/+2 2019-10-10ASoC: tas2562: Introduce the TAS2562 amplifierDan Murphy1-0/+590