summaryrefslogtreecommitdiff
path: root/chip/npcx/shi.c
Commit message (Expand)AuthorAgeFilesLines
* ish: Trim down the release branchstabilize-wristpin-14469.59.B-ishstabilize-voshyr-14637.B-ishstabilize-quickfix-14695.187.B-ishstabilize-quickfix-14695.124.B-ishstabilize-quickfix-14526.91.B-ishstabilize-14695.85.B-ishstabilize-14695.107.B-ishstabilize-14682.B-ishstabilize-14633.B-ishstabilize-14616.B-ishstabilize-14589.B-ishstabilize-14588.98.B-ishstabilize-14588.14.B-ishstabilize-14588.123.B-ishstabilize-14536.B-ishstabilize-14532.B-ishstabilize-14528.B-ishstabilize-14526.89.B-ishstabilize-14526.84.B-ishstabilize-14526.73.B-ishstabilize-14526.67.B-ishstabilize-14526.57.B-ishstabilize-14498.B-ishstabilize-14496.B-ishstabilize-14477.B-ishstabilize-14469.9.B-ishstabilize-14469.8.B-ishstabilize-14469.58.B-ishstabilize-14469.41.B-ishstabilize-14442.B-ishstabilize-14438.B-ishstabilize-14411.B-ishstabilize-14396.B-ishstabilize-14395.B-ishstabilize-14388.62.B-ishstabilize-14388.61.B-ishstabilize-14388.52.B-ishstabilize-14385.B-ishstabilize-14345.B-ishstabilize-14336.B-ishstabilize-14333.B-ishrelease-R99-14469.B-ishrelease-R98-14388.B-ishrelease-R102-14695.B-ishrelease-R101-14588.B-ishrelease-R100-14526.B-ishfirmware-cherry-14454.B-ishfirmware-brya-14505.B-ishfirmware-brya-14505.71.B-ishfactory-kukui-14374.B-ishfactory-guybrush-14600.B-ishfactory-cherry-14455.B-ishfactory-brya-14517.B-ishJack Rosenthal2021-11-051-1082/+0
* COIL: npcx: Update SHI terminologyCaveh Jalali2021-08-011-5/+5
* shi: Fix TX buffer synchronization by leaving a gap on filling statusWai-Hong Tam2021-01-151-12/+18
* spi: Use different hooks for SPI enable/disableWai-Hong Tam2020-07-301-0/+8
* Swap system_jumped_to_this_image with _late for common codeDaisuke Nojiri2020-06-261-1/+1
* 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