blob: 49f3fe0ac59ca92b4164d267f8a443bdf9d21412 [file] [log] [blame]
Stelian Pop7f09c432007-01-13 23:04:31 +01001/*
malattia@linux.it33a04452007-04-09 19:26:03 +02002 * ACPI Sony Notebook Control Driver (SNC and SPIC)
Stelian Pop7f09c432007-01-13 23:04:31 +01003 *
4 * Copyright (C) 2004-2005 Stelian Pop <stelian@popies.net>
Mattia Dongili37418342009-03-26 21:58:24 +09005 * Copyright (C) 2007-2009 Mattia Dongili <malattia@linux.it>
Stelian Pop7f09c432007-01-13 23:04:31 +01006 *
7 * Parts of this driver inspired from asus_acpi.c and ibm_acpi.c
8 * which are copyrighted by their respective authors.
9 *
malattia@linux.it33a04452007-04-09 19:26:03 +020010 * The SNY6001 driver part is based on the sonypi driver which includes
11 * material from:
12 *
13 * Copyright (C) 2001-2005 Stelian Pop <stelian@popies.net>
14 *
15 * Copyright (C) 2005 Narayanan R S <nars@kadamba.org>
16 *
Marcin Garskidb9551702007-10-19 23:22:11 +020017 * Copyright (C) 2001-2002 AlcĂ´ve <www.alcove.com>
malattia@linux.it33a04452007-04-09 19:26:03 +020018 *
19 * Copyright (C) 2001 Michael Ashley <m.ashley@unsw.edu.au>
20 *
21 * Copyright (C) 2001 Junichi Morita <jun1m@mars.dti.ne.jp>
22 *
23 * Copyright (C) 2000 Takaya Kinjo <t-kinjo@tc4.so-net.ne.jp>
24 *
25 * Copyright (C) 2000 Andrew Tridgell <tridge@valinux.com>
26 *
27 * Earlier work by Werner Almesberger, Paul `Rusty' Russell and Paul Mackerras.
28 *
Stelian Pop7f09c432007-01-13 23:04:31 +010029 * This program is free software; you can redistribute it and/or modify
30 * it under the terms of the GNU General Public License as published by
31 * the Free Software Foundation; either version 2 of the License, or
32 * (at your option) any later version.
33 *
34 * This program is distributed in the hope that it will be useful,
35 * but WITHOUT ANY WARRANTY; without even the implied warranty of
36 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
37 * GNU General Public License for more details.
38 *
39 * You should have received a copy of the GNU General Public License
40 * along with this program; if not, write to the Free Software
41 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
42 *
43 */
44
45#include <linux/kernel.h>
46#include <linux/module.h>
47#include <linux/moduleparam.h>
48#include <linux/init.h>
49#include <linux/types.h>
Alessandro Guido50f62af2007-01-13 23:04:34 +010050#include <linux/backlight.h>
Mattia Dongilied3aa4b2007-02-07 20:01:54 +010051#include <linux/platform_device.h>
Alessandro Guido50f62af2007-01-13 23:04:34 +010052#include <linux/err.h>
malattia@linux.it33a04452007-04-09 19:26:03 +020053#include <linux/dmi.h>
54#include <linux/pci.h>
55#include <linux/interrupt.h>
56#include <linux/delay.h>
57#include <linux/input.h>
58#include <linux/kfifo.h>
59#include <linux/workqueue.h>
60#include <linux/acpi.h>
Stelian Pop7f09c432007-01-13 23:04:31 +010061#include <acpi/acpi_drivers.h>
62#include <acpi/acpi_bus.h>
63#include <asm/uaccess.h>
malattia@linux.it33a04452007-04-09 19:26:03 +020064#include <linux/sonypi.h>
malattia@linux.it1ce82c12007-04-28 23:34:36 +090065#include <linux/sony-laptop.h>
Matthew Garrett6cc056b2009-03-26 21:58:15 +090066#include <linux/rfkill.h>
Mattia Dongilia64e62a2007-05-01 11:19:53 +090067#ifdef CONFIG_SONYPI_COMPAT
malattia@linux.it7b153f32007-04-09 19:31:25 +020068#include <linux/poll.h>
69#include <linux/miscdevice.h>
70#endif
Stelian Pop7f09c432007-01-13 23:04:31 +010071
malattia@linux.it33a04452007-04-09 19:26:03 +020072#define DRV_PFX "sony-laptop: "
malattia@linux.itb9a218b2007-04-09 10:19:06 +020073#define dprintk(msg...) do { \
malattia@linux.itf6119b02007-04-09 19:31:06 +020074 if (debug) printk(KERN_WARNING DRV_PFX msg); \
malattia@linux.itb9a218b2007-04-09 10:19:06 +020075} while (0)
76
Mattia Dongili425ef5d2008-01-14 18:05:44 +090077#define SONY_LAPTOP_DRIVER_VERSION "0.6"
Alessandro Guido50f62af2007-01-13 23:04:34 +010078
malattia@linux.it33a04452007-04-09 19:26:03 +020079#define SONY_NC_CLASS "sony-nc"
80#define SONY_NC_HID "SNY5001"
malattia@linux.itf6119b02007-04-09 19:31:06 +020081#define SONY_NC_DRIVER_NAME "Sony Notebook Control Driver"
malattia@linux.it33a04452007-04-09 19:26:03 +020082
83#define SONY_PIC_CLASS "sony-pic"
84#define SONY_PIC_HID "SNY6001"
malattia@linux.itf6119b02007-04-09 19:31:06 +020085#define SONY_PIC_DRIVER_NAME "Sony Programmable IO Control Driver"
Stelian Pop7f09c432007-01-13 23:04:31 +010086
Mattia Dongilied3aa4b2007-02-07 20:01:54 +010087MODULE_AUTHOR("Stelian Pop, Mattia Dongili");
malattia@linux.it33a04452007-04-09 19:26:03 +020088MODULE_DESCRIPTION("Sony laptop extras driver (SPIC and SNC ACPI device)");
Stelian Pop7f09c432007-01-13 23:04:31 +010089MODULE_LICENSE("GPL");
malattia@linux.it33a04452007-04-09 19:26:03 +020090MODULE_VERSION(SONY_LAPTOP_DRIVER_VERSION);
Stelian Pop7f09c432007-01-13 23:04:31 +010091
92static int debug;
93module_param(debug, int, 0);
94MODULE_PARM_DESC(debug, "set this to 1 (and RTFM) if you want to help "
Len Browna02d1c12007-02-07 15:34:02 -050095 "the development of this driver");
Stelian Pop7f09c432007-01-13 23:04:31 +010096
malattia@linux.it33a04452007-04-09 19:26:03 +020097static int no_spic; /* = 0 */
98module_param(no_spic, int, 0444);
99MODULE_PARM_DESC(no_spic,
100 "set this if you don't want to enable the SPIC device");
101
102static int compat; /* = 0 */
103module_param(compat, int, 0444);
104MODULE_PARM_DESC(compat,
malattia@linux.it7b153f32007-04-09 19:31:25 +0200105 "set this if you want to enable backward compatibility mode");
malattia@linux.it33a04452007-04-09 19:26:03 +0200106
107static unsigned long mask = 0xffffffff;
108module_param(mask, ulong, 0644);
109MODULE_PARM_DESC(mask,
110 "set this to the mask of event you want to enable (see doc)");
111
malattia@linux.it5f3d2892007-04-28 23:18:45 +0900112static int camera; /* = 0 */
113module_param(camera, int, 0444);
114MODULE_PARM_DESC(camera,
115 "set this to 1 to enable Motion Eye camera controls "
116 "(only use it if you have a C1VE or C1VN model)");
117
Mattia Dongilia64e62a2007-05-01 11:19:53 +0900118#ifdef CONFIG_SONYPI_COMPAT
malattia@linux.it7b153f32007-04-09 19:31:25 +0200119static int minor = -1;
120module_param(minor, int, 0);
121MODULE_PARM_DESC(minor,
122 "minor number of the misc device for the SPIC compatibility code, "
123 "default is -1 (automatic)");
124#endif
125
Matthew Garrett6cc056b2009-03-26 21:58:15 +0900126enum sony_nc_rfkill {
127 SONY_WIFI,
128 SONY_BLUETOOTH,
129 SONY_WWAN,
130 SONY_WIMAX,
Johannes Berg19d337d2009-06-02 13:01:37 +0200131 N_SONY_RFKILL,
Matthew Garrett6cc056b2009-03-26 21:58:15 +0900132};
133
Mattia Dongilid5a664a2009-12-17 00:08:35 +0900134static int sony_rfkill_handle;
Johannes Berg19d337d2009-06-02 13:01:37 +0200135static struct rfkill *sony_rfkill_devices[N_SONY_RFKILL];
136static int sony_rfkill_address[N_SONY_RFKILL] = {0x300, 0x500, 0x700, 0x900};
Matthew Garrett6cc056b2009-03-26 21:58:15 +0900137static void sony_nc_rfkill_update(void);
138
malattia@linux.it1549ee62007-04-09 10:19:08 +0200139/*********** Input Devices ***********/
140
141#define SONY_LAPTOP_BUF_SIZE 128
142struct sony_laptop_input_s {
143 atomic_t users;
144 struct input_dev *jog_dev;
145 struct input_dev *key_dev;
146 struct kfifo *fifo;
147 spinlock_t fifo_lock;
148 struct workqueue_struct *wq;
149};
Matthew Garrett6cc056b2009-03-26 21:58:15 +0900150
malattia@linux.it1549ee62007-04-09 10:19:08 +0200151static struct sony_laptop_input_s sony_laptop_input = {
152 .users = ATOMIC_INIT(0),
153};
154
155struct sony_laptop_keypress {
156 struct input_dev *dev;
157 int key;
158};
159
Mattia Dongilibc57f862007-07-20 02:01:57 +0900160/* Correspondance table between sonypi events
161 * and input layer indexes in the keymap
162 */
163static int sony_laptop_input_index[] = {
Mattia Dongili3eb87492008-01-14 18:05:45 +0900164 -1, /* 0 no event */
165 -1, /* 1 SONYPI_EVENT_JOGDIAL_DOWN */
166 -1, /* 2 SONYPI_EVENT_JOGDIAL_UP */
167 -1, /* 3 SONYPI_EVENT_JOGDIAL_DOWN_PRESSED */
168 -1, /* 4 SONYPI_EVENT_JOGDIAL_UP_PRESSED */
169 -1, /* 5 SONYPI_EVENT_JOGDIAL_PRESSED */
170 -1, /* 6 SONYPI_EVENT_JOGDIAL_RELEASED */
171 0, /* 7 SONYPI_EVENT_CAPTURE_PRESSED */
172 1, /* 8 SONYPI_EVENT_CAPTURE_RELEASED */
173 2, /* 9 SONYPI_EVENT_CAPTURE_PARTIALPRESSED */
174 3, /* 10 SONYPI_EVENT_CAPTURE_PARTIALRELEASED */
175 4, /* 11 SONYPI_EVENT_FNKEY_ESC */
176 5, /* 12 SONYPI_EVENT_FNKEY_F1 */
177 6, /* 13 SONYPI_EVENT_FNKEY_F2 */
178 7, /* 14 SONYPI_EVENT_FNKEY_F3 */
179 8, /* 15 SONYPI_EVENT_FNKEY_F4 */
180 9, /* 16 SONYPI_EVENT_FNKEY_F5 */
181 10, /* 17 SONYPI_EVENT_FNKEY_F6 */
182 11, /* 18 SONYPI_EVENT_FNKEY_F7 */
183 12, /* 19 SONYPI_EVENT_FNKEY_F8 */
184 13, /* 20 SONYPI_EVENT_FNKEY_F9 */
185 14, /* 21 SONYPI_EVENT_FNKEY_F10 */
186 15, /* 22 SONYPI_EVENT_FNKEY_F11 */
187 16, /* 23 SONYPI_EVENT_FNKEY_F12 */
188 17, /* 24 SONYPI_EVENT_FNKEY_1 */
189 18, /* 25 SONYPI_EVENT_FNKEY_2 */
190 19, /* 26 SONYPI_EVENT_FNKEY_D */
191 20, /* 27 SONYPI_EVENT_FNKEY_E */
192 21, /* 28 SONYPI_EVENT_FNKEY_F */
193 22, /* 29 SONYPI_EVENT_FNKEY_S */
194 23, /* 30 SONYPI_EVENT_FNKEY_B */
195 24, /* 31 SONYPI_EVENT_BLUETOOTH_PRESSED */
196 25, /* 32 SONYPI_EVENT_PKEY_P1 */
197 26, /* 33 SONYPI_EVENT_PKEY_P2 */
198 27, /* 34 SONYPI_EVENT_PKEY_P3 */
199 28, /* 35 SONYPI_EVENT_BACK_PRESSED */
200 -1, /* 36 SONYPI_EVENT_LID_CLOSED */
201 -1, /* 37 SONYPI_EVENT_LID_OPENED */
202 29, /* 38 SONYPI_EVENT_BLUETOOTH_ON */
203 30, /* 39 SONYPI_EVENT_BLUETOOTH_OFF */
204 31, /* 40 SONYPI_EVENT_HELP_PRESSED */
205 32, /* 41 SONYPI_EVENT_FNKEY_ONLY */
206 33, /* 42 SONYPI_EVENT_JOGDIAL_FAST_DOWN */
207 34, /* 43 SONYPI_EVENT_JOGDIAL_FAST_UP */
208 35, /* 44 SONYPI_EVENT_JOGDIAL_FAST_DOWN_PRESSED */
209 36, /* 45 SONYPI_EVENT_JOGDIAL_FAST_UP_PRESSED */
210 37, /* 46 SONYPI_EVENT_JOGDIAL_VFAST_DOWN */
211 38, /* 47 SONYPI_EVENT_JOGDIAL_VFAST_UP */
212 39, /* 48 SONYPI_EVENT_JOGDIAL_VFAST_DOWN_PRESSED */
213 40, /* 49 SONYPI_EVENT_JOGDIAL_VFAST_UP_PRESSED */
214 41, /* 50 SONYPI_EVENT_ZOOM_PRESSED */
215 42, /* 51 SONYPI_EVENT_THUMBPHRASE_PRESSED */
216 43, /* 52 SONYPI_EVENT_MEYE_FACE */
217 44, /* 53 SONYPI_EVENT_MEYE_OPPOSITE */
218 45, /* 54 SONYPI_EVENT_MEMORYSTICK_INSERT */
219 46, /* 55 SONYPI_EVENT_MEMORYSTICK_EJECT */
220 -1, /* 56 SONYPI_EVENT_ANYBUTTON_RELEASED */
221 -1, /* 57 SONYPI_EVENT_BATTERY_INSERT */
222 -1, /* 58 SONYPI_EVENT_BATTERY_REMOVE */
223 -1, /* 59 SONYPI_EVENT_FNKEY_RELEASED */
224 47, /* 60 SONYPI_EVENT_WIRELESS_ON */
225 48, /* 61 SONYPI_EVENT_WIRELESS_OFF */
226 49, /* 62 SONYPI_EVENT_ZOOM_IN_PRESSED */
227 50, /* 63 SONYPI_EVENT_ZOOM_OUT_PRESSED */
Matthew Garrett9b578962009-03-26 21:58:14 +0900228 51, /* 64 SONYPI_EVENT_CD_EJECT_PRESSED */
Matthew Garrett45c79422009-03-26 21:58:16 +0900229 52, /* 65 SONYPI_EVENT_MODEKEY_PRESSED */
230 53, /* 66 SONYPI_EVENT_PKEY_P4 */
231 54, /* 67 SONYPI_EVENT_PKEY_P5 */
232 55, /* 68 SONYPI_EVENT_SETTINGKEY_PRESSED */
Harald Jenny1cae7102009-03-26 21:58:18 +0900233 56, /* 69 SONYPI_EVENT_VOLUME_INC_PRESSED */
234 57, /* 70 SONYPI_EVENT_VOLUME_DEC_PRESSED */
235 -1, /* 71 SONYPI_EVENT_BRIGHTNESS_PRESSED */
Mattia Dongili4f924ba2009-12-17 00:08:33 +0900236 58, /* 72 SONYPI_EVENT_MEDIA_PRESSED */
Mattia Dongilibc57f862007-07-20 02:01:57 +0900237};
238
239static int sony_laptop_input_keycode_map[] = {
240 KEY_CAMERA, /* 0 SONYPI_EVENT_CAPTURE_PRESSED */
241 KEY_RESERVED, /* 1 SONYPI_EVENT_CAPTURE_RELEASED */
242 KEY_RESERVED, /* 2 SONYPI_EVENT_CAPTURE_PARTIALPRESSED */
243 KEY_RESERVED, /* 3 SONYPI_EVENT_CAPTURE_PARTIALRELEASED */
244 KEY_FN_ESC, /* 4 SONYPI_EVENT_FNKEY_ESC */
245 KEY_FN_F1, /* 5 SONYPI_EVENT_FNKEY_F1 */
246 KEY_FN_F2, /* 6 SONYPI_EVENT_FNKEY_F2 */
247 KEY_FN_F3, /* 7 SONYPI_EVENT_FNKEY_F3 */
248 KEY_FN_F4, /* 8 SONYPI_EVENT_FNKEY_F4 */
249 KEY_FN_F5, /* 9 SONYPI_EVENT_FNKEY_F5 */
250 KEY_FN_F6, /* 10 SONYPI_EVENT_FNKEY_F6 */
251 KEY_FN_F7, /* 11 SONYPI_EVENT_FNKEY_F7 */
252 KEY_FN_F8, /* 12 SONYPI_EVENT_FNKEY_F8 */
253 KEY_FN_F9, /* 13 SONYPI_EVENT_FNKEY_F9 */
254 KEY_FN_F10, /* 14 SONYPI_EVENT_FNKEY_F10 */
255 KEY_FN_F11, /* 15 SONYPI_EVENT_FNKEY_F11 */
256 KEY_FN_F12, /* 16 SONYPI_EVENT_FNKEY_F12 */
257 KEY_FN_F1, /* 17 SONYPI_EVENT_FNKEY_1 */
258 KEY_FN_F2, /* 18 SONYPI_EVENT_FNKEY_2 */
259 KEY_FN_D, /* 19 SONYPI_EVENT_FNKEY_D */
260 KEY_FN_E, /* 20 SONYPI_EVENT_FNKEY_E */
261 KEY_FN_F, /* 21 SONYPI_EVENT_FNKEY_F */
262 KEY_FN_S, /* 22 SONYPI_EVENT_FNKEY_S */
263 KEY_FN_B, /* 23 SONYPI_EVENT_FNKEY_B */
264 KEY_BLUETOOTH, /* 24 SONYPI_EVENT_BLUETOOTH_PRESSED */
265 KEY_PROG1, /* 25 SONYPI_EVENT_PKEY_P1 */
266 KEY_PROG2, /* 26 SONYPI_EVENT_PKEY_P2 */
267 KEY_PROG3, /* 27 SONYPI_EVENT_PKEY_P3 */
268 KEY_BACK, /* 28 SONYPI_EVENT_BACK_PRESSED */
269 KEY_BLUETOOTH, /* 29 SONYPI_EVENT_BLUETOOTH_ON */
270 KEY_BLUETOOTH, /* 30 SONYPI_EVENT_BLUETOOTH_OFF */
271 KEY_HELP, /* 31 SONYPI_EVENT_HELP_PRESSED */
272 KEY_FN, /* 32 SONYPI_EVENT_FNKEY_ONLY */
273 KEY_RESERVED, /* 33 SONYPI_EVENT_JOGDIAL_FAST_DOWN */
274 KEY_RESERVED, /* 34 SONYPI_EVENT_JOGDIAL_FAST_UP */
275 KEY_RESERVED, /* 35 SONYPI_EVENT_JOGDIAL_FAST_DOWN_PRESSED */
276 KEY_RESERVED, /* 36 SONYPI_EVENT_JOGDIAL_FAST_UP_PRESSED */
277 KEY_RESERVED, /* 37 SONYPI_EVENT_JOGDIAL_VFAST_DOWN */
278 KEY_RESERVED, /* 38 SONYPI_EVENT_JOGDIAL_VFAST_UP */
279 KEY_RESERVED, /* 39 SONYPI_EVENT_JOGDIAL_VFAST_DOWN_PRESSED */
280 KEY_RESERVED, /* 40 SONYPI_EVENT_JOGDIAL_VFAST_UP_PRESSED */
281 KEY_ZOOM, /* 41 SONYPI_EVENT_ZOOM_PRESSED */
282 BTN_THUMB, /* 42 SONYPI_EVENT_THUMBPHRASE_PRESSED */
283 KEY_RESERVED, /* 43 SONYPI_EVENT_MEYE_FACE */
284 KEY_RESERVED, /* 44 SONYPI_EVENT_MEYE_OPPOSITE */
285 KEY_RESERVED, /* 45 SONYPI_EVENT_MEMORYSTICK_INSERT */
286 KEY_RESERVED, /* 46 SONYPI_EVENT_MEMORYSTICK_EJECT */
287 KEY_WLAN, /* 47 SONYPI_EVENT_WIRELESS_ON */
288 KEY_WLAN, /* 48 SONYPI_EVENT_WIRELESS_OFF */
Mattia Dongili3eb87492008-01-14 18:05:45 +0900289 KEY_ZOOMIN, /* 49 SONYPI_EVENT_ZOOM_IN_PRESSED */
Matthew Garrett9b578962009-03-26 21:58:14 +0900290 KEY_ZOOMOUT, /* 50 SONYPI_EVENT_ZOOM_OUT_PRESSED */
Matthew Garrett45c79422009-03-26 21:58:16 +0900291 KEY_EJECTCD, /* 51 SONYPI_EVENT_CD_EJECT_PRESSED */
292 KEY_F13, /* 52 SONYPI_EVENT_MODEKEY_PRESSED */
293 KEY_PROG4, /* 53 SONYPI_EVENT_PKEY_P4 */
294 KEY_F14, /* 54 SONYPI_EVENT_PKEY_P5 */
295 KEY_F15, /* 55 SONYPI_EVENT_SETTINGKEY_PRESSED */
Harald Jenny1cae7102009-03-26 21:58:18 +0900296 KEY_VOLUMEUP, /* 56 SONYPI_EVENT_VOLUME_INC_PRESSED */
297 KEY_VOLUMEDOWN, /* 57 SONYPI_EVENT_VOLUME_DEC_PRESSED */
Mattia Dongili4f924ba2009-12-17 00:08:33 +0900298 KEY_MEDIA, /* 58 SONYPI_EVENT_MEDIA_PRESSED */
malattia@linux.it1549ee62007-04-09 10:19:08 +0200299};
300
301/* release buttons after a short delay if pressed */
302static void do_sony_laptop_release_key(struct work_struct *work)
303{
304 struct sony_laptop_keypress kp;
305
306 while (kfifo_get(sony_laptop_input.fifo, (unsigned char *)&kp,
307 sizeof(kp)) == sizeof(kp)) {
308 msleep(10);
309 input_report_key(kp.dev, kp.key, 0);
310 input_sync(kp.dev);
311 }
312}
313static DECLARE_WORK(sony_laptop_release_key_work,
314 do_sony_laptop_release_key);
315
Robert P. J. Day3a4fa0a2007-10-19 23:10:43 +0200316/* forward event to the input subsystem */
malattia@linux.it1549ee62007-04-09 10:19:08 +0200317static void sony_laptop_report_input_event(u8 event)
318{
319 struct input_dev *jog_dev = sony_laptop_input.jog_dev;
320 struct input_dev *key_dev = sony_laptop_input.key_dev;
321 struct sony_laptop_keypress kp = { NULL };
malattia@linux.it1549ee62007-04-09 10:19:08 +0200322
Almer S. Tigelaara83021a2009-04-12 11:26:28 +0000323 if (event == SONYPI_EVENT_FNKEY_RELEASED ||
324 event == SONYPI_EVENT_ANYBUTTON_RELEASED) {
malattia@linux.it1549ee62007-04-09 10:19:08 +0200325 /* Nothing, not all VAIOs generate this event */
326 return;
327 }
328
329 /* report events */
330 switch (event) {
331 /* jog_dev events */
332 case SONYPI_EVENT_JOGDIAL_UP:
333 case SONYPI_EVENT_JOGDIAL_UP_PRESSED:
334 input_report_rel(jog_dev, REL_WHEEL, 1);
335 input_sync(jog_dev);
336 return;
337
338 case SONYPI_EVENT_JOGDIAL_DOWN:
339 case SONYPI_EVENT_JOGDIAL_DOWN_PRESSED:
340 input_report_rel(jog_dev, REL_WHEEL, -1);
341 input_sync(jog_dev);
342 return;
343
344 /* key_dev events */
345 case SONYPI_EVENT_JOGDIAL_PRESSED:
346 kp.key = BTN_MIDDLE;
347 kp.dev = jog_dev;
348 break;
349
350 default:
Adrian Bunkd399d132008-02-20 00:59:03 +0200351 if (event >= ARRAY_SIZE(sony_laptop_input_index)) {
Mattia Dongilibc57f862007-07-20 02:01:57 +0900352 dprintk("sony_laptop_report_input_event, event not known: %d\n", event);
353 break;
354 }
355 if (sony_laptop_input_index[event] != -1) {
356 kp.key = sony_laptop_input_keycode_map[sony_laptop_input_index[event]];
357 if (kp.key != KEY_UNKNOWN)
malattia@linux.it1549ee62007-04-09 10:19:08 +0200358 kp.dev = key_dev;
Mattia Dongilibc57f862007-07-20 02:01:57 +0900359 }
malattia@linux.it1549ee62007-04-09 10:19:08 +0200360 break;
361 }
362
363 if (kp.dev) {
364 input_report_key(kp.dev, kp.key, 1);
Mattia Dongilibc57f862007-07-20 02:01:57 +0900365 /* we emit the scancode so we can always remap the key */
366 input_event(kp.dev, EV_MSC, MSC_SCAN, event);
malattia@linux.it1549ee62007-04-09 10:19:08 +0200367 input_sync(kp.dev);
368 kfifo_put(sony_laptop_input.fifo,
369 (unsigned char *)&kp, sizeof(kp));
370
371 if (!work_pending(&sony_laptop_release_key_work))
372 queue_work(sony_laptop_input.wq,
373 &sony_laptop_release_key_work);
374 } else
375 dprintk("unknown input event %.2x\n", event);
376}
377
Dmitry Torokhov2e4d2422007-11-21 14:15:53 -0500378static int sony_laptop_setup_input(struct acpi_device *acpi_device)
malattia@linux.it1549ee62007-04-09 10:19:08 +0200379{
380 struct input_dev *jog_dev;
381 struct input_dev *key_dev;
382 int i;
383 int error;
384
385 /* don't run again if already initialized */
386 if (atomic_add_return(1, &sony_laptop_input.users) > 1)
387 return 0;
388
389 /* kfifo */
390 spin_lock_init(&sony_laptop_input.fifo_lock);
391 sony_laptop_input.fifo =
392 kfifo_alloc(SONY_LAPTOP_BUF_SIZE, GFP_KERNEL,
393 &sony_laptop_input.fifo_lock);
394 if (IS_ERR(sony_laptop_input.fifo)) {
395 printk(KERN_ERR DRV_PFX "kfifo_alloc failed\n");
396 error = PTR_ERR(sony_laptop_input.fifo);
397 goto err_dec_users;
398 }
399
400 /* init workqueue */
401 sony_laptop_input.wq = create_singlethread_workqueue("sony-laptop");
402 if (!sony_laptop_input.wq) {
403 printk(KERN_ERR DRV_PFX
Alessio Igor Boganiff07a532009-04-01 22:10:44 +0900404 "Unable to create workqueue.\n");
malattia@linux.it1549ee62007-04-09 10:19:08 +0200405 error = -ENXIO;
406 goto err_free_kfifo;
407 }
408
409 /* input keys */
410 key_dev = input_allocate_device();
411 if (!key_dev) {
412 error = -ENOMEM;
413 goto err_destroy_wq;
414 }
415
416 key_dev->name = "Sony Vaio Keys";
417 key_dev->id.bustype = BUS_ISA;
418 key_dev->id.vendor = PCI_VENDOR_ID_SONY;
Dmitry Torokhov2e4d2422007-11-21 14:15:53 -0500419 key_dev->dev.parent = &acpi_device->dev;
malattia@linux.it1549ee62007-04-09 10:19:08 +0200420
421 /* Initialize the Input Drivers: special keys */
Mattia Dongilibc57f862007-07-20 02:01:57 +0900422 set_bit(EV_KEY, key_dev->evbit);
423 set_bit(EV_MSC, key_dev->evbit);
424 set_bit(MSC_SCAN, key_dev->mscbit);
425 key_dev->keycodesize = sizeof(sony_laptop_input_keycode_map[0]);
426 key_dev->keycodemax = ARRAY_SIZE(sony_laptop_input_keycode_map);
427 key_dev->keycode = &sony_laptop_input_keycode_map;
428 for (i = 0; i < ARRAY_SIZE(sony_laptop_input_keycode_map); i++) {
429 if (sony_laptop_input_keycode_map[i] != KEY_RESERVED) {
430 set_bit(sony_laptop_input_keycode_map[i],
431 key_dev->keybit);
432 }
433 }
malattia@linux.it1549ee62007-04-09 10:19:08 +0200434
435 error = input_register_device(key_dev);
436 if (error)
437 goto err_free_keydev;
438
439 sony_laptop_input.key_dev = key_dev;
440
441 /* jogdial */
442 jog_dev = input_allocate_device();
443 if (!jog_dev) {
444 error = -ENOMEM;
445 goto err_unregister_keydev;
446 }
447
448 jog_dev->name = "Sony Vaio Jogdial";
449 jog_dev->id.bustype = BUS_ISA;
450 jog_dev->id.vendor = PCI_VENDOR_ID_SONY;
Dmitry Torokhov2e4d2422007-11-21 14:15:53 -0500451 key_dev->dev.parent = &acpi_device->dev;
malattia@linux.it1549ee62007-04-09 10:19:08 +0200452
Jiri Slaby7b19ada2007-10-18 23:40:32 -0700453 jog_dev->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_REL);
454 jog_dev->keybit[BIT_WORD(BTN_MOUSE)] = BIT_MASK(BTN_MIDDLE);
455 jog_dev->relbit[0] = BIT_MASK(REL_WHEEL);
malattia@linux.it1549ee62007-04-09 10:19:08 +0200456
457 error = input_register_device(jog_dev);
458 if (error)
459 goto err_free_jogdev;
460
461 sony_laptop_input.jog_dev = jog_dev;
462
463 return 0;
464
465err_free_jogdev:
466 input_free_device(jog_dev);
467
468err_unregister_keydev:
469 input_unregister_device(key_dev);
470 /* to avoid kref underflow below at input_free_device */
471 key_dev = NULL;
472
473err_free_keydev:
474 input_free_device(key_dev);
475
476err_destroy_wq:
477 destroy_workqueue(sony_laptop_input.wq);
478
479err_free_kfifo:
480 kfifo_free(sony_laptop_input.fifo);
481
482err_dec_users:
483 atomic_dec(&sony_laptop_input.users);
484 return error;
485}
486
487static void sony_laptop_remove_input(void)
488{
489 /* cleanup only after the last user has gone */
490 if (!atomic_dec_and_test(&sony_laptop_input.users))
491 return;
492
493 /* flush workqueue first */
494 flush_workqueue(sony_laptop_input.wq);
495
496 /* destroy input devs */
497 input_unregister_device(sony_laptop_input.key_dev);
498 sony_laptop_input.key_dev = NULL;
499
500 if (sony_laptop_input.jog_dev) {
501 input_unregister_device(sony_laptop_input.jog_dev);
502 sony_laptop_input.jog_dev = NULL;
503 }
504
505 destroy_workqueue(sony_laptop_input.wq);
506 kfifo_free(sony_laptop_input.fifo);
507}
508
malattia@linux.it56b87562007-04-09 10:19:05 +0200509/*********** Platform Device ***********/
510
511static atomic_t sony_pf_users = ATOMIC_INIT(0);
512static struct platform_driver sony_pf_driver = {
513 .driver = {
514 .name = "sony-laptop",
515 .owner = THIS_MODULE,
516 }
517};
518static struct platform_device *sony_pf_device;
519
520static int sony_pf_add(void)
521{
522 int ret = 0;
523
524 /* don't run again if already initialized */
525 if (atomic_add_return(1, &sony_pf_users) > 1)
526 return 0;
527
528 ret = platform_driver_register(&sony_pf_driver);
529 if (ret)
530 goto out;
531
532 sony_pf_device = platform_device_alloc("sony-laptop", -1);
533 if (!sony_pf_device) {
534 ret = -ENOMEM;
535 goto out_platform_registered;
536 }
537
538 ret = platform_device_add(sony_pf_device);
539 if (ret)
540 goto out_platform_alloced;
541
542 return 0;
543
544 out_platform_alloced:
545 platform_device_put(sony_pf_device);
546 sony_pf_device = NULL;
547 out_platform_registered:
548 platform_driver_unregister(&sony_pf_driver);
549 out:
550 atomic_dec(&sony_pf_users);
551 return ret;
552}
553
554static void sony_pf_remove(void)
555{
556 /* deregister only after the last user has gone */
557 if (!atomic_dec_and_test(&sony_pf_users))
558 return;
559
560 platform_device_del(sony_pf_device);
561 platform_device_put(sony_pf_device);
562 platform_driver_unregister(&sony_pf_driver);
563}
564
565/*********** SNC (SNY5001) Device ***********/
566
malattia@linux.it33a04452007-04-09 19:26:03 +0200567/* the device uses 1-based values, while the backlight subsystem uses
568 0-based values */
569#define SONY_MAX_BRIGHTNESS 8
570
571#define SNC_VALIDATE_IN 0
572#define SNC_VALIDATE_OUT 1
573
malattia@linux.it59b19102007-04-09 10:19:04 +0200574static ssize_t sony_nc_sysfs_show(struct device *, struct device_attribute *,
Len Browna02d1c12007-02-07 15:34:02 -0500575 char *);
malattia@linux.it59b19102007-04-09 10:19:04 +0200576static ssize_t sony_nc_sysfs_store(struct device *, struct device_attribute *,
Len Browna02d1c12007-02-07 15:34:02 -0500577 const char *, size_t);
Mattia Dongili156c2212007-02-12 22:01:07 +0100578static int boolean_validate(const int, const int);
579static int brightness_default_validate(const int, const int);
580
malattia@linux.it59b19102007-04-09 10:19:04 +0200581struct sony_nc_value {
Len Browna02d1c12007-02-07 15:34:02 -0500582 char *name; /* name of the entry */
583 char **acpiget; /* names of the ACPI get function */
584 char **acpiset; /* names of the ACPI set function */
Mattia Dongili156c2212007-02-12 22:01:07 +0100585 int (*validate)(const int, const int); /* input/output validation */
Len Browna02d1c12007-02-07 15:34:02 -0500586 int value; /* current setting */
587 int valid; /* Has ever been set */
588 int debug; /* active only in debug mode ? */
589 struct device_attribute devattr; /* sysfs atribute */
Stelian Pop7f09c432007-01-13 23:04:31 +0100590};
591
malattia@linux.it59b19102007-04-09 10:19:04 +0200592#define SNC_HANDLE_NAMES(_name, _values...) \
Mattia Dongilied3aa4b2007-02-07 20:01:54 +0100593 static char *snc_##_name[] = { _values, NULL }
594
malattia@linux.it59b19102007-04-09 10:19:04 +0200595#define SNC_HANDLE(_name, _getters, _setters, _validate, _debug) \
Mattia Dongilied3aa4b2007-02-07 20:01:54 +0100596 { \
597 .name = __stringify(_name), \
598 .acpiget = _getters, \
599 .acpiset = _setters, \
Mattia Dongili156c2212007-02-12 22:01:07 +0100600 .validate = _validate, \
Mattia Dongilied3aa4b2007-02-07 20:01:54 +0100601 .debug = _debug, \
malattia@linux.it59b19102007-04-09 10:19:04 +0200602 .devattr = __ATTR(_name, 0, sony_nc_sysfs_show, sony_nc_sysfs_store), \
Mattia Dongilied3aa4b2007-02-07 20:01:54 +0100603 }
604
malattia@linux.it59b19102007-04-09 10:19:04 +0200605#define SNC_HANDLE_NULL { .name = NULL }
Mattia Dongilied3aa4b2007-02-07 20:01:54 +0100606
malattia@linux.it59b19102007-04-09 10:19:04 +0200607SNC_HANDLE_NAMES(fnkey_get, "GHKE");
Mattia Dongilied3aa4b2007-02-07 20:01:54 +0100608
malattia@linux.it59b19102007-04-09 10:19:04 +0200609SNC_HANDLE_NAMES(brightness_def_get, "GPBR");
610SNC_HANDLE_NAMES(brightness_def_set, "SPBR");
Mattia Dongilied3aa4b2007-02-07 20:01:54 +0100611
malattia@linux.it59b19102007-04-09 10:19:04 +0200612SNC_HANDLE_NAMES(cdpower_get, "GCDP");
613SNC_HANDLE_NAMES(cdpower_set, "SCDP", "CDPW");
Mattia Dongilied3aa4b2007-02-07 20:01:54 +0100614
malattia@linux.it59b19102007-04-09 10:19:04 +0200615SNC_HANDLE_NAMES(audiopower_get, "GAZP");
616SNC_HANDLE_NAMES(audiopower_set, "AZPW");
Mattia Dongilied3aa4b2007-02-07 20:01:54 +0100617
malattia@linux.it59b19102007-04-09 10:19:04 +0200618SNC_HANDLE_NAMES(lanpower_get, "GLNP");
619SNC_HANDLE_NAMES(lanpower_set, "LNPW");
Mattia Dongilied3aa4b2007-02-07 20:01:54 +0100620
Mattia Dongili044847e2007-07-16 02:34:33 +0900621SNC_HANDLE_NAMES(lidstate_get, "GLID");
622
623SNC_HANDLE_NAMES(indicatorlamp_get, "GILS");
624SNC_HANDLE_NAMES(indicatorlamp_set, "SILS");
625
626SNC_HANDLE_NAMES(gainbass_get, "GMGB");
627SNC_HANDLE_NAMES(gainbass_set, "CMGB");
628
malattia@linux.it59b19102007-04-09 10:19:04 +0200629SNC_HANDLE_NAMES(PID_get, "GPID");
Mattia Dongilied3aa4b2007-02-07 20:01:54 +0100630
malattia@linux.it59b19102007-04-09 10:19:04 +0200631SNC_HANDLE_NAMES(CTR_get, "GCTR");
632SNC_HANDLE_NAMES(CTR_set, "SCTR");
Mattia Dongilied3aa4b2007-02-07 20:01:54 +0100633
malattia@linux.it59b19102007-04-09 10:19:04 +0200634SNC_HANDLE_NAMES(PCR_get, "GPCR");
635SNC_HANDLE_NAMES(PCR_set, "SPCR");
Mattia Dongilied3aa4b2007-02-07 20:01:54 +0100636
malattia@linux.it59b19102007-04-09 10:19:04 +0200637SNC_HANDLE_NAMES(CMI_get, "GCMI");
638SNC_HANDLE_NAMES(CMI_set, "SCMI");
Mattia Dongilied3aa4b2007-02-07 20:01:54 +0100639
malattia@linux.it59b19102007-04-09 10:19:04 +0200640static struct sony_nc_value sony_nc_values[] = {
641 SNC_HANDLE(brightness_default, snc_brightness_def_get,
Mattia Dongili156c2212007-02-12 22:01:07 +0100642 snc_brightness_def_set, brightness_default_validate, 0),
malattia@linux.it59b19102007-04-09 10:19:04 +0200643 SNC_HANDLE(fnkey, snc_fnkey_get, NULL, NULL, 0),
644 SNC_HANDLE(cdpower, snc_cdpower_get, snc_cdpower_set, boolean_validate, 0),
645 SNC_HANDLE(audiopower, snc_audiopower_get, snc_audiopower_set,
Mattia Dongili156c2212007-02-12 22:01:07 +0100646 boolean_validate, 0),
malattia@linux.it59b19102007-04-09 10:19:04 +0200647 SNC_HANDLE(lanpower, snc_lanpower_get, snc_lanpower_set,
Mattia Dongili156c2212007-02-12 22:01:07 +0100648 boolean_validate, 1),
Mattia Dongili044847e2007-07-16 02:34:33 +0900649 SNC_HANDLE(lidstate, snc_lidstate_get, NULL,
650 boolean_validate, 0),
651 SNC_HANDLE(indicatorlamp, snc_indicatorlamp_get, snc_indicatorlamp_set,
652 boolean_validate, 0),
653 SNC_HANDLE(gainbass, snc_gainbass_get, snc_gainbass_set,
654 boolean_validate, 0),
Mattia Dongilied3aa4b2007-02-07 20:01:54 +0100655 /* unknown methods */
malattia@linux.it59b19102007-04-09 10:19:04 +0200656 SNC_HANDLE(PID, snc_PID_get, NULL, NULL, 1),
657 SNC_HANDLE(CTR, snc_CTR_get, snc_CTR_set, NULL, 1),
658 SNC_HANDLE(PCR, snc_PCR_get, snc_PCR_set, NULL, 1),
659 SNC_HANDLE(CMI, snc_CMI_get, snc_CMI_set, NULL, 1),
660 SNC_HANDLE_NULL
Mattia Dongilied3aa4b2007-02-07 20:01:54 +0100661};
662
malattia@linux.it59b19102007-04-09 10:19:04 +0200663static acpi_handle sony_nc_acpi_handle;
664static struct acpi_device *sony_nc_acpi_device = NULL;
Mattia Dongilied3aa4b2007-02-07 20:01:54 +0100665
Mattia Dongilid78865c2007-02-07 20:01:56 +0100666/*
667 * acpi_evaluate_object wrappers
668 */
Stelian Pop7f09c432007-01-13 23:04:31 +0100669static int acpi_callgetfunc(acpi_handle handle, char *name, int *result)
670{
671 struct acpi_buffer output;
672 union acpi_object out_obj;
673 acpi_status status;
674
675 output.length = sizeof(out_obj);
676 output.pointer = &out_obj;
677
678 status = acpi_evaluate_object(handle, name, NULL, &output);
679 if ((status == AE_OK) && (out_obj.type == ACPI_TYPE_INTEGER)) {
680 *result = out_obj.integer.value;
681 return 0;
682 }
683
malattia@linux.itf6119b02007-04-09 19:31:06 +0200684 printk(KERN_WARNING DRV_PFX "acpi_callreadfunc failed\n");
Stelian Pop7f09c432007-01-13 23:04:31 +0100685
686 return -1;
687}
688
689static int acpi_callsetfunc(acpi_handle handle, char *name, int value,
690 int *result)
691{
692 struct acpi_object_list params;
693 union acpi_object in_obj;
694 struct acpi_buffer output;
695 union acpi_object out_obj;
696 acpi_status status;
697
698 params.count = 1;
699 params.pointer = &in_obj;
700 in_obj.type = ACPI_TYPE_INTEGER;
701 in_obj.integer.value = value;
702
703 output.length = sizeof(out_obj);
704 output.pointer = &out_obj;
705
706 status = acpi_evaluate_object(handle, name, &params, &output);
707 if (status == AE_OK) {
708 if (result != NULL) {
709 if (out_obj.type != ACPI_TYPE_INTEGER) {
malattia@linux.itf6119b02007-04-09 19:31:06 +0200710 printk(KERN_WARNING DRV_PFX "acpi_evaluate_object bad "
Stelian Pop7f09c432007-01-13 23:04:31 +0100711 "return type\n");
712 return -1;
713 }
714 *result = out_obj.integer.value;
715 }
716 return 0;
717 }
718
malattia@linux.itf6119b02007-04-09 19:31:06 +0200719 printk(KERN_WARNING DRV_PFX "acpi_evaluate_object failed\n");
Stelian Pop7f09c432007-01-13 23:04:31 +0100720
721 return -1;
722}
723
Matthew Garrettbadf26f2009-03-26 21:58:12 +0900724static int sony_find_snc_handle(int handle)
725{
726 int i;
727 int result;
728
729 for (i = 0x20; i < 0x30; i++) {
730 acpi_callsetfunc(sony_nc_acpi_handle, "SN00", i, &result);
731 if (result == handle)
732 return i-0x20;
733 }
734
735 return -1;
736}
737
738static int sony_call_snc_handle(int handle, int argument, int *result)
739{
740 int offset = sony_find_snc_handle(handle);
741
742 if (offset < 0)
743 return -1;
744
745 return acpi_callsetfunc(sony_nc_acpi_handle, "SN07", offset | argument,
746 result);
747}
748
Mattia Dongilied3aa4b2007-02-07 20:01:54 +0100749/*
malattia@linux.it59b19102007-04-09 10:19:04 +0200750 * sony_nc_values input/output validate functions
Mattia Dongili156c2212007-02-12 22:01:07 +0100751 */
752
753/* brightness_default_validate:
754 *
755 * manipulate input output values to keep consistency with the
756 * backlight framework for which brightness values are 0-based.
757 */
758static int brightness_default_validate(const int direction, const int value)
759{
760 switch (direction) {
761 case SNC_VALIDATE_OUT:
762 return value - 1;
763 case SNC_VALIDATE_IN:
764 if (value >= 0 && value < SONY_MAX_BRIGHTNESS)
765 return value + 1;
766 }
767 return -EINVAL;
768}
769
770/* boolean_validate:
771 *
772 * on input validate boolean values 0/1, on output just pass the
773 * received value.
774 */
775static int boolean_validate(const int direction, const int value)
776{
777 if (direction == SNC_VALIDATE_IN) {
778 if (value != 0 && value != 1)
779 return -EINVAL;
780 }
781 return value;
782}
783
784/*
malattia@linux.it59b19102007-04-09 10:19:04 +0200785 * Sysfs show/store common to all sony_nc_values
Mattia Dongilied3aa4b2007-02-07 20:01:54 +0100786 */
malattia@linux.it59b19102007-04-09 10:19:04 +0200787static ssize_t sony_nc_sysfs_show(struct device *dev, struct device_attribute *attr,
Len Browna02d1c12007-02-07 15:34:02 -0500788 char *buffer)
Stelian Pop7f09c432007-01-13 23:04:31 +0100789{
Stelian Pop7f09c432007-01-13 23:04:31 +0100790 int value;
malattia@linux.it59b19102007-04-09 10:19:04 +0200791 struct sony_nc_value *item =
792 container_of(attr, struct sony_nc_value, devattr);
Stelian Pop7f09c432007-01-13 23:04:31 +0100793
Mattia Dongilied3aa4b2007-02-07 20:01:54 +0100794 if (!*item->acpiget)
Stelian Pop7f09c432007-01-13 23:04:31 +0100795 return -EIO;
796
malattia@linux.it59b19102007-04-09 10:19:04 +0200797 if (acpi_callgetfunc(sony_nc_acpi_handle, *item->acpiget, &value) < 0)
Stelian Pop7f09c432007-01-13 23:04:31 +0100798 return -EIO;
799
Mattia Dongili156c2212007-02-12 22:01:07 +0100800 if (item->validate)
801 value = item->validate(SNC_VALIDATE_OUT, value);
802
Mattia Dongilied3aa4b2007-02-07 20:01:54 +0100803 return snprintf(buffer, PAGE_SIZE, "%d\n", value);
Stelian Pop7f09c432007-01-13 23:04:31 +0100804}
805
malattia@linux.it59b19102007-04-09 10:19:04 +0200806static ssize_t sony_nc_sysfs_store(struct device *dev,
Len Browna02d1c12007-02-07 15:34:02 -0500807 struct device_attribute *attr,
808 const char *buffer, size_t count)
Stelian Pop7f09c432007-01-13 23:04:31 +0100809{
Stelian Pop7f09c432007-01-13 23:04:31 +0100810 int value;
malattia@linux.it59b19102007-04-09 10:19:04 +0200811 struct sony_nc_value *item =
812 container_of(attr, struct sony_nc_value, devattr);
Stelian Pop7f09c432007-01-13 23:04:31 +0100813
814 if (!item->acpiset)
815 return -EIO;
816
Mattia Dongilied3aa4b2007-02-07 20:01:54 +0100817 if (count > 31)
818 return -EINVAL;
819
820 value = simple_strtoul(buffer, NULL, 10);
Stelian Pop7f09c432007-01-13 23:04:31 +0100821
Mattia Dongili156c2212007-02-12 22:01:07 +0100822 if (item->validate)
823 value = item->validate(SNC_VALIDATE_IN, value);
824
825 if (value < 0)
826 return value;
Stelian Pop7f09c432007-01-13 23:04:31 +0100827
malattia@linux.it59b19102007-04-09 10:19:04 +0200828 if (acpi_callsetfunc(sony_nc_acpi_handle, *item->acpiset, value, NULL) < 0)
Stelian Pop7f09c432007-01-13 23:04:31 +0100829 return -EIO;
Andrew Morton3f4f4612007-01-13 23:04:32 +0100830 item->value = value;
831 item->valid = 1;
Stelian Pop7f09c432007-01-13 23:04:31 +0100832 return count;
833}
834
Mattia Dongilied3aa4b2007-02-07 20:01:54 +0100835
Mattia Dongilid78865c2007-02-07 20:01:56 +0100836/*
837 * Backlight device
838 */
839static int sony_backlight_update_status(struct backlight_device *bd)
Andrew Morton3f4f4612007-01-13 23:04:32 +0100840{
malattia@linux.it59b19102007-04-09 10:19:04 +0200841 return acpi_callsetfunc(sony_nc_acpi_handle, "SBRT",
Richard Purdie321709c2007-02-10 15:04:08 +0000842 bd->props.brightness + 1, NULL);
Andrew Morton3f4f4612007-01-13 23:04:32 +0100843}
844
Mattia Dongilid78865c2007-02-07 20:01:56 +0100845static int sony_backlight_get_brightness(struct backlight_device *bd)
846{
847 int value;
848
malattia@linux.it59b19102007-04-09 10:19:04 +0200849 if (acpi_callgetfunc(sony_nc_acpi_handle, "GBRT", &value))
Mattia Dongilid78865c2007-02-07 20:01:56 +0100850 return 0;
851 /* brightness levels are 1-based, while backlight ones are 0-based */
852 return value - 1;
853}
854
855static struct backlight_device *sony_backlight_device;
Richard Purdie321709c2007-02-10 15:04:08 +0000856static struct backlight_ops sony_backlight_ops = {
Len Browna02d1c12007-02-07 15:34:02 -0500857 .update_status = sony_backlight_update_status,
858 .get_brightness = sony_backlight_get_brightness,
Mattia Dongilid78865c2007-02-07 20:01:56 +0100859};
860
861/*
Mattia Dongili6315fd12007-07-16 02:34:35 +0900862 * New SNC-only Vaios event mapping to driver known keys
863 */
864struct sony_nc_event {
865 u8 data;
866 u8 event;
867};
868
Matthew Garrett45c79422009-03-26 21:58:16 +0900869static struct sony_nc_event sony_100_events[] = {
Matthew Garrett9b578962009-03-26 21:58:14 +0900870 { 0x90, SONYPI_EVENT_PKEY_P1 },
871 { 0x10, SONYPI_EVENT_ANYBUTTON_RELEASED },
Matthias Welwarsky6479efb2009-04-01 22:10:45 +0900872 { 0x91, SONYPI_EVENT_PKEY_P2 },
Matthew Garrett9b578962009-03-26 21:58:14 +0900873 { 0x11, SONYPI_EVENT_ANYBUTTON_RELEASED },
Mattia Dongili6315fd12007-07-16 02:34:35 +0900874 { 0x81, SONYPI_EVENT_FNKEY_F1 },
875 { 0x01, SONYPI_EVENT_FNKEY_RELEASED },
Anton Veretenenkof5acf5e2009-03-26 22:44:26 +0900876 { 0x82, SONYPI_EVENT_FNKEY_F2 },
877 { 0x02, SONYPI_EVENT_FNKEY_RELEASED },
878 { 0x83, SONYPI_EVENT_FNKEY_F3 },
879 { 0x03, SONYPI_EVENT_FNKEY_RELEASED },
880 { 0x84, SONYPI_EVENT_FNKEY_F4 },
881 { 0x04, SONYPI_EVENT_FNKEY_RELEASED },
Mattia Dongili6315fd12007-07-16 02:34:35 +0900882 { 0x85, SONYPI_EVENT_FNKEY_F5 },
883 { 0x05, SONYPI_EVENT_FNKEY_RELEASED },
884 { 0x86, SONYPI_EVENT_FNKEY_F6 },
885 { 0x06, SONYPI_EVENT_FNKEY_RELEASED },
886 { 0x87, SONYPI_EVENT_FNKEY_F7 },
887 { 0x07, SONYPI_EVENT_FNKEY_RELEASED },
Matthew Garrett9b578962009-03-26 21:58:14 +0900888 { 0x89, SONYPI_EVENT_FNKEY_F9 },
889 { 0x09, SONYPI_EVENT_FNKEY_RELEASED },
Mattia Dongili6315fd12007-07-16 02:34:35 +0900890 { 0x8A, SONYPI_EVENT_FNKEY_F10 },
891 { 0x0A, SONYPI_EVENT_FNKEY_RELEASED },
892 { 0x8C, SONYPI_EVENT_FNKEY_F12 },
893 { 0x0C, SONYPI_EVENT_FNKEY_RELEASED },
Matthew Garrett9b578962009-03-26 21:58:14 +0900894 { 0x9f, SONYPI_EVENT_CD_EJECT_PRESSED },
895 { 0x1f, SONYPI_EVENT_ANYBUTTON_RELEASED },
Mattia Dongili4f924ba2009-12-17 00:08:33 +0900896 { 0xa1, SONYPI_EVENT_MEDIA_PRESSED },
897 { 0x21, SONYPI_EVENT_ANYBUTTON_RELEASED },
Mattia Dongili6315fd12007-07-16 02:34:35 +0900898 { 0, 0 },
899};
900
Matthew Garrett45c79422009-03-26 21:58:16 +0900901static struct sony_nc_event sony_127_events[] = {
902 { 0x81, SONYPI_EVENT_MODEKEY_PRESSED },
903 { 0x01, SONYPI_EVENT_ANYBUTTON_RELEASED },
904 { 0x82, SONYPI_EVENT_PKEY_P1 },
905 { 0x02, SONYPI_EVENT_ANYBUTTON_RELEASED },
906 { 0x83, SONYPI_EVENT_PKEY_P2 },
907 { 0x03, SONYPI_EVENT_ANYBUTTON_RELEASED },
908 { 0x84, SONYPI_EVENT_PKEY_P3 },
909 { 0x04, SONYPI_EVENT_ANYBUTTON_RELEASED },
910 { 0x85, SONYPI_EVENT_PKEY_P4 },
911 { 0x05, SONYPI_EVENT_ANYBUTTON_RELEASED },
912 { 0x86, SONYPI_EVENT_PKEY_P5 },
913 { 0x06, SONYPI_EVENT_ANYBUTTON_RELEASED },
Matthew Garrett45c79422009-03-26 21:58:16 +0900914 { 0x87, SONYPI_EVENT_SETTINGKEY_PRESSED },
915 { 0x07, SONYPI_EVENT_ANYBUTTON_RELEASED },
916 { 0, 0 },
917};
918
Mattia Dongili6315fd12007-07-16 02:34:35 +0900919/*
Mattia Dongilid78865c2007-02-07 20:01:56 +0100920 * ACPI callbacks
921 */
Bjorn Helgaas8037d6e2009-04-07 15:37:32 +0000922static void sony_nc_notify(struct acpi_device *device, u32 event)
Stelian Pop7f09c432007-01-13 23:04:31 +0100923{
Mattia Dongili6315fd12007-07-16 02:34:35 +0900924 u32 ev = event;
Mattia Dongili6315fd12007-07-16 02:34:35 +0900925
Matthew Garrett9b578962009-03-26 21:58:14 +0900926 if (ev >= 0x90) {
927 /* New-style event */
Matthias Welwarsky16dd55f2009-04-01 22:10:47 +0900928 int result;
Matthew Garrett45c79422009-03-26 21:58:16 +0900929 int key_handle = 0;
Matthew Garrett9b578962009-03-26 21:58:14 +0900930 ev -= 0x90;
Mattia Dongili6315fd12007-07-16 02:34:35 +0900931
Matthew Garrett45c79422009-03-26 21:58:16 +0900932 if (sony_find_snc_handle(0x100) == ev)
933 key_handle = 0x100;
934 if (sony_find_snc_handle(0x127) == ev)
935 key_handle = 0x127;
Matthew Garrett9b578962009-03-26 21:58:14 +0900936
Matthias Welwarsky6479efb2009-04-01 22:10:45 +0900937 if (key_handle) {
Matthew Garrett45c79422009-03-26 21:58:16 +0900938 struct sony_nc_event *key_event;
939
Matthias Welwarsky16dd55f2009-04-01 22:10:47 +0900940 if (sony_call_snc_handle(key_handle, 0x200, &result)) {
Bjorn Helgaas8037d6e2009-04-07 15:37:32 +0000941 dprintk("sony_nc_notify, unable to decode"
Matthew Garrett45c79422009-03-26 21:58:16 +0900942 " event 0x%.2x 0x%.2x\n", key_handle,
943 ev);
Matthias Welwarsky16dd55f2009-04-01 22:10:47 +0900944 /* restore the original event */
945 ev = event;
946 } else {
Matthew Garrett9b578962009-03-26 21:58:14 +0900947 ev = result & 0xFF;
948
Matthias Welwarsky16dd55f2009-04-01 22:10:47 +0900949 if (key_handle == 0x100)
950 key_event = sony_100_events;
951 else
952 key_event = sony_127_events;
Matthew Garrett45c79422009-03-26 21:58:16 +0900953
Matthias Welwarsky16dd55f2009-04-01 22:10:47 +0900954 for (; key_event->data; key_event++) {
955 if (key_event->data == ev) {
956 ev = key_event->event;
957 break;
958 }
Matthew Garrett9b578962009-03-26 21:58:14 +0900959 }
Mattia Dongili6315fd12007-07-16 02:34:35 +0900960
Matthias Welwarsky16dd55f2009-04-01 22:10:47 +0900961 if (!key_event->data)
962 printk(KERN_INFO DRV_PFX
963 "Unknown event: 0x%x 0x%x\n",
964 key_handle,
965 ev);
966 else
967 sony_laptop_report_input_event(ev);
Matthew Garrett45c79422009-03-26 21:58:16 +0900968 }
Mattia Dongilid5a664a2009-12-17 00:08:35 +0900969 } else if (sony_find_snc_handle(sony_rfkill_handle) == ev) {
Matthew Garrett6cc056b2009-03-26 21:58:15 +0900970 sony_nc_rfkill_update();
971 return;
Matthew Garrett9b578962009-03-26 21:58:14 +0900972 }
Matthias Welwarsky16dd55f2009-04-01 22:10:47 +0900973 } else
974 sony_laptop_report_input_event(ev);
Matthew Garrettbadf26f2009-03-26 21:58:12 +0900975
Bjorn Helgaas8037d6e2009-04-07 15:37:32 +0000976 dprintk("sony_nc_notify, event: 0x%.2x\n", ev);
Len Brown14e04fb2007-08-23 15:20:26 -0400977 acpi_bus_generate_proc_event(sony_nc_acpi_device, 1, ev);
Stelian Pop7f09c432007-01-13 23:04:31 +0100978}
979
980static acpi_status sony_walk_callback(acpi_handle handle, u32 level,
981 void *context, void **return_value)
982{
Lin Ming30823732008-12-16 16:59:35 +0800983 struct acpi_device_info *info;
Stelian Pop7f09c432007-01-13 23:04:31 +0100984
Bob Moore15b8dd52009-06-29 13:39:29 +0800985 if (ACPI_SUCCESS(acpi_get_object_info(handle, &info))) {
Lin Ming30823732008-12-16 16:59:35 +0800986 printk(KERN_WARNING DRV_PFX "method: name: %4.4s, args %X\n",
987 (char *)&info->name, info->param_count);
988
Bob Moore15b8dd52009-06-29 13:39:29 +0800989 kfree(info);
Lin Ming30823732008-12-16 16:59:35 +0800990 }
Stelian Pop7f09c432007-01-13 23:04:31 +0100991
992 return AE_OK;
993}
994
Mattia Dongilid78865c2007-02-07 20:01:56 +0100995/*
996 * ACPI device
997 */
Matthew Garrettbadf26f2009-03-26 21:58:12 +0900998static int sony_nc_function_setup(struct acpi_device *device)
999{
1000 int result;
1001
1002 /* Enable all events */
1003 acpi_callsetfunc(sony_nc_acpi_handle, "SN02", 0xffff, &result);
1004
1005 /* Setup hotkeys */
1006 sony_call_snc_handle(0x0100, 0, &result);
1007 sony_call_snc_handle(0x0101, 0, &result);
1008 sony_call_snc_handle(0x0102, 0x100, &result);
Almer S. Tigelaar560e84a2009-04-12 11:26:27 +00001009 sony_call_snc_handle(0x0127, 0, &result);
Matthew Garrettbadf26f2009-03-26 21:58:12 +09001010
1011 return 0;
1012}
1013
malattia@linux.it59b19102007-04-09 10:19:04 +02001014static int sony_nc_resume(struct acpi_device *device)
Mattia Dongilid78865c2007-02-07 20:01:56 +01001015{
malattia@linux.it59b19102007-04-09 10:19:04 +02001016 struct sony_nc_value *item;
Matthew Garrettbadf26f2009-03-26 21:58:12 +09001017 acpi_handle handle;
Mattia Dongilid78865c2007-02-07 20:01:56 +01001018
malattia@linux.it59b19102007-04-09 10:19:04 +02001019 for (item = sony_nc_values; item->name; item++) {
Mattia Dongilid78865c2007-02-07 20:01:56 +01001020 int ret;
1021
1022 if (!item->valid)
1023 continue;
malattia@linux.it59b19102007-04-09 10:19:04 +02001024 ret = acpi_callsetfunc(sony_nc_acpi_handle, *item->acpiset,
Len Browna02d1c12007-02-07 15:34:02 -05001025 item->value, NULL);
Mattia Dongilid78865c2007-02-07 20:01:56 +01001026 if (ret < 0) {
Harvey Harrison6e574192008-04-29 00:59:20 -07001027 printk("%s: %d\n", __func__, ret);
Mattia Dongilid78865c2007-02-07 20:01:56 +01001028 break;
1029 }
1030 }
Mattia Dongili6315fd12007-07-16 02:34:35 +09001031
Matthew Garrett82734bf2009-03-26 21:58:13 +09001032 if (ACPI_SUCCESS(acpi_get_handle(sony_nc_acpi_handle, "ECON",
1033 &handle))) {
1034 if (acpi_callsetfunc(sony_nc_acpi_handle, "ECON", 1, NULL))
1035 dprintk("ECON Method failed\n");
1036 }
1037
Matthew Garrettbadf26f2009-03-26 21:58:12 +09001038 if (ACPI_SUCCESS(acpi_get_handle(sony_nc_acpi_handle, "SN00",
1039 &handle))) {
1040 dprintk("Doing SNC setup\n");
1041 sony_nc_function_setup(device);
1042 }
1043
Mattia Dongilie84a02b2007-08-04 00:22:30 +09001044 /* set the last requested brightness level */
1045 if (sony_backlight_device &&
Mattia Dongilic35d4b32009-04-12 11:26:30 +00001046 sony_backlight_update_status(sony_backlight_device) < 0)
Adam Jackson0ef9cff2008-10-16 15:15:35 -04001047 printk(KERN_WARNING DRV_PFX "unable to restore brightness level\n");
Mattia Dongilie84a02b2007-08-04 00:22:30 +09001048
Alan Jenkinsa0d97d62009-09-25 10:18:21 +01001049 /* re-read rfkill state */
1050 sony_nc_rfkill_update();
1051
Mattia Dongilid78865c2007-02-07 20:01:56 +01001052 return 0;
1053}
1054
Matthew Garrett6cc056b2009-03-26 21:58:15 +09001055static void sony_nc_rfkill_cleanup(void)
1056{
1057 int i;
1058
Johannes Berg19d337d2009-06-02 13:01:37 +02001059 for (i = 0; i < N_SONY_RFKILL; i++) {
1060 if (sony_rfkill_devices[i]) {
Matthew Garrett6cc056b2009-03-26 21:58:15 +09001061 rfkill_unregister(sony_rfkill_devices[i]);
Johannes Berg19d337d2009-06-02 13:01:37 +02001062 rfkill_destroy(sony_rfkill_devices[i]);
1063 }
Matthew Garrett6cc056b2009-03-26 21:58:15 +09001064 }
1065}
1066
Johannes Berg19d337d2009-06-02 13:01:37 +02001067static int sony_nc_rfkill_set(void *data, bool blocked)
Matthew Garrett6cc056b2009-03-26 21:58:15 +09001068{
1069 int result;
1070 int argument = sony_rfkill_address[(long) data] + 0x100;
1071
Johannes Berg19d337d2009-06-02 13:01:37 +02001072 if (!blocked)
Matthew Garrett6cc056b2009-03-26 21:58:15 +09001073 argument |= 0xff0000;
1074
Mattia Dongilid5a664a2009-12-17 00:08:35 +09001075 return sony_call_snc_handle(sony_rfkill_handle, argument, &result);
Matthew Garrett6cc056b2009-03-26 21:58:15 +09001076}
1077
Johannes Berg19d337d2009-06-02 13:01:37 +02001078static const struct rfkill_ops sony_rfkill_ops = {
1079 .set_block = sony_nc_rfkill_set,
1080};
1081
1082static int sony_nc_setup_rfkill(struct acpi_device *device,
1083 enum sony_nc_rfkill nc_type)
Matthew Garrett6cc056b2009-03-26 21:58:15 +09001084{
1085 int err = 0;
Johannes Berg19d337d2009-06-02 13:01:37 +02001086 struct rfkill *rfk;
1087 enum rfkill_type type;
1088 const char *name;
Alan Jenkins50fab072009-09-24 20:15:24 +01001089 int result;
1090 bool hwblock;
Matthew Garrett6cc056b2009-03-26 21:58:15 +09001091
Johannes Berg19d337d2009-06-02 13:01:37 +02001092 switch (nc_type) {
1093 case SONY_WIFI:
1094 type = RFKILL_TYPE_WLAN;
1095 name = "sony-wifi";
1096 break;
1097 case SONY_BLUETOOTH:
1098 type = RFKILL_TYPE_BLUETOOTH;
1099 name = "sony-bluetooth";
1100 break;
1101 case SONY_WWAN:
1102 type = RFKILL_TYPE_WWAN;
1103 name = "sony-wwan";
1104 break;
1105 case SONY_WIMAX:
1106 type = RFKILL_TYPE_WIMAX;
1107 name = "sony-wimax";
1108 break;
1109 default:
1110 return -EINVAL;
Mattia Dongili53005a02009-04-12 11:26:31 +00001111 }
Matthew Garrett6cc056b2009-03-26 21:58:15 +09001112
Johannes Berg19d337d2009-06-02 13:01:37 +02001113 rfk = rfkill_alloc(name, &device->dev, type,
1114 &sony_rfkill_ops, (void *)nc_type);
1115 if (!rfk)
1116 return -ENOMEM;
Matthew Garrett6cc056b2009-03-26 21:58:15 +09001117
Mattia Dongilid5a664a2009-12-17 00:08:35 +09001118 sony_call_snc_handle(sony_rfkill_handle, 0x200, &result);
Alan Jenkins50fab072009-09-24 20:15:24 +01001119 hwblock = !(result & 0x1);
1120 rfkill_set_hw_state(rfk, hwblock);
1121
Johannes Berg19d337d2009-06-02 13:01:37 +02001122 err = rfkill_register(rfk);
1123 if (err) {
1124 rfkill_destroy(rfk);
1125 return err;
Mattia Dongili53005a02009-04-12 11:26:31 +00001126 }
Johannes Berg19d337d2009-06-02 13:01:37 +02001127 sony_rfkill_devices[nc_type] = rfk;
Matthew Garrett6cc056b2009-03-26 21:58:15 +09001128 return err;
1129}
1130
1131static void sony_nc_rfkill_update()
1132{
Johannes Berg19d337d2009-06-02 13:01:37 +02001133 enum sony_nc_rfkill i;
1134 int result;
1135 bool hwblock;
Matthew Garrett6cc056b2009-03-26 21:58:15 +09001136
Mattia Dongilid5a664a2009-12-17 00:08:35 +09001137 sony_call_snc_handle(sony_rfkill_handle, 0x200, &result);
Johannes Berg19d337d2009-06-02 13:01:37 +02001138 hwblock = !(result & 0x1);
1139
1140 for (i = 0; i < N_SONY_RFKILL; i++) {
1141 int argument = sony_rfkill_address[i];
1142
1143 if (!sony_rfkill_devices[i])
1144 continue;
1145
1146 if (hwblock) {
Johannes Berge1f8a192009-06-11 12:08:15 +02001147 if (rfkill_set_hw_state(sony_rfkill_devices[i], true)) {
1148 /* we already know we're blocked */
1149 }
Johannes Berg19d337d2009-06-02 13:01:37 +02001150 continue;
Matthew Garrett6cc056b2009-03-26 21:58:15 +09001151 }
Johannes Berg19d337d2009-06-02 13:01:37 +02001152
Mattia Dongilid5a664a2009-12-17 00:08:35 +09001153 sony_call_snc_handle(sony_rfkill_handle, argument, &result);
Johannes Berg19d337d2009-06-02 13:01:37 +02001154 rfkill_set_states(sony_rfkill_devices[i],
1155 !(result & 0xf), false);
Matthew Garrett6cc056b2009-03-26 21:58:15 +09001156 }
1157}
1158
Mattia Dongili528809c2009-12-17 00:08:36 +09001159static void sony_nc_rfkill_setup(struct acpi_device *device)
Matthew Garrett6cc056b2009-03-26 21:58:15 +09001160{
Mattia Dongili528809c2009-12-17 00:08:36 +09001161 int offset;
1162 u8 dev_code, i;
1163 acpi_status status;
1164 struct acpi_object_list params;
1165 union acpi_object in_obj;
1166 union acpi_object *device_enum;
1167 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL };
Matthew Garrett6cc056b2009-03-26 21:58:15 +09001168
Mattia Dongili528809c2009-12-17 00:08:36 +09001169 offset = sony_find_snc_handle(0x124);
1170 if (offset == -1) {
1171 offset = sony_find_snc_handle(0x135);
1172 if (offset == -1)
1173 return;
Mattia Dongilid5a664a2009-12-17 00:08:35 +09001174 else
1175 sony_rfkill_handle = 0x135;
1176 } else
1177 sony_rfkill_handle = 0x124;
Mattia Dongili528809c2009-12-17 00:08:36 +09001178 dprintk("Found rkfill handle: 0x%.4x\n", sony_rfkill_handle);
Matthew Garrett6cc056b2009-03-26 21:58:15 +09001179
Mattia Dongili528809c2009-12-17 00:08:36 +09001180 /* need to read the whole buffer returned by the acpi call to SN06
1181 * here otherwise we may miss some features
1182 */
1183 params.count = 1;
1184 params.pointer = &in_obj;
1185 in_obj.type = ACPI_TYPE_INTEGER;
1186 in_obj.integer.value = offset;
1187 status = acpi_evaluate_object(sony_nc_acpi_handle, "SN06", &params,
1188 &buffer);
1189 if (ACPI_FAILURE(status)) {
1190 dprintk("Radio device enumeration failed\n");
1191 return;
Matthew Garrett6cc056b2009-03-26 21:58:15 +09001192 }
1193
Mattia Dongili528809c2009-12-17 00:08:36 +09001194 device_enum = (union acpi_object *) buffer.pointer;
1195 if (!device_enum || device_enum->type != ACPI_TYPE_BUFFER) {
1196 printk(KERN_ERR "Invalid SN06 return object 0x%.2x\n",
1197 device_enum->type);
1198 goto out_no_enum;
1199 }
Matthew Garrett6cc056b2009-03-26 21:58:15 +09001200
Mattia Dongili528809c2009-12-17 00:08:36 +09001201 /* the buffer is filled with magic numbers describing the devices
1202 * available, 0xff terminates the enumeration
1203 */
1204 while ((dev_code = *(device_enum->buffer.pointer + i)) != 0xff &&
1205 i < device_enum->buffer.length) {
1206 i++;
1207 dprintk("Radio devices, looking at 0x%.2x\n", dev_code);
1208
1209 if (dev_code == 0 && !sony_rfkill_devices[SONY_WIFI])
1210 sony_nc_setup_rfkill(device, SONY_WIFI);
1211
1212 if (dev_code == 0x10 && !sony_rfkill_devices[SONY_BLUETOOTH])
1213 sony_nc_setup_rfkill(device, SONY_BLUETOOTH);
1214
1215 if ((0xf0 & dev_code) == 0x20 &&
1216 !sony_rfkill_devices[SONY_WWAN])
1217 sony_nc_setup_rfkill(device, SONY_WWAN);
1218
1219 if (dev_code == 0x30 && !sony_rfkill_devices[SONY_WIMAX])
1220 sony_nc_setup_rfkill(device, SONY_WIMAX);
1221 }
1222
1223out_no_enum:
1224 kfree(buffer.pointer);
1225 return;
Matthew Garrett6cc056b2009-03-26 21:58:15 +09001226}
1227
malattia@linux.it59b19102007-04-09 10:19:04 +02001228static int sony_nc_add(struct acpi_device *device)
Stelian Pop7f09c432007-01-13 23:04:31 +01001229{
1230 acpi_status status;
Andrew Morton8607c672007-03-06 02:29:42 -08001231 int result = 0;
Alessandro Guido50f62af2007-01-13 23:04:34 +01001232 acpi_handle handle;
malattia@linux.it56b87562007-04-09 10:19:05 +02001233 struct sony_nc_value *item;
Stelian Pop7f09c432007-01-13 23:04:31 +01001234
malattia@linux.itf6119b02007-04-09 19:31:06 +02001235 printk(KERN_INFO DRV_PFX "%s v%s.\n",
1236 SONY_NC_DRIVER_NAME, SONY_LAPTOP_DRIVER_VERSION);
1237
malattia@linux.it59b19102007-04-09 10:19:04 +02001238 sony_nc_acpi_device = device;
malattia@linux.it33a04452007-04-09 19:26:03 +02001239 strcpy(acpi_device_class(device), "sony/hotkey");
Stelian Popc5611622007-01-13 23:04:37 +01001240
malattia@linux.it59b19102007-04-09 10:19:04 +02001241 sony_nc_acpi_handle = device->handle;
Stelian Pop7f09c432007-01-13 23:04:31 +01001242
Mattia Dongilib25b7322007-07-16 02:34:36 +09001243 /* read device status */
1244 result = acpi_bus_get_status(device);
1245 /* bail IFF the above call was successful and the device is not present */
1246 if (!result && !device->status.present) {
1247 dprintk("Device not present\n");
1248 result = -ENODEV;
1249 goto outwalk;
1250 }
1251
Stelian Pop7f09c432007-01-13 23:04:31 +01001252 if (debug) {
malattia@linux.it59b19102007-04-09 10:19:04 +02001253 status = acpi_walk_namespace(ACPI_TYPE_METHOD, sony_nc_acpi_handle,
Stelian Pop7f09c432007-01-13 23:04:31 +01001254 1, sony_walk_callback, NULL, NULL);
1255 if (ACPI_FAILURE(status)) {
malattia@linux.itf6119b02007-04-09 19:31:06 +02001256 printk(KERN_WARNING DRV_PFX "unable to walk acpi resources\n");
Stelian Pop7f09c432007-01-13 23:04:31 +01001257 result = -ENODEV;
1258 goto outwalk;
1259 }
Stelian Popc5611622007-01-13 23:04:37 +01001260 }
Stelian Pop7f09c432007-01-13 23:04:31 +01001261
Matthew Garrett82734bf2009-03-26 21:58:13 +09001262 if (ACPI_SUCCESS(acpi_get_handle(sony_nc_acpi_handle, "ECON",
1263 &handle))) {
1264 if (acpi_callsetfunc(sony_nc_acpi_handle, "ECON", 1, NULL))
1265 dprintk("ECON Method failed\n");
1266 }
1267
Matthew Garrettbadf26f2009-03-26 21:58:12 +09001268 if (ACPI_SUCCESS(acpi_get_handle(sony_nc_acpi_handle, "SN00",
1269 &handle))) {
1270 dprintk("Doing SNC setup\n");
1271 sony_nc_function_setup(device);
Matthew Garrett6cc056b2009-03-26 21:58:15 +09001272 sony_nc_rfkill_setup(device);
Matthew Garrettbadf26f2009-03-26 21:58:12 +09001273 }
1274
malattia@linux.it1549ee62007-04-09 10:19:08 +02001275 /* setup input devices and helper fifo */
Dmitry Torokhov2e4d2422007-11-21 14:15:53 -05001276 result = sony_laptop_setup_input(device);
malattia@linux.it1549ee62007-04-09 10:19:08 +02001277 if (result) {
1278 printk(KERN_ERR DRV_PFX
Alessio Igor Boganiff07a532009-04-01 22:10:44 +09001279 "Unable to create input devices.\n");
malattia@linux.it1549ee62007-04-09 10:19:08 +02001280 goto outwalk;
1281 }
1282
Alessandro Guido38cfc142008-11-12 23:03:28 +01001283 if (acpi_video_backlight_support()) {
Alessandro Guido3fedd902008-11-12 23:13:35 +01001284 printk(KERN_INFO DRV_PFX "brightness ignored, must be "
Thomas Renninger540b8bb2008-08-01 17:38:02 +02001285 "controlled by ACPI video driver\n");
1286 } else if (ACPI_SUCCESS(acpi_get_handle(sony_nc_acpi_handle, "GBRT",
1287 &handle))) {
Alessandro Guido50f62af2007-01-13 23:04:34 +01001288 sony_backlight_device = backlight_device_register("sony", NULL,
Len Browna02d1c12007-02-07 15:34:02 -05001289 NULL,
Richard Purdie321709c2007-02-10 15:04:08 +00001290 &sony_backlight_ops);
Mattia Dongili7df03b822007-01-13 23:04:41 +01001291
Len Browna02d1c12007-02-07 15:34:02 -05001292 if (IS_ERR(sony_backlight_device)) {
malattia@linux.itf6119b02007-04-09 19:31:06 +02001293 printk(KERN_WARNING DRV_PFX "unable to register backlight device\n");
Mattia Dongili7df03b822007-01-13 23:04:41 +01001294 sony_backlight_device = NULL;
Richard Purdie321709c2007-02-10 15:04:08 +00001295 } else {
1296 sony_backlight_device->props.brightness =
Len Browna02d1c12007-02-07 15:34:02 -05001297 sony_backlight_get_brightness
1298 (sony_backlight_device);
Dmitry Torokhov2e4d2422007-11-21 14:15:53 -05001299 sony_backlight_device->props.max_brightness =
Richard Purdie321709c2007-02-10 15:04:08 +00001300 SONY_MAX_BRIGHTNESS - 1;
1301 }
1302
Alessandro Guido50f62af2007-01-13 23:04:34 +01001303 }
Stelian Pop7f09c432007-01-13 23:04:31 +01001304
malattia@linux.it49a11de2007-04-09 19:28:56 +02001305 result = sony_pf_add();
1306 if (result)
Mattia Dongilied3aa4b2007-02-07 20:01:54 +01001307 goto outbacklight;
Stelian Pop7f09c432007-01-13 23:04:31 +01001308
malattia@linux.it56b87562007-04-09 10:19:05 +02001309 /* create sony_pf sysfs attributes related to the SNC device */
1310 for (item = sony_nc_values; item->name; ++item) {
1311
1312 if (!debug && item->debug)
1313 continue;
1314
1315 /* find the available acpiget as described in the DSDT */
1316 for (; item->acpiget && *item->acpiget; ++item->acpiget) {
1317 if (ACPI_SUCCESS(acpi_get_handle(sony_nc_acpi_handle,
1318 *item->acpiget,
1319 &handle))) {
malattia@linux.itb9a218b2007-04-09 10:19:06 +02001320 dprintk("Found %s getter: %s\n",
1321 item->name, *item->acpiget);
malattia@linux.it56b87562007-04-09 10:19:05 +02001322 item->devattr.attr.mode |= S_IRUGO;
1323 break;
1324 }
1325 }
1326
1327 /* find the available acpiset as described in the DSDT */
1328 for (; item->acpiset && *item->acpiset; ++item->acpiset) {
1329 if (ACPI_SUCCESS(acpi_get_handle(sony_nc_acpi_handle,
1330 *item->acpiset,
1331 &handle))) {
malattia@linux.itb9a218b2007-04-09 10:19:06 +02001332 dprintk("Found %s setter: %s\n",
1333 item->name, *item->acpiset);
malattia@linux.it56b87562007-04-09 10:19:05 +02001334 item->devattr.attr.mode |= S_IWUSR;
1335 break;
1336 }
1337 }
1338
1339 if (item->devattr.attr.mode != 0) {
1340 result =
1341 device_create_file(&sony_pf_device->dev,
1342 &item->devattr);
1343 if (result)
1344 goto out_sysfs;
1345 }
1346 }
1347
Stelian Pop7f09c432007-01-13 23:04:31 +01001348 return 0;
1349
malattia@linux.it56b87562007-04-09 10:19:05 +02001350 out_sysfs:
1351 for (item = sony_nc_values; item->name; ++item) {
1352 device_remove_file(&sony_pf_device->dev, &item->devattr);
1353 }
1354 sony_pf_remove();
malattia@linux.it1549ee62007-04-09 10:19:08 +02001355
Len Browna02d1c12007-02-07 15:34:02 -05001356 outbacklight:
Mattia Dongili7df03b822007-01-13 23:04:41 +01001357 if (sony_backlight_device)
1358 backlight_device_unregister(sony_backlight_device);
1359
malattia@linux.it1549ee62007-04-09 10:19:08 +02001360 sony_laptop_remove_input();
1361
Len Browna02d1c12007-02-07 15:34:02 -05001362 outwalk:
Matthew Garrett6cc056b2009-03-26 21:58:15 +09001363 sony_nc_rfkill_cleanup();
Stelian Pop7f09c432007-01-13 23:04:31 +01001364 return result;
1365}
1366
malattia@linux.it59b19102007-04-09 10:19:04 +02001367static int sony_nc_remove(struct acpi_device *device, int type)
Stelian Pop7f09c432007-01-13 23:04:31 +01001368{
malattia@linux.it56b87562007-04-09 10:19:05 +02001369 struct sony_nc_value *item;
Stelian Pop7f09c432007-01-13 23:04:31 +01001370
Alessandro Guido50f62af2007-01-13 23:04:34 +01001371 if (sony_backlight_device)
1372 backlight_device_unregister(sony_backlight_device);
1373
malattia@linux.it59b19102007-04-09 10:19:04 +02001374 sony_nc_acpi_device = NULL;
Stelian Popc5611622007-01-13 23:04:37 +01001375
malattia@linux.it56b87562007-04-09 10:19:05 +02001376 for (item = sony_nc_values; item->name; ++item) {
1377 device_remove_file(&sony_pf_device->dev, &item->devattr);
1378 }
1379
1380 sony_pf_remove();
malattia@linux.it1549ee62007-04-09 10:19:08 +02001381 sony_laptop_remove_input();
Matthew Garrett6cc056b2009-03-26 21:58:15 +09001382 sony_nc_rfkill_cleanup();
malattia@linux.itf6119b02007-04-09 19:31:06 +02001383 dprintk(SONY_NC_DRIVER_NAME " removed.\n");
Stelian Pop7f09c432007-01-13 23:04:31 +01001384
1385 return 0;
1386}
1387
Thomas Renninger1ba90e32007-07-23 14:44:41 +02001388static const struct acpi_device_id sony_device_ids[] = {
1389 {SONY_NC_HID, 0},
1390 {SONY_PIC_HID, 0},
1391 {"", 0},
1392};
1393MODULE_DEVICE_TABLE(acpi, sony_device_ids);
1394
1395static const struct acpi_device_id sony_nc_device_ids[] = {
1396 {SONY_NC_HID, 0},
1397 {"", 0},
1398};
1399
malattia@linux.it59b19102007-04-09 10:19:04 +02001400static struct acpi_driver sony_nc_driver = {
1401 .name = SONY_NC_DRIVER_NAME,
1402 .class = SONY_NC_CLASS,
Thomas Renninger1ba90e32007-07-23 14:44:41 +02001403 .ids = sony_nc_device_ids,
malattia@linux.it33a04452007-04-09 19:26:03 +02001404 .owner = THIS_MODULE,
Len Browna02d1c12007-02-07 15:34:02 -05001405 .ops = {
malattia@linux.it59b19102007-04-09 10:19:04 +02001406 .add = sony_nc_add,
1407 .remove = sony_nc_remove,
1408 .resume = sony_nc_resume,
Bjorn Helgaas8037d6e2009-04-07 15:37:32 +00001409 .notify = sony_nc_notify,
Len Browna02d1c12007-02-07 15:34:02 -05001410 },
Andrew Morton3f4f4612007-01-13 23:04:32 +01001411};
1412
malattia@linux.it33a04452007-04-09 19:26:03 +02001413/*********** SPIC (SNY6001) Device ***********/
1414
1415#define SONYPI_DEVICE_TYPE1 0x00000001
1416#define SONYPI_DEVICE_TYPE2 0x00000002
1417#define SONYPI_DEVICE_TYPE3 0x00000004
Mattia Dongili3eb87492008-01-14 18:05:45 +09001418#define SONYPI_DEVICE_TYPE4 0x00000008
malattia@linux.it33a04452007-04-09 19:26:03 +02001419
Mattia Dongili22a17782007-07-16 02:34:39 +09001420#define SONYPI_TYPE1_OFFSET 0x04
1421#define SONYPI_TYPE2_OFFSET 0x12
1422#define SONYPI_TYPE3_OFFSET 0x12
malattia@linux.it33a04452007-04-09 19:26:03 +02001423
malattia@linux.it33a04452007-04-09 19:26:03 +02001424struct sony_pic_ioport {
Mattia Dongilifd1caae2007-08-12 16:20:28 +09001425 struct acpi_resource_io io1;
1426 struct acpi_resource_io io2;
malattia@linux.it33a04452007-04-09 19:26:03 +02001427 struct list_head list;
1428};
1429
1430struct sony_pic_irq {
1431 struct acpi_resource_irq irq;
1432 struct list_head list;
1433};
1434
Mattia Dongilide920432008-01-14 18:05:43 +09001435struct sonypi_eventtypes {
1436 u8 data;
1437 unsigned long mask;
1438 struct sonypi_event *events;
1439};
1440
malattia@linux.it33a04452007-04-09 19:26:03 +02001441struct sony_pic_dev {
Mattia Dongili31df7142009-09-16 00:05:29 +09001442 struct acpi_device *acpi_dev;
1443 struct sony_pic_irq *cur_irq;
1444 struct sony_pic_ioport *cur_ioport;
1445 struct list_head interrupts;
1446 struct list_head ioports;
1447 struct mutex lock;
1448 struct sonypi_eventtypes *event_types;
1449 int (*handle_irq)(const u8, const u8);
1450 int model;
1451 u16 evport_offset;
1452 u8 camera_power;
1453 u8 bluetooth_power;
1454 u8 wwan_power;
malattia@linux.it33a04452007-04-09 19:26:03 +02001455};
1456
1457static struct sony_pic_dev spic_dev = {
1458 .interrupts = LIST_HEAD_INIT(spic_dev.interrupts),
1459 .ioports = LIST_HEAD_INIT(spic_dev.ioports),
1460};
1461
Alan Jenkins5e6f9722009-09-16 00:05:32 +09001462static int spic_drv_registered;
1463
malattia@linux.it33a04452007-04-09 19:26:03 +02001464/* Event masks */
1465#define SONYPI_JOGGER_MASK 0x00000001
1466#define SONYPI_CAPTURE_MASK 0x00000002
1467#define SONYPI_FNKEY_MASK 0x00000004
1468#define SONYPI_BLUETOOTH_MASK 0x00000008
1469#define SONYPI_PKEY_MASK 0x00000010
1470#define SONYPI_BACK_MASK 0x00000020
1471#define SONYPI_HELP_MASK 0x00000040
1472#define SONYPI_LID_MASK 0x00000080
1473#define SONYPI_ZOOM_MASK 0x00000100
1474#define SONYPI_THUMBPHRASE_MASK 0x00000200
1475#define SONYPI_MEYE_MASK 0x00000400
1476#define SONYPI_MEMORYSTICK_MASK 0x00000800
1477#define SONYPI_BATTERY_MASK 0x00001000
1478#define SONYPI_WIRELESS_MASK 0x00002000
1479
1480struct sonypi_event {
1481 u8 data;
1482 u8 event;
1483};
1484
1485/* The set of possible button release events */
1486static struct sonypi_event sonypi_releaseev[] = {
1487 { 0x00, SONYPI_EVENT_ANYBUTTON_RELEASED },
1488 { 0, 0 }
1489};
1490
1491/* The set of possible jogger events */
1492static struct sonypi_event sonypi_joggerev[] = {
1493 { 0x1f, SONYPI_EVENT_JOGDIAL_UP },
1494 { 0x01, SONYPI_EVENT_JOGDIAL_DOWN },
1495 { 0x5f, SONYPI_EVENT_JOGDIAL_UP_PRESSED },
1496 { 0x41, SONYPI_EVENT_JOGDIAL_DOWN_PRESSED },
1497 { 0x1e, SONYPI_EVENT_JOGDIAL_FAST_UP },
1498 { 0x02, SONYPI_EVENT_JOGDIAL_FAST_DOWN },
1499 { 0x5e, SONYPI_EVENT_JOGDIAL_FAST_UP_PRESSED },
1500 { 0x42, SONYPI_EVENT_JOGDIAL_FAST_DOWN_PRESSED },
1501 { 0x1d, SONYPI_EVENT_JOGDIAL_VFAST_UP },
1502 { 0x03, SONYPI_EVENT_JOGDIAL_VFAST_DOWN },
1503 { 0x5d, SONYPI_EVENT_JOGDIAL_VFAST_UP_PRESSED },
1504 { 0x43, SONYPI_EVENT_JOGDIAL_VFAST_DOWN_PRESSED },
1505 { 0x40, SONYPI_EVENT_JOGDIAL_PRESSED },
1506 { 0, 0 }
1507};
1508
1509/* The set of possible capture button events */
1510static struct sonypi_event sonypi_captureev[] = {
1511 { 0x05, SONYPI_EVENT_CAPTURE_PARTIALPRESSED },
1512 { 0x07, SONYPI_EVENT_CAPTURE_PRESSED },
Mattia Dongili3eb87492008-01-14 18:05:45 +09001513 { 0x40, SONYPI_EVENT_CAPTURE_PRESSED },
malattia@linux.it33a04452007-04-09 19:26:03 +02001514 { 0x01, SONYPI_EVENT_CAPTURE_PARTIALRELEASED },
1515 { 0, 0 }
1516};
1517
1518/* The set of possible fnkeys events */
1519static struct sonypi_event sonypi_fnkeyev[] = {
1520 { 0x10, SONYPI_EVENT_FNKEY_ESC },
1521 { 0x11, SONYPI_EVENT_FNKEY_F1 },
1522 { 0x12, SONYPI_EVENT_FNKEY_F2 },
1523 { 0x13, SONYPI_EVENT_FNKEY_F3 },
1524 { 0x14, SONYPI_EVENT_FNKEY_F4 },
1525 { 0x15, SONYPI_EVENT_FNKEY_F5 },
1526 { 0x16, SONYPI_EVENT_FNKEY_F6 },
1527 { 0x17, SONYPI_EVENT_FNKEY_F7 },
1528 { 0x18, SONYPI_EVENT_FNKEY_F8 },
1529 { 0x19, SONYPI_EVENT_FNKEY_F9 },
1530 { 0x1a, SONYPI_EVENT_FNKEY_F10 },
1531 { 0x1b, SONYPI_EVENT_FNKEY_F11 },
1532 { 0x1c, SONYPI_EVENT_FNKEY_F12 },
1533 { 0x1f, SONYPI_EVENT_FNKEY_RELEASED },
1534 { 0x21, SONYPI_EVENT_FNKEY_1 },
1535 { 0x22, SONYPI_EVENT_FNKEY_2 },
1536 { 0x31, SONYPI_EVENT_FNKEY_D },
1537 { 0x32, SONYPI_EVENT_FNKEY_E },
1538 { 0x33, SONYPI_EVENT_FNKEY_F },
1539 { 0x34, SONYPI_EVENT_FNKEY_S },
1540 { 0x35, SONYPI_EVENT_FNKEY_B },
1541 { 0x36, SONYPI_EVENT_FNKEY_ONLY },
1542 { 0, 0 }
1543};
1544
1545/* The set of possible program key events */
1546static struct sonypi_event sonypi_pkeyev[] = {
1547 { 0x01, SONYPI_EVENT_PKEY_P1 },
1548 { 0x02, SONYPI_EVENT_PKEY_P2 },
1549 { 0x04, SONYPI_EVENT_PKEY_P3 },
Harald Jenny1cae7102009-03-26 21:58:18 +09001550 { 0x20, SONYPI_EVENT_PKEY_P1 },
malattia@linux.it33a04452007-04-09 19:26:03 +02001551 { 0, 0 }
1552};
1553
1554/* The set of possible bluetooth events */
1555static struct sonypi_event sonypi_blueev[] = {
1556 { 0x55, SONYPI_EVENT_BLUETOOTH_PRESSED },
1557 { 0x59, SONYPI_EVENT_BLUETOOTH_ON },
1558 { 0x5a, SONYPI_EVENT_BLUETOOTH_OFF },
1559 { 0, 0 }
1560};
1561
1562/* The set of possible wireless events */
1563static struct sonypi_event sonypi_wlessev[] = {
1564 { 0x59, SONYPI_EVENT_WIRELESS_ON },
1565 { 0x5a, SONYPI_EVENT_WIRELESS_OFF },
1566 { 0, 0 }
1567};
1568
1569/* The set of possible back button events */
1570static struct sonypi_event sonypi_backev[] = {
1571 { 0x20, SONYPI_EVENT_BACK_PRESSED },
1572 { 0, 0 }
1573};
1574
1575/* The set of possible help button events */
1576static struct sonypi_event sonypi_helpev[] = {
1577 { 0x3b, SONYPI_EVENT_HELP_PRESSED },
1578 { 0, 0 }
1579};
1580
1581
1582/* The set of possible lid events */
1583static struct sonypi_event sonypi_lidev[] = {
1584 { 0x51, SONYPI_EVENT_LID_CLOSED },
1585 { 0x50, SONYPI_EVENT_LID_OPENED },
1586 { 0, 0 }
1587};
1588
1589/* The set of possible zoom events */
1590static struct sonypi_event sonypi_zoomev[] = {
1591 { 0x39, SONYPI_EVENT_ZOOM_PRESSED },
Mattia Dongili3eb87492008-01-14 18:05:45 +09001592 { 0x10, SONYPI_EVENT_ZOOM_IN_PRESSED },
1593 { 0x20, SONYPI_EVENT_ZOOM_OUT_PRESSED },
Harald Jenny1cae7102009-03-26 21:58:18 +09001594 { 0x04, SONYPI_EVENT_ZOOM_PRESSED },
malattia@linux.it33a04452007-04-09 19:26:03 +02001595 { 0, 0 }
1596};
1597
1598/* The set of possible thumbphrase events */
1599static struct sonypi_event sonypi_thumbphraseev[] = {
1600 { 0x3a, SONYPI_EVENT_THUMBPHRASE_PRESSED },
1601 { 0, 0 }
1602};
1603
1604/* The set of possible motioneye camera events */
1605static struct sonypi_event sonypi_meyeev[] = {
1606 { 0x00, SONYPI_EVENT_MEYE_FACE },
1607 { 0x01, SONYPI_EVENT_MEYE_OPPOSITE },
1608 { 0, 0 }
1609};
1610
1611/* The set of possible memorystick events */
1612static struct sonypi_event sonypi_memorystickev[] = {
1613 { 0x53, SONYPI_EVENT_MEMORYSTICK_INSERT },
1614 { 0x54, SONYPI_EVENT_MEMORYSTICK_EJECT },
1615 { 0, 0 }
1616};
1617
1618/* The set of possible battery events */
1619static struct sonypi_event sonypi_batteryev[] = {
1620 { 0x20, SONYPI_EVENT_BATTERY_INSERT },
1621 { 0x30, SONYPI_EVENT_BATTERY_REMOVE },
1622 { 0, 0 }
1623};
1624
Harald Jenny1cae7102009-03-26 21:58:18 +09001625/* The set of possible volume events */
1626static struct sonypi_event sonypi_volumeev[] = {
1627 { 0x01, SONYPI_EVENT_VOLUME_INC_PRESSED },
1628 { 0x02, SONYPI_EVENT_VOLUME_DEC_PRESSED },
1629 { 0, 0 }
1630};
1631
1632/* The set of possible brightness events */
1633static struct sonypi_event sonypi_brightnessev[] = {
1634 { 0x80, SONYPI_EVENT_BRIGHTNESS_PRESSED },
1635 { 0, 0 }
1636};
1637
Mattia Dongilide920432008-01-14 18:05:43 +09001638static struct sonypi_eventtypes type1_events[] = {
1639 { 0, 0xffffffff, sonypi_releaseev },
1640 { 0x70, SONYPI_MEYE_MASK, sonypi_meyeev },
1641 { 0x30, SONYPI_LID_MASK, sonypi_lidev },
1642 { 0x60, SONYPI_CAPTURE_MASK, sonypi_captureev },
1643 { 0x10, SONYPI_JOGGER_MASK, sonypi_joggerev },
1644 { 0x20, SONYPI_FNKEY_MASK, sonypi_fnkeyev },
1645 { 0x30, SONYPI_BLUETOOTH_MASK, sonypi_blueev },
1646 { 0x40, SONYPI_PKEY_MASK, sonypi_pkeyev },
1647 { 0x30, SONYPI_MEMORYSTICK_MASK, sonypi_memorystickev },
1648 { 0x40, SONYPI_BATTERY_MASK, sonypi_batteryev },
1649 { 0 },
1650};
1651static struct sonypi_eventtypes type2_events[] = {
1652 { 0, 0xffffffff, sonypi_releaseev },
1653 { 0x38, SONYPI_LID_MASK, sonypi_lidev },
1654 { 0x11, SONYPI_JOGGER_MASK, sonypi_joggerev },
1655 { 0x61, SONYPI_CAPTURE_MASK, sonypi_captureev },
1656 { 0x21, SONYPI_FNKEY_MASK, sonypi_fnkeyev },
1657 { 0x31, SONYPI_BLUETOOTH_MASK, sonypi_blueev },
1658 { 0x08, SONYPI_PKEY_MASK, sonypi_pkeyev },
1659 { 0x11, SONYPI_BACK_MASK, sonypi_backev },
1660 { 0x21, SONYPI_HELP_MASK, sonypi_helpev },
1661 { 0x21, SONYPI_ZOOM_MASK, sonypi_zoomev },
1662 { 0x20, SONYPI_THUMBPHRASE_MASK, sonypi_thumbphraseev },
1663 { 0x31, SONYPI_MEMORYSTICK_MASK, sonypi_memorystickev },
1664 { 0x41, SONYPI_BATTERY_MASK, sonypi_batteryev },
1665 { 0x31, SONYPI_PKEY_MASK, sonypi_pkeyev },
1666 { 0 },
1667};
1668static struct sonypi_eventtypes type3_events[] = {
1669 { 0, 0xffffffff, sonypi_releaseev },
1670 { 0x21, SONYPI_FNKEY_MASK, sonypi_fnkeyev },
1671 { 0x31, SONYPI_WIRELESS_MASK, sonypi_wlessev },
1672 { 0x31, SONYPI_MEMORYSTICK_MASK, sonypi_memorystickev },
1673 { 0x41, SONYPI_BATTERY_MASK, sonypi_batteryev },
1674 { 0x31, SONYPI_PKEY_MASK, sonypi_pkeyev },
Mattia Dongili3eb87492008-01-14 18:05:45 +09001675 { 0x05, SONYPI_PKEY_MASK, sonypi_pkeyev },
1676 { 0x05, SONYPI_ZOOM_MASK, sonypi_zoomev },
1677 { 0x05, SONYPI_CAPTURE_MASK, sonypi_captureev },
Harald Jenny1cae7102009-03-26 21:58:18 +09001678 { 0x05, SONYPI_PKEY_MASK, sonypi_volumeev },
1679 { 0x05, SONYPI_PKEY_MASK, sonypi_brightnessev },
Mattia Dongili3eb87492008-01-14 18:05:45 +09001680 { 0 },
Mattia Dongilide920432008-01-14 18:05:43 +09001681};
1682
Mattia Dongili3eb87492008-01-14 18:05:45 +09001683/* low level spic calls */
malattia@linux.it33a04452007-04-09 19:26:03 +02001684#define ITERATIONS_LONG 10000
1685#define ITERATIONS_SHORT 10
1686#define wait_on_command(command, iterations) { \
1687 unsigned int n = iterations; \
1688 while (--n && (command)) \
1689 udelay(1); \
1690 if (!n) \
1691 dprintk("command failed at %s : %s (line %d)\n", \
Harvey Harrison6e574192008-04-29 00:59:20 -07001692 __FILE__, __func__, __LINE__); \
malattia@linux.it33a04452007-04-09 19:26:03 +02001693}
1694
1695static u8 sony_pic_call1(u8 dev)
1696{
1697 u8 v1, v2;
1698
Mattia Dongilifd1caae2007-08-12 16:20:28 +09001699 wait_on_command(inb_p(spic_dev.cur_ioport->io1.minimum + 4) & 2,
malattia@linux.it33a04452007-04-09 19:26:03 +02001700 ITERATIONS_LONG);
Mattia Dongilifd1caae2007-08-12 16:20:28 +09001701 outb(dev, spic_dev.cur_ioport->io1.minimum + 4);
1702 v1 = inb_p(spic_dev.cur_ioport->io1.minimum + 4);
1703 v2 = inb_p(spic_dev.cur_ioport->io1.minimum);
Mattia Dongili75a1f9c2008-01-14 18:05:41 +09001704 dprintk("sony_pic_call1(0x%.2x): 0x%.4x\n", dev, (v2 << 8) | v1);
malattia@linux.it33a04452007-04-09 19:26:03 +02001705 return v2;
1706}
1707
1708static u8 sony_pic_call2(u8 dev, u8 fn)
1709{
1710 u8 v1;
1711
Mattia Dongilifd1caae2007-08-12 16:20:28 +09001712 wait_on_command(inb_p(spic_dev.cur_ioport->io1.minimum + 4) & 2,
malattia@linux.it33a04452007-04-09 19:26:03 +02001713 ITERATIONS_LONG);
Mattia Dongilifd1caae2007-08-12 16:20:28 +09001714 outb(dev, spic_dev.cur_ioport->io1.minimum + 4);
1715 wait_on_command(inb_p(spic_dev.cur_ioport->io1.minimum + 4) & 2,
malattia@linux.it33a04452007-04-09 19:26:03 +02001716 ITERATIONS_LONG);
Mattia Dongilifd1caae2007-08-12 16:20:28 +09001717 outb(fn, spic_dev.cur_ioport->io1.minimum);
1718 v1 = inb_p(spic_dev.cur_ioport->io1.minimum);
Mattia Dongili75a1f9c2008-01-14 18:05:41 +09001719 dprintk("sony_pic_call2(0x%.2x - 0x%.2x): 0x%.4x\n", dev, fn, v1);
malattia@linux.it33a04452007-04-09 19:26:03 +02001720 return v1;
1721}
1722
malattia@linux.it49a11de2007-04-09 19:28:56 +02001723static u8 sony_pic_call3(u8 dev, u8 fn, u8 v)
1724{
1725 u8 v1;
1726
Mattia Dongilifd1caae2007-08-12 16:20:28 +09001727 wait_on_command(inb_p(spic_dev.cur_ioport->io1.minimum + 4) & 2, ITERATIONS_LONG);
1728 outb(dev, spic_dev.cur_ioport->io1.minimum + 4);
1729 wait_on_command(inb_p(spic_dev.cur_ioport->io1.minimum + 4) & 2, ITERATIONS_LONG);
1730 outb(fn, spic_dev.cur_ioport->io1.minimum);
1731 wait_on_command(inb_p(spic_dev.cur_ioport->io1.minimum + 4) & 2, ITERATIONS_LONG);
1732 outb(v, spic_dev.cur_ioport->io1.minimum);
1733 v1 = inb_p(spic_dev.cur_ioport->io1.minimum);
Mattia Dongili75a1f9c2008-01-14 18:05:41 +09001734 dprintk("sony_pic_call3(0x%.2x - 0x%.2x - 0x%.2x): 0x%.4x\n",
1735 dev, fn, v, v1);
malattia@linux.it49a11de2007-04-09 19:28:56 +02001736 return v1;
1737}
1738
Mattia Dongili3eb87492008-01-14 18:05:45 +09001739/*
1740 * minidrivers for SPIC models
1741 */
Mattia Dongilie93c8a62009-03-26 21:58:17 +09001742static int type3_handle_irq(const u8 data_mask, const u8 ev)
Mattia Dongili3eb87492008-01-14 18:05:45 +09001743{
1744 /*
1745 * 0x31 could mean we have to take some extra action and wait for
Mattia Dongilie93c8a62009-03-26 21:58:17 +09001746 * the next irq for some Type3 models, it will generate a new
Mattia Dongili3eb87492008-01-14 18:05:45 +09001747 * irq and we can read new data from the device:
1748 * - 0x5c and 0x5f requires 0xA0
1749 * - 0x61 requires 0xB3
1750 */
1751 if (data_mask == 0x31) {
1752 if (ev == 0x5c || ev == 0x5f)
1753 sony_pic_call1(0xA0);
1754 else if (ev == 0x61)
1755 sony_pic_call1(0xB3);
1756 return 0;
1757 }
1758 return 1;
1759}
1760
Mattia Dongili3eb87492008-01-14 18:05:45 +09001761static void sony_pic_detect_device_type(struct sony_pic_dev *dev)
1762{
1763 struct pci_dev *pcidev;
1764
1765 pcidev = pci_get_device(PCI_VENDOR_ID_INTEL,
1766 PCI_DEVICE_ID_INTEL_82371AB_3, NULL);
1767 if (pcidev) {
Mattia Dongili31df7142009-09-16 00:05:29 +09001768 dev->model = SONYPI_DEVICE_TYPE1;
1769 dev->evport_offset = SONYPI_TYPE1_OFFSET;
1770 dev->event_types = type1_events;
Mattia Dongili3eb87492008-01-14 18:05:45 +09001771 goto out;
1772 }
1773
1774 pcidev = pci_get_device(PCI_VENDOR_ID_INTEL,
1775 PCI_DEVICE_ID_INTEL_ICH6_1, NULL);
1776 if (pcidev) {
Mattia Dongili31df7142009-09-16 00:05:29 +09001777 dev->model = SONYPI_DEVICE_TYPE2;
1778 dev->evport_offset = SONYPI_TYPE2_OFFSET;
1779 dev->event_types = type2_events;
Mattia Dongili3eb87492008-01-14 18:05:45 +09001780 goto out;
1781 }
1782
1783 pcidev = pci_get_device(PCI_VENDOR_ID_INTEL,
1784 PCI_DEVICE_ID_INTEL_ICH7_1, NULL);
1785 if (pcidev) {
Mattia Dongili31df7142009-09-16 00:05:29 +09001786 dev->model = SONYPI_DEVICE_TYPE3;
1787 dev->handle_irq = type3_handle_irq;
1788 dev->evport_offset = SONYPI_TYPE3_OFFSET;
1789 dev->event_types = type3_events;
Mattia Dongili3eb87492008-01-14 18:05:45 +09001790 goto out;
1791 }
1792
1793 pcidev = pci_get_device(PCI_VENDOR_ID_INTEL,
1794 PCI_DEVICE_ID_INTEL_ICH8_4, NULL);
1795 if (pcidev) {
Mattia Dongili31df7142009-09-16 00:05:29 +09001796 dev->model = SONYPI_DEVICE_TYPE3;
1797 dev->handle_irq = type3_handle_irq;
1798 dev->evport_offset = SONYPI_TYPE3_OFFSET;
1799 dev->event_types = type3_events;
Mattia Dongili3eb87492008-01-14 18:05:45 +09001800 goto out;
1801 }
1802
ISHIKAWA Mutsumid5b02692009-03-26 21:58:20 +09001803 pcidev = pci_get_device(PCI_VENDOR_ID_INTEL,
1804 PCI_DEVICE_ID_INTEL_ICH9_1, NULL);
1805 if (pcidev) {
Mattia Dongili31df7142009-09-16 00:05:29 +09001806 dev->model = SONYPI_DEVICE_TYPE3;
1807 dev->handle_irq = type3_handle_irq;
1808 dev->evport_offset = SONYPI_TYPE3_OFFSET;
1809 dev->event_types = type3_events;
ISHIKAWA Mutsumid5b02692009-03-26 21:58:20 +09001810 goto out;
1811 }
1812
Mattia Dongili3eb87492008-01-14 18:05:45 +09001813 /* default */
Mattia Dongili31df7142009-09-16 00:05:29 +09001814 dev->model = SONYPI_DEVICE_TYPE2;
1815 dev->evport_offset = SONYPI_TYPE2_OFFSET;
1816 dev->event_types = type2_events;
Mattia Dongili3eb87492008-01-14 18:05:45 +09001817
1818out:
1819 if (pcidev)
1820 pci_dev_put(pcidev);
1821
1822 printk(KERN_INFO DRV_PFX "detected Type%d model\n",
Mattia Dongili31df7142009-09-16 00:05:29 +09001823 dev->model == SONYPI_DEVICE_TYPE1 ? 1 :
1824 dev->model == SONYPI_DEVICE_TYPE2 ? 2 : 3);
Mattia Dongili3eb87492008-01-14 18:05:45 +09001825}
1826
malattia@linux.it49a11de2007-04-09 19:28:56 +02001827/* camera tests and poweron/poweroff */
1828#define SONYPI_CAMERA_PICTURE 5
malattia@linux.it49a11de2007-04-09 19:28:56 +02001829#define SONYPI_CAMERA_CONTROL 0x10
malattia@linux.ite3646322007-04-28 23:34:22 +09001830
1831#define SONYPI_CAMERA_BRIGHTNESS 0
1832#define SONYPI_CAMERA_CONTRAST 1
1833#define SONYPI_CAMERA_HUE 2
1834#define SONYPI_CAMERA_COLOR 3
1835#define SONYPI_CAMERA_SHARPNESS 4
1836
1837#define SONYPI_CAMERA_EXPOSURE_MASK 0xC
1838#define SONYPI_CAMERA_WHITE_BALANCE_MASK 0x3
1839#define SONYPI_CAMERA_PICTURE_MODE_MASK 0x30
1840#define SONYPI_CAMERA_MUTE_MASK 0x40
1841
1842/* the rest don't need a loop until not 0xff */
1843#define SONYPI_CAMERA_AGC 6
1844#define SONYPI_CAMERA_AGC_MASK 0x30
1845#define SONYPI_CAMERA_SHUTTER_MASK 0x7
1846
1847#define SONYPI_CAMERA_SHUTDOWN_REQUEST 7
1848#define SONYPI_CAMERA_CONTROL 0x10
1849
1850#define SONYPI_CAMERA_STATUS 7
1851#define SONYPI_CAMERA_STATUS_READY 0x2
1852#define SONYPI_CAMERA_STATUS_POSITION 0x4
1853
1854#define SONYPI_DIRECTION_BACKWARDS 0x4
1855
1856#define SONYPI_CAMERA_REVISION 8
1857#define SONYPI_CAMERA_ROMVERSION 9
malattia@linux.it49a11de2007-04-09 19:28:56 +02001858
malattia@linux.it9f9f0762007-04-28 23:19:36 +09001859static int __sony_pic_camera_ready(void)
malattia@linux.it49a11de2007-04-09 19:28:56 +02001860{
1861 u8 v;
1862
1863 v = sony_pic_call2(0x8f, SONYPI_CAMERA_STATUS);
1864 return (v != 0xff && (v & SONYPI_CAMERA_STATUS_READY));
1865}
1866
malattia@linux.ite3646322007-04-28 23:34:22 +09001867static int __sony_pic_camera_off(void)
malattia@linux.it49a11de2007-04-09 19:28:56 +02001868{
malattia@linux.it5f3d2892007-04-28 23:18:45 +09001869 if (!camera) {
1870 printk(KERN_WARNING DRV_PFX "camera control not enabled\n");
1871 return -ENODEV;
1872 }
1873
malattia@linux.it49a11de2007-04-09 19:28:56 +02001874 wait_on_command(sony_pic_call3(0x90, SONYPI_CAMERA_PICTURE,
1875 SONYPI_CAMERA_MUTE_MASK),
1876 ITERATIONS_SHORT);
1877
malattia@linux.it5f3d2892007-04-28 23:18:45 +09001878 if (spic_dev.camera_power) {
1879 sony_pic_call2(0x91, 0);
1880 spic_dev.camera_power = 0;
1881 }
1882 return 0;
malattia@linux.it49a11de2007-04-09 19:28:56 +02001883}
1884
malattia@linux.ite3646322007-04-28 23:34:22 +09001885static int __sony_pic_camera_on(void)
malattia@linux.it49a11de2007-04-09 19:28:56 +02001886{
malattia@linux.it5f3d2892007-04-28 23:18:45 +09001887 int i, j, x;
1888
1889 if (!camera) {
1890 printk(KERN_WARNING DRV_PFX "camera control not enabled\n");
1891 return -ENODEV;
1892 }
malattia@linux.it49a11de2007-04-09 19:28:56 +02001893
1894 if (spic_dev.camera_power)
malattia@linux.ite3646322007-04-28 23:34:22 +09001895 return 0;
malattia@linux.it49a11de2007-04-09 19:28:56 +02001896
1897 for (j = 5; j > 0; j--) {
1898
malattia@linux.it5f3d2892007-04-28 23:18:45 +09001899 for (x = 0; x < 100 && sony_pic_call2(0x91, 0x1); x++)
malattia@linux.it49a11de2007-04-09 19:28:56 +02001900 msleep(10);
1901 sony_pic_call1(0x93);
1902
1903 for (i = 400; i > 0; i--) {
malattia@linux.it9f9f0762007-04-28 23:19:36 +09001904 if (__sony_pic_camera_ready())
malattia@linux.it49a11de2007-04-09 19:28:56 +02001905 break;
1906 msleep(10);
1907 }
1908 if (i)
1909 break;
1910 }
1911
1912 if (j == 0) {
malattia@linux.it5f3d2892007-04-28 23:18:45 +09001913 printk(KERN_WARNING DRV_PFX "failed to power on camera\n");
malattia@linux.ite3646322007-04-28 23:34:22 +09001914 return -ENODEV;
malattia@linux.it49a11de2007-04-09 19:28:56 +02001915 }
1916
1917 wait_on_command(sony_pic_call3(0x90, SONYPI_CAMERA_CONTROL,
1918 0x5a),
1919 ITERATIONS_SHORT);
1920
1921 spic_dev.camera_power = 1;
malattia@linux.it5f3d2892007-04-28 23:18:45 +09001922 return 0;
malattia@linux.it49a11de2007-04-09 19:28:56 +02001923}
1924
malattia@linux.ite3646322007-04-28 23:34:22 +09001925/* External camera command (exported to the motion eye v4l driver) */
1926int sony_pic_camera_command(int command, u8 value)
1927{
1928 if (!camera)
1929 return -EIO;
1930
1931 mutex_lock(&spic_dev.lock);
1932
1933 switch (command) {
malattia@linux.it1ce82c12007-04-28 23:34:36 +09001934 case SONY_PIC_COMMAND_SETCAMERA:
malattia@linux.ite3646322007-04-28 23:34:22 +09001935 if (value)
1936 __sony_pic_camera_on();
1937 else
1938 __sony_pic_camera_off();
1939 break;
malattia@linux.it1ce82c12007-04-28 23:34:36 +09001940 case SONY_PIC_COMMAND_SETCAMERABRIGHTNESS:
malattia@linux.ite3646322007-04-28 23:34:22 +09001941 wait_on_command(sony_pic_call3(0x90, SONYPI_CAMERA_BRIGHTNESS, value),
1942 ITERATIONS_SHORT);
1943 break;
malattia@linux.it1ce82c12007-04-28 23:34:36 +09001944 case SONY_PIC_COMMAND_SETCAMERACONTRAST:
malattia@linux.ite3646322007-04-28 23:34:22 +09001945 wait_on_command(sony_pic_call3(0x90, SONYPI_CAMERA_CONTRAST, value),
1946 ITERATIONS_SHORT);
1947 break;
malattia@linux.it1ce82c12007-04-28 23:34:36 +09001948 case SONY_PIC_COMMAND_SETCAMERAHUE:
malattia@linux.ite3646322007-04-28 23:34:22 +09001949 wait_on_command(sony_pic_call3(0x90, SONYPI_CAMERA_HUE, value),
1950 ITERATIONS_SHORT);
1951 break;
malattia@linux.it1ce82c12007-04-28 23:34:36 +09001952 case SONY_PIC_COMMAND_SETCAMERACOLOR:
malattia@linux.ite3646322007-04-28 23:34:22 +09001953 wait_on_command(sony_pic_call3(0x90, SONYPI_CAMERA_COLOR, value),
1954 ITERATIONS_SHORT);
1955 break;
malattia@linux.it1ce82c12007-04-28 23:34:36 +09001956 case SONY_PIC_COMMAND_SETCAMERASHARPNESS:
malattia@linux.ite3646322007-04-28 23:34:22 +09001957 wait_on_command(sony_pic_call3(0x90, SONYPI_CAMERA_SHARPNESS, value),
1958 ITERATIONS_SHORT);
1959 break;
malattia@linux.it1ce82c12007-04-28 23:34:36 +09001960 case SONY_PIC_COMMAND_SETCAMERAPICTURE:
malattia@linux.ite3646322007-04-28 23:34:22 +09001961 wait_on_command(sony_pic_call3(0x90, SONYPI_CAMERA_PICTURE, value),
1962 ITERATIONS_SHORT);
1963 break;
malattia@linux.it1ce82c12007-04-28 23:34:36 +09001964 case SONY_PIC_COMMAND_SETCAMERAAGC:
malattia@linux.ite3646322007-04-28 23:34:22 +09001965 wait_on_command(sony_pic_call3(0x90, SONYPI_CAMERA_AGC, value),
1966 ITERATIONS_SHORT);
1967 break;
1968 default:
1969 printk(KERN_ERR DRV_PFX "sony_pic_camera_command invalid: %d\n",
1970 command);
1971 break;
1972 }
1973 mutex_unlock(&spic_dev.lock);
1974 return 0;
1975}
1976EXPORT_SYMBOL(sony_pic_camera_command);
1977
malattia@linux.it9476cdf2007-04-28 23:21:42 +09001978/* gprs/edge modem (SZ460N and SZ210P), thanks to Joshua Wise */
Mattia Dongilic9f1e6f2009-03-26 21:58:23 +09001979static void __sony_pic_set_wwanpower(u8 state)
malattia@linux.it9476cdf2007-04-28 23:21:42 +09001980{
1981 state = !!state;
Mattia Dongilic9f1e6f2009-03-26 21:58:23 +09001982 if (spic_dev.wwan_power == state)
malattia@linux.it9476cdf2007-04-28 23:21:42 +09001983 return;
malattia@linux.it9476cdf2007-04-28 23:21:42 +09001984 sony_pic_call2(0xB0, state);
Sergey Yanovich3ad1b7612009-03-26 21:58:21 +09001985 sony_pic_call1(0x82);
malattia@linux.it9476cdf2007-04-28 23:21:42 +09001986 spic_dev.wwan_power = state;
malattia@linux.it9476cdf2007-04-28 23:21:42 +09001987}
1988
1989static ssize_t sony_pic_wwanpower_store(struct device *dev,
1990 struct device_attribute *attr,
1991 const char *buffer, size_t count)
1992{
1993 unsigned long value;
1994 if (count > 31)
1995 return -EINVAL;
1996
1997 value = simple_strtoul(buffer, NULL, 10);
Mattia Dongilic9f1e6f2009-03-26 21:58:23 +09001998 mutex_lock(&spic_dev.lock);
1999 __sony_pic_set_wwanpower(value);
2000 mutex_unlock(&spic_dev.lock);
malattia@linux.it9476cdf2007-04-28 23:21:42 +09002001
2002 return count;
2003}
2004
2005static ssize_t sony_pic_wwanpower_show(struct device *dev,
2006 struct device_attribute *attr, char *buffer)
2007{
2008 ssize_t count;
2009 mutex_lock(&spic_dev.lock);
2010 count = snprintf(buffer, PAGE_SIZE, "%d\n", spic_dev.wwan_power);
2011 mutex_unlock(&spic_dev.lock);
2012 return count;
2013}
2014
malattia@linux.it49a11de2007-04-09 19:28:56 +02002015/* bluetooth subsystem power state */
malattia@linux.it9f9f0762007-04-28 23:19:36 +09002016static void __sony_pic_set_bluetoothpower(u8 state)
malattia@linux.it49a11de2007-04-09 19:28:56 +02002017{
2018 state = !!state;
2019 if (spic_dev.bluetooth_power == state)
2020 return;
2021 sony_pic_call2(0x96, state);
2022 sony_pic_call1(0x82);
2023 spic_dev.bluetooth_power = state;
2024}
2025
2026static ssize_t sony_pic_bluetoothpower_store(struct device *dev,
2027 struct device_attribute *attr,
2028 const char *buffer, size_t count)
2029{
2030 unsigned long value;
2031 if (count > 31)
2032 return -EINVAL;
2033
2034 value = simple_strtoul(buffer, NULL, 10);
malattia@linux.it9f9f0762007-04-28 23:19:36 +09002035 mutex_lock(&spic_dev.lock);
2036 __sony_pic_set_bluetoothpower(value);
2037 mutex_unlock(&spic_dev.lock);
malattia@linux.it49a11de2007-04-09 19:28:56 +02002038
2039 return count;
2040}
2041
2042static ssize_t sony_pic_bluetoothpower_show(struct device *dev,
2043 struct device_attribute *attr, char *buffer)
2044{
malattia@linux.it9f9f0762007-04-28 23:19:36 +09002045 ssize_t count = 0;
2046 mutex_lock(&spic_dev.lock);
2047 count = snprintf(buffer, PAGE_SIZE, "%d\n", spic_dev.bluetooth_power);
2048 mutex_unlock(&spic_dev.lock);
2049 return count;
malattia@linux.it49a11de2007-04-09 19:28:56 +02002050}
2051
2052/* fan speed */
2053/* FAN0 information (reverse engineered from ACPI tables) */
2054#define SONY_PIC_FAN0_STATUS 0x93
malattia@linux.it7b153f32007-04-09 19:31:25 +02002055static int sony_pic_set_fanspeed(unsigned long value)
2056{
2057 return ec_write(SONY_PIC_FAN0_STATUS, value);
2058}
2059
2060static int sony_pic_get_fanspeed(u8 *value)
2061{
2062 return ec_read(SONY_PIC_FAN0_STATUS, value);
2063}
2064
malattia@linux.it49a11de2007-04-09 19:28:56 +02002065static ssize_t sony_pic_fanspeed_store(struct device *dev,
2066 struct device_attribute *attr,
2067 const char *buffer, size_t count)
2068{
2069 unsigned long value;
2070 if (count > 31)
2071 return -EINVAL;
2072
2073 value = simple_strtoul(buffer, NULL, 10);
malattia@linux.it7b153f32007-04-09 19:31:25 +02002074 if (sony_pic_set_fanspeed(value))
malattia@linux.it49a11de2007-04-09 19:28:56 +02002075 return -EIO;
2076
2077 return count;
2078}
2079
2080static ssize_t sony_pic_fanspeed_show(struct device *dev,
2081 struct device_attribute *attr, char *buffer)
2082{
2083 u8 value = 0;
malattia@linux.it7b153f32007-04-09 19:31:25 +02002084 if (sony_pic_get_fanspeed(&value))
malattia@linux.it49a11de2007-04-09 19:28:56 +02002085 return -EIO;
2086
2087 return snprintf(buffer, PAGE_SIZE, "%d\n", value);
2088}
2089
2090#define SPIC_ATTR(_name, _mode) \
2091struct device_attribute spic_attr_##_name = __ATTR(_name, \
2092 _mode, sony_pic_## _name ##_show, \
2093 sony_pic_## _name ##_store)
2094
malattia@linux.it49a11de2007-04-09 19:28:56 +02002095static SPIC_ATTR(bluetoothpower, 0644);
malattia@linux.it9476cdf2007-04-28 23:21:42 +09002096static SPIC_ATTR(wwanpower, 0644);
malattia@linux.it49a11de2007-04-09 19:28:56 +02002097static SPIC_ATTR(fanspeed, 0644);
2098
2099static struct attribute *spic_attributes[] = {
malattia@linux.it49a11de2007-04-09 19:28:56 +02002100 &spic_attr_bluetoothpower.attr,
malattia@linux.it9476cdf2007-04-28 23:21:42 +09002101 &spic_attr_wwanpower.attr,
malattia@linux.it49a11de2007-04-09 19:28:56 +02002102 &spic_attr_fanspeed.attr,
2103 NULL
2104};
2105
2106static struct attribute_group spic_attribute_group = {
2107 .attrs = spic_attributes
2108};
2109
malattia@linux.it7b153f32007-04-09 19:31:25 +02002110/******** SONYPI compatibility **********/
Mattia Dongilia64e62a2007-05-01 11:19:53 +09002111#ifdef CONFIG_SONYPI_COMPAT
malattia@linux.it7b153f32007-04-09 19:31:25 +02002112
2113/* battery / brightness / temperature addresses */
2114#define SONYPI_BAT_FLAGS 0x81
2115#define SONYPI_LCD_LIGHT 0x96
2116#define SONYPI_BAT1_PCTRM 0xa0
2117#define SONYPI_BAT1_LEFT 0xa2
2118#define SONYPI_BAT1_MAXRT 0xa4
2119#define SONYPI_BAT2_PCTRM 0xa8
2120#define SONYPI_BAT2_LEFT 0xaa
2121#define SONYPI_BAT2_MAXRT 0xac
2122#define SONYPI_BAT1_MAXTK 0xb0
2123#define SONYPI_BAT1_FULL 0xb2
2124#define SONYPI_BAT2_MAXTK 0xb8
2125#define SONYPI_BAT2_FULL 0xba
2126#define SONYPI_TEMP_STATUS 0xC1
2127
2128struct sonypi_compat_s {
2129 struct fasync_struct *fifo_async;
2130 struct kfifo *fifo;
2131 spinlock_t fifo_lock;
2132 wait_queue_head_t fifo_proc_list;
2133 atomic_t open_count;
2134};
2135static struct sonypi_compat_s sonypi_compat = {
2136 .open_count = ATOMIC_INIT(0),
2137};
2138
2139static int sonypi_misc_fasync(int fd, struct file *filp, int on)
2140{
Jonathan Corbet60aa4922009-02-01 14:52:56 -07002141 return fasync_helper(fd, filp, on, &sonypi_compat.fifo_async);
malattia@linux.it7b153f32007-04-09 19:31:25 +02002142}
2143
2144static int sonypi_misc_release(struct inode *inode, struct file *file)
2145{
malattia@linux.it7b153f32007-04-09 19:31:25 +02002146 atomic_dec(&sonypi_compat.open_count);
2147 return 0;
2148}
2149
2150static int sonypi_misc_open(struct inode *inode, struct file *file)
2151{
2152 /* Flush input queue on first open */
Alessio Igor Bogani4ef4cbb2009-03-26 21:58:25 +09002153 unsigned long flags;
2154
2155 spin_lock_irqsave(sonypi_compat.fifo->lock, flags);
2156
malattia@linux.it7b153f32007-04-09 19:31:25 +02002157 if (atomic_inc_return(&sonypi_compat.open_count) == 1)
Alessio Igor Bogani4ef4cbb2009-03-26 21:58:25 +09002158 __kfifo_reset(sonypi_compat.fifo);
2159
2160 spin_unlock_irqrestore(sonypi_compat.fifo->lock, flags);
2161
malattia@linux.it7b153f32007-04-09 19:31:25 +02002162 return 0;
2163}
2164
2165static ssize_t sonypi_misc_read(struct file *file, char __user *buf,
2166 size_t count, loff_t *pos)
2167{
2168 ssize_t ret;
2169 unsigned char c;
2170
2171 if ((kfifo_len(sonypi_compat.fifo) == 0) &&
2172 (file->f_flags & O_NONBLOCK))
2173 return -EAGAIN;
2174
2175 ret = wait_event_interruptible(sonypi_compat.fifo_proc_list,
2176 kfifo_len(sonypi_compat.fifo) != 0);
2177 if (ret)
2178 return ret;
2179
2180 while (ret < count &&
2181 (kfifo_get(sonypi_compat.fifo, &c, sizeof(c)) == sizeof(c))) {
2182 if (put_user(c, buf++))
2183 return -EFAULT;
2184 ret++;
2185 }
2186
2187 if (ret > 0) {
2188 struct inode *inode = file->f_path.dentry->d_inode;
2189 inode->i_atime = current_fs_time(inode->i_sb);
2190 }
2191
2192 return ret;
2193}
2194
2195static unsigned int sonypi_misc_poll(struct file *file, poll_table *wait)
2196{
2197 poll_wait(file, &sonypi_compat.fifo_proc_list, wait);
2198 if (kfifo_len(sonypi_compat.fifo))
2199 return POLLIN | POLLRDNORM;
2200 return 0;
2201}
2202
2203static int ec_read16(u8 addr, u16 *value)
2204{
2205 u8 val_lb, val_hb;
2206 if (ec_read(addr, &val_lb))
2207 return -1;
2208 if (ec_read(addr + 1, &val_hb))
2209 return -1;
2210 *value = val_lb | (val_hb << 8);
2211 return 0;
2212}
2213
Alan Cox2b24ef02009-03-26 21:58:19 +09002214static long sonypi_misc_ioctl(struct file *fp, unsigned int cmd,
2215 unsigned long arg)
malattia@linux.it7b153f32007-04-09 19:31:25 +02002216{
2217 int ret = 0;
2218 void __user *argp = (void __user *)arg;
2219 u8 val8;
2220 u16 val16;
2221 int value;
2222
malattia@linux.it9f9f0762007-04-28 23:19:36 +09002223 mutex_lock(&spic_dev.lock);
malattia@linux.it7b153f32007-04-09 19:31:25 +02002224 switch (cmd) {
2225 case SONYPI_IOCGBRT:
2226 if (sony_backlight_device == NULL) {
2227 ret = -EIO;
2228 break;
2229 }
2230 if (acpi_callgetfunc(sony_nc_acpi_handle, "GBRT", &value)) {
2231 ret = -EIO;
2232 break;
2233 }
2234 val8 = ((value & 0xff) - 1) << 5;
2235 if (copy_to_user(argp, &val8, sizeof(val8)))
2236 ret = -EFAULT;
2237 break;
2238 case SONYPI_IOCSBRT:
2239 if (sony_backlight_device == NULL) {
2240 ret = -EIO;
2241 break;
2242 }
2243 if (copy_from_user(&val8, argp, sizeof(val8))) {
2244 ret = -EFAULT;
2245 break;
2246 }
2247 if (acpi_callsetfunc(sony_nc_acpi_handle, "SBRT",
2248 (val8 >> 5) + 1, NULL)) {
2249 ret = -EIO;
2250 break;
2251 }
2252 /* sync the backlight device status */
2253 sony_backlight_device->props.brightness =
2254 sony_backlight_get_brightness(sony_backlight_device);
2255 break;
2256 case SONYPI_IOCGBAT1CAP:
2257 if (ec_read16(SONYPI_BAT1_FULL, &val16)) {
2258 ret = -EIO;
2259 break;
2260 }
2261 if (copy_to_user(argp, &val16, sizeof(val16)))
2262 ret = -EFAULT;
2263 break;
2264 case SONYPI_IOCGBAT1REM:
2265 if (ec_read16(SONYPI_BAT1_LEFT, &val16)) {
2266 ret = -EIO;
2267 break;
2268 }
2269 if (copy_to_user(argp, &val16, sizeof(val16)))
2270 ret = -EFAULT;
2271 break;
2272 case SONYPI_IOCGBAT2CAP:
2273 if (ec_read16(SONYPI_BAT2_FULL, &val16)) {
2274 ret = -EIO;
2275 break;
2276 }
2277 if (copy_to_user(argp, &val16, sizeof(val16)))
2278 ret = -EFAULT;
2279 break;
2280 case SONYPI_IOCGBAT2REM:
2281 if (ec_read16(SONYPI_BAT2_LEFT, &val16)) {
2282 ret = -EIO;
2283 break;
2284 }
2285 if (copy_to_user(argp, &val16, sizeof(val16)))
2286 ret = -EFAULT;
2287 break;
2288 case SONYPI_IOCGBATFLAGS:
2289 if (ec_read(SONYPI_BAT_FLAGS, &val8)) {
2290 ret = -EIO;
2291 break;
2292 }
2293 val8 &= 0x07;
2294 if (copy_to_user(argp, &val8, sizeof(val8)))
2295 ret = -EFAULT;
2296 break;
2297 case SONYPI_IOCGBLUE:
2298 val8 = spic_dev.bluetooth_power;
2299 if (copy_to_user(argp, &val8, sizeof(val8)))
2300 ret = -EFAULT;
2301 break;
2302 case SONYPI_IOCSBLUE:
2303 if (copy_from_user(&val8, argp, sizeof(val8))) {
2304 ret = -EFAULT;
2305 break;
2306 }
malattia@linux.it9f9f0762007-04-28 23:19:36 +09002307 __sony_pic_set_bluetoothpower(val8);
malattia@linux.it7b153f32007-04-09 19:31:25 +02002308 break;
2309 /* FAN Controls */
2310 case SONYPI_IOCGFAN:
2311 if (sony_pic_get_fanspeed(&val8)) {
2312 ret = -EIO;
2313 break;
2314 }
2315 if (copy_to_user(argp, &val8, sizeof(val8)))
2316 ret = -EFAULT;
2317 break;
2318 case SONYPI_IOCSFAN:
2319 if (copy_from_user(&val8, argp, sizeof(val8))) {
2320 ret = -EFAULT;
2321 break;
2322 }
2323 if (sony_pic_set_fanspeed(val8))
2324 ret = -EIO;
2325 break;
2326 /* GET Temperature (useful under APM) */
2327 case SONYPI_IOCGTEMP:
2328 if (ec_read(SONYPI_TEMP_STATUS, &val8)) {
2329 ret = -EIO;
2330 break;
2331 }
2332 if (copy_to_user(argp, &val8, sizeof(val8)))
2333 ret = -EFAULT;
2334 break;
2335 default:
2336 ret = -EINVAL;
2337 }
malattia@linux.it9f9f0762007-04-28 23:19:36 +09002338 mutex_unlock(&spic_dev.lock);
malattia@linux.it7b153f32007-04-09 19:31:25 +02002339 return ret;
2340}
2341
2342static const struct file_operations sonypi_misc_fops = {
2343 .owner = THIS_MODULE,
2344 .read = sonypi_misc_read,
2345 .poll = sonypi_misc_poll,
2346 .open = sonypi_misc_open,
2347 .release = sonypi_misc_release,
2348 .fasync = sonypi_misc_fasync,
Alan Cox2b24ef02009-03-26 21:58:19 +09002349 .unlocked_ioctl = sonypi_misc_ioctl,
malattia@linux.it7b153f32007-04-09 19:31:25 +02002350};
2351
2352static struct miscdevice sonypi_misc_device = {
2353 .minor = MISC_DYNAMIC_MINOR,
2354 .name = "sonypi",
2355 .fops = &sonypi_misc_fops,
2356};
2357
2358static void sonypi_compat_report_event(u8 event)
2359{
2360 kfifo_put(sonypi_compat.fifo, (unsigned char *)&event, sizeof(event));
2361 kill_fasync(&sonypi_compat.fifo_async, SIGIO, POLL_IN);
2362 wake_up_interruptible(&sonypi_compat.fifo_proc_list);
2363}
2364
2365static int sonypi_compat_init(void)
2366{
2367 int error;
2368
2369 spin_lock_init(&sonypi_compat.fifo_lock);
2370 sonypi_compat.fifo = kfifo_alloc(SONY_LAPTOP_BUF_SIZE, GFP_KERNEL,
2371 &sonypi_compat.fifo_lock);
2372 if (IS_ERR(sonypi_compat.fifo)) {
2373 printk(KERN_ERR DRV_PFX "kfifo_alloc failed\n");
2374 return PTR_ERR(sonypi_compat.fifo);
2375 }
2376
2377 init_waitqueue_head(&sonypi_compat.fifo_proc_list);
malattia@linux.it7b153f32007-04-09 19:31:25 +02002378
2379 if (minor != -1)
2380 sonypi_misc_device.minor = minor;
2381 error = misc_register(&sonypi_misc_device);
2382 if (error) {
2383 printk(KERN_ERR DRV_PFX "misc_register failed\n");
2384 goto err_free_kfifo;
2385 }
2386 if (minor == -1)
malattia@linux.it5f3d2892007-04-28 23:18:45 +09002387 printk(KERN_INFO DRV_PFX "device allocated minor is %d\n",
malattia@linux.it7b153f32007-04-09 19:31:25 +02002388 sonypi_misc_device.minor);
2389
2390 return 0;
2391
2392err_free_kfifo:
2393 kfifo_free(sonypi_compat.fifo);
2394 return error;
2395}
2396
2397static void sonypi_compat_exit(void)
2398{
2399 misc_deregister(&sonypi_misc_device);
2400 kfifo_free(sonypi_compat.fifo);
2401}
2402#else
2403static int sonypi_compat_init(void) { return 0; }
2404static void sonypi_compat_exit(void) { }
2405static void sonypi_compat_report_event(u8 event) { }
Mattia Dongilia64e62a2007-05-01 11:19:53 +09002406#endif /* CONFIG_SONYPI_COMPAT */
malattia@linux.it7b153f32007-04-09 19:31:25 +02002407
malattia@linux.it1549ee62007-04-09 10:19:08 +02002408/*
malattia@linux.it33a04452007-04-09 19:26:03 +02002409 * ACPI callbacks
malattia@linux.it1549ee62007-04-09 10:19:08 +02002410 */
malattia@linux.it33a04452007-04-09 19:26:03 +02002411static acpi_status
2412sony_pic_read_possible_resource(struct acpi_resource *resource, void *context)
2413{
2414 u32 i;
2415 struct sony_pic_dev *dev = (struct sony_pic_dev *)context;
2416
2417 switch (resource->type) {
2418 case ACPI_RESOURCE_TYPE_START_DEPENDENT:
Mattia Dongilifd1caae2007-08-12 16:20:28 +09002419 {
2420 /* start IO enumeration */
2421 struct sony_pic_ioport *ioport = kzalloc(sizeof(*ioport), GFP_KERNEL);
2422 if (!ioport)
2423 return AE_ERROR;
2424
2425 list_add(&ioport->list, &dev->ioports);
2426 return AE_OK;
2427 }
2428
malattia@linux.it33a04452007-04-09 19:26:03 +02002429 case ACPI_RESOURCE_TYPE_END_DEPENDENT:
Mattia Dongilifd1caae2007-08-12 16:20:28 +09002430 /* end IO enumeration */
malattia@linux.it33a04452007-04-09 19:26:03 +02002431 return AE_OK;
2432
2433 case ACPI_RESOURCE_TYPE_IRQ:
2434 {
2435 struct acpi_resource_irq *p = &resource->data.irq;
2436 struct sony_pic_irq *interrupt = NULL;
2437 if (!p || !p->interrupt_count) {
2438 /*
2439 * IRQ descriptors may have no IRQ# bits set,
2440 * particularly those those w/ _STA disabled
2441 */
2442 dprintk("Blank IRQ resource\n");
2443 return AE_OK;
2444 }
2445 for (i = 0; i < p->interrupt_count; i++) {
2446 if (!p->interrupts[i]) {
2447 printk(KERN_WARNING DRV_PFX
2448 "Invalid IRQ %d\n",
2449 p->interrupts[i]);
2450 continue;
2451 }
2452 interrupt = kzalloc(sizeof(*interrupt),
2453 GFP_KERNEL);
2454 if (!interrupt)
2455 return AE_ERROR;
2456
Mattia Dongilifd1caae2007-08-12 16:20:28 +09002457 list_add(&interrupt->list, &dev->interrupts);
malattia@linux.it33a04452007-04-09 19:26:03 +02002458 interrupt->irq.triggering = p->triggering;
2459 interrupt->irq.polarity = p->polarity;
2460 interrupt->irq.sharable = p->sharable;
2461 interrupt->irq.interrupt_count = 1;
2462 interrupt->irq.interrupts[0] = p->interrupts[i];
2463 }
2464 return AE_OK;
2465 }
2466 case ACPI_RESOURCE_TYPE_IO:
2467 {
2468 struct acpi_resource_io *io = &resource->data.io;
Mattia Dongilifd1caae2007-08-12 16:20:28 +09002469 struct sony_pic_ioport *ioport =
2470 list_first_entry(&dev->ioports, struct sony_pic_ioport, list);
malattia@linux.it33a04452007-04-09 19:26:03 +02002471 if (!io) {
2472 dprintk("Blank IO resource\n");
2473 return AE_OK;
2474 }
2475
Mattia Dongilifd1caae2007-08-12 16:20:28 +09002476 if (!ioport->io1.minimum) {
2477 memcpy(&ioport->io1, io, sizeof(*io));
2478 dprintk("IO1 at 0x%.4x (0x%.2x)\n", ioport->io1.minimum,
2479 ioport->io1.address_length);
2480 }
2481 else if (!ioport->io2.minimum) {
2482 memcpy(&ioport->io2, io, sizeof(*io));
2483 dprintk("IO2 at 0x%.4x (0x%.2x)\n", ioport->io2.minimum,
2484 ioport->io2.address_length);
2485 }
2486 else {
2487 printk(KERN_ERR DRV_PFX "Unknown SPIC Type, more than 2 IO Ports\n");
malattia@linux.it33a04452007-04-09 19:26:03 +02002488 return AE_ERROR;
Mattia Dongilifd1caae2007-08-12 16:20:28 +09002489 }
malattia@linux.it33a04452007-04-09 19:26:03 +02002490 return AE_OK;
2491 }
2492 default:
2493 dprintk("Resource %d isn't an IRQ nor an IO port\n",
2494 resource->type);
2495
2496 case ACPI_RESOURCE_TYPE_END_TAG:
2497 return AE_OK;
2498 }
2499 return AE_CTRL_TERMINATE;
2500}
2501
2502static int sony_pic_possible_resources(struct acpi_device *device)
2503{
2504 int result = 0;
2505 acpi_status status = AE_OK;
2506
2507 if (!device)
2508 return -EINVAL;
2509
2510 /* get device status */
2511 /* see acpi_pci_link_get_current acpi_pci_link_get_possible */
2512 dprintk("Evaluating _STA\n");
2513 result = acpi_bus_get_status(device);
2514 if (result) {
2515 printk(KERN_WARNING DRV_PFX "Unable to read status\n");
2516 goto end;
2517 }
2518
2519 if (!device->status.enabled)
2520 dprintk("Device disabled\n");
2521 else
2522 dprintk("Device enabled\n");
2523
2524 /*
2525 * Query and parse 'method'
2526 */
2527 dprintk("Evaluating %s\n", METHOD_NAME__PRS);
2528 status = acpi_walk_resources(device->handle, METHOD_NAME__PRS,
2529 sony_pic_read_possible_resource, &spic_dev);
2530 if (ACPI_FAILURE(status)) {
2531 printk(KERN_WARNING DRV_PFX
2532 "Failure evaluating %s\n",
2533 METHOD_NAME__PRS);
2534 result = -ENODEV;
2535 }
2536end:
2537 return result;
2538}
2539
2540/*
2541 * Disable the spic device by calling its _DIS method
2542 */
2543static int sony_pic_disable(struct acpi_device *device)
2544{
Matthew Garrett6158d3a2008-10-29 14:01:03 -07002545 acpi_status ret = acpi_evaluate_object(device->handle, "_DIS", NULL,
2546 NULL);
2547
2548 if (ACPI_FAILURE(ret) && ret != AE_NOT_FOUND)
malattia@linux.it33a04452007-04-09 19:26:03 +02002549 return -ENXIO;
2550
2551 dprintk("Device disabled\n");
2552 return 0;
2553}
2554
2555
2556/*
2557 * Based on drivers/acpi/pci_link.c:acpi_pci_link_set
2558 *
2559 * Call _SRS to set current resources
2560 */
2561static int sony_pic_enable(struct acpi_device *device,
2562 struct sony_pic_ioport *ioport, struct sony_pic_irq *irq)
2563{
2564 acpi_status status;
2565 int result = 0;
Mattia Dongilifd1caae2007-08-12 16:20:28 +09002566 /* Type 1 resource layout is:
2567 * IO
2568 * IO
2569 * IRQNoFlags
2570 * End
2571 *
2572 * Type 2 and 3 resource layout is:
2573 * IO
2574 * IRQNoFlags
2575 * End
2576 */
malattia@linux.it33a04452007-04-09 19:26:03 +02002577 struct {
Mattia Dongilifd1caae2007-08-12 16:20:28 +09002578 struct acpi_resource res1;
2579 struct acpi_resource res2;
2580 struct acpi_resource res3;
2581 struct acpi_resource res4;
malattia@linux.it33a04452007-04-09 19:26:03 +02002582 } *resource;
2583 struct acpi_buffer buffer = { 0, NULL };
2584
2585 if (!ioport || !irq)
2586 return -EINVAL;
2587
2588 /* init acpi_buffer */
2589 resource = kzalloc(sizeof(*resource) + 1, GFP_KERNEL);
2590 if (!resource)
2591 return -ENOMEM;
2592
2593 buffer.length = sizeof(*resource) + 1;
2594 buffer.pointer = resource;
2595
Mattia Dongilifd1caae2007-08-12 16:20:28 +09002596 /* setup Type 1 resources */
Mattia Dongili31df7142009-09-16 00:05:29 +09002597 if (spic_dev.model == SONYPI_DEVICE_TYPE1) {
malattia@linux.it33a04452007-04-09 19:26:03 +02002598
Mattia Dongilifd1caae2007-08-12 16:20:28 +09002599 /* setup io resources */
2600 resource->res1.type = ACPI_RESOURCE_TYPE_IO;
2601 resource->res1.length = sizeof(struct acpi_resource);
2602 memcpy(&resource->res1.data.io, &ioport->io1,
2603 sizeof(struct acpi_resource_io));
malattia@linux.it33a04452007-04-09 19:26:03 +02002604
Mattia Dongilifd1caae2007-08-12 16:20:28 +09002605 resource->res2.type = ACPI_RESOURCE_TYPE_IO;
2606 resource->res2.length = sizeof(struct acpi_resource);
2607 memcpy(&resource->res2.data.io, &ioport->io2,
2608 sizeof(struct acpi_resource_io));
2609
2610 /* setup irq resource */
2611 resource->res3.type = ACPI_RESOURCE_TYPE_IRQ;
2612 resource->res3.length = sizeof(struct acpi_resource);
2613 memcpy(&resource->res3.data.irq, &irq->irq,
2614 sizeof(struct acpi_resource_irq));
2615 /* we requested a shared irq */
2616 resource->res3.data.irq.sharable = ACPI_SHARED;
2617
2618 resource->res4.type = ACPI_RESOURCE_TYPE_END_TAG;
2619
2620 }
2621 /* setup Type 2/3 resources */
2622 else {
2623 /* setup io resource */
2624 resource->res1.type = ACPI_RESOURCE_TYPE_IO;
2625 resource->res1.length = sizeof(struct acpi_resource);
2626 memcpy(&resource->res1.data.io, &ioport->io1,
2627 sizeof(struct acpi_resource_io));
2628
2629 /* setup irq resource */
2630 resource->res2.type = ACPI_RESOURCE_TYPE_IRQ;
2631 resource->res2.length = sizeof(struct acpi_resource);
2632 memcpy(&resource->res2.data.irq, &irq->irq,
2633 sizeof(struct acpi_resource_irq));
2634 /* we requested a shared irq */
2635 resource->res2.data.irq.sharable = ACPI_SHARED;
2636
2637 resource->res3.type = ACPI_RESOURCE_TYPE_END_TAG;
2638 }
malattia@linux.it33a04452007-04-09 19:26:03 +02002639
2640 /* Attempt to set the resource */
2641 dprintk("Evaluating _SRS\n");
2642 status = acpi_set_current_resources(device->handle, &buffer);
2643
2644 /* check for total failure */
2645 if (ACPI_FAILURE(status)) {
Mattia Dongilifd1caae2007-08-12 16:20:28 +09002646 printk(KERN_ERR DRV_PFX "Error evaluating _SRS\n");
malattia@linux.it33a04452007-04-09 19:26:03 +02002647 result = -ENODEV;
2648 goto end;
2649 }
2650
2651 /* Necessary device initializations calls (from sonypi) */
2652 sony_pic_call1(0x82);
2653 sony_pic_call2(0x81, 0xff);
2654 sony_pic_call1(compat ? 0x92 : 0x82);
2655
2656end:
2657 kfree(resource);
2658 return result;
2659}
2660
2661/*****************
2662 *
2663 * ISR: some event is available
2664 *
2665 *****************/
2666static irqreturn_t sony_pic_irq(int irq, void *dev_id)
2667{
2668 int i, j;
malattia@linux.it33a04452007-04-09 19:26:03 +02002669 u8 ev = 0;
2670 u8 data_mask = 0;
2671 u8 device_event = 0;
2672
2673 struct sony_pic_dev *dev = (struct sony_pic_dev *) dev_id;
2674
Mattia Dongilifd1caae2007-08-12 16:20:28 +09002675 ev = inb_p(dev->cur_ioport->io1.minimum);
2676 if (dev->cur_ioport->io2.minimum)
2677 data_mask = inb_p(dev->cur_ioport->io2.minimum);
2678 else
Mattia Dongilide920432008-01-14 18:05:43 +09002679 data_mask = inb_p(dev->cur_ioport->io1.minimum +
Mattia Dongili31df7142009-09-16 00:05:29 +09002680 dev->evport_offset);
malattia@linux.it33a04452007-04-09 19:26:03 +02002681
Mattia Dongili22a17782007-07-16 02:34:39 +09002682 dprintk("event ([%.2x] [%.2x]) at port 0x%.4x(+0x%.2x)\n",
Mattia Dongilide920432008-01-14 18:05:43 +09002683 ev, data_mask, dev->cur_ioport->io1.minimum,
Mattia Dongili31df7142009-09-16 00:05:29 +09002684 dev->evport_offset);
malattia@linux.it33a04452007-04-09 19:26:03 +02002685
2686 if (ev == 0x00 || ev == 0xff)
2687 return IRQ_HANDLED;
2688
Mattia Dongili31df7142009-09-16 00:05:29 +09002689 for (i = 0; dev->event_types[i].mask; i++) {
malattia@linux.it33a04452007-04-09 19:26:03 +02002690
Mattia Dongili31df7142009-09-16 00:05:29 +09002691 if ((data_mask & dev->event_types[i].data) !=
2692 dev->event_types[i].data)
malattia@linux.it33a04452007-04-09 19:26:03 +02002693 continue;
2694
Mattia Dongili31df7142009-09-16 00:05:29 +09002695 if (!(mask & dev->event_types[i].mask))
malattia@linux.it33a04452007-04-09 19:26:03 +02002696 continue;
2697
Mattia Dongili31df7142009-09-16 00:05:29 +09002698 for (j = 0; dev->event_types[i].events[j].event; j++) {
2699 if (ev == dev->event_types[i].events[j].data) {
malattia@linux.it33a04452007-04-09 19:26:03 +02002700 device_event =
Mattia Dongili31df7142009-09-16 00:05:29 +09002701 dev->event_types[i].events[j].event;
malattia@linux.it33a04452007-04-09 19:26:03 +02002702 goto found;
2703 }
2704 }
2705 }
Mattia Dongili3eb87492008-01-14 18:05:45 +09002706 /* Still not able to decode the event try to pass
2707 * it over to the minidriver
2708 */
Mattia Dongili31df7142009-09-16 00:05:29 +09002709 if (dev->handle_irq && dev->handle_irq(data_mask, ev) == 0)
Mattia Dongili3eb87492008-01-14 18:05:45 +09002710 return IRQ_HANDLED;
2711
Mattia Dongilide920432008-01-14 18:05:43 +09002712 dprintk("unknown event ([%.2x] [%.2x]) at port 0x%.4x(+0x%.2x)\n",
2713 ev, data_mask, dev->cur_ioport->io1.minimum,
Mattia Dongili31df7142009-09-16 00:05:29 +09002714 dev->evport_offset);
malattia@linux.it33a04452007-04-09 19:26:03 +02002715 return IRQ_HANDLED;
2716
2717found:
malattia@linux.it1549ee62007-04-09 10:19:08 +02002718 sony_laptop_report_input_event(device_event);
Mattia Dongilide920432008-01-14 18:05:43 +09002719 acpi_bus_generate_proc_event(dev->acpi_dev, 1, device_event);
malattia@linux.it7b153f32007-04-09 19:31:25 +02002720 sonypi_compat_report_event(device_event);
malattia@linux.it33a04452007-04-09 19:26:03 +02002721
2722 return IRQ_HANDLED;
2723}
2724
2725/*****************
2726 *
2727 * ACPI driver
2728 *
2729 *****************/
2730static int sony_pic_remove(struct acpi_device *device, int type)
2731{
2732 struct sony_pic_ioport *io, *tmp_io;
2733 struct sony_pic_irq *irq, *tmp_irq;
2734
2735 if (sony_pic_disable(device)) {
2736 printk(KERN_ERR DRV_PFX "Couldn't disable device.\n");
2737 return -ENXIO;
2738 }
2739
2740 free_irq(spic_dev.cur_irq->irq.interrupts[0], &spic_dev);
Mattia Dongilifd1caae2007-08-12 16:20:28 +09002741 release_region(spic_dev.cur_ioport->io1.minimum,
2742 spic_dev.cur_ioport->io1.address_length);
2743 if (spic_dev.cur_ioport->io2.minimum)
2744 release_region(spic_dev.cur_ioport->io2.minimum,
2745 spic_dev.cur_ioport->io2.address_length);
malattia@linux.it33a04452007-04-09 19:26:03 +02002746
Mattia Dongili015a9162007-08-12 16:20:27 +09002747 sonypi_compat_exit();
2748
malattia@linux.it1549ee62007-04-09 10:19:08 +02002749 sony_laptop_remove_input();
malattia@linux.it33a04452007-04-09 19:26:03 +02002750
malattia@linux.it49a11de2007-04-09 19:28:56 +02002751 /* pf attrs */
2752 sysfs_remove_group(&sony_pf_device->dev.kobj, &spic_attribute_group);
2753 sony_pf_remove();
2754
malattia@linux.it33a04452007-04-09 19:26:03 +02002755 list_for_each_entry_safe(io, tmp_io, &spic_dev.ioports, list) {
2756 list_del(&io->list);
2757 kfree(io);
2758 }
2759 list_for_each_entry_safe(irq, tmp_irq, &spic_dev.interrupts, list) {
2760 list_del(&irq->list);
2761 kfree(irq);
2762 }
2763 spic_dev.cur_ioport = NULL;
2764 spic_dev.cur_irq = NULL;
2765
malattia@linux.itf6119b02007-04-09 19:31:06 +02002766 dprintk(SONY_PIC_DRIVER_NAME " removed.\n");
malattia@linux.it33a04452007-04-09 19:26:03 +02002767 return 0;
2768}
2769
2770static int sony_pic_add(struct acpi_device *device)
2771{
2772 int result;
2773 struct sony_pic_ioport *io, *tmp_io;
2774 struct sony_pic_irq *irq, *tmp_irq;
2775
malattia@linux.itf6119b02007-04-09 19:31:06 +02002776 printk(KERN_INFO DRV_PFX "%s v%s.\n",
2777 SONY_PIC_DRIVER_NAME, SONY_LAPTOP_DRIVER_VERSION);
malattia@linux.it33a04452007-04-09 19:26:03 +02002778
2779 spic_dev.acpi_dev = device;
2780 strcpy(acpi_device_class(device), "sony/hotkey");
Mattia Dongilide920432008-01-14 18:05:43 +09002781 sony_pic_detect_device_type(&spic_dev);
malattia@linux.it9f9f0762007-04-28 23:19:36 +09002782 mutex_init(&spic_dev.lock);
malattia@linux.it33a04452007-04-09 19:26:03 +02002783
2784 /* read _PRS resources */
2785 result = sony_pic_possible_resources(device);
2786 if (result) {
2787 printk(KERN_ERR DRV_PFX
Alessio Igor Boganiff07a532009-04-01 22:10:44 +09002788 "Unable to read possible resources.\n");
malattia@linux.it33a04452007-04-09 19:26:03 +02002789 goto err_free_resources;
2790 }
2791
2792 /* setup input devices and helper fifo */
Dmitry Torokhov2e4d2422007-11-21 14:15:53 -05002793 result = sony_laptop_setup_input(device);
malattia@linux.it33a04452007-04-09 19:26:03 +02002794 if (result) {
2795 printk(KERN_ERR DRV_PFX
Alessio Igor Boganiff07a532009-04-01 22:10:44 +09002796 "Unable to create input devices.\n");
malattia@linux.it33a04452007-04-09 19:26:03 +02002797 goto err_free_resources;
2798 }
2799
Mattia Dongili015a9162007-08-12 16:20:27 +09002800 if (sonypi_compat_init())
2801 goto err_remove_input;
2802
malattia@linux.it33a04452007-04-09 19:26:03 +02002803 /* request io port */
Mattia Dongilifd1caae2007-08-12 16:20:28 +09002804 list_for_each_entry_reverse(io, &spic_dev.ioports, list) {
2805 if (request_region(io->io1.minimum, io->io1.address_length,
malattia@linux.it33a04452007-04-09 19:26:03 +02002806 "Sony Programable I/O Device")) {
Mattia Dongilifd1caae2007-08-12 16:20:28 +09002807 dprintk("I/O port1: 0x%.4x (0x%.4x) + 0x%.2x\n",
2808 io->io1.minimum, io->io1.maximum,
2809 io->io1.address_length);
2810 /* Type 1 have 2 ioports */
2811 if (io->io2.minimum) {
2812 if (request_region(io->io2.minimum,
2813 io->io2.address_length,
2814 "Sony Programable I/O Device")) {
2815 dprintk("I/O port2: 0x%.4x (0x%.4x) + 0x%.2x\n",
2816 io->io2.minimum, io->io2.maximum,
2817 io->io2.address_length);
2818 spic_dev.cur_ioport = io;
2819 break;
2820 }
2821 else {
2822 dprintk("Unable to get I/O port2: "
2823 "0x%.4x (0x%.4x) + 0x%.2x\n",
2824 io->io2.minimum, io->io2.maximum,
2825 io->io2.address_length);
2826 release_region(io->io1.minimum,
2827 io->io1.address_length);
2828 }
2829 }
2830 else {
2831 spic_dev.cur_ioport = io;
2832 break;
2833 }
malattia@linux.it33a04452007-04-09 19:26:03 +02002834 }
2835 }
2836 if (!spic_dev.cur_ioport) {
2837 printk(KERN_ERR DRV_PFX "Failed to request_region.\n");
2838 result = -ENODEV;
Mattia Dongili015a9162007-08-12 16:20:27 +09002839 goto err_remove_compat;
malattia@linux.it33a04452007-04-09 19:26:03 +02002840 }
2841
2842 /* request IRQ */
Mattia Dongilifd1caae2007-08-12 16:20:28 +09002843 list_for_each_entry_reverse(irq, &spic_dev.interrupts, list) {
malattia@linux.it33a04452007-04-09 19:26:03 +02002844 if (!request_irq(irq->irq.interrupts[0], sony_pic_irq,
Mattia Dongilid1e0de92009-09-16 00:05:30 +09002845 IRQF_DISABLED, "sony-laptop", &spic_dev)) {
malattia@linux.it33a04452007-04-09 19:26:03 +02002846 dprintk("IRQ: %d - triggering: %d - "
2847 "polarity: %d - shr: %d\n",
2848 irq->irq.interrupts[0],
2849 irq->irq.triggering,
2850 irq->irq.polarity,
2851 irq->irq.sharable);
2852 spic_dev.cur_irq = irq;
2853 break;
2854 }
2855 }
2856 if (!spic_dev.cur_irq) {
2857 printk(KERN_ERR DRV_PFX "Failed to request_irq.\n");
2858 result = -ENODEV;
2859 goto err_release_region;
2860 }
2861
2862 /* set resource status _SRS */
2863 result = sony_pic_enable(device, spic_dev.cur_ioport, spic_dev.cur_irq);
2864 if (result) {
2865 printk(KERN_ERR DRV_PFX "Couldn't enable device.\n");
2866 goto err_free_irq;
2867 }
2868
malattia@linux.it49a11de2007-04-09 19:28:56 +02002869 spic_dev.bluetooth_power = -1;
2870 /* create device attributes */
2871 result = sony_pf_add();
2872 if (result)
2873 goto err_disable_device;
2874
2875 result = sysfs_create_group(&sony_pf_device->dev.kobj, &spic_attribute_group);
2876 if (result)
2877 goto err_remove_pf;
2878
malattia@linux.it33a04452007-04-09 19:26:03 +02002879 return 0;
2880
malattia@linux.it49a11de2007-04-09 19:28:56 +02002881err_remove_pf:
2882 sony_pf_remove();
2883
2884err_disable_device:
2885 sony_pic_disable(device);
2886
malattia@linux.it33a04452007-04-09 19:26:03 +02002887err_free_irq:
2888 free_irq(spic_dev.cur_irq->irq.interrupts[0], &spic_dev);
2889
2890err_release_region:
Mattia Dongilifd1caae2007-08-12 16:20:28 +09002891 release_region(spic_dev.cur_ioport->io1.minimum,
2892 spic_dev.cur_ioport->io1.address_length);
2893 if (spic_dev.cur_ioport->io2.minimum)
2894 release_region(spic_dev.cur_ioport->io2.minimum,
2895 spic_dev.cur_ioport->io2.address_length);
malattia@linux.it33a04452007-04-09 19:26:03 +02002896
Mattia Dongili015a9162007-08-12 16:20:27 +09002897err_remove_compat:
2898 sonypi_compat_exit();
2899
malattia@linux.it33a04452007-04-09 19:26:03 +02002900err_remove_input:
malattia@linux.it1549ee62007-04-09 10:19:08 +02002901 sony_laptop_remove_input();
malattia@linux.it33a04452007-04-09 19:26:03 +02002902
2903err_free_resources:
2904 list_for_each_entry_safe(io, tmp_io, &spic_dev.ioports, list) {
2905 list_del(&io->list);
2906 kfree(io);
2907 }
2908 list_for_each_entry_safe(irq, tmp_irq, &spic_dev.interrupts, list) {
2909 list_del(&irq->list);
2910 kfree(irq);
2911 }
2912 spic_dev.cur_ioport = NULL;
2913 spic_dev.cur_irq = NULL;
2914
2915 return result;
2916}
2917
2918static int sony_pic_suspend(struct acpi_device *device, pm_message_t state)
2919{
2920 if (sony_pic_disable(device))
2921 return -ENXIO;
2922 return 0;
2923}
2924
2925static int sony_pic_resume(struct acpi_device *device)
2926{
2927 sony_pic_enable(device, spic_dev.cur_ioport, spic_dev.cur_irq);
2928 return 0;
2929}
2930
Thomas Renninger1ba90e32007-07-23 14:44:41 +02002931static const struct acpi_device_id sony_pic_device_ids[] = {
2932 {SONY_PIC_HID, 0},
2933 {"", 0},
2934};
2935
malattia@linux.it33a04452007-04-09 19:26:03 +02002936static struct acpi_driver sony_pic_driver = {
2937 .name = SONY_PIC_DRIVER_NAME,
2938 .class = SONY_PIC_CLASS,
Thomas Renninger1ba90e32007-07-23 14:44:41 +02002939 .ids = sony_pic_device_ids,
malattia@linux.it33a04452007-04-09 19:26:03 +02002940 .owner = THIS_MODULE,
2941 .ops = {
2942 .add = sony_pic_add,
2943 .remove = sony_pic_remove,
2944 .suspend = sony_pic_suspend,
2945 .resume = sony_pic_resume,
2946 },
2947};
2948
2949static struct dmi_system_id __initdata sonypi_dmi_table[] = {
2950 {
2951 .ident = "Sony Vaio",
2952 .matches = {
2953 DMI_MATCH(DMI_SYS_VENDOR, "Sony Corporation"),
2954 DMI_MATCH(DMI_PRODUCT_NAME, "PCG-"),
2955 },
2956 },
2957 {
2958 .ident = "Sony Vaio",
2959 .matches = {
2960 DMI_MATCH(DMI_SYS_VENDOR, "Sony Corporation"),
2961 DMI_MATCH(DMI_PRODUCT_NAME, "VGN-"),
2962 },
2963 },
2964 { }
2965};
2966
malattia@linux.it59b19102007-04-09 10:19:04 +02002967static int __init sony_laptop_init(void)
Stelian Pop7f09c432007-01-13 23:04:31 +01002968{
malattia@linux.it33a04452007-04-09 19:26:03 +02002969 int result;
2970
2971 if (!no_spic && dmi_check_system(sonypi_dmi_table)) {
2972 result = acpi_bus_register_driver(&sony_pic_driver);
2973 if (result) {
2974 printk(KERN_ERR DRV_PFX
2975 "Unable to register SPIC driver.");
2976 goto out;
2977 }
Alan Jenkins5e6f9722009-09-16 00:05:32 +09002978 spic_drv_registered = 1;
malattia@linux.it33a04452007-04-09 19:26:03 +02002979 }
2980
2981 result = acpi_bus_register_driver(&sony_nc_driver);
2982 if (result) {
2983 printk(KERN_ERR DRV_PFX "Unable to register SNC driver.");
2984 goto out_unregister_pic;
2985 }
2986
2987 return 0;
2988
2989out_unregister_pic:
Alan Jenkins5e6f9722009-09-16 00:05:32 +09002990 if (spic_drv_registered)
malattia@linux.it33a04452007-04-09 19:26:03 +02002991 acpi_bus_unregister_driver(&sony_pic_driver);
2992out:
2993 return result;
Stelian Pop7f09c432007-01-13 23:04:31 +01002994}
2995
malattia@linux.it59b19102007-04-09 10:19:04 +02002996static void __exit sony_laptop_exit(void)
Stelian Pop7f09c432007-01-13 23:04:31 +01002997{
malattia@linux.it59b19102007-04-09 10:19:04 +02002998 acpi_bus_unregister_driver(&sony_nc_driver);
Alan Jenkins5e6f9722009-09-16 00:05:32 +09002999 if (spic_drv_registered)
malattia@linux.it33a04452007-04-09 19:26:03 +02003000 acpi_bus_unregister_driver(&sony_pic_driver);
Stelian Pop7f09c432007-01-13 23:04:31 +01003001}
3002
malattia@linux.it59b19102007-04-09 10:19:04 +02003003module_init(sony_laptop_init);
3004module_exit(sony_laptop_exit);