From d2a782003a6047da120a33e6f8ee6fd33bb825d6 Mon Sep 17 00:00:00 2001 From: Doug Zobel Date: Fri, 15 Nov 2013 14:29:07 -0600 Subject: CW integration and minnow bringup * create minnow machine type * create Android makefile * add pre-commit syntax check * enable -Werror * Add drivers: CPCAP, TPS65xxx, m4sensorhub, atmxt, lm3535, usb gadget, minnow display, TI 12xx wireless Change-Id: I7962f5e1256715f2452aed5a62a4f2f2383d5046 --- include/linux/mfd/tps65912.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/linux/mfd/tps65912.h') diff --git a/include/linux/mfd/tps65912.h b/include/linux/mfd/tps65912.h index 6d309032dc0..f456529d800 100644 --- a/include/linux/mfd/tps65912.h +++ b/include/linux/mfd/tps65912.h @@ -306,6 +306,7 @@ struct tps65912 { int irq_base; int irq_num; u32 irq_mask; + void *debugfs_data; }; struct tps65912_platform_data { @@ -324,5 +325,7 @@ void tps65912_device_exit(struct tps65912 *tps65912); int tps65912_irq_init(struct tps65912 *tps65912, int irq, struct tps65912_platform_data *pdata); int tps65912_irq_exit(struct tps65912 *tps65912); +int tps65912_debugfs_create(struct tps65912 *tps65912); +void tps65912_debugfs_remove(struct tps65912 *tps65912); #endif /* __LINUX_MFD_TPS65912_H */ -- cgit v1.2.3-70-g09d2