HID: move samsung quirks
[linux-2.6/mini2440.git] / include / linux / regulator / bq24022.h
blobe84b0a9feda579e64025fdbd67f4b4d5127f9620
1 /*
2 * Support for TI bq24022 (bqTINY-II) Dual Input (USB/AC Adpater)
3 * 1-Cell Li-Ion Charger connected via GPIOs.
5 * Copyright (c) 2008 Philipp Zabel
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License version 2 as
9 * published by the Free Software Foundation.
13 /**
14 * bq24022_mach_info - platform data for bq24022
15 * @gpio_nce: GPIO line connected to the nCE pin, used to enable / disable charging
16 * @gpio_iset2: GPIO line connected to the ISET2 pin, used to limit charging current to 100 mA / 500 mA
18 struct bq24022_mach_info {
19 int gpio_nce;
20 int gpio_iset2;