summaryrefslogtreecommitdiff
path: root/chip/npcx
Commit message (Expand)AuthorAgeFilesLines
* npcx: hwtimer: Add consecutive reading for ITCNT32Mulin Chao2016-11-221-5/+15
* clock: Fix clock_wait_cycles() asmShawn Nematbakhsh2016-11-181-2/+2
* npcx: set and clear wake masks in S0 <-> S0ix transitionsArchana Patni2016-11-161-1/+50
* Fix various misspellings in commentsMartin Roth2016-11-153-4/+4
* npcx: hwtimer: Fix 'slow' timer count just before overflowShawn Nematbakhsh2016-11-093-5/+12
* npcx: Fix hwtimersShawn Nematbakhsh2016-11-092-6/+21
* npcx: espi: Fix SMI/SCI virtual wire handlingCHLin2016-10-262-2/+56
* lpc: Add function for host reset without RCIN GPIODuncan Laurie2016-10-262-2/+38
* npcx: espi: Fix pltrst handler for chipset reset hookDuncan Laurie2016-10-251-14/+28
* npcx: lpc: Fix DP80CTL setting for eSPIDuncan Laurie2016-10-251-0/+4
* npcx: lpc: Fix SMI generationDuncan Laurie2016-10-251-1/+1
* Support alignment for EC host command structuresRandall Spangler2016-10-191-4/+7
* npcx: i2c: Remove needless controller state pre-checkShawn Nematbakhsh2016-10-171-9/+1
* npxc: lpc: correct setting for SCI/SMI gererated from PM moduleCHLin2016-10-122-8/+28
* npcx: Enable VW's valid bits of SCI#/SMI# if no CONFIG_SCI_GPIO.Mulin Chao2016-10-111-6/+10
* hibernate: Re-init GPIO levels on hibernate wakeShawn Nematbakhsh2016-10-071-1/+2
* spi: Add lock around spi_transactionShawn Nematbakhsh2016-10-041-0/+3
* g: CONFIG_FLASH should be optionalBill Richardson2016-10-021-1/+1
* npcx: pwm: Fix prescaler calculationSam Hurst2016-09-291-15/+32
* npcx: watchdog: Log watchdog panic informationShawn Nematbakhsh2016-09-271-0/+8
* npcx: gpio: Remove DEBUG_GPIO to make gpio_interrupt reentrantShawn Nematbakhsh2016-09-232-5/+0
* npcx: Selectively filter WDT reset in reset_flagsMulin Chao2016-09-231-13/+21
* system: Add print_system_rtc().Aseda Aboagye2016-09-231-3/+8
* flash: Add command to get SPI flash chip infoRandall Spangler2016-09-232-0/+60
* chip/npcx: Close LPC window before sysjumpFurquan Shaikh2016-09-231-0/+12
* chip/npcx: Fix interrupt enabling during lpc_initFurquan Shaikh2016-09-231-12/+9
* npcx: shi: Clear EOR bit at start of legit transactionShawn Nematbakhsh2016-09-211-0/+6
* npcx: Fixed bug i2c sometime cannot generates NACK in Read Byte protocolMulin Chao2016-09-211-3/+5
* npcx: flash: Lock mutex during flash operationsMulin Chao2016-09-161-102/+59
* npcx: shi: Enable SHI interrupt from CS interruptShawn Nematbakhsh2016-09-161-12/+31
* flash: Call lock function prior to mapped external readShawn Nematbakhsh2016-09-161-0/+7
* npcx: Fixed bug that api utility in ROM doesn't enable burst mode.Mulin Chao2016-09-153-9/+169
* npcx: rtc: Write RTC reg twice to ensure non-volatilityShawn Nematbakhsh2016-09-081-9/+9
* pwm: PWM is disabled when duty is set to max valueSam Hurst2016-09-081-2/+2
* npcx: Better download time for sysjump by increasing clock freq.Mulin Chao2016-09-083-0/+40
* kevin: Use 32.768KHz input clock for improved RTC accuracyShawn Nematbakhsh2016-09-072-0/+7
* pwm: Increse PWM duty resolution to 16bitsSam Hurst2016-09-021-47/+47
* npcx: Fixed bug which only handles VW event of SUS_WARN# in rising edge.Mulin Chao2016-09-011-1/+1
* kevin / gru: Enable PD on SHI signalsDouglas Anderson2016-09-011-3/+2
* cleanup: DECLARE_CONSOLE_COMMAND only needs 4 argsBill Richardson2016-08-246-19/+10
* npcx/i2c.c: Verify that controller value is not negative before using itMartin Roth2016-08-231-2/+19
* npcx/flash.c: Init return value for successMartin Roth2016-08-231-1/+1
* npcx: gpio: Enable wake GPIO interrupts prior to hibernateMulin Chao2016-08-231-1/+4
* npcx: shi: Properly disable interrupts throughout sending of HC responseShawn Nematbakhsh2016-08-231-9/+9
* npcx: Don't enable GPIO interrupts by defaultShawn Nematbakhsh2016-08-231-5/+6
* npcx: Apply deep idle bypass for hibernateMulin Chao2016-08-221-1/+24
* npcx: set the BUSY bit while handling ACPI command write.Kevin K Wong2016-08-212-8/+15
* Revert "shi: Enable SHI interrupt from CS interrupt"Shawn Nematbakhsh2016-08-211-43/+20
* shi: Enable SHI interrupt from CS interruptShawn Nematbakhsh2016-08-201-20/+43
* chip/npcx/lpc: Fix SCI and SMI generationFurquan Shaikh2016-08-192-6/+37