summaryrefslogtreecommitdiff
path: root/chip/npcx/shi.c
Commit message (Expand)AuthorAgeFilesLines
* fizz: remove board from cr50_stabVadim Bendebury2020-06-021-1068/+0
* host_command: Change host command return value to enum ec_statusTom Hughes2019-10-021-1/+1
* cleanup: Fix common spelling typos in commentsTom Hughes2019-06-191-1/+1
* common: bit change 1 << constants with BIT(constants)Gwendal Grignou2019-03-261-3/+3
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-261-1/+1
* npcx: shi: enable sleep bit in suspend hook function.Mulin Chao2019-01-161-0/+6
* chip/npcx: Ensure software watchdog has highest priorityNicolas Boichat2018-04-051-1/+1
* npcx: shi: add the support for SHI module version 2CHLin2017-08-171-42/+176
* npcx: Fix response sizeGwendal Grignou2017-06-011-7/+14
* npcx: shi: Optimize OBUF copy / fillShawn Nematbakhsh2017-01-101-22/+53
* npcx: shi: fix bug of clearing EVSTAT_EOR bitCHLin2017-01-091-1/+1
* Support alignment for EC host command structuresRandall Spangler2016-10-191-4/+7
* npcx: shi: Clear EOR bit at start of legit transactionShawn Nematbakhsh2016-09-211-0/+6
* npcx: shi: Enable SHI interrupt from CS interruptShawn Nematbakhsh2016-09-161-12/+31
* kevin / gru: Enable PD on SHI signalsDouglas Anderson2016-09-011-3/+2
* npcx: shi: Properly disable interrupts throughout sending of HC responseShawn Nematbakhsh2016-08-231-9/+9
* 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
* npcx: Adjust relative IRQ priorities for high-priority UARTShawn Nematbakhsh2016-08-071-5/+1
* Revert "shi: Enable SHI interrupt from CS interrupt"Shawn Nematbakhsh2016-08-051-27/+20
* shi: Enable SHI interrupt from CS interruptShawn Nematbakhsh2016-08-021-20/+27
* npcx: shi: Improve host command handling reliabilityShawn Nematbakhsh2016-07-291-11/+3
* npcx: Consecutively sample IBUFSTAT until reading the same value twiceCHLin2016-07-291-6/+24
* npcx: shi: Properly mux pins as GPIO when disabling SHIShawn Nematbakhsh2016-07-211-7/+12
* npcx: shi: Use worst-case logic for applying 256B bypassShawn Nematbakhsh2016-06-291-3/+3
* npcx: shi: Avoid 'unexpected state' console spamShawn Nematbakhsh2016-06-281-5/+21
* npcx: shi: Ensure SHI is initialized prior to enabling CS interruptShawn Nematbakhsh2016-06-281-8/+14
* npcx: shi: Allow up to 10ms from CS assertion to first data byteShawn Nematbakhsh2016-05-121-1/+1
* npcx: shi: Fixes for REBOOT_EC host command handlingShawn Nematbakhsh2016-05-101-11/+11
* npcx: shi: Improve reliability of SPI host command interfaceMulin Chao2016-05-061-125/+235
* npcx: shi: Remove excessively verbose printsShawn Nematbakhsh2016-04-191-13/+17
* npcx: shi: Remove support for V2 host protocolShawn Nematbakhsh2016-04-191-168/+4
* npcx: shi: Don't enable GPIO_SHI_CS_L GPIO interrupt until S0Shawn Nematbakhsh2016-04-191-5/+26
* nuc: Add SHI driver for arm-based platform in chip folder.Ian Chao2015-06-261-0/+859