summaryrefslogtreecommitdiff
path: root/chip/npcx/gpio.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* npcx: shi: Improve reliability of SPI host command interfaceMulin Chao2016-05-061-1/+6
* npcx: gpio: Configure pin attributes before setting as outputShawn Nematbakhsh2016-03-291-8/+10
* npcx: Rename CONFIG_SHI to CONFIG_HOSTCMD_SPSShawn Nematbakhsh2016-03-081-1/+1
* npcx: Add 1.8V IO support for some GPIOs and I2C pins.Mulin Chao2016-03-051-0/+81
* NPCX: Convert keyboard pins to use ALTERNATE macroAnton Staaf2016-03-021-15/+28
* NPCX: Refactor GPIO driver for functionality and sizeAnton Staaf2016-03-021-270/+311
* nuc: Add support for CONFIG_LOW_POWER_S0.Mulin Chao2016-02-061-3/+11
* nuc: Support hibernate_wake_pins on wheatley, npcx_evb and npcx_evb_arm.Mulin Chao2016-01-141-10/+14
* nuc: Enable JTAG directly by NPCX_ENABLE_JTAG definitionMulin Chao2015-10-171-13/+0
* Rename gpio_is_reboot_warm() to system_is_reboot_warm()Vijay Hiremath2015-09-291-21/+1
* nuc:Mulin Chao2015-08-191-8/+5
* npcx_evb_arm: Fix buildShawn Nematbakhsh2015-08-121-0/+2
* nuc:Using LRESET interrupt to re-initialize LPC settings after warm bootMulin Chao2015-08-121-1/+10
* nuc:Ian Chao2015-07-251-6/+20
* nuc: Add SHI driver for arm-based platform in chip folder.Ian Chao2015-06-261-17/+29
* gpio: Refactor IRQ handler pointer out of gpio_listAseda Aboagye2015-04-101-3/+3