summaryrefslogtreecommitdiff
path: root/driver/ioexpander
Commit message (Expand)AuthorAgeFilesLines
* Update license boilerplate text in source code filesMike Frysinger2022-09-1214-14/+14
* tree-wide: const-ify argv for console commandsCaveh Jalali2022-09-011-1/+1
* driver/ioexpander/it8801.c: Format with clang-formatJack Rosenthal2022-07-011-49/+48
* driver/ioexpander/pca9534.h: Format with clang-formatJack Rosenthal2022-07-011-9/+9
* driver/ioexpander/pcal6408.c: Format with clang-formatJack Rosenthal2022-07-011-28/+23
* driver/ioexpander/it8801.h: Format with clang-formatJack Rosenthal2022-07-011-64/+66
* driver/ioexpander/ioexpander_nct38xx.c: Format with clang-formatJack Rosenthal2022-07-011-44/+40
* driver/ioexpander/pca9675.c: Format with clang-formatJack Rosenthal2022-06-301-15/+14
* driver/ioexpander/it8300.h: Format with clang-formatJack Rosenthal2022-06-301-75/+75
* driver/ioexpander/pca9534.c: Format with clang-formatJack Rosenthal2022-06-291-16/+16
* driver/ioexpander/pcal6408.h: Format with clang-formatJack Rosenthal2022-06-291-19/+19
* driver/ioexpander/tca64xxa.c: Format with clang-formatJack Rosenthal2022-06-291-33/+28
* driver/ioexpander/ccgxxf.c: Format with clang-formatJack Rosenthal2022-06-281-19/+18
* driver/ioexpander/pca9555.h: Format with clang-formatJack Rosenthal2022-06-281-20/+18
* driver/ioexpander/tca64xxa.h: Format with clang-formatJack Rosenthal2022-06-271-9/+9
* zephyr: Add CCGXXF ioexpander and add get port methodBrandon Breitenstein2022-05-121-4/+13
* zephyr: Add it8801 discrete keyboard, PWM & GPIO chip to ShimVijay Hiremath2022-04-261-5/+21
* cleanup: it8801: Rename discrete Keyboard configsVijay Hiremath2022-04-251-9/+9
* ioex: Add get_port() in PCA9675 ioex driverRajesh Kumar2022-03-051-4/+13
* gpio: cleanup header usage for i2cKeith Short2022-02-252-0/+2
* ioex: add error message if driver doesn't support get_portMichał Barnaś2021-11-055-0/+20
* ec: Implement keyboard backlight get enabledJeremy Bettis2021-11-031-0/+6
* SERVO_V4P1: Use IO-Expander driver specific flagsSam Hurst2021-10-272-6/+11
* IOEX: it8801: change the KSO mapping array to overridableTim Lin2021-09-132-3/+4
* IOEX: it8801: Enable GPIO based interruptsVijay Hiremath2021-09-102-26/+153
* it8801: Allow configurable option to use RAW KeyboardVijay Hiremath2021-09-101-1/+3
* ioex: it8801: Support multiple I2C addressesVijay Hiremath2021-09-102-5/+6
* pca9675: Initialize the I/O pins at initVijay Hiremath2021-06-151-11/+17
* COIL: Update IT8801 address commentDiana Z2021-06-081-1/+1
* IOEX_CCGXXF: Add 1.8V level GPIOs supportIurii2021-06-031-3/+18
* I/O Expander: Add CCG6XX driverVijay Hiremath2021-05-051-0/+130
* pca9675: Add code to fit standard I/O expander functionalityVijay Hiremath2021-04-232-95/+88
* COIL: Rename ioexpander i2c address variableDiana Z2021-02-244-21/+21
* tca64xxa: Add new ioexpander driver for TI TCA64xxA modulesMichał Barnaś2021-02-232-0/+251
* ioexpander: Fix interrupt handler signalEdward Hill2021-01-222-2/+2
* Move tcpic.h header into include/driverSimon Glass2021-01-071-1/+1
* IO-expander: Add driver support for PCA9675Name2020-10-262-0/+167
* it8801: fix the it8801_pwm_(set|get)_dutyZhuohao Lee2020-09-281-3/+3
* Fennel: Modify it8801 keyboard backlight driver and Enable keyboard backlightMike Lee2020-09-242-9/+57
* ioexpander/it8801: to avoid causing cache to reset when EC is resettim2020-04-291-12/+22
* ioexpander: set GPIO only when real setLu Zhang2020-04-271-1/+1
* nct38xx: Remove ioexpander_nct38xx.hEdward Hill2020-03-202-34/+1
* pcal6408: add ioexpander driverPaul Ma2020-03-052-0/+396
* driver/ioexpander_it8801: add I/O expander driver for GPIOtim2020-02-172-17/+220
* jacuzzi: enable ledTing Shen2019-12-272-1/+145
* cleanup: Segregate ioexpander related drivers in ioexpander folderVijay Hiremath2019-11-228-0/+1038