summaryrefslogtreecommitdiff
path: root/include/linux/mfd/rdc321x.h
blob: 442743a8f9153752661bf11a8dab9b998e55fe04 (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
#ifndef __RDC321X_MFD_H
#define __RDC321X_MFD_H

#include <linux/types.h>
#include <linux/pci.h>

/* Offsets to be accessed in the southbridge PCI
 * device configuration register */
#define RDC321X_WDT_CTRL	0x44
#define RDC321X_GPIO_CTRL_REG1	0x48
#define RDC321X_GPIO_DATA_REG1	0x4c
#define RDC321X_GPIO_CTRL_REG2	0x84
#define RDC321X_GPIO_DATA_REG2	0x88

#define RDC321X_NUM_GPIO	59

struct rdc321x_gpio_pdata {
	struct pci_dev *sb_pdev;
	unsigned max_gpios;
};

struct rdc321x_wdt_pdata {
	struct pci_dev *sb_pdev;
};

#endif /* __RDC321X_MFD_H */
ernel/commit/sound/soc/cirrus?h=master&id=1880a434948346f00509ad9a9f0885a66e5432d0'>ASoC: cirrus: convert not to use asoc_xxx()Kuninori Morimoto 2023-08-14ASoC: cirrus: merge DAI call back functions into opsKuninori Morimoto 2023-04-12ASoC: ep93xx: Add OF supportAlexander Sverdlin 2023-04-11ASoC: ep93xx: i2s: Make it individually selectableAlexander Sverdlin 2023-04-11ASoC: ep93xx: i2s: move enable call to startup callbackAlexander Sverdlin 2023-03-20ASoC: cirrus: ep93xx-i2s: Convert to platform remove callback returning voidUwe Kleine-König 2023-03-20ASoC: cirrus: edb93xx: Convert to platform remove callback returning voidUwe Kleine-König 2023-02-22Merge tag 'sound-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds 2023-02-13ASoC: ep93xx: ignore 0 Hz sysclkAlexander Sverdlin 2023-01-31ASoC: cirrus: use helper functionKuninori Morimoto 2023-01-10ASoC: remove unused ep93xx filesArnd Bergmann 2022-06-27ASoC: ep93xx: Migrate to new style legacy DAI naming flagCharles Keepax 2022-06-06ASoC: ep93xx: Rename set_fmt_new back to set_fmtCharles Keepax 2022-06-06ASoC: ep93xx: Update to use set_fmt_new callbackCharles Keepax