summaryrefslogtreecommitdiffstats
path: root/mstarddc_spi.c
Commit message (Expand)AuthorAgeFilesLines
* spi: Add function to probe erase command opcode for all spi_masterAarya Chaumal2022-07-111-0/+1
* Add `str` extension to extract_programmer_param function nameChinmay Lonkar2022-07-021-2/+2
* tree: indent struct *_master consistently with tabsThomas Heijligen2022-06-271-8/+8
* remove compile guardsThomas Heijligen2021-09-261-4/+0
* spi_master: Use new API to register shutdown functionAnastasia Klimchuk2021-08-251-3/+1
* programmer_table: move each entry to the associated programmer sourceThomas Heijligen2021-06-101-1/+11
* mstarddc_spi.c: Drop mstarddc_ prefix for spi data struct membersAnastasia Klimchuk2021-05-261-15/+16
* mstarddc_spi.c: Refactor singleton states into reentrant patternAnastasia Klimchuk2021-05-261-14/+38
* programmer: Smoothen register_spi_master() APINico Huber2021-05-131-1/+1
* tree: Remove forward-declarations of structs for spi mastersAnastasia Klimchuk2021-04-011-79/+77
* const'ify flashctx to align signatures with cros flashromEdward O'Callaghan2020-04-301-1/+1
* spi: Drop spi_controller typeNico Huber2019-06-271-1/+0
* Fix typosElyes HAOUAS2018-08-191-1/+1
* Remove address from GPLv2 headersElyes HAOUAS2018-04-241-4/+0
* Fix a number of problems in mstarddc_spi.cStefan Tauner2015-02-181-25/+28
* Add support for the MSTAR I2C ISP protocolAlexandre Boeglin2014-12-201-0/+234