summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* nicintel_eeprom: Check UNPROG_DEVICE in 82580 shutdownAnastasia Klimchuk2021-08-171-14/+24
* nicintel_eeprom: Delete extra parentheses from if conditionAnastasia Klimchuk2021-08-171-1/+1
* spi_master: Move shutdown function above spi_master structAnastasia Klimchuk2021-08-1714-188/+184
* spi_master: Add shutdown function in spi_master structAnastasia Klimchuk2021-08-172-0/+8
* realtek_mst_i2c_spi: don't always fail initPeter Marheine2021-08-101-1/+1
* tests: Add init-shutdown test for nicrealtekAnastasia Klimchuk2021-08-095-0/+34
* programmer_table: Remove space between address operator and variableAnastasia Klimchuk2021-08-091-2/+2
* ft2232_spi: Add FTDI search by description.Harry Johnson2021-07-291-2/+6
* spi_master: Add default write_aai function to masters that have noneAnastasia Klimchuk2021-07-232-0/+2
* tests: Add unit tests for layout sanity checksAnastasia Klimchuk2021-07-223-0/+111
* tests: Trim excessive new lines from layout test outputAnastasia Klimchuk2021-07-221-18/+18
* Replace freenode referencesAngel Pons2021-07-213-31/+16
* print_wiki.c: Update mailing list referenceAngel Pons2021-07-211-1/+1
* tests: Add layout tests for overlapping regionsAnastasia Klimchuk2021-07-194-0/+116
* tests: Wrap strdup to help cmocka recognise memory allocationAnastasia Klimchuk2021-07-193-1/+17
* dediprog: Init-shutdown test for dediprogAnastasia Klimchuk2021-07-195-3/+111
* flashrom.c: Reorder read_by_layout() to avoid forward declEdward O'Callaghan2021-07-161-27/+26
* flashrom.c: Reorder check_block_eraser() to avoid forward declEdward O'Callaghan2021-07-161-27/+25
* flashrom.c: Make extract_param() static localEdward O'Callaghan2021-07-162-2/+1
* flashchips: Add MX25L12873FNico Huber2021-07-142-2/+2