summaryrefslogtreecommitdiff
path: root/chip/npcx/gpio.c
Commit message (Expand)AuthorAgeFilesLines
* COIL: Change host interface option to CONFIG_HOSTCMD_SHIKeith Short2021-08-031-1/+1
* chip/npcx: Fix comment white spaceCaveh Jalali2021-05-271-1/+1
* common: move some structures from .rodata to .dataKeith Short2021-02-051-1/+1
* npcx: Don't delay hibernate wake by 2 seconds (v2)Edward Hill2020-12-161-5/+1
* npcx: Don't delay hibernate wake by 2 secondsEdward Hill2020-12-071-1/+5
* npcx: Explicitly disable alt-function for unused pinsWai-Hong Tam2020-10-311-2/+5
* npcx: Configure unused GPIOs as INPUT with PU to save powerWai-Hong Tam2020-10-221-0/+6
* npcx: add GPIO support for npcx9 and refactor GPIO driverCHLin2020-09-251-181/+18
* npcx: rtc: Prevent locking a mutex in interrupt contextWai-Hong Tam2020-07-301-1/+9
* npcx: Add a new flag to check for initial power-onAndrew McRae2020-06-231-4/+4
* Cleanup: Correct GPIO alternate function parameterVijay Hiremath2019-11-011-6/+9
* NPCX GPIO: Assert that gpio_get/set_level is passed a GPIO signalEdward Hill2019-10-251-0/+4
* include: Move RESET_FLAG_* into ec_commands.h as EC_RESET_FLAG_*You-Cheng Syu2019-08-261-1/+1
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* gpio: add config option for using gpio_get_flagsMary Ruthven2019-04-051-1/+1
* common: bit change 1 << constants with BIT(constants)Gwendal Grignou2019-03-261-1/+1
* npcx: gpio: implement the gpio_get_flags_by_mask functionCHLin2018-11-051-3/+85
* npcx: gpio: fix bugs of low voltage level selectionCHLin2018-10-301-9/+20
* npcx: add console command to better investigate power consumption of GPIOsCHLin2018-10-301-0/+97
* npcx: gpio: support internal pull-down when enable low voltage modeCHLin2018-10-261-5/+9
* Add CONFIG_GPIO_INIT_POWER_ON_DELAY_MSEdward Hill2018-09-041-0/+18
* npcx: uart: Add driver support for the second UARTCHLin2018-07-051-11/+23
* npcx: gpio: bypass for excessive power consumption on low-voltage IOs.Mulin Chao2018-06-291-1/+69
* lpc/espi: convert ec chip code to use granular optionJett Rink2018-05-221-2/+2
* chip/npcx: Ensure software watchdog has highest priorityNicolas Boichat2018-04-051-16/+16
* host_events: Bump up host events and masks to 64-bitFurquan Shaikh2017-11-211-1/+1
* npcx/flash: not enable the flash pinmux when using internal flashCHLin2017-10-151-0/+2
* npcx: gpio: Optimize gpio_interrupt_type_sel() for code space reductionShawn Nematbakhsh2017-07-271-19/+11
* npcx: gpio: Clear GPIO interrupt if no ISR is availableShawn Nematbakhsh2017-07-251-0/+4
* npcx: gpio: Lock VCC_RST# alternative bit of DEVALTA.Mulin Chao2017-06-101-0/+2
* npcx: system: fix the incorrect checking of invalid BBRAM(IBBR) bit.CHLin2017-06-081-1/+4
* npcx: flash: Add write-protect support for internal flash of npcx7 ecstabilize-9554.BMulin Chao2017-05-121-0/+8
* npcx: gpio: Add support for npcx7 series ec.Mulin Chao2017-04-251-129/+63
* npcx: gpio: Change second tachometer source from TB2 to TA2.Mulin Chao2017-04-181-4/+4
* npcx: Move pwm open-drain functionality from gpio to pwm driver.Mulin Chao2017-03-241-18/+0
* npcx: gpio: refactor gpio driver for better interrupt latency.Mulin Chao2017-03-211-322/+111
* npcx: gpio: Fixed bug GPIO's ISRs clear the other pending bits.Mulin Chao2017-03-031-5/+6
* gpio: Add function to clear pending interruptDuncan Laurie2017-03-011-0/+14
* npcx: gpio: Only call ISR for enabled interruptsDuncan Laurie2017-02-241-0/+3
* npcx: gpio: Add GPIO_INT support for KSI pinsMulin Chao2017-01-191-0/+19
* npcx: gpio: Remove DEBUG_GPIO to make gpio_interrupt reentrantShawn Nematbakhsh2016-09-231-4/+0
* kevin: Use 32.768KHz input clock for improved RTC accuracyShawn Nematbakhsh2016-09-071-0/+4
* npcx: Don't enable GPIO interrupts by defaultShawn Nematbakhsh2016-08-231-5/+6
* npcx: Add espi driver of npcx5mng for x86-based platform.Mulin Chao2016-08-101-6/+13
* npcx: Adjust relative IRQ priorities for high-priority UARTShawn Nematbakhsh2016-08-071-14/+14
* Cleanup: gate RTC console/host command behind new config optionsphilipchen2016-06-291-0/+2
* npcx: Fixed host access pending bit issue in INT11 ISR.Mulin Chao2016-06-141-10/+10
* npcx: gpio: Don't increase priority of SHI_CS for non-SHI boardsShawn Nematbakhsh2016-06-081-0/+4
* kevin: rk3399: enabling RTC wakeupShelley Chen2016-05-231-1/+14
* npcx: Modify gpio's interrupt utilitiesMulin Chao2016-05-181-22/+14