diff options
| author | 2009-04-05 11:38:37 -0700 | |
|---|---|---|
| committer | 2009-04-05 11:38:37 -0700 | |
| commit | 48f286a28fe13fcbc510720fcffb872a184b51dd (patch) | |
| tree | f50d868589138628c04dd5600a029ef80fa21da2 /include/linux/mfd/ds1wm.h | |
| parent | Merge branch 'for-linus' of git://repo.or.cz/cris-mirror (diff) | |
| parent | mfd: fix da903x warning (diff) | |
| download | wireguard-linux-48f286a28fe13fcbc510720fcffb872a184b51dd.tar.xz wireguard-linux-48f286a28fe13fcbc510720fcffb872a184b51dd.zip | |
Merge branch 'for-next' of git://git.o-hand.com/linux-mfd
* 'for-next' of git://git.o-hand.com/linux-mfd:
mfd: fix da903x warning
mfd: fix MAINTAINERS entry
mfd: Use the value of the final spin when reading the AUXADC
mfd: Storage class should be before const qualifier
mfd: PASIC3: supply clock_rate to DS1WM via driver_data
mfd: remove DS1WM clock handling
mfd: remove unused PASIC3 bus_shift field
pxa/magician: remove deprecated .bus_shift from PASIC3 platform_data
mfd: convert PASIC3 to use MFD core
mfd: convert DS1WM to use MFD core
mfd: Support active high IRQs on WM835x
mfd: Use bulk read to fill WM8350 register cache
mfd: remove duplicated #include from pcf50633
Diffstat (limited to 'include/linux/mfd/ds1wm.h')
| -rw-r--r-- | include/linux/mfd/ds1wm.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/mfd/ds1wm.h b/include/linux/mfd/ds1wm.h new file mode 100644 index 000000000000..be469a357cbb --- /dev/null +++ b/include/linux/mfd/ds1wm.h @@ -0,0 +1,6 @@ +/* MFD cell driver data for the DS1WM driver */ + +struct ds1wm_driver_data { + int active_high; + int clock_rate; +}; |
