aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* util: Add Nix shell fileFelix Singer2021-10-101-0/+16
* raiden_debug_spi: Use new API to register shutdown functionAnastasia Klimchuk2021-10-101-4/+2
* raiden_debug_spi: Move shutdown function above spi_master structAnastasia Klimchuk2021-10-101-31/+31
* raiden_debug_spi: Use spi data in configure_protocolAnastasia Klimchuk2021-10-101-7/+5
* raiden_debug_spi: Link spi_master struct to spi dataAnastasia Klimchuk2021-10-101-4/+5
* ft2232_spi: reintroduce generic GPIOL controlMichael Niewöhner2021-10-042-9/+109
* ich_descriptors: Add explicit checks for all chipsetsDavid Hendricks2021-10-011-10/+19
* flashrom.8: carve out `csgpiol` into its own sectionMichael Niewöhner2021-10-011-6/+11
* ft2232_spi: prevent use of reserved pins on some programmersMichael Niewöhner2021-10-011-0/+12
* flashchips.c: mark EN25F10 as TEST_OK_PREWSimon Buhrow2021-10-011-1/+1
* tests: Revise mock chip definition and usageAnastasia Klimchuk2021-10-011-117/+60
* tests: Add tests to read from chipAnastasia Klimchuk2021-10-015-0/+146
* tests: Extract setup and teardown for chip testsAnastasia Klimchuk2021-10-011-55/+47
* nicintel_spi.c: Implement `set_sck_set_mosi` and `set_sck_get_miso`Angel Pons2021-10-011-0/+27
* util/ich_descriptors_tool: Use GNU-style printf in MinGWDavid Hendricks2021-10-011-0/+4
* ch341a: use better english in the debug messageThomas Heijligen2021-10-011-1/+1
* dediprog.c: Split up compound conditional and swap two operationsAngel Pons2021-10-011-3/+3
* internal.c: unify the macro for x86 only codeThomas Heijligen2021-09-291-7/+7
* ch341a_spi: replace active kernel driver detaching by automatic oneThomas Heijligen2021-09-291-11/+4
* Makefile: move functions and macros to own fileThomas Heijligen2021-09-282-197/+215
* custom_baud: move Linux specific code into own fileThomas Heijligen2021-09-284-47/+69
* os.h: remove unneeded includeThomas Heijligen2021-09-271-2/+0
* ft2232_spi: clarify the comment about gpio configurationMichael Niewöhner2021-09-261-2/+5
* flashrom.8: add missing entry for `--flash-contents`Michael Niewöhner2021-09-261-0/+7
* flashrom.8: replace `svn changelog` with `git history`Michael Niewöhner2021-09-261-1/+1
* remove compile guardsThomas Heijligen2021-09-2618-83/+0
* mec1308: remove MEC1308 EC programmerVictor Ding2021-09-229-602/+2
* ene_lpc: remove ENE LPC programmerVictor Ding2021-09-229-681/+3
* dediprog.c: Drop dediprog_ prefix for spi data struct membersAnastasia Klimchuk2021-09-131-60/+54
* dediprog.c: Refactor singleton states into reentrant patternAnastasia Klimchuk2021-09-131-112/+150
* chipset_enable.c: Mark Z97 as DEPSophie van Soest2021-09-131-1/+1
* ich_descriptors_tool: Add missing Comet Point in usageMichał Żygowski2021-09-121-0/+1
* ni845x_spi: add missing const specifier to the spi_transmit functionMiklós Márton2021-09-061-1/+1
* Add support for Intel Emmitsburg PCHJonathan Zhang2021-09-012-0/+3
* tests: Mock file i/o for linux_mtd and linux_spi testsAnastasia Klimchuk2021-08-305-4/+180
* par_master: Fix propagation of register_par_master() return valuesAnastasia Klimchuk2021-08-3010-28/+10
* par_master: Use new API to register shutdown functionAnastasia Klimchuk2021-08-302-15/+4
* par_master: Move shutdown function above par_master structAnastasia Klimchuk2021-08-302-18/+18
* par_master: Add shutdown function in par_master structAnastasia Klimchuk2021-08-302-0/+8
* ni845x_spi: handle PROGRAMFILES(X86) env var properlyMiklós Márton2021-08-271-2/+11
* spi_master: Use new API to register shutdown functionAnastasia Klimchuk2021-08-2521-112/+40
* opaque_master: Use new API to register shutdown functionAnastasia Klimchuk2021-08-252-15/+5
* flashchips: Add MX25L12833FTao Xia2021-08-242-3/+3
* flashchips.c: Add 'GD25LQ128E' to match C and D variantsEdward O'Callaghan2021-08-241-1/+1
* tests: Add tests to erase a chipAnastasia Klimchuk2021-08-194-0/+237
* tests: Use real spi_send_command for all tests except spi25.cAnastasia Klimchuk2021-08-191-13/+29
* tests: add init_shutdown test for realtek_mst_i2c_spiPeter Marheine2021-08-195-0/+100
* opaque_master: Move shutdown function above opaque_master structAnastasia Klimchuk2021-08-172-25/+25
* opaque_master: Add shutdown function in opaque_master structAnastasia Klimchuk2021-08-172-0/+8
* linux_mtd: Free param right after its last usageAnastasia Klimchuk2021-08-171-4/+6