summaryrefslogtreecommitdiff
path: root/include/gpio.h
Commit message (Expand)AuthorAgeFilesLines
* shim/src/gpio: Add save/restore GPIO controller port configure functionJosh-Tsai2022-12-281-0/+22
* zephyr: mchp: Add GPIO_VOLTAGE_1P8 and GPIO_SEL_1P8V for mchp ECmartin yan2022-12-021-0/+10
* include: Sort header filesJeremy Bettis2022-11-291-1/+2
* zephyr: shim: use device specific 1.8V GPIO flagsFabio Baltieri2022-11-111-0/+12
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* include/gpio.h: Format with clang-formatJack Rosenthal2022-06-301-49/+47
* zephyr: gpio: add function to reset GPIO portDawid Niedzwiecki2022-05-261-0/+14
* zephyr: add a zephyr/ prefix to all zephyr includesFabio Baltieri2022-05-091-1/+1
* zephyr: Update GPIO flags to match upstreamKeith Short2022-03-161-12/+12
* gpio: Cleanup CONFIG_CMD_GPIO_EXTENDEDKeith Short2022-03-161-4/+2
* zephyr: Directly map GPIO flagsKeith Short2022-03-161-14/+43
* zephyr: Fix checks for GPIO flags used in the devicetreeKeith Short2022-03-161-8/+26
* gpio: Enable guard for Zephyr sourcesKeith Short2022-02-251-0/+3
* zephyr: Move gpio_get_dt_spec prototypeKeith Short2022-02-251-9/+0
* zephyr: Refactor gpio_config to include gpio_dt_specAndrew McRae2022-01-251-0/+9
* zephyr: extract common gpio logicMichał Barnaś2021-11-091-0/+20
* gpio: fix typo in error messageMichał Barnaś2021-11-051-1/+1
* zephyr: add initial gpio shimJett Rink2020-10-211-15/+50
* gpio: add a gpio_or_ioex_get_level function to match the setterPeter Marheine2020-08-211-0/+10
* g: add gpio_set_wakepin() to configure wake pinsMary Ruthven2020-02-071-2/+18
* gpio: Add UNUSED declaration for gpio.incCraig Hesling2019-11-081-0/+13
* gpio: add function to set a GPIO and log to the consoleKeith Short2019-11-011-0/+11
* Cleanup: Correct GPIO alternate function parameterVijay Hiremath2019-11-011-3/+20
* NPCX GPIO: Assert that gpio_get/set_level is passed a GPIO signalEdward Hill2019-10-251-0/+9
* usb_port_power_smart: Add support for IO expander GPIOsEdward Hill2019-10-251-1/+11
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* gpio: add config option for using gpio_get_flagsMary Ruthven2019-04-051-1/+5
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-261-20/+20
* ec_gpio: Add GPIO power down supportScott Worley2017-12-281-0/+13
* g: don't enable interrupts in gpio_set_flags_by_maskMary Ruthven2017-06-131-2/+0
* gpio: Move gpio_get_ternary to common gpio functionsNicolas Boichat2017-06-111-0/+9
* g: add flag to delay int enable until board_initMary Ruthven2017-06-051-0/+2
* npcx: system: Add support for npcx7 series ecMulin Chao2017-05-091-0/+1
* npcx: gpio: Add support for npcx7 series ec.Mulin Chao2017-04-251-0/+1
* gpio: Add function to clear pending interruptDuncan Laurie2017-03-011-0/+10
* servo_micro: add gpio mode get and setNick Sanders2016-04-271-0/+20
* GPIO: Rename and move board_set_gpio_hibernate_stateAnton Staaf2016-03-211-3/+0
* GPIO: Move STM32 specific gpio_enabled_clocksAnton Staaf2016-03-021-8/+0
* GPIO: Move host and console commands to new fileAnton Staaf2016-03-021-0/+19
* GPIO: Remove gpio_alt_funcs table from common headerAnton Staaf2016-02-221-21/+0
* GPIO: Remove gpio_get_level_reg functionAnton Staaf2016-01-271-12/+0
* GPIO: Remove GPIO_TO_PORT_MASK_PAIRAnton Staaf2016-01-271-5/+0
* mec1322: hibernate: Don't reconfigure all GPIOsShawn Nematbakhsh2016-01-251-0/+3
* GPIO: Simplify configurationAnton Staaf2016-01-201-18/+7
* GPIO: Add gpio_reset functionAnton Staaf2016-01-191-0/+11
* Rename gpio_is_reboot_warm() to system_is_reboot_warm()Vijay Hiremath2015-09-291-8/+0
* gpio: Merge config_module into config_pins.Aseda Aboagye2015-09-261-0/+10
* common: Add __fls functionGwendal Grignou2015-09-211-1/+1
* mec1322: Allow GPIO hibernate state to be specified at board-levelShawn Nematbakhsh2015-08-111-0/+5
* I2C: i2c_raw_mode() should only touch I2C port specifiedli feng2015-07-251-0/+12