blob: ea1918896f5b340e462806ea1aebf3e7983fcdc3 [file] [log] [blame]
Rabin Vincentb4ecd322010-05-10 23:39:47 +02001/*
2 * Copyright (C) ST-Ericsson SA 2010
3 *
4 * License Terms: GNU General Public License, version 2
5 */
6
Sundar Iyer20406eb2010-12-13 09:33:14 +05307#ifndef __LINUX_MFD_TC3589x_H
8#define __LINUX_MFD_TC3589x_H
Rabin Vincentb4ecd322010-05-10 23:39:47 +02009
10#include <linux/device.h>
11
Sundar Iyer20406eb2010-12-13 09:33:14 +053012#define TC3589x_RSTCTRL_IRQRST (1 << 4)
13#define TC3589x_RSTCTRL_TIMRST (1 << 3)
14#define TC3589x_RSTCTRL_ROTRST (1 << 2)
15#define TC3589x_RSTCTRL_KBDRST (1 << 1)
16#define TC3589x_RSTCTRL_GPIRST (1 << 0)
Rabin Vincentb4ecd322010-05-10 23:39:47 +020017
Sundar Iyer20406eb2010-12-13 09:33:14 +053018#define TC3589x_IRQST 0x91
Rabin Vincentb4ecd322010-05-10 23:39:47 +020019
Sundar Iyer20406eb2010-12-13 09:33:14 +053020#define TC3589x_MANFCODE_MAGIC 0x03
21#define TC3589x_MANFCODE 0x80
22#define TC3589x_VERSION 0x81
23#define TC3589x_IOCFG 0xA7
Rabin Vincentb4ecd322010-05-10 23:39:47 +020024
Sundar Iyer20406eb2010-12-13 09:33:14 +053025#define TC3589x_CLKMODE 0x88
26#define TC3589x_CLKCFG 0x89
27#define TC3589x_CLKEN 0x8A
Rabin Vincentb4ecd322010-05-10 23:39:47 +020028
Sundar Iyer20406eb2010-12-13 09:33:14 +053029#define TC3589x_RSTCTRL 0x82
30#define TC3589x_EXTRSTN 0x83
31#define TC3589x_RSTINTCLR 0x84
Rabin Vincentb4ecd322010-05-10 23:39:47 +020032
Sundar Iyer20406eb2010-12-13 09:33:14 +053033#define TC3589x_GPIOIS0 0xC9
34#define TC3589x_GPIOIS1 0xCA
35#define TC3589x_GPIOIS2 0xCB
36#define TC3589x_GPIOIBE0 0xCC
37#define TC3589x_GPIOIBE1 0xCD
38#define TC3589x_GPIOIBE2 0xCE
39#define TC3589x_GPIOIEV0 0xCF
40#define TC3589x_GPIOIEV1 0xD0
41#define TC3589x_GPIOIEV2 0xD1
42#define TC3589x_GPIOIE0 0xD2
43#define TC3589x_GPIOIE1 0xD3
44#define TC3589x_GPIOIE2 0xD4
45#define TC3589x_GPIORIS0 0xD6
46#define TC3589x_GPIORIS1 0xD7
47#define TC3589x_GPIORIS2 0xD8
48#define TC3589x_GPIOMIS0 0xD9
49#define TC3589x_GPIOMIS1 0xDA
50#define TC3589x_GPIOMIS2 0xDB
51#define TC3589x_GPIOIC0 0xDC
52#define TC3589x_GPIOIC1 0xDD
53#define TC3589x_GPIOIC2 0xDE
Rabin Vincentb4ecd322010-05-10 23:39:47 +020054
Sundar Iyer20406eb2010-12-13 09:33:14 +053055#define TC3589x_GPIODATA0 0xC0
56#define TC3589x_GPIOMASK0 0xc1
57#define TC3589x_GPIODATA1 0xC2
58#define TC3589x_GPIOMASK1 0xc3
59#define TC3589x_GPIODATA2 0xC4
60#define TC3589x_GPIOMASK2 0xC5
Rabin Vincentb4ecd322010-05-10 23:39:47 +020061
Sundar Iyer20406eb2010-12-13 09:33:14 +053062#define TC3589x_GPIODIR0 0xC6
63#define TC3589x_GPIODIR1 0xC7
64#define TC3589x_GPIODIR2 0xC8
Rabin Vincentb4ecd322010-05-10 23:39:47 +020065
Sundar Iyer20406eb2010-12-13 09:33:14 +053066#define TC3589x_GPIOSYNC0 0xE6
67#define TC3589x_GPIOSYNC1 0xE7
68#define TC3589x_GPIOSYNC2 0xE8
Rabin Vincentb4ecd322010-05-10 23:39:47 +020069
Sundar Iyer20406eb2010-12-13 09:33:14 +053070#define TC3589x_GPIOWAKE0 0xE9
71#define TC3589x_GPIOWAKE1 0xEA
72#define TC3589x_GPIOWAKE2 0xEB
Rabin Vincentb4ecd322010-05-10 23:39:47 +020073
Sundar Iyer20406eb2010-12-13 09:33:14 +053074#define TC3589x_GPIOODM0 0xE0
75#define TC3589x_GPIOODE0 0xE1
76#define TC3589x_GPIOODM1 0xE2
77#define TC3589x_GPIOODE1 0xE3
78#define TC3589x_GPIOODM2 0xE4
79#define TC3589x_GPIOODE2 0xE5
Rabin Vincentb4ecd322010-05-10 23:39:47 +020080
Sundar Iyer20406eb2010-12-13 09:33:14 +053081#define TC3589x_INT_GPIIRQ 0
82#define TC3589x_INT_TI0IRQ 1
83#define TC3589x_INT_TI1IRQ 2
84#define TC3589x_INT_TI2IRQ 3
85#define TC3589x_INT_ROTIRQ 5
86#define TC3589x_INT_KBDIRQ 6
87#define TC3589x_INT_PORIRQ 7
Rabin Vincentb4ecd322010-05-10 23:39:47 +020088
Sundar Iyer20406eb2010-12-13 09:33:14 +053089#define TC3589x_NR_INTERNAL_IRQS 8
90#define TC3589x_INT_GPIO(x) (TC3589x_NR_INTERNAL_IRQS + (x))
Rabin Vincentb4ecd322010-05-10 23:39:47 +020091
Sundar Iyer20406eb2010-12-13 09:33:14 +053092struct tc3589x {
Rabin Vincentb4ecd322010-05-10 23:39:47 +020093 struct mutex lock;
94 struct device *dev;
95 struct i2c_client *i2c;
96
97 int irq_base;
98 int num_gpio;
Sundar Iyer20406eb2010-12-13 09:33:14 +053099 struct tc3589x_platform_data *pdata;
Rabin Vincentb4ecd322010-05-10 23:39:47 +0200100};
101
Sundar Iyer20406eb2010-12-13 09:33:14 +0530102extern int tc3589x_reg_write(struct tc3589x *tc3589x, u8 reg, u8 data);
103extern int tc3589x_reg_read(struct tc3589x *tc3589x, u8 reg);
104extern int tc3589x_block_read(struct tc3589x *tc3589x, u8 reg, u8 length,
Rabin Vincentb4ecd322010-05-10 23:39:47 +0200105 u8 *values);
Sundar Iyer20406eb2010-12-13 09:33:14 +0530106extern int tc3589x_block_write(struct tc3589x *tc3589x, u8 reg, u8 length,
Rabin Vincentb4ecd322010-05-10 23:39:47 +0200107 const u8 *values);
Sundar Iyer20406eb2010-12-13 09:33:14 +0530108extern int tc3589x_set_bits(struct tc3589x *tc3589x, u8 reg, u8 mask, u8 val);
Rabin Vincentb4ecd322010-05-10 23:39:47 +0200109
110/**
Sundar Iyer20406eb2010-12-13 09:33:14 +0530111 * struct tc3589x_gpio_platform_data - TC3589x GPIO platform data
112 * @gpio_base: first gpio number assigned to TC3589x. A maximum of
113 * %TC3589x_NR_GPIOS GPIOs will be allocated.
Rabin Vincentf0a7a982010-09-13 13:04:02 +0100114 * @setup: callback for board-specific initialization
115 * @remove: callback for board-specific teardown
Rabin Vincentb4ecd322010-05-10 23:39:47 +0200116 */
Sundar Iyer20406eb2010-12-13 09:33:14 +0530117struct tc3589x_gpio_platform_data {
Rabin Vincentb4ecd322010-05-10 23:39:47 +0200118 int gpio_base;
Sundar Iyer20406eb2010-12-13 09:33:14 +0530119 void (*setup)(struct tc3589x *tc3589x, unsigned gpio_base);
120 void (*remove)(struct tc3589x *tc3589x, unsigned gpio_base);
Rabin Vincentb4ecd322010-05-10 23:39:47 +0200121};
122
123/**
Sundar Iyer20406eb2010-12-13 09:33:14 +0530124 * struct tc3589x_platform_data - TC3589x platform data
125 * @irq_base: base IRQ number. %TC3589x_NR_IRQS irqs will be used.
Rabin Vincentb4ecd322010-05-10 23:39:47 +0200126 * @gpio: GPIO-specific platform data
127 */
Sundar Iyer20406eb2010-12-13 09:33:14 +0530128struct tc3589x_platform_data {
Rabin Vincentb4ecd322010-05-10 23:39:47 +0200129 int irq_base;
Sundar Iyer20406eb2010-12-13 09:33:14 +0530130 struct tc3589x_gpio_platform_data *gpio;
Rabin Vincentb4ecd322010-05-10 23:39:47 +0200131};
132
Sundar Iyer20406eb2010-12-13 09:33:14 +0530133#define TC3589x_NR_GPIOS 24
134#define TC3589x_NR_IRQS TC3589x_INT_GPIO(TC3589x_NR_GPIOS)
Rabin Vincentb4ecd322010-05-10 23:39:47 +0200135
136#endif