blob: bb2b1959976197d27ef7cd99d7cecb3db7c38c24 [file] [log] [blame]
Thomas Gleixner1f67b592019-06-04 10:10:57 +02001/* SPDX-License-Identifier: GPL-2.0-only */
Rabin Vincentb4ecd322010-05-10 23:39:47 +02002/*
3 * Copyright (C) ST-Ericsson SA 2010
Rabin Vincentb4ecd322010-05-10 23:39:47 +02004 */
5
Sundar Iyer20406eb2010-12-13 09:33:14 +05306#ifndef __LINUX_MFD_TC3589x_H
7#define __LINUX_MFD_TC3589x_H
Rabin Vincentb4ecd322010-05-10 23:39:47 +02008
Paul Gortmaker313162d2012-01-30 11:46:54 -05009struct device;
Rabin Vincentb4ecd322010-05-10 23:39:47 +020010
Sundar Iyer611b7592010-12-13 09:33:15 +053011enum tx3589x_block {
12 TC3589x_BLOCK_GPIO = 1 << 0,
13 TC3589x_BLOCK_KEYPAD = 1 << 1,
14};
15
Sundar Iyer20406eb2010-12-13 09:33:14 +053016#define TC3589x_RSTCTRL_IRQRST (1 << 4)
17#define TC3589x_RSTCTRL_TIMRST (1 << 3)
18#define TC3589x_RSTCTRL_ROTRST (1 << 2)
19#define TC3589x_RSTCTRL_KBDRST (1 << 1)
20#define TC3589x_RSTCTRL_GPIRST (1 << 0)
Rabin Vincentb4ecd322010-05-10 23:39:47 +020021
Sundar Iyer09c730a2010-12-21 15:53:31 +053022/* Keyboard Configuration Registers */
23#define TC3589x_KBDSETTLE_REG 0x01
24#define TC3589x_KBDBOUNCE 0x02
25#define TC3589x_KBDSIZE 0x03
26#define TC3589x_KBCFG_LSB 0x04
27#define TC3589x_KBCFG_MSB 0x05
28#define TC3589x_KBDIC 0x08
29#define TC3589x_KBDMSK 0x09
30#define TC3589x_EVTCODE_FIFO 0x10
31#define TC3589x_KBDMFS 0x8F
32
Sundar Iyer20406eb2010-12-13 09:33:14 +053033#define TC3589x_IRQST 0x91
Rabin Vincentb4ecd322010-05-10 23:39:47 +020034
Sundar Iyer20406eb2010-12-13 09:33:14 +053035#define TC3589x_MANFCODE_MAGIC 0x03
36#define TC3589x_MANFCODE 0x80
37#define TC3589x_VERSION 0x81
38#define TC3589x_IOCFG 0xA7
Rabin Vincentb4ecd322010-05-10 23:39:47 +020039
Sundar Iyer20406eb2010-12-13 09:33:14 +053040#define TC3589x_CLKMODE 0x88
41#define TC3589x_CLKCFG 0x89
42#define TC3589x_CLKEN 0x8A
Rabin Vincentb4ecd322010-05-10 23:39:47 +020043
Sundar Iyer20406eb2010-12-13 09:33:14 +053044#define TC3589x_RSTCTRL 0x82
45#define TC3589x_EXTRSTN 0x83
46#define TC3589x_RSTINTCLR 0x84
Rabin Vincentb4ecd322010-05-10 23:39:47 +020047
Sundar Iyer09c730a2010-12-21 15:53:31 +053048/* Pull up/down configuration registers */
49#define TC3589x_IOCFG 0xA7
50#define TC3589x_IOPULLCFG0_LSB 0xAA
51#define TC3589x_IOPULLCFG0_MSB 0xAB
52#define TC3589x_IOPULLCFG1_LSB 0xAC
53#define TC3589x_IOPULLCFG1_MSB 0xAD
54#define TC3589x_IOPULLCFG2_LSB 0xAE
55
Sundar Iyer20406eb2010-12-13 09:33:14 +053056#define TC3589x_GPIOIS0 0xC9
57#define TC3589x_GPIOIS1 0xCA
58#define TC3589x_GPIOIS2 0xCB
59#define TC3589x_GPIOIBE0 0xCC
60#define TC3589x_GPIOIBE1 0xCD
61#define TC3589x_GPIOIBE2 0xCE
62#define TC3589x_GPIOIEV0 0xCF
63#define TC3589x_GPIOIEV1 0xD0
64#define TC3589x_GPIOIEV2 0xD1
65#define TC3589x_GPIOIE0 0xD2
66#define TC3589x_GPIOIE1 0xD3
67#define TC3589x_GPIOIE2 0xD4
68#define TC3589x_GPIORIS0 0xD6
69#define TC3589x_GPIORIS1 0xD7
70#define TC3589x_GPIORIS2 0xD8
71#define TC3589x_GPIOMIS0 0xD9
72#define TC3589x_GPIOMIS1 0xDA
73#define TC3589x_GPIOMIS2 0xDB
74#define TC3589x_GPIOIC0 0xDC
75#define TC3589x_GPIOIC1 0xDD
76#define TC3589x_GPIOIC2 0xDE
Rabin Vincentb4ecd322010-05-10 23:39:47 +020077
Sundar Iyer20406eb2010-12-13 09:33:14 +053078#define TC3589x_GPIODATA0 0xC0
79#define TC3589x_GPIOMASK0 0xc1
80#define TC3589x_GPIODATA1 0xC2
81#define TC3589x_GPIOMASK1 0xc3
82#define TC3589x_GPIODATA2 0xC4
83#define TC3589x_GPIOMASK2 0xC5
Rabin Vincentb4ecd322010-05-10 23:39:47 +020084
Sundar Iyer20406eb2010-12-13 09:33:14 +053085#define TC3589x_GPIODIR0 0xC6
86#define TC3589x_GPIODIR1 0xC7
87#define TC3589x_GPIODIR2 0xC8
Rabin Vincentb4ecd322010-05-10 23:39:47 +020088
Sundar Iyer20406eb2010-12-13 09:33:14 +053089#define TC3589x_GPIOSYNC0 0xE6
90#define TC3589x_GPIOSYNC1 0xE7
91#define TC3589x_GPIOSYNC2 0xE8
Rabin Vincentb4ecd322010-05-10 23:39:47 +020092
Sundar Iyer20406eb2010-12-13 09:33:14 +053093#define TC3589x_GPIOWAKE0 0xE9
94#define TC3589x_GPIOWAKE1 0xEA
95#define TC3589x_GPIOWAKE2 0xEB
Rabin Vincentb4ecd322010-05-10 23:39:47 +020096
Sundar Iyer20406eb2010-12-13 09:33:14 +053097#define TC3589x_GPIOODM0 0xE0
98#define TC3589x_GPIOODE0 0xE1
99#define TC3589x_GPIOODM1 0xE2
100#define TC3589x_GPIOODE1 0xE3
101#define TC3589x_GPIOODM2 0xE4
102#define TC3589x_GPIOODE2 0xE5
Rabin Vincentb4ecd322010-05-10 23:39:47 +0200103
Sundar Iyer20406eb2010-12-13 09:33:14 +0530104#define TC3589x_INT_GPIIRQ 0
105#define TC3589x_INT_TI0IRQ 1
106#define TC3589x_INT_TI1IRQ 2
107#define TC3589x_INT_TI2IRQ 3
108#define TC3589x_INT_ROTIRQ 5
109#define TC3589x_INT_KBDIRQ 6
110#define TC3589x_INT_PORIRQ 7
Rabin Vincentb4ecd322010-05-10 23:39:47 +0200111
Sundar Iyer20406eb2010-12-13 09:33:14 +0530112#define TC3589x_NR_INTERNAL_IRQS 8
Rabin Vincentb4ecd322010-05-10 23:39:47 +0200113
Sundar Iyer20406eb2010-12-13 09:33:14 +0530114struct tc3589x {
Rabin Vincentb4ecd322010-05-10 23:39:47 +0200115 struct mutex lock;
116 struct device *dev;
117 struct i2c_client *i2c;
Lee Jones15e27b12012-09-07 12:14:56 +0100118 struct irq_domain *domain;
Rabin Vincentb4ecd322010-05-10 23:39:47 +0200119
120 int irq_base;
121 int num_gpio;
Sundar Iyer20406eb2010-12-13 09:33:14 +0530122 struct tc3589x_platform_data *pdata;
Rabin Vincentb4ecd322010-05-10 23:39:47 +0200123};
124
Sundar Iyer20406eb2010-12-13 09:33:14 +0530125extern int tc3589x_reg_write(struct tc3589x *tc3589x, u8 reg, u8 data);
126extern int tc3589x_reg_read(struct tc3589x *tc3589x, u8 reg);
127extern int tc3589x_block_read(struct tc3589x *tc3589x, u8 reg, u8 length,
Rabin Vincentb4ecd322010-05-10 23:39:47 +0200128 u8 *values);
Sundar Iyer20406eb2010-12-13 09:33:14 +0530129extern int tc3589x_block_write(struct tc3589x *tc3589x, u8 reg, u8 length,
Rabin Vincentb4ecd322010-05-10 23:39:47 +0200130 const u8 *values);
Sundar Iyer20406eb2010-12-13 09:33:14 +0530131extern int tc3589x_set_bits(struct tc3589x *tc3589x, u8 reg, u8 mask, u8 val);
Rabin Vincentb4ecd322010-05-10 23:39:47 +0200132
Sundar Iyer09c730a2010-12-21 15:53:31 +0530133/*
134 * Keypad related platform specific constants
135 * These values may be modified for fine tuning
136 */
137#define TC_KPD_ROWS 0x8
138#define TC_KPD_COLUMNS 0x8
139#define TC_KPD_DEBOUNCE_PERIOD 0xA3
140#define TC_KPD_SETTLE_TIME 0xA3
141
Sundar Iyer09c730a2010-12-21 15:53:31 +0530142
Rabin Vincentb4ecd322010-05-10 23:39:47 +0200143/**
Sundar Iyer20406eb2010-12-13 09:33:14 +0530144 * struct tc3589x_platform_data - TC3589x platform data
Sundar Iyer611b7592010-12-13 09:33:15 +0530145 * @block: bitmask of blocks to enable (use TC3589x_BLOCK_*)
Rabin Vincentb4ecd322010-05-10 23:39:47 +0200146 */
Sundar Iyer20406eb2010-12-13 09:33:14 +0530147struct tc3589x_platform_data {
Sundar Iyer611b7592010-12-13 09:33:15 +0530148 unsigned int block;
Rabin Vincentb4ecd322010-05-10 23:39:47 +0200149};
150
Rabin Vincentb4ecd322010-05-10 23:39:47 +0200151#endif