summaryrefslogtreecommitdiffstats
path: root/lspcon_i2c_spi.c
Commit message (Expand)AuthorAgeFilesLines
* spi_master: Use new API to register shutdown functionAnastasia Klimchuk2021-08-251-4/+2
* spi_master: Move shutdown function above spi_master structAnastasia Klimchuk2021-08-171-10/+10
* lspcon: restart MPU on programmer shutdownPeter Marheine2021-06-171-6/+9
* programmer_table: move each entry to the associated programmer sourceThomas Heijligen2021-06-101-1/+11
* treewide: Drop most cases of `sizeof(struct ...)`Angel Pons2021-06-091-1/+1
* programmer: Make use of new register_spi_master() APINico Huber2021-05-131-3/+2
* programmer: Smoothen register_spi_master() APINico Huber2021-05-131-1/+1
* lspcon_i2c_spi: Extract I2C bus parameter handlingAngel Pons2021-05-091-61/+1
* lspcon_i2c_spi: Release I2C fd on failed initAngel Pons2021-05-091-0/+2
* lspcon_i2c_spi: support a devpath optionPeter Marheine2021-05-021-35/+51
* lspcon_i2c_spi.c: Rename PAGE_SIZE macroAngel Pons2021-04-191-8/+8
* lspcon_i2c_spi.c: Prefix with fn name instead of just 'Error:'Shiyu Sun2020-05-011-8/+12
* const'ify flashctx to align signatures with cros flashromEdward O'Callaghan2020-04-301-2/+2
* lspcon_i2c_spi.c: Trivial style fixEdward O'Callaghan2020-04-241-1/+1
* lspcon_i2c_spi.c: Clean up some unnecessary indirectionEdward O'Callaghan2020-04-191-11/+7
* lspcon_i2c_spi.c: Add SPI-master support for PS17{5,6}Shiyu Sun2020-04-011-0/+505